From 5b46114a61bbbdd8fef20cfdcbef372b14f8ca67 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Apr 2025 16:43:50 +0200 Subject: [PATCH] Update 2025-04-13_16:43:49 --- __pycache__/main.cpython-311.pyc | Bin 0 -> 576 bytes main.py | 9 + static/app.js | 13 + static/button.js | 30 + static/chart.js | 77 + static/index.html | 21 + static/manifest.webmanifest | 21 + static/message.js | 46 + static/service-worker.js | 24 + static/style.css | 63 + static/timer.js | 44 + venv/bin/Activate.ps1 | 247 + venv/bin/activate | 69 + venv/bin/activate.csh | 26 + venv/bin/activate.fish | 69 + venv/bin/fastapi | 8 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.11 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.11 | 1 + venv/bin/uvicorn | 8 + .../typing_extensions.cpython-311.pyc | Bin 0 -> 189000 bytes .../site-packages/_distutils_hack/__init__.py | 222 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 11157 bytes .../__pycache__/override.cpython-311.pyc | Bin 0 -> 314 bytes .../site-packages/_distutils_hack/override.py | 1 + .../annotated_types-0.7.0.dist-info/INSTALLER | 1 + .../annotated_types-0.7.0.dist-info/METADATA | 295 + .../annotated_types-0.7.0.dist-info/RECORD | 10 + .../annotated_types-0.7.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../site-packages/annotated_types/__init__.py | 432 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 20559 bytes .../__pycache__/test_cases.cpython-311.pyc | Bin 0 -> 15450 bytes .../site-packages/annotated_types/py.typed | 0 .../annotated_types/test_cases.py | 151 + .../anyio-4.9.0.dist-info/INSTALLER | 1 + .../anyio-4.9.0.dist-info/LICENSE | 20 + .../anyio-4.9.0.dist-info/METADATA | 105 + .../anyio-4.9.0.dist-info/RECORD | 88 + .../site-packages/anyio-4.9.0.dist-info/WHEEL | 5 + .../anyio-4.9.0.dist-info/entry_points.txt | 2 + .../anyio-4.9.0.dist-info/top_level.txt | 1 + .../site-packages/anyio/__init__.py | 85 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4746 bytes .../__pycache__/from_thread.cpython-311.pyc | Bin 0 -> 26164 bytes .../__pycache__/lowlevel.cpython-311.pyc | Bin 0 -> 7643 bytes .../__pycache__/pytest_plugin.cpython-311.pyc | Bin 0 -> 15175 bytes .../to_interpreter.cpython-311.pyc | Bin 0 -> 10014 bytes .../__pycache__/to_process.cpython-311.pyc | Bin 0 -> 13662 bytes .../__pycache__/to_thread.cpython-311.pyc | Bin 0 -> 3185 bytes .../site-packages/anyio/_backends/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 192 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 146191 bytes .../__pycache__/_trio.cpython-311.pyc | Bin 0 -> 77882 bytes .../site-packages/anyio/_backends/_asyncio.py | 2816 ++++++ .../site-packages/anyio/_backends/_trio.py | 1334 +++ .../site-packages/anyio/_core/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 188 bytes .../_asyncio_selector_thread.cpython-311.pyc | Bin 0 -> 9086 bytes .../__pycache__/_eventloop.cpython-311.pyc | Bin 0 -> 6923 bytes .../__pycache__/_exceptions.cpython-311.pyc | Bin 0 -> 7193 bytes .../_core/__pycache__/_fileio.cpython-311.pyc | Bin 0 -> 42158 bytes .../__pycache__/_resources.cpython-311.pyc | Bin 0 -> 1112 bytes .../__pycache__/_signals.cpython-311.pyc | Bin 0 -> 1357 bytes .../__pycache__/_sockets.cpython-311.pyc | Bin 0 -> 32704 bytes .../__pycache__/_streams.cpython-311.pyc | Bin 0 -> 2653 bytes .../__pycache__/_subprocesses.cpython-311.pyc | Bin 0 -> 9819 bytes .../_synchronization.cpython-311.pyc | Bin 0 -> 35711 bytes .../_core/__pycache__/_tasks.cpython-311.pyc | Bin 0 -> 7698 bytes .../__pycache__/_tempfile.cpython-311.pyc | Bin 0 -> 28593 bytes .../__pycache__/_testing.cpython-311.pyc | Bin 0 -> 3868 bytes .../__pycache__/_typedattr.cpython-311.pyc | Bin 0 -> 4410 bytes .../anyio/_core/_asyncio_selector_thread.py | 167 + .../site-packages/anyio/_core/_eventloop.py | 166 + .../site-packages/anyio/_core/_exceptions.py | 126 + .../site-packages/anyio/_core/_fileio.py | 742 ++ .../site-packages/anyio/_core/_resources.py | 18 + .../site-packages/anyio/_core/_signals.py | 27 + .../site-packages/anyio/_core/_sockets.py | 792 ++ .../site-packages/anyio/_core/_streams.py | 52 + .../anyio/_core/_subprocesses.py | 202 + .../anyio/_core/_synchronization.py | 732 ++ .../site-packages/anyio/_core/_tasks.py | 158 + .../site-packages/anyio/_core/_tempfile.py | 616 ++ .../site-packages/anyio/_core/_testing.py | 78 + .../site-packages/anyio/_core/_typedattr.py | 81 + .../site-packages/anyio/abc/__init__.py | 55 + .../abc/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2889 bytes .../__pycache__/_eventloop.cpython-311.pyc | Bin 0 -> 16443 bytes .../__pycache__/_resources.cpython-311.pyc | Bin 0 -> 1820 bytes .../abc/__pycache__/_sockets.cpython-311.pyc | Bin 0 -> 11211 bytes .../abc/__pycache__/_streams.cpython-311.pyc | Bin 0 -> 9607 bytes .../__pycache__/_subprocesses.cpython-311.pyc | Bin 0 -> 3667 bytes .../abc/__pycache__/_tasks.cpython-311.pyc | Bin 0 -> 4991 bytes .../abc/__pycache__/_testing.cpython-311.pyc | Bin 0 -> 3028 bytes .../site-packages/anyio/abc/_eventloop.py | 376 + .../site-packages/anyio/abc/_resources.py | 33 + .../site-packages/anyio/abc/_sockets.py | 194 + .../site-packages/anyio/abc/_streams.py | 203 + .../site-packages/anyio/abc/_subprocesses.py | 79 + .../site-packages/anyio/abc/_tasks.py | 101 + .../site-packages/anyio/abc/_testing.py | 65 + .../site-packages/anyio/from_thread.py | 527 + .../site-packages/anyio/lowlevel.py | 161 + .../python3.11/site-packages/anyio/py.typed | 0 .../site-packages/anyio/pytest_plugin.py | 272 + .../site-packages/anyio/streams/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 190 bytes .../__pycache__/buffered.cpython-311.pyc | Bin 0 -> 6490 bytes .../streams/__pycache__/file.cpython-311.pyc | Bin 0 -> 8131 bytes .../__pycache__/memory.cpython-311.pyc | Bin 0 -> 15968 bytes .../__pycache__/stapled.cpython-311.pyc | Bin 0 -> 8257 bytes .../streams/__pycache__/text.cpython-311.pyc | Bin 0 -> 9012 bytes .../streams/__pycache__/tls.cpython-311.pyc | Bin 0 -> 18412 bytes .../site-packages/anyio/streams/buffered.py | 119 + .../site-packages/anyio/streams/file.py | 148 + .../site-packages/anyio/streams/memory.py | 317 + .../site-packages/anyio/streams/stapled.py | 141 + .../site-packages/anyio/streams/text.py | 147 + .../site-packages/anyio/streams/tls.py | 352 + .../site-packages/anyio/to_interpreter.py | 218 + .../site-packages/anyio/to_process.py | 258 + .../site-packages/anyio/to_thread.py | 69 + .../bcrypt-4.3.0.dist-info/INSTALLER | 1 + .../bcrypt-4.3.0.dist-info/LICENSE | 201 + .../bcrypt-4.3.0.dist-info/METADATA | 330 + .../bcrypt-4.3.0.dist-info/RECORD | 12 + .../bcrypt-4.3.0.dist-info/REQUESTED | 0 .../bcrypt-4.3.0.dist-info/WHEEL | 5 + .../bcrypt-4.3.0.dist-info/top_level.txt | 1 + .../site-packages/bcrypt/__init__.py | 43 + .../site-packages/bcrypt/__init__.pyi | 10 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 716 bytes .../site-packages/bcrypt/_bcrypt.abi3.so | Bin 0 -> 644928 bytes .../python3.11/site-packages/bcrypt/py.typed | 0 .../click-8.1.8.dist-info/INSTALLER | 1 + .../click-8.1.8.dist-info/LICENSE.txt | 28 + .../click-8.1.8.dist-info/METADATA | 74 + .../click-8.1.8.dist-info/RECORD | 38 + .../site-packages/click-8.1.8.dist-info/WHEEL | 4 + .../site-packages/click/__init__.py | 75 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3724 bytes .../click/__pycache__/_compat.cpython-311.pyc | Bin 0 -> 28666 bytes .../__pycache__/_termui_impl.cpython-311.pyc | Bin 0 -> 33267 bytes .../__pycache__/_textwrap.cpython-311.pyc | Bin 0 -> 2636 bytes .../__pycache__/_winconsole.cpython-311.pyc | Bin 0 -> 13326 bytes .../click/__pycache__/core.cpython-311.pyc | Bin 0 -> 142555 bytes .../__pycache__/decorators.cpython-311.pyc | Bin 0 -> 26328 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16344 bytes .../__pycache__/formatting.cpython-311.pyc | Bin 0 -> 15681 bytes .../click/__pycache__/globals.cpython-311.pyc | Bin 0 -> 3346 bytes .../click/__pycache__/parser.cpython-311.pyc | Bin 0 -> 23125 bytes .../shell_completion.cpython-311.pyc | Bin 0 -> 24121 bytes .../click/__pycache__/termui.cpython-311.pyc | Bin 0 -> 34470 bytes .../click/__pycache__/testing.cpython-311.pyc | Bin 0 -> 25961 bytes .../click/__pycache__/types.cpython-311.pyc | Bin 0 -> 53704 bytes .../click/__pycache__/utils.cpython-311.pyc | Bin 0 -> 28032 bytes .../python3.11/site-packages/click/_compat.py | 623 ++ .../site-packages/click/_termui_impl.py | 788 ++ .../site-packages/click/_textwrap.py | 49 + .../site-packages/click/_winconsole.py | 279 + .../python3.11/site-packages/click/core.py | 3047 ++++++ .../site-packages/click/decorators.py | 562 ++ .../site-packages/click/exceptions.py | 296 + .../site-packages/click/formatting.py | 301 + .../python3.11/site-packages/click/globals.py | 67 + .../python3.11/site-packages/click/parser.py | 531 + .../python3.11/site-packages/click/py.typed | 0 .../site-packages/click/shell_completion.py | 603 ++ .../python3.11/site-packages/click/termui.py | 784 ++ .../python3.11/site-packages/click/testing.py | 483 + .../python3.11/site-packages/click/types.py | 1093 +++ .../python3.11/site-packages/click/utils.py | 624 ++ .../site-packages/distutils-precedence.pth | 1 + .../fastapi-0.115.12.dist-info/INSTALLER | 1 + .../fastapi-0.115.12.dist-info/METADATA | 565 ++ .../fastapi-0.115.12.dist-info/RECORD | 97 + .../fastapi-0.115.12.dist-info/REQUESTED | 0 .../fastapi-0.115.12.dist-info/WHEEL | 4 + .../entry_points.txt | 5 + .../licenses/LICENSE | 21 + .../site-packages/fastapi/__init__.py | 25 + .../site-packages/fastapi/__main__.py | 3 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1399 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 267 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 32751 bytes .../__pycache__/applications.cpython-311.pyc | Bin 0 -> 92511 bytes .../__pycache__/background.cpython-311.pyc | Bin 0 -> 2565 bytes .../fastapi/__pycache__/cli.cpython-311.pyc | Bin 0 -> 762 bytes .../__pycache__/concurrency.cpython-311.pyc | Bin 0 -> 1861 bytes .../datastructures.cpython-311.pyc | Bin 0 -> 9390 bytes .../__pycache__/encoders.cpython-311.pyc | Bin 0 -> 12448 bytes .../exception_handlers.cpython-311.pyc | Bin 0 -> 2341 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8254 bytes .../__pycache__/logger.cpython-311.pyc | Bin 0 -> 282 bytes .../param_functions.cpython-311.pyc | Bin 0 -> 41431 bytes .../__pycache__/params.cpython-311.pyc | Bin 0 -> 29240 bytes .../__pycache__/requests.cpython-311.pyc | Bin 0 -> 301 bytes .../__pycache__/responses.cpython-311.pyc | Bin 0 -> 2753 bytes .../__pycache__/routing.cpython-311.pyc | Bin 0 -> 92506 bytes .../__pycache__/staticfiles.cpython-311.pyc | Bin 0 -> 258 bytes .../__pycache__/templating.cpython-311.pyc | Bin 0 -> 260 bytes .../__pycache__/testclient.cpython-311.pyc | Bin 0 -> 255 bytes .../fastapi/__pycache__/types.cpython-311.pyc | Bin 0 -> 915 bytes .../fastapi/__pycache__/utils.cpython-311.pyc | Bin 0 -> 9394 bytes .../__pycache__/websockets.cpython-311.pyc | Bin 0 -> 365 bytes .../site-packages/fastapi/_compat.py | 659 ++ .../site-packages/fastapi/applications.py | 4585 +++++++++ .../site-packages/fastapi/background.py | 59 + .../python3.11/site-packages/fastapi/cli.py | 13 + .../site-packages/fastapi/concurrency.py | 39 + .../site-packages/fastapi/datastructures.py | 204 + .../fastapi/dependencies/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 197 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 3381 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 41937 bytes .../fastapi/dependencies/models.py | 37 + .../fastapi/dependencies/utils.py | 980 ++ .../site-packages/fastapi/encoders.py | 343 + .../fastapi/exception_handlers.py | 34 + .../site-packages/fastapi/exceptions.py | 176 + .../site-packages/fastapi/logger.py | 3 + .../fastapi/middleware/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 264 bytes .../__pycache__/cors.cpython-311.pyc | Bin 0 -> 269 bytes .../__pycache__/gzip.cpython-311.pyc | Bin 0 -> 269 bytes .../__pycache__/httpsredirect.cpython-311.pyc | Bin 0 -> 312 bytes .../__pycache__/trustedhost.cpython-311.pyc | Bin 0 -> 306 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 269 bytes .../site-packages/fastapi/middleware/cors.py | 1 + .../site-packages/fastapi/middleware/gzip.py | 1 + .../fastapi/middleware/httpsredirect.py | 3 + .../fastapi/middleware/trustedhost.py | 3 + .../site-packages/fastapi/middleware/wsgi.py | 1 + .../site-packages/fastapi/openapi/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 192 bytes .../__pycache__/constants.cpython-311.pyc | Bin 0 -> 362 bytes .../openapi/__pycache__/docs.cpython-311.pyc | Bin 0 -> 11440 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 28938 bytes .../openapi/__pycache__/utils.cpython-311.pyc | Bin 0 -> 23298 bytes .../fastapi/openapi/constants.py | 3 + .../site-packages/fastapi/openapi/docs.py | 344 + .../site-packages/fastapi/openapi/models.py | 445 + .../site-packages/fastapi/openapi/utils.py | 569 ++ .../site-packages/fastapi/param_functions.py | 2360 +++++ .../site-packages/fastapi/params.py | 786 ++ .../python3.11/site-packages/fastapi/py.typed | 0 .../site-packages/fastapi/requests.py | 2 + .../site-packages/fastapi/responses.py | 48 + .../site-packages/fastapi/routing.py | 4439 +++++++++ .../fastapi/security/__init__.py | 15 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1070 bytes .../__pycache__/api_key.cpython-311.pyc | Bin 0 -> 10302 bytes .../security/__pycache__/base.cpython-311.pyc | Bin 0 -> 592 bytes .../security/__pycache__/http.cpython-311.pyc | Bin 0 -> 15006 bytes .../__pycache__/oauth2.cpython-311.pyc | Bin 0 -> 20302 bytes .../open_id_connect_url.cpython-311.pyc | Bin 0 -> 3543 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 672 bytes .../site-packages/fastapi/security/api_key.py | 288 + .../site-packages/fastapi/security/base.py | 6 + .../site-packages/fastapi/security/http.py | 423 + .../site-packages/fastapi/security/oauth2.py | 638 ++ .../fastapi/security/open_id_connect_url.py | 84 + .../site-packages/fastapi/security/utils.py | 10 + .../site-packages/fastapi/staticfiles.py | 1 + .../site-packages/fastapi/templating.py | 1 + .../site-packages/fastapi/testclient.py | 1 + .../python3.11/site-packages/fastapi/types.py | 10 + .../python3.11/site-packages/fastapi/utils.py | 220 + .../site-packages/fastapi/websockets.py | 3 + .../h11-0.14.0.dist-info/INSTALLER | 1 + .../h11-0.14.0.dist-info/LICENSE.txt | 22 + .../h11-0.14.0.dist-info/METADATA | 193 + .../site-packages/h11-0.14.0.dist-info/RECORD | 52 + .../site-packages/h11-0.14.0.dist-info/WHEEL | 5 + .../h11-0.14.0.dist-info/top_level.txt | 1 + .../python3.11/site-packages/h11/__init__.py | 62 + .../h11/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1313 bytes .../h11/__pycache__/_abnf.cpython-311.pyc | Bin 0 -> 1818 bytes .../__pycache__/_connection.cpython-311.pyc | Bin 0 -> 24304 bytes .../h11/__pycache__/_events.cpython-311.pyc | Bin 0 -> 15192 bytes .../h11/__pycache__/_headers.cpython-311.pyc | Bin 0 -> 9109 bytes .../h11/__pycache__/_readers.cpython-311.pyc | Bin 0 -> 10786 bytes .../_receivebuffer.cpython-311.pyc | Bin 0 -> 5145 bytes .../h11/__pycache__/_state.cpython-311.pyc | Bin 0 -> 9781 bytes .../h11/__pycache__/_util.cpython-311.pyc | Bin 0 -> 5366 bytes .../h11/__pycache__/_version.cpython-311.pyc | Bin 0 -> 203 bytes .../h11/__pycache__/_writers.cpython-311.pyc | Bin 0 -> 7303 bytes .../lib/python3.11/site-packages/h11/_abnf.py | 132 + .../site-packages/h11/_connection.py | 633 ++ .../python3.11/site-packages/h11/_events.py | 369 + .../python3.11/site-packages/h11/_headers.py | 278 + .../python3.11/site-packages/h11/_readers.py | 247 + .../site-packages/h11/_receivebuffer.py | 153 + .../python3.11/site-packages/h11/_state.py | 367 + .../lib/python3.11/site-packages/h11/_util.py | 135 + .../python3.11/site-packages/h11/_version.py | 16 + .../python3.11/site-packages/h11/_writers.py | 145 + .../lib/python3.11/site-packages/h11/py.typed | 1 + .../site-packages/h11/tests/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 186 bytes .../tests/__pycache__/helpers.cpython-311.pyc | Bin 0 -> 5106 bytes .../test_against_stdlib_http.cpython-311.pyc | Bin 0 -> 8270 bytes .../test_connection.cpython-311.pyc | Bin 0 -> 68022 bytes .../__pycache__/test_events.cpython-311.pyc | Bin 0 -> 6822 bytes .../__pycache__/test_headers.cpython-311.pyc | Bin 0 -> 9599 bytes .../__pycache__/test_helpers.cpython-311.pyc | Bin 0 -> 1522 bytes .../tests/__pycache__/test_io.cpython-311.pyc | Bin 0 -> 25535 bytes .../test_receivebuffer.cpython-311.pyc | Bin 0 -> 4601 bytes .../__pycache__/test_state.cpython-311.pyc | Bin 0 -> 15203 bytes .../__pycache__/test_util.cpython-311.pyc | Bin 0 -> 7809 bytes .../site-packages/h11/tests/data/test-file | 1 + .../site-packages/h11/tests/helpers.py | 101 + .../h11/tests/test_against_stdlib_http.py | 115 + .../h11/tests/test_connection.py | 1122 +++ .../site-packages/h11/tests/test_events.py | 150 + .../site-packages/h11/tests/test_headers.py | 157 + .../site-packages/h11/tests/test_helpers.py | 32 + .../site-packages/h11/tests/test_io.py | 572 ++ .../h11/tests/test_receivebuffer.py | 135 + .../site-packages/h11/tests/test_state.py | 271 + .../site-packages/h11/tests/test_util.py | 112 + .../idna-3.10.dist-info/INSTALLER | 1 + .../idna-3.10.dist-info/LICENSE.md | 31 + .../idna-3.10.dist-info/METADATA | 250 + .../site-packages/idna-3.10.dist-info/RECORD | 22 + .../site-packages/idna-3.10.dist-info/WHEEL | 4 + .../python3.11/site-packages/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1088 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5770 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1010 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19257 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 101529 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2968 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 204 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163159 bytes .../python3.11/site-packages/idna/codec.py | 122 + .../python3.11/site-packages/idna/compat.py | 15 + .../lib/python3.11/site-packages/idna/core.py | 437 + .../python3.11/site-packages/idna/idnadata.py | 4243 ++++++++ .../site-packages/idna/intranges.py | 57 + .../site-packages/idna/package_data.py | 1 + .../python3.11/site-packages/idna/py.typed | 0 .../site-packages/idna/uts46data.py | 8681 +++++++++++++++++ .../pip-23.0.1.dist-info/INSTALLER | 1 + .../pip-23.0.1.dist-info/LICENSE.txt | 20 + .../pip-23.0.1.dist-info/METADATA | 88 + .../site-packages/pip-23.0.1.dist-info/RECORD | 996 ++ .../pip-23.0.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.0.1.dist-info/WHEEL | 5 + .../pip-23.0.1.dist-info/entry_points.txt | 4 + .../pip-23.0.1.dist-info/top_level.txt | 1 + .../python3.11/site-packages/pip/__init__.py | 13 + .../python3.11/site-packages/pip/__main__.py | 31 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 769 bytes .../pip/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 1078 bytes .../__pip-runner__.cpython-311.pyc | Bin 0 -> 2506 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 952 bytes .../__pycache__/build_env.cpython-311.pyc | Bin 0 -> 16072 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 14697 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 19228 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 38357 bytes .../__pycache__/main.cpython-311.pyc | Bin 0 -> 752 bytes .../__pycache__/pyproject.cpython-311.pyc | Bin 0 -> 5520 bytes .../self_outdated_check.cpython-311.pyc | Bin 0 -> 11322 bytes .../__pycache__/wheel_builder.cpython-311.pyc | Bin 0 -> 15992 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 293 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 287 bytes .../autocompletion.cpython-311.pyc | Bin 0 -> 10077 bytes .../__pycache__/base_command.cpython-311.pyc | Bin 0 -> 11075 bytes .../__pycache__/cmdoptions.cpython-311.pyc | Bin 0 -> 32974 bytes .../command_context.cpython-311.pyc | Bin 0 -> 2109 bytes .../cli/__pycache__/main.cpython-311.pyc | Bin 0 -> 2364 bytes .../__pycache__/main_parser.cpython-311.pyc | Bin 0 -> 5523 bytes .../cli/__pycache__/parser.cpython-311.pyc | Bin 0 -> 17024 bytes .../__pycache__/progress_bars.cpython-311.pyc | Bin 0 -> 3171 bytes .../__pycache__/req_command.cpython-311.pyc | Bin 0 -> 20136 bytes .../cli/__pycache__/spinners.cpython-311.pyc | Bin 0 -> 8836 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 375 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 216 + .../pip/_internal/cli/cmdoptions.py | 1055 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 502 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4455 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 10554 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 2305 bytes .../__pycache__/completion.cpython-311.pyc | Bin 0 -> 5467 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 14896 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 12004 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 7811 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 4156 bytes .../commands/__pycache__/hash.cpython-311.pyc | Bin 0 -> 3357 bytes .../commands/__pycache__/help.cpython-311.pyc | Bin 0 -> 1969 bytes .../__pycache__/index.cpython-311.pyc | Bin 0 -> 7792 bytes .../__pycache__/inspect.cpython-311.pyc | Bin 0 -> 4445 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 35374 bytes .../commands/__pycache__/list.cpython-311.pyc | Bin 0 -> 17506 bytes .../__pycache__/search.cpython-311.pyc | Bin 0 -> 8951 bytes .../commands/__pycache__/show.cpython-311.pyc | Bin 0 -> 11294 bytes .../__pycache__/uninstall.cpython-311.pyc | Bin 0 -> 5145 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 9951 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 126 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 149 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 873 ++ .../pip/_internal/commands/list.py | 367 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 203 + .../pip/_internal/configuration.py | 374 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1037 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 2409 bytes .../__pycache__/installed.cpython-311.pyc | Bin 0 -> 1546 bytes .../__pycache__/sdist.cpython-311.pyc | Bin 0 -> 8948 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 2140 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 747 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 241 bytes .../__pycache__/collector.cpython-311.pyc | Bin 0 -> 24547 bytes .../package_finder.cpython-311.pyc | Bin 0 -> 44219 bytes .../index/__pycache__/sources.cpython-311.pyc | Bin 0 -> 11023 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 18179 bytes .../__pycache__/_distutils.cpython-311.pyc | Bin 0 -> 7588 bytes .../__pycache__/_sysconfig.cpython-311.pyc | Bin 0 -> 8883 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 4004 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6412 bytes .../__pycache__/_json.cpython-311.pyc | Bin 0 -> 3566 bytes .../metadata/__pycache__/base.cpython-311.pyc | Bin 0 -> 38011 bytes .../__pycache__/pkg_resources.cpython-311.pyc | Bin 0 -> 16859 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 358 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 3565 bytes .../__pycache__/_dists.cpython-311.pyc | Bin 0 -> 14581 bytes .../__pycache__/_envs.cpython-311.pyc | Bin 0 -> 12419 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 275 bytes .../__pycache__/candidate.cpython-311.pyc | Bin 0 -> 2094 bytes .../__pycache__/direct_url.cpython-311.pyc | Bin 0 -> 12257 bytes .../format_control.cpython-311.pyc | Bin 0 -> 4658 bytes .../models/__pycache__/index.cpython-311.pyc | Bin 0 -> 1900 bytes .../installation_report.cpython-311.pyc | Bin 0 -> 2614 bytes .../models/__pycache__/link.cpython-311.pyc | Bin 0 -> 26446 bytes .../models/__pycache__/scheme.cpython-311.pyc | Bin 0 -> 1266 bytes .../__pycache__/search_scope.cpython-311.pyc | Bin 0 -> 5829 bytes .../selection_prefs.cpython-311.pyc | Bin 0 -> 1997 bytes .../__pycache__/target_python.cpython-311.pyc | Bin 0 -> 4759 bytes .../models/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 6422 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 228 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 524 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 133 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 263 bytes .../network/__pycache__/auth.cpython-311.pyc | Bin 0 -> 19067 bytes .../network/__pycache__/cache.cpython-311.pyc | Bin 0 -> 5186 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 9578 bytes .../__pycache__/lazy_wheel.cpython-311.pyc | Bin 0 -> 13024 bytes .../__pycache__/session.cpython-311.pyc | Bin 0 -> 21291 bytes .../network/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2412 bytes .../__pycache__/xmlrpc.cpython-311.pyc | Bin 0 -> 3191 bytes .../pip/_internal/network/auth.py | 446 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 518 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 201 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 6634 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 11597 bytes .../__pycache__/prepare.cpython-311.pyc | Bin 0 -> 26381 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 207 bytes .../__pycache__/build_tracker.cpython-311.pyc | Bin 0 -> 8130 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 2278 bytes .../metadata_editable.cpython-311.pyc | Bin 0 -> 2314 bytes .../metadata_legacy.cpython-311.pyc | Bin 0 -> 3714 bytes .../build/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 1944 bytes .../wheel_editable.cpython-311.pyc | Bin 0 -> 2388 bytes .../__pycache__/wheel_legacy.cpython-311.pyc | Bin 0 -> 4495 bytes .../operations/build/build_tracker.py | 124 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 275 bytes .../editable_legacy.cpython-311.pyc | Bin 0 -> 2271 bytes .../__pycache__/legacy.cpython-311.pyc | Bin 0 -> 6111 bytes .../install/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 39997 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 667 ++ .../site-packages/pip/_internal/pyproject.py | 174 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4447 bytes .../__pycache__/constructors.cpython-311.pyc | Bin 0 -> 20706 bytes .../req/__pycache__/req_file.cpython-311.pyc | Bin 0 -> 22435 bytes .../__pycache__/req_install.cpython-311.pyc | Bin 0 -> 40347 bytes .../req/__pycache__/req_set.cpython-311.pyc | Bin 0 -> 6003 bytes .../__pycache__/req_uninstall.cpython-311.pyc | Bin 0 -> 37001 bytes .../pip/_internal/req/constructors.py | 501 + .../pip/_internal/req/req_file.py | 544 ++ .../pip/_internal/req/req_install.py | 946 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 640 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 201 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 1372 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 208 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 23794 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 212 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 9625 bytes .../__pycache__/candidates.cpython-311.pyc | Bin 0 -> 28835 bytes .../__pycache__/factory.cpython-311.pyc | Bin 0 -> 31979 bytes .../found_candidates.cpython-311.pyc | Bin 0 -> 6760 bytes .../__pycache__/provider.cpython-311.pyc | Bin 0 -> 11054 bytes .../__pycache__/reporter.cpython-311.pyc | Bin 0 -> 4657 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 11122 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 12309 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 556 ++ .../resolution/resolvelib/factory.py | 731 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 296 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 196 bytes .../utils/__pycache__/_log.cpython-311.pyc | Bin 0 -> 2017 bytes .../utils/__pycache__/appdirs.cpython-311.pyc | Bin 0 -> 2555 bytes .../utils/__pycache__/compat.cpython-311.pyc | Bin 0 -> 2263 bytes .../compatibility_tags.cpython-311.pyc | Bin 0 -> 6755 bytes .../__pycache__/datetime.cpython-311.pyc | Bin 0 -> 713 bytes .../__pycache__/deprecation.cpython-311.pyc | Bin 0 -> 7086 bytes .../direct_url_helpers.cpython-311.pyc | Bin 0 -> 3719 bytes .../distutils_args.cpython-311.pyc | Bin 0 -> 1463 bytes .../__pycache__/egg_link.cpython-311.pyc | Bin 0 -> 3234 bytes .../__pycache__/encoding.cpython-311.pyc | Bin 0 -> 2319 bytes .../__pycache__/entrypoints.cpython-311.pyc | Bin 0 -> 4241 bytes .../__pycache__/filesystem.cpython-311.pyc | Bin 0 -> 8226 bytes .../__pycache__/filetypes.cpython-311.pyc | Bin 0 -> 1312 bytes .../utils/__pycache__/glibc.cpython-311.pyc | Bin 0 -> 2555 bytes .../utils/__pycache__/hashes.cpython-311.pyc | Bin 0 -> 8333 bytes .../inject_securetransport.cpython-311.pyc | Bin 0 -> 1330 bytes .../utils/__pycache__/logging.cpython-311.pyc | Bin 0 -> 15455 bytes .../utils/__pycache__/misc.cpython-311.pyc | Bin 0 -> 37697 bytes .../utils/__pycache__/models.cpython-311.pyc | Bin 0 -> 2936 bytes .../__pycache__/packaging.cpython-311.pyc | Bin 0 -> 2803 bytes .../setuptools_build.cpython-311.pyc | Bin 0 -> 6100 bytes .../__pycache__/subprocess.cpython-311.pyc | Bin 0 -> 9890 bytes .../__pycache__/temp_dir.cpython-311.pyc | Bin 0 -> 11417 bytes .../__pycache__/unpacking.cpython-311.pyc | Bin 0 -> 12892 bytes .../utils/__pycache__/urls.cpython-311.pyc | Bin 0 -> 2689 bytes .../__pycache__/virtualenv.cpython-311.pyc | Bin 0 -> 4936 bytes .../utils/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 7106 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 188 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 43 + .../pip/_internal/utils/egg_link.py | 72 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 763 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 631 bytes .../vcs/__pycache__/bazaar.cpython-311.pyc | Bin 0 -> 5856 bytes .../vcs/__pycache__/git.cpython-311.pyc | Bin 0 -> 21520 bytes .../vcs/__pycache__/mercurial.cpython-311.pyc | Bin 0 -> 8702 bytes .../__pycache__/subversion.cpython-311.pyc | Bin 0 -> 14599 bytes .../versioncontrol.cpython-311.pyc | Bin 0 -> 31868 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 382 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5609 bytes .../_vendor/__pycache__/six.cpython-311.pyc | Bin 0 -> 46411 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97441 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 838 bytes .../__pycache__/_cmd.cpython-311.pyc | Bin 0 -> 2693 bytes .../__pycache__/adapter.cpython-311.pyc | Bin 0 -> 5500 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 3774 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1131 bytes .../__pycache__/controller.cpython-311.pyc | Bin 0 -> 16446 bytes .../__pycache__/filewrapper.cpython-311.pyc | Bin 0 -> 4233 bytes .../__pycache__/heuristics.cpython-311.pyc | Bin 0 -> 6678 bytes .../__pycache__/serialize.cpython-311.pyc | Bin 0 -> 8393 bytes .../__pycache__/wrapper.cpython-311.pyc | Bin 0 -> 959 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 413 bytes .../__pycache__/file_cache.cpython-311.pyc | Bin 0 -> 8396 bytes .../__pycache__/redis_cache.cpython-311.pyc | Bin 0 -> 2493 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 338 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 739 bytes .../certifi/__pycache__/core.cpython-311.pyc | Bin 0 -> 3981 bytes .../pip/_vendor/certifi/cacert.pem | 4527 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5070 bytes .../__pycache__/big5freq.cpython-311.pyc | Bin 0 -> 27200 bytes .../__pycache__/big5prober.cpython-311.pyc | Bin 0 -> 1675 bytes .../chardistribution.cpython-311.pyc | Bin 0 -> 11267 bytes .../charsetgroupprober.cpython-311.pyc | Bin 0 -> 4297 bytes .../__pycache__/charsetprober.cpython-311.pyc | Bin 0 -> 5543 bytes .../codingstatemachine.cpython-311.pyc | Bin 0 -> 3994 bytes .../codingstatemachinedict.cpython-311.pyc | Bin 0 -> 950 bytes .../__pycache__/cp949prober.cpython-311.pyc | Bin 0 -> 1684 bytes .../chardet/__pycache__/enums.cpython-311.pyc | Bin 0 -> 3385 bytes .../__pycache__/escprober.cpython-311.pyc | Bin 0 -> 4901 bytes .../chardet/__pycache__/escsm.cpython-311.pyc | Bin 0 -> 12640 bytes .../__pycache__/eucjpprober.cpython-311.pyc | Bin 0 -> 4727 bytes .../__pycache__/euckrfreq.cpython-311.pyc | Bin 0 -> 12083 bytes .../__pycache__/euckrprober.cpython-311.pyc | Bin 0 -> 1676 bytes .../__pycache__/euctwfreq.cpython-311.pyc | Bin 0 -> 27205 bytes .../__pycache__/euctwprober.cpython-311.pyc | Bin 0 -> 1676 bytes .../__pycache__/gb2312freq.cpython-311.pyc | Bin 0 -> 19127 bytes .../__pycache__/gb2312prober.cpython-311.pyc | Bin 0 -> 1691 bytes .../__pycache__/hebrewprober.cpython-311.pyc | Bin 0 -> 5680 bytes .../__pycache__/jisfreq.cpython-311.pyc | Bin 0 -> 22156 bytes .../__pycache__/johabfreq.cpython-311.pyc | Bin 0 -> 84660 bytes .../__pycache__/johabprober.cpython-311.pyc | Bin 0 -> 1682 bytes .../__pycache__/jpcntx.cpython-311.pyc | Bin 0 -> 40164 bytes .../langbulgarianmodel.cpython-311.pyc | Bin 0 -> 85834 bytes .../langgreekmodel.cpython-311.pyc | Bin 0 -> 79256 bytes .../langhebrewmodel.cpython-311.pyc | Bin 0 -> 80018 bytes .../langhungarianmodel.cpython-311.pyc | Bin 0 -> 85788 bytes .../langrussianmodel.cpython-311.pyc | Bin 0 -> 108735 bytes .../__pycache__/langthaimodel.cpython-311.pyc | Bin 0 -> 80196 bytes .../langturkishmodel.cpython-311.pyc | Bin 0 -> 80035 bytes .../__pycache__/latin1prober.cpython-311.pyc | Bin 0 -> 7331 bytes .../macromanprober.cpython-311.pyc | Bin 0 -> 7498 bytes .../mbcharsetprober.cpython-311.pyc | Bin 0 -> 4119 bytes .../mbcsgroupprober.cpython-311.pyc | Bin 0 -> 1989 bytes .../__pycache__/mbcssm.cpython-311.pyc | Bin 0 -> 31729 bytes .../__pycache__/resultdict.cpython-311.pyc | Bin 0 -> 768 bytes .../sbcharsetprober.cpython-311.pyc | Bin 0 -> 6394 bytes .../sbcsgroupprober.cpython-311.pyc | Bin 0 -> 2939 bytes .../__pycache__/sjisprober.cpython-311.pyc | Bin 0 -> 4832 bytes .../universaldetector.cpython-311.pyc | Bin 0 -> 12460 bytes .../__pycache__/utf1632prober.cpython-311.pyc | Bin 0 -> 10580 bytes .../__pycache__/utf8prober.cpython-311.pyc | Bin 0 -> 3467 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 503 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 200 bytes .../__pycache__/chardetect.cpython-311.pyc | Bin 0 -> 4339 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 +++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 205 bytes .../__pycache__/languages.cpython-311.pyc | Bin 0 -> 10805 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 572 bytes .../colorama/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 4570 bytes .../__pycache__/ansitowin32.cpython-311.pyc | Bin 0 -> 16216 bytes .../__pycache__/initialise.cpython-311.pyc | Bin 0 -> 3933 bytes .../__pycache__/win32.cpython-311.pyc | Bin 0 -> 7921 bytes .../__pycache__/winterm.cpython-311.pyc | Bin 0 -> 9147 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 203 bytes .../__pycache__/ansi_test.cpython-311.pyc | Bin 0 -> 5848 bytes .../ansitowin32_test.cpython-311.pyc | Bin 0 -> 21515 bytes .../initialise_test.cpython-311.pyc | Bin 0 -> 14142 bytes .../__pycache__/isatty_test.cpython-311.pyc | Bin 0 -> 6707 bytes .../tests/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2882 bytes .../__pycache__/winterm_test.cpython-311.pyc | Bin 0 -> 7235 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1441 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 52307 bytes .../__pycache__/database.cpython-311.pyc | Bin 0 -> 72095 bytes .../distlib/__pycache__/index.cpython-311.pyc | Bin 0 -> 26684 bytes .../__pycache__/locators.cpython-311.pyc | Bin 0 -> 65860 bytes .../__pycache__/manifest.cpython-311.pyc | Bin 0 -> 17027 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 8163 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 47111 bytes .../__pycache__/resources.cpython-311.pyc | Bin 0 -> 18990 bytes .../__pycache__/scripts.cpython-311.pyc | Bin 0 -> 21266 bytes .../distlib/__pycache__/util.cpython-311.pyc | Bin 0 -> 97445 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 34572 bytes .../distlib/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 60376 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1350 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1082 ++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1194 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 328 bytes .../distro/__pycache__/distro.cpython-311.pyc | Bin 0 -> 57727 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1095 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5386 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1012 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19447 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 38971 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2980 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 215 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163195 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 ++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2074 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2375 bytes .../msgpack/__pycache__/ext.cpython-311.pyc | Bin 0 -> 9161 bytes .../__pycache__/fallback.cpython-311.pyc | Bin 0 -> 47188 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 639 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 560 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13226 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 7994 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3682 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16522 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7637 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34360 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21345 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6680 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21872 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 158228 bytes .../__pycache__/py31compat.cpython-311.pyc | Bin 0 -> 981 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 342 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12927 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2124 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6354 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7181 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4591 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11023 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 310 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9959 bytes .../pip/_vendor/platformdirs/android.py | 120 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 184 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3842 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 778 bytes .../__pycache__/cmdline.cpython-311.pyc | Bin 0 -> 30289 bytes .../__pycache__/console.cpython-311.pyc | Bin 0 -> 3041 bytes .../__pycache__/filter.cpython-311.pyc | Bin 0 -> 3502 bytes .../__pycache__/formatter.cpython-311.pyc | Bin 0 -> 3868 bytes .../__pycache__/lexer.cpython-311.pyc | Bin 0 -> 40396 bytes .../__pycache__/modeline.cpython-311.pyc | Bin 0 -> 1721 bytes .../__pycache__/plugin.cpython-311.pyc | Bin 0 -> 3734 bytes .../__pycache__/regexopt.cpython-311.pyc | Bin 0 -> 5028 bytes .../__pycache__/scanner.cpython-311.pyc | Bin 0 -> 4883 bytes .../__pycache__/sphinxext.cpython-311.pyc | Bin 0 -> 8314 bytes .../__pycache__/style.cpython-311.pyc | Bin 0 -> 7422 bytes .../__pycache__/token.cpython-311.pyc | Bin 0 -> 7462 bytes .../__pycache__/unistring.cpython-311.pyc | Bin 0 -> 33796 bytes .../pygments/__pycache__/util.cpython-311.pyc | Bin 0 -> 14589 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 40102 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 143 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6868 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 4150 bytes .../__pycache__/bbcode.cpython-311.pyc | Bin 0 -> 4476 bytes .../__pycache__/groff.cpython-311.pyc | Bin 0 -> 7809 bytes .../__pycache__/html.cpython-311.pyc | Bin 0 -> 42594 bytes .../__pycache__/img.cpython-311.pyc | Bin 0 -> 28566 bytes .../__pycache__/irc.cpython-311.pyc | Bin 0 -> 7669 bytes .../__pycache__/latex.cpython-311.pyc | Bin 0 -> 21802 bytes .../__pycache__/other.cpython-311.pyc | Bin 0 -> 7630 bytes .../__pycache__/pangomarkup.cpython-311.pyc | Bin 0 -> 3174 bytes .../__pycache__/rtf.cpython-311.pyc | Bin 0 -> 6841 bytes .../__pycache__/svg.cpython-311.pyc | Bin 0 -> 9661 bytes .../__pycache__/terminal.cpython-311.pyc | Bin 0 -> 6040 bytes .../__pycache__/terminal256.cpython-311.pyc | Bin 0 -> 16406 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 ++ .../pip/_vendor/pygments/formatters/irc.py | 179 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 882 ++ .../pip/_vendor/pygments/lexers/__init__.py | 335 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 15145 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 62776 bytes .../lexers/__pycache__/python.cpython-311.pyc | Bin 0 -> 43977 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 541 + .../pip/_vendor/pygments/lexers/python.py | 1204 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 97 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4455 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8345 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8459 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14781 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277667 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12923 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53624 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36307 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19503 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15361 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14260 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5814 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28026 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1088 +++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 352 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 703 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 401 bytes .../__pycache__/_impl.cpython-311.pyc | Bin 0 -> 16667 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1163 bytes .../__pycache__/_in_process.cpython-311.pyc | Bin 0 -> 16485 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6447 bytes .../__pycache__/__version__.cpython-311.pyc | Bin 0 -> 584 bytes .../_internal_utils.cpython-311.pyc | Bin 0 -> 2081 bytes .../__pycache__/adapters.cpython-311.pyc | Bin 0 -> 24884 bytes .../requests/__pycache__/api.cpython-311.pyc | Bin 0 -> 7429 bytes .../requests/__pycache__/auth.cpython-311.pyc | Bin 0 -> 14628 bytes .../__pycache__/certs.cpython-311.pyc | Bin 0 -> 980 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1806 bytes .../__pycache__/cookies.cpython-311.pyc | Bin 0 -> 27108 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8523 bytes .../requests/__pycache__/help.cpython-311.pyc | Bin 0 -> 4518 bytes .../__pycache__/hooks.cpython-311.pyc | Bin 0 -> 1248 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 38779 bytes .../__pycache__/packages.cpython-311.pyc | Bin 0 -> 828 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 29617 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 6235 bytes .../__pycache__/structures.cpython-311.pyc | Bin 0 -> 6220 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 40134 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 48 + .../pip/_vendor/requests/adapters.py | 584 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1086 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 751 bytes .../__pycache__/providers.cpython-311.pyc | Bin 0 -> 7070 bytes .../__pycache__/reporters.cpython-311.pyc | Bin 0 -> 2800 bytes .../__pycache__/resolvers.cpython-311.pyc | Bin 0 -> 25246 bytes .../__pycache__/structs.cpython-311.pyc | Bin 0 -> 11328 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 206 bytes .../collections_abc.cpython-311.pyc | Bin 0 -> 481 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 7494 bytes .../rich/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 11572 bytes .../__pycache__/_cell_widths.cpython-311.pyc | Bin 0 -> 7833 bytes .../__pycache__/_emoji_codes.cpython-311.pyc | Bin 0 -> 208520 bytes .../_emoji_replace.cpython-311.pyc | Bin 0 -> 1932 bytes .../_export_format.cpython-311.pyc | Bin 0 -> 2337 bytes .../__pycache__/_extension.cpython-311.pyc | Bin 0 -> 633 bytes .../rich/__pycache__/_inspect.cpython-311.pyc | Bin 0 -> 14185 bytes .../__pycache__/_log_render.cpython-311.pyc | Bin 0 -> 4767 bytes .../rich/__pycache__/_loop.cpython-311.pyc | Bin 0 -> 2113 bytes .../__pycache__/_null_file.cpython-311.pyc | Bin 0 -> 4678 bytes .../__pycache__/_palettes.cpython-311.pyc | Bin 0 -> 5249 bytes .../rich/__pycache__/_pick.cpython-311.pyc | Bin 0 -> 794 bytes .../rich/__pycache__/_ratio.cpython-311.pyc | Bin 0 -> 7932 bytes .../__pycache__/_spinners.cpython-311.pyc | Bin 0 -> 13682 bytes .../rich/__pycache__/_stack.cpython-311.pyc | Bin 0 -> 1128 bytes .../rich/__pycache__/_timer.cpython-311.pyc | Bin 0 -> 981 bytes .../_win32_console.cpython-311.pyc | Bin 0 -> 30169 bytes .../rich/__pycache__/_windows.cpython-311.pyc | Bin 0 -> 2828 bytes .../_windows_renderer.cpython-311.pyc | Bin 0 -> 4019 bytes .../rich/__pycache__/_wrap.cpython-311.pyc | Bin 0 -> 2784 bytes .../rich/__pycache__/abc.cpython-311.pyc | Bin 0 -> 1925 bytes .../rich/__pycache__/align.cpython-311.pyc | Bin 0 -> 13474 bytes .../rich/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 10450 bytes .../rich/__pycache__/bar.cpython-311.pyc | Bin 0 -> 4547 bytes .../rich/__pycache__/box.cpython-311.pyc | Bin 0 -> 12989 bytes .../rich/__pycache__/cells.cpython-311.pyc | Bin 0 -> 6439 bytes .../rich/__pycache__/color.cpython-311.pyc | Bin 0 -> 27570 bytes .../__pycache__/color_triplet.cpython-311.pyc | Bin 0 -> 1873 bytes .../rich/__pycache__/columns.cpython-311.pyc | Bin 0 -> 10644 bytes .../rich/__pycache__/console.cpython-311.pyc | Bin 0 -> 123160 bytes .../__pycache__/constrain.cpython-311.pyc | Bin 0 -> 2465 bytes .../__pycache__/containers.cpython-311.pyc | Bin 0 -> 10806 bytes .../rich/__pycache__/control.cpython-311.pyc | Bin 0 -> 11897 bytes .../default_styles.cpython-311.pyc | Bin 0 -> 12497 bytes .../rich/__pycache__/diagnose.cpython-311.pyc | Bin 0 -> 1820 bytes .../rich/__pycache__/emoji.cpython-311.pyc | Bin 0 -> 4798 bytes .../rich/__pycache__/errors.cpython-311.pyc | Bin 0 -> 2329 bytes .../__pycache__/file_proxy.cpython-311.pyc | Bin 0 -> 3777 bytes .../rich/__pycache__/filesize.cpython-311.pyc | Bin 0 -> 3301 bytes .../__pycache__/highlighter.cpython-311.pyc | Bin 0 -> 10988 bytes .../rich/__pycache__/json.cpython-311.pyc | Bin 0 -> 6681 bytes .../rich/__pycache__/jupyter.cpython-311.pyc | Bin 0 -> 6404 bytes .../rich/__pycache__/layout.cpython-311.pyc | Bin 0 -> 23311 bytes .../rich/__pycache__/live.cpython-311.pyc | Bin 0 -> 21132 bytes .../__pycache__/live_render.cpython-311.pyc | Bin 0 -> 5145 bytes .../rich/__pycache__/logging.cpython-311.pyc | Bin 0 -> 14516 bytes .../rich/__pycache__/markup.cpython-311.pyc | Bin 0 -> 10438 bytes .../rich/__pycache__/measure.cpython-311.pyc | Bin 0 -> 7271 bytes .../rich/__pycache__/padding.cpython-311.pyc | Bin 0 -> 7487 bytes .../rich/__pycache__/pager.cpython-311.pyc | Bin 0 -> 2245 bytes .../rich/__pycache__/palette.cpython-311.pyc | Bin 0 -> 5978 bytes .../rich/__pycache__/panel.cpython-311.pyc | Bin 0 -> 12734 bytes .../rich/__pycache__/pretty.cpython-311.pyc | Bin 0 -> 44827 bytes .../rich/__pycache__/progress.cpython-311.pyc | Bin 0 -> 82706 bytes .../__pycache__/progress_bar.cpython-311.pyc | Bin 0 -> 11012 bytes .../rich/__pycache__/prompt.cpython-311.pyc | Bin 0 -> 16378 bytes .../rich/__pycache__/protocol.cpython-311.pyc | Bin 0 -> 2096 bytes .../rich/__pycache__/region.cpython-311.pyc | Bin 0 -> 659 bytes .../rich/__pycache__/repr.cpython-311.pyc | Bin 0 -> 7658 bytes .../rich/__pycache__/rule.cpython-311.pyc | Bin 0 -> 7697 bytes .../rich/__pycache__/scope.cpython-311.pyc | Bin 0 -> 4351 bytes .../rich/__pycache__/screen.cpython-311.pyc | Bin 0 -> 2774 bytes .../rich/__pycache__/segment.cpython-311.pyc | Bin 0 -> 31541 bytes .../rich/__pycache__/spinner.cpython-311.pyc | Bin 0 -> 6890 bytes .../rich/__pycache__/status.cpython-311.pyc | Bin 0 -> 6758 bytes .../rich/__pycache__/style.cpython-311.pyc | Bin 0 -> 34331 bytes .../rich/__pycache__/styled.cpython-311.pyc | Bin 0 -> 2439 bytes .../rich/__pycache__/syntax.cpython-311.pyc | Bin 0 -> 42533 bytes .../rich/__pycache__/table.cpython-311.pyc | Bin 0 -> 48800 bytes .../terminal_theme.cpython-311.pyc | Bin 0 -> 3705 bytes .../rich/__pycache__/text.cpython-311.pyc | Bin 0 -> 65216 bytes .../rich/__pycache__/theme.cpython-311.pyc | Bin 0 -> 7143 bytes .../rich/__pycache__/themes.cpython-311.pyc | Bin 0 -> 355 bytes .../__pycache__/traceback.cpython-311.pyc | Bin 0 -> 31669 bytes .../rich/__pycache__/tree.cpython-311.pyc | Bin 0 -> 12526 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 78 + .../pip/_vendor/rich/_extension.py | 10 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 83 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 237 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 618 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2612 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 188 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 54 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 373 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 1029 ++ .../pip/_vendor/rich/progress.py | 1707 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 134 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 136 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 773 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 945 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1311 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 677 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 519 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 27793 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 4800 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 2065 bytes .../__pycache__/after.cpython-311.pyc | Bin 0 -> 1692 bytes .../__pycache__/before.cpython-311.pyc | Bin 0 -> 1526 bytes .../__pycache__/before_sleep.cpython-311.pyc | Bin 0 -> 2103 bytes .../tenacity/__pycache__/nap.cpython-311.pyc | Bin 0 -> 1565 bytes .../__pycache__/retry.cpython-311.pyc | Bin 0 -> 15039 bytes .../tenacity/__pycache__/stop.cpython-311.pyc | Bin 0 -> 5893 bytes .../__pycache__/tornadoweb.cpython-311.pyc | Bin 0 -> 2911 bytes .../tenacity/__pycache__/wait.cpython-311.pyc | Bin 0 -> 13365 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 240 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 232 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 410 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30849 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4489 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 402 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/typing_extensions.py | 2209 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3708 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 18296 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 218 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 21892 bytes .../connectionpool.cpython-311.pyc | Bin 0 -> 37635 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16122 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 11415 bytes .../__pycache__/filepost.cpython-311.pyc | Bin 0 -> 4496 bytes .../__pycache__/poolmanager.cpython-311.pyc | Bin 0 -> 21819 bytes .../__pycache__/request.cpython-311.pyc | Bin 0 -> 6659 bytes .../__pycache__/response.cpython-311.pyc | Bin 0 -> 36542 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 567 ++ .../pip/_vendor/urllib3/connectionpool.py | 1110 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 204 bytes .../_appengine_environ.cpython-311.pyc | Bin 0 -> 1943 bytes .../__pycache__/appengine.cpython-311.pyc | Bin 0 -> 12150 bytes .../__pycache__/ntlmpool.cpython-311.pyc | Bin 0 -> 6227 bytes .../__pycache__/pyopenssl.cpython-311.pyc | Bin 0 -> 25736 bytes .../securetransport.cpython-311.pyc | Bin 0 -> 36843 bytes .../contrib/__pycache__/socks.cpython-311.pyc | Bin 0 -> 8088 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 221 bytes .../__pycache__/bindings.cpython-311.pyc | Bin 0 -> 16968 bytes .../__pycache__/low_level.cpython-311.pyc | Bin 0 -> 15605 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 205 bytes .../packages/__pycache__/six.cpython-311.pyc | Bin 0 -> 46447 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 215 bytes .../__pycache__/makefile.cpython-311.pyc | Bin 0 -> 1962 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1076 ++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1407 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 5134 bytes .../util/__pycache__/proxy.cpython-311.pyc | Bin 0 -> 1716 bytes .../util/__pycache__/queue.cpython-311.pyc | Bin 0 -> 1499 bytes .../util/__pycache__/request.cpython-311.pyc | Bin 0 -> 4619 bytes .../util/__pycache__/response.cpython-311.pyc | Bin 0 -> 3488 bytes .../util/__pycache__/retry.cpython-311.pyc | Bin 0 -> 22756 bytes .../util/__pycache__/ssl_.cpython-311.pyc | Bin 0 -> 16819 bytes .../ssl_match_hostname.cpython-311.pyc | Bin 0 -> 5798 bytes .../__pycache__/ssltransport.cpython-311.pyc | Bin 0 -> 11627 bytes .../util/__pycache__/timeout.cpython-311.pyc | Bin 0 -> 11035 bytes .../util/__pycache__/url.cpython-311.pyc | Bin 0 -> 17559 bytes .../util/__pycache__/wait.cpython-311.pyc | Bin 0 -> 5001 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12881 bytes .../__pycache__/labels.cpython-311.pyc | Bin 0 -> 7281 bytes .../__pycache__/mklabels.cpython-311.pyc | Bin 0 -> 3209 bytes .../__pycache__/tests.cpython-311.pyc | Bin 0 -> 11187 bytes .../x_user_defined.cpython-311.pyc | Bin 0 -> 3561 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.11/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3282 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 156112 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 198 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97415 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15991 bytes .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 832 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10749 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4276 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5561 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1394 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6492 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7493 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8367 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6389 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../pkg_resources/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 205 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10980 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20291 bytes .../pkg_resources/_vendor/jaraco/context.py | 253 + .../pkg_resources/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26608 bytes .../_vendor/more_itertools/__init__.py | 6 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 377 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 169499 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 33519 bytes .../_vendor/more_itertools/more.py | 4346 +++++++++ .../_vendor/more_itertools/recipes.py | 841 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 649 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 570 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13236 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8004 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3692 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16541 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7656 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34370 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21355 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6690 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21882 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../pkg_resources/_vendor/packaging/tags.py | 487 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../_vendor/platformdirs/__init__.py | 342 + .../_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12830 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2122 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6364 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7191 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4601 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11033 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 320 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9969 bytes .../_vendor/platformdirs/android.py | 120 + .../pkg_resources/_vendor/platformdirs/api.py | 156 + .../_vendor/platformdirs/macos.py | 64 + .../_vendor/platformdirs/unix.py | 181 + .../_vendor/platformdirs/version.py | 4 + .../_vendor/platformdirs/windows.py | 184 + .../_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8343 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8469 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14791 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277643 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12933 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53634 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36317 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19513 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15371 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14270 bytes .../_vendor/pyparsing/actions.py | 207 + .../pkg_resources/_vendor/pyparsing/common.py | 424 + .../pkg_resources/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28006 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../_vendor/pyparsing/helpers.py | 1088 +++ .../_vendor/pyparsing/results.py | 760 ++ .../_vendor/pyparsing/testing.py | 331 + .../_vendor/pyparsing/unicode.py | 352 + .../pkg_resources/_vendor/pyparsing/util.py | 235 + .../_vendor/typing_extensions.py | 2209 +++++ .../pkg_resources/_vendor/zipp.py | 329 + .../pkg_resources/extern/__init__.py | 81 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4321 bytes .../pydantic-2.11.1.dist-info/INSTALLER | 1 + .../pydantic-2.11.1.dist-info/METADATA | 679 ++ .../pydantic-2.11.1.dist-info/RECORD | 215 + .../pydantic-2.11.1.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../site-packages/pydantic/__init__.py | 445 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 13391 bytes .../__pycache__/_migration.cpython-311.pyc | Bin 0 -> 11364 bytes .../alias_generators.cpython-311.pyc | Bin 0 -> 3521 bytes .../__pycache__/aliases.cpython-311.pyc | Bin 0 -> 7209 bytes .../annotated_handlers.cpython-311.pyc | Bin 0 -> 5845 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 394 bytes .../__pycache__/color.cpython-311.pyc | Bin 0 -> 32482 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 8000 bytes .../__pycache__/dataclasses.cpython-311.pyc | Bin 0 -> 15000 bytes .../datetime_parse.cpython-311.pyc | Bin 0 -> 394 bytes .../__pycache__/decorator.cpython-311.pyc | Bin 0 -> 384 bytes .../__pycache__/env_settings.cpython-311.pyc | Bin 0 -> 390 bytes .../error_wrappers.cpython-311.pyc | Bin 0 -> 394 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 8859 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 64420 bytes .../functional_serializers.cpython-311.pyc | Bin 0 -> 18725 bytes .../functional_validators.cpython-311.pyc | Bin 0 -> 34321 bytes .../__pycache__/generics.cpython-311.pyc | Bin 0 -> 382 bytes .../pydantic/__pycache__/json.cpython-311.pyc | Bin 0 -> 374 bytes .../__pycache__/json_schema.cpython-311.pyc | Bin 0 -> 127689 bytes .../pydantic/__pycache__/main.cpython-311.pyc | Bin 0 -> 79123 bytes .../pydantic/__pycache__/mypy.cpython-311.pyc | Bin 0 -> 65909 bytes .../__pycache__/networks.cpython-311.pyc | Bin 0 -> 53628 bytes .../__pycache__/parse.cpython-311.pyc | Bin 0 -> 376 bytes .../__pycache__/root_model.cpython-311.pyc | Bin 0 -> 8592 bytes .../__pycache__/schema.cpython-311.pyc | Bin 0 -> 378 bytes .../__pycache__/tools.cpython-311.pyc | Bin 0 -> 376 bytes .../__pycache__/type_adapter.cpython-311.pyc | Bin 0 -> 32299 bytes .../__pycache__/types.cpython-311.pyc | Bin 0 -> 103763 bytes .../__pycache__/typing.cpython-311.pyc | Bin 0 -> 374 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 376 bytes .../validate_call_decorator.cpython-311.pyc | Bin 0 -> 6040 bytes .../__pycache__/validators.cpython-311.pyc | Bin 0 -> 386 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 4589 bytes .../__pycache__/warnings.cpython-311.pyc | Bin 0 -> 6669 bytes .../pydantic/_internal/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 195 bytes .../__pycache__/_config.cpython-311.pyc | Bin 0 -> 17831 bytes .../_core_metadata.cpython-311.pyc | Bin 0 -> 5062 bytes .../__pycache__/_core_utils.cpython-311.pyc | Bin 0 -> 8970 bytes .../__pycache__/_dataclasses.cpython-311.pyc | Bin 0 -> 10380 bytes .../__pycache__/_decorators.cpython-311.pyc | Bin 0 -> 40337 bytes .../_decorators_v1.cpython-311.pyc | Bin 0 -> 9917 bytes .../_discriminated_union.cpython-311.pyc | Bin 0 -> 23294 bytes .../_docs_extraction.cpython-311.pyc | Bin 0 -> 5674 bytes .../__pycache__/_fields.cpython-311.pyc | Bin 0 -> 19825 bytes .../__pycache__/_forward_ref.cpython-311.pyc | Bin 0 -> 1469 bytes .../_generate_schema.cpython-311.pyc | Bin 0 -> 146126 bytes .../__pycache__/_generics.cpython-311.pyc | Bin 0 -> 27029 bytes .../__pycache__/_git.cpython-311.pyc | Bin 0 -> 1729 bytes .../__pycache__/_import_utils.cpython-311.pyc | Bin 0 -> 966 bytes .../_internal_dataclass.cpython-311.pyc | Bin 0 -> 342 bytes .../_known_annotated_metadata.cpython-311.pyc | Bin 0 -> 15786 bytes .../__pycache__/_mock_val_ser.cpython-311.pyc | Bin 0 -> 12342 bytes .../_model_construction.cpython-311.pyc | Bin 0 -> 38246 bytes .../_namespace_utils.cpython-311.pyc | Bin 0 -> 13472 bytes .../__pycache__/_repr.cpython-311.pyc | Bin 0 -> 8764 bytes .../_schema_gather.cpython-311.pyc | Bin 0 -> 9047 bytes .../_schema_generation_shared.cpython-311.pyc | Bin 0 -> 6770 bytes .../__pycache__/_serializers.cpython-311.pyc | Bin 0 -> 2106 bytes .../__pycache__/_signature.cpython-311.pyc | Bin 0 -> 7392 bytes .../__pycache__/_typing_extra.cpython-311.pyc | Bin 0 -> 28823 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 22000 bytes .../_validate_call.cpython-311.pyc | Bin 0 -> 7204 bytes .../__pycache__/_validators.cpython-311.pyc | Bin 0 -> 25751 bytes .../pydantic/_internal/_config.py | 373 + .../pydantic/_internal/_core_metadata.py | 97 + .../pydantic/_internal/_core_utils.py | 182 + .../pydantic/_internal/_dataclasses.py | 235 + .../pydantic/_internal/_decorators.py | 838 ++ .../pydantic/_internal/_decorators_v1.py | 174 + .../_internal/_discriminated_union.py | 479 + .../pydantic/_internal/_docs_extraction.py | 108 + .../pydantic/_internal/_fields.py | 459 + .../pydantic/_internal/_forward_ref.py | 23 + .../pydantic/_internal/_generate_schema.py | 2862 ++++++ .../pydantic/_internal/_generics.py | 547 ++ .../site-packages/pydantic/_internal/_git.py | 27 + .../pydantic/_internal/_import_utils.py | 20 + .../pydantic/_internal/_internal_dataclass.py | 7 + .../_internal/_known_annotated_metadata.py | 397 + .../pydantic/_internal/_mock_val_ser.py | 228 + .../pydantic/_internal/_model_construction.py | 792 ++ .../pydantic/_internal/_namespace_utils.py | 293 + .../site-packages/pydantic/_internal/_repr.py | 125 + .../pydantic/_internal/_schema_gather.py | 204 + .../_internal/_schema_generation_shared.py | 125 + .../pydantic/_internal/_serializers.py | 53 + .../pydantic/_internal/_signature.py | 188 + .../pydantic/_internal/_typing_extra.py | 714 ++ .../pydantic/_internal/_utils.py | 429 + .../pydantic/_internal/_validate_call.py | 140 + .../pydantic/_internal/_validators.py | 532 + .../site-packages/pydantic/_migration.py | 308 + .../pydantic/alias_generators.py | 62 + .../site-packages/pydantic/aliases.py | 135 + .../pydantic/annotated_handlers.py | 122 + .../pydantic/class_validators.py | 5 + .../site-packages/pydantic/color.py | 604 ++ .../site-packages/pydantic/config.py | 1213 +++ .../site-packages/pydantic/dataclasses.py | 374 + .../site-packages/pydantic/datetime_parse.py | 5 + .../site-packages/pydantic/decorator.py | 5 + .../pydantic/deprecated/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 196 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 12848 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 4862 bytes .../copy_internals.cpython-311.pyc | Bin 0 -> 9612 bytes .../__pycache__/decorator.cpython-311.pyc | Bin 0 -> 15630 bytes .../__pycache__/json.cpython-311.pyc | Bin 0 -> 6820 bytes .../__pycache__/parse.cpython-311.pyc | Bin 0 -> 3664 bytes .../__pycache__/tools.cpython-311.pyc | Bin 0 -> 3893 bytes .../pydantic/deprecated/class_validators.py | 256 + .../pydantic/deprecated/config.py | 72 + .../pydantic/deprecated/copy_internals.py | 224 + .../pydantic/deprecated/decorator.py | 284 + .../site-packages/pydantic/deprecated/json.py | 141 + .../pydantic/deprecated/parse.py | 80 + .../pydantic/deprecated/tools.py | 103 + .../site-packages/pydantic/env_settings.py | 5 + .../site-packages/pydantic/error_wrappers.py | 5 + .../site-packages/pydantic/errors.py | 190 + .../pydantic/experimental/__init__.py | 10 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 599 bytes .../arguments_schema.cpython-311.pyc | Bin 0 -> 2562 bytes .../__pycache__/pipeline.cpython-311.pyc | Bin 0 -> 38877 bytes .../pydantic/experimental/arguments_schema.py | 44 + .../pydantic/experimental/pipeline.py | 667 ++ .../site-packages/pydantic/fields.py | 1542 +++ .../pydantic/functional_serializers.py | 450 + .../pydantic/functional_validators.py | 828 ++ .../site-packages/pydantic/generics.py | 5 + .../python3.11/site-packages/pydantic/json.py | 5 + .../site-packages/pydantic/json_schema.py | 2695 +++++ .../python3.11/site-packages/pydantic/main.py | 1772 ++++ .../python3.11/site-packages/pydantic/mypy.py | 1373 +++ .../site-packages/pydantic/networks.py | 1312 +++ .../site-packages/pydantic/parse.py | 5 + .../site-packages/pydantic/plugin/__init__.py | 188 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 9094 bytes .../__pycache__/_loader.cpython-311.pyc | Bin 0 -> 2546 bytes .../_schema_validator.cpython-311.pyc | Bin 0 -> 7651 bytes .../site-packages/pydantic/plugin/_loader.py | 57 + .../pydantic/plugin/_schema_validator.py | 140 + .../site-packages/pydantic/py.typed | 0 .../site-packages/pydantic/root_model.py | 157 + .../site-packages/pydantic/schema.py | 5 + .../site-packages/pydantic/tools.py | 5 + .../site-packages/pydantic/type_adapter.py | 727 ++ .../site-packages/pydantic/types.py | 3285 +++++++ .../site-packages/pydantic/typing.py | 5 + .../site-packages/pydantic/utils.py | 5 + .../site-packages/pydantic/v1/__init__.py | 131 + .../v1/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2446 bytes .../_hypothesis_plugin.cpython-311.pyc | Bin 0 -> 20247 bytes .../annotated_types.cpython-311.pyc | Bin 0 -> 4693 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 22806 bytes .../v1/__pycache__/color.cpython-311.pyc | Bin 0 -> 28225 bytes .../v1/__pycache__/config.cpython-311.pyc | Bin 0 -> 10053 bytes .../__pycache__/dataclasses.cpython-311.pyc | Bin 0 -> 25824 bytes .../datetime_parse.cpython-311.pyc | Bin 0 -> 11984 bytes .../v1/__pycache__/decorator.cpython-311.pyc | Bin 0 -> 15687 bytes .../__pycache__/env_settings.cpython-311.pyc | Bin 0 -> 20038 bytes .../error_wrappers.cpython-311.pyc | Bin 0 -> 10055 bytes .../v1/__pycache__/errors.cpython-311.pyc | Bin 0 -> 36547 bytes .../v1/__pycache__/fields.cpython-311.pyc | Bin 0 -> 62988 bytes .../v1/__pycache__/generics.cpython-311.pyc | Bin 0 -> 19726 bytes .../v1/__pycache__/json.cpython-311.pyc | Bin 0 -> 5695 bytes .../v1/__pycache__/main.cpython-311.pyc | Bin 0 -> 54957 bytes .../v1/__pycache__/mypy.cpython-311.pyc | Bin 0 -> 50503 bytes .../v1/__pycache__/networks.cpython-311.pyc | Bin 0 -> 34186 bytes .../v1/__pycache__/parse.cpython-311.pyc | Bin 0 -> 3043 bytes .../v1/__pycache__/schema.cpython-311.pyc | Bin 0 -> 54642 bytes .../v1/__pycache__/tools.cpython-311.pyc | Bin 0 -> 4470 bytes .../v1/__pycache__/types.cpython-311.pyc | Bin 0 -> 55102 bytes .../v1/__pycache__/typing.cpython-311.pyc | Bin 0 -> 25280 bytes .../v1/__pycache__/utils.cpython-311.pyc | Bin 0 -> 40739 bytes .../v1/__pycache__/validators.cpython-311.pyc | Bin 0 -> 34981 bytes .../v1/__pycache__/version.cpython-311.pyc | Bin 0 -> 2205 bytes .../pydantic/v1/_hypothesis_plugin.py | 391 + .../pydantic/v1/annotated_types.py | 72 + .../pydantic/v1/class_validators.py | 361 + .../site-packages/pydantic/v1/color.py | 494 + .../site-packages/pydantic/v1/config.py | 191 + .../site-packages/pydantic/v1/dataclasses.py | 500 + .../pydantic/v1/datetime_parse.py | 248 + .../site-packages/pydantic/v1/decorator.py | 264 + .../site-packages/pydantic/v1/env_settings.py | 350 + .../pydantic/v1/error_wrappers.py | 161 + .../site-packages/pydantic/v1/errors.py | 646 ++ .../site-packages/pydantic/v1/fields.py | 1253 +++ .../site-packages/pydantic/v1/generics.py | 400 + .../site-packages/pydantic/v1/json.py | 112 + .../site-packages/pydantic/v1/main.py | 1107 +++ .../site-packages/pydantic/v1/mypy.py | 949 ++ .../site-packages/pydantic/v1/networks.py | 747 ++ .../site-packages/pydantic/v1/parse.py | 66 + .../site-packages/pydantic/v1/py.typed | 0 .../site-packages/pydantic/v1/schema.py | 1163 +++ .../site-packages/pydantic/v1/tools.py | 92 + .../site-packages/pydantic/v1/types.py | 1205 +++ .../site-packages/pydantic/v1/typing.py | 608 ++ .../site-packages/pydantic/v1/utils.py | 804 ++ .../site-packages/pydantic/v1/validators.py | 768 ++ .../site-packages/pydantic/v1/version.py | 38 + .../pydantic/validate_call_decorator.py | 116 + .../site-packages/pydantic/validators.py | 5 + .../site-packages/pydantic/version.py | 86 + .../site-packages/pydantic/warnings.py | 96 + .../pydantic_core-2.33.0.dist-info/INSTALLER | 1 + .../pydantic_core-2.33.0.dist-info/METADATA | 160 + .../pydantic_core-2.33.0.dist-info/RECORD | 12 + .../pydantic_core-2.33.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../site-packages/pydantic_core/__init__.py | 144 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3768 bytes .../__pycache__/core_schema.cpython-311.pyc | Bin 0 -> 156553 bytes ...antic_core.cpython-311-x86_64-linux-gnu.so | Bin 0 -> 4765960 bytes .../pydantic_core/_pydantic_core.pyi | 1039 ++ .../pydantic_core/core_schema.py | 4325 ++++++++ .../site-packages/pydantic_core/py.typed | 0 .../setuptools-66.1.1.dist-info/INSTALLER | 1 + .../setuptools-66.1.1.dist-info/LICENSE | 19 + .../setuptools-66.1.1.dist-info/METADATA | 137 + .../setuptools-66.1.1.dist-info/RECORD | 484 + .../setuptools-66.1.1.dist-info/REQUESTED | 0 .../setuptools-66.1.1.dist-info/WHEEL | 5 + .../entry_points.txt | 57 + .../setuptools-66.1.1.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 268 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 13926 bytes .../_deprecation_warning.cpython-311.pyc | Bin 0 -> 642 bytes .../__pycache__/_entry_points.cpython-311.pyc | Bin 0 -> 5199 bytes .../__pycache__/_imp.cpython-311.pyc | Bin 0 -> 3655 bytes .../__pycache__/_importlib.cpython-311.pyc | Bin 0 -> 1955 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1154 bytes .../__pycache__/_path.cpython-311.pyc | Bin 0 -> 1475 bytes .../__pycache__/_reqs.cpython-311.pyc | Bin 0 -> 1136 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10164 bytes .../__pycache__/build_meta.cpython-311.pyc | Bin 0 -> 28147 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 1290 bytes .../__pycache__/depends.cpython-311.pyc | Bin 0 -> 7975 bytes .../__pycache__/discovery.cpython-311.pyc | Bin 0 -> 31128 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 63795 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 2951 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 6807 bytes .../__pycache__/glob.cpython-311.pyc | Bin 0 -> 6564 bytes .../__pycache__/installer.cpython-311.pyc | Bin 0 -> 5614 bytes .../__pycache__/launch.cpython-311.pyc | Bin 0 -> 1530 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 2097 bytes .../__pycache__/monkey.cpython-311.pyc | Bin 0 -> 7007 bytes .../__pycache__/msvc.cpython-311.pyc | Bin 0 -> 64180 bytes .../__pycache__/namespaces.cpython-311.pyc | Bin 0 -> 5662 bytes .../__pycache__/package_index.cpython-311.pyc | Bin 0 -> 61935 bytes .../__pycache__/py34compat.cpython-311.pyc | Bin 0 -> 717 bytes .../__pycache__/sandbox.cpython-311.pyc | Bin 0 -> 27333 bytes .../__pycache__/unicode_utils.cpython-311.pyc | Bin 0 -> 1819 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 437 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 15493 bytes .../windows_support.cpython-311.pyc | Bin 0 -> 1434 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 561 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 8531 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 863 bytes .../__pycache__/_log.cpython-311.pyc | Bin 0 -> 280 bytes .../__pycache__/_macos_compat.cpython-311.pyc | Bin 0 -> 572 bytes .../__pycache__/_msvccompiler.cpython-311.pyc | Bin 0 -> 25074 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10622 bytes .../__pycache__/bcppcompiler.cpython-311.pyc | Bin 0 -> 13448 bytes .../__pycache__/ccompiler.cpython-311.pyc | Bin 0 -> 46317 bytes .../__pycache__/cmd.cpython-311.pyc | Bin 0 -> 18841 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 6042 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 9932 bytes .../cygwinccompiler.cpython-311.pyc | Bin 0 -> 13626 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 324 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 3986 bytes .../__pycache__/dir_util.cpython-311.pyc | Bin 0 -> 10367 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 55490 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 6797 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 10178 bytes .../__pycache__/fancy_getopt.cpython-311.pyc | Bin 0 -> 17237 bytes .../__pycache__/file_util.cpython-311.pyc | Bin 0 -> 10671 bytes .../__pycache__/filelist.cpython-311.pyc | Bin 0 -> 17611 bytes .../__pycache__/log.cpython-311.pyc | Bin 0 -> 2695 bytes .../__pycache__/msvc9compiler.cpython-311.pyc | Bin 0 -> 33560 bytes .../__pycache__/msvccompiler.cpython-311.pyc | Bin 0 -> 26972 bytes .../__pycache__/py38compat.cpython-311.pyc | Bin 0 -> 624 bytes .../__pycache__/py39compat.cpython-311.pyc | Bin 0 -> 992 bytes .../__pycache__/spawn.cpython-311.pyc | Bin 0 -> 4436 bytes .../__pycache__/sysconfig.cpython-311.pyc | Bin 0 -> 22073 bytes .../__pycache__/text_file.cpython-311.pyc | Bin 0 -> 11273 bytes .../__pycache__/unixccompiler.cpython-311.pyc | Bin 0 -> 16496 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 20847 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 11349 bytes .../versionpredicate.cpython-311.pyc | Bin 0 -> 7626 bytes .../setuptools/_distutils/_collections.py | 194 + .../setuptools/_distutils/_functools.py | 20 + .../setuptools/_distutils/_log.py | 4 + .../setuptools/_distutils/_macos_compat.py | 12 + .../setuptools/_distutils/_msvccompiler.py | 572 ++ .../setuptools/_distutils/archive_util.py | 280 + .../setuptools/_distutils/bcppcompiler.py | 408 + .../setuptools/_distutils/ccompiler.py | 1220 +++ .../setuptools/_distutils/cmd.py | 435 + .../setuptools/_distutils/command/__init__.py | 25 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 544 bytes .../_framework_compat.cpython-311.pyc | Bin 0 -> 2785 bytes .../command/__pycache__/bdist.cpython-311.pyc | Bin 0 -> 6003 bytes .../__pycache__/bdist_dumb.cpython-311.pyc | Bin 0 -> 5723 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 23257 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6058 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 7766 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 30276 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 17602 bytes .../__pycache__/build_scripts.cpython-311.pyc | Bin 0 -> 7856 bytes .../command/__pycache__/check.cpython-311.pyc | Bin 0 -> 7512 bytes .../command/__pycache__/clean.cpython-311.pyc | Bin 0 -> 3188 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 16225 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 29377 bytes .../__pycache__/install_data.cpython-311.pyc | Bin 0 -> 3765 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5220 bytes .../install_headers.cpython-311.pyc | Bin 0 -> 2353 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8674 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 3160 bytes .../__pycache__/py37compat.cpython-311.pyc | Bin 0 -> 1541 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 15559 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 23771 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 10425 bytes .../_distutils/command/_framework_compat.py | 55 + .../setuptools/_distutils/command/bdist.py | 157 + .../_distutils/command/bdist_dumb.py | 144 + .../_distutils/command/bdist_rpm.py | 615 ++ .../setuptools/_distutils/command/build.py | 153 + .../_distutils/command/build_clib.py | 208 + .../_distutils/command/build_ext.py | 789 ++ .../setuptools/_distutils/command/build_py.py | 407 + .../_distutils/command/build_scripts.py | 173 + .../setuptools/_distutils/command/check.py | 151 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 377 + .../setuptools/_distutils/command/install.py | 814 ++ .../_distutils/command/install_data.py | 84 + .../_distutils/command/install_egg_info.py | 92 + .../_distutils/command/install_headers.py | 45 + .../_distutils/command/install_lib.py | 238 + .../_distutils/command/install_scripts.py | 61 + .../_distutils/command/py37compat.py | 31 + .../setuptools/_distutils/command/register.py | 321 + .../setuptools/_distutils/command/sdist.py | 531 + .../setuptools/_distutils/command/upload.py | 207 + .../setuptools/_distutils/config.py | 139 + .../setuptools/_distutils/core.py | 291 + .../setuptools/_distutils/cygwinccompiler.py | 358 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 96 + .../setuptools/_distutils/dir_util.py | 243 + .../setuptools/_distutils/dist.py | 1287 +++ .../setuptools/_distutils/errors.py | 127 + .../setuptools/_distutils/extension.py | 248 + .../setuptools/_distutils/fancy_getopt.py | 470 + .../setuptools/_distutils/file_util.py | 249 + .../setuptools/_distutils/filelist.py | 371 + .../setuptools/_distutils/log.py | 57 + .../setuptools/_distutils/msvc9compiler.py | 832 ++ .../setuptools/_distutils/msvccompiler.py | 695 ++ .../setuptools/_distutils/py38compat.py | 8 + .../setuptools/_distutils/py39compat.py | 22 + .../setuptools/_distutils/spawn.py | 109 + .../setuptools/_distutils/sysconfig.py | 552 ++ .../setuptools/_distutils/text_file.py | 287 + .../setuptools/_distutils/unixccompiler.py | 401 + .../setuptools/_distutils/util.py | 513 + .../setuptools/_distutils/version.py | 358 + .../setuptools/_distutils/versionpredicate.py | 175 + .../site-packages/setuptools/_entry_points.py | 94 + .../site-packages/setuptools/_imp.py | 82 + .../site-packages/setuptools/_importlib.py | 47 + .../site-packages/setuptools/_itertools.py | 23 + .../site-packages/setuptools/_path.py | 29 + .../site-packages/setuptools/_reqs.py | 19 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 195 bytes .../__pycache__/ordered_set.cpython-311.pyc | Bin 0 -> 21781 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 107612 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15988 bytes .../_vendor/importlib_metadata/__init__.py | 1047 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 58234 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 3847 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 2194 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 2716 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 3634 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 2597 bytes .../__pycache__/_meta.cpython-311.pyc | Bin 0 -> 3001 bytes .../__pycache__/_text.cpython-311.pyc | Bin 0 -> 4392 bytes .../_vendor/importlib_metadata/_adapters.py | 68 + .../importlib_metadata/_collections.py | 30 + .../_vendor/importlib_metadata/_compat.py | 71 + .../_vendor/importlib_metadata/_functools.py | 104 + .../_vendor/importlib_metadata/_itertools.py | 73 + .../_vendor/importlib_metadata/_meta.py | 48 + .../_vendor/importlib_metadata/_text.py | 99 + .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 829 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10746 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4273 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5558 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1391 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6489 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7490 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8364 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6386 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../setuptools/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 202 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10977 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20282 bytes .../setuptools/_vendor/jaraco/context.py | 253 + .../setuptools/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26596 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 295 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 149182 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 23764 bytes .../setuptools/_vendor/more_itertools/more.py | 3824 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 646 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 567 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13233 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8001 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3689 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16535 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7650 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34367 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21352 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6687 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21879 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../setuptools/_vendor/packaging/tags.py | 487 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8340 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8466 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14788 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277640 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12930 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53631 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36314 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19510 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15368 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14267 bytes .../setuptools/_vendor/pyparsing/actions.py | 207 + .../setuptools/_vendor/pyparsing/common.py | 424 + .../setuptools/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28003 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../setuptools/_vendor/pyparsing/helpers.py | 1088 +++ .../setuptools/_vendor/pyparsing/results.py | 760 ++ .../setuptools/_vendor/pyparsing/testing.py | 331 + .../setuptools/_vendor/pyparsing/unicode.py | 352 + .../setuptools/_vendor/pyparsing/util.py | 235 + .../setuptools/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 417 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30856 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4496 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 409 bytes .../setuptools/_vendor/tomli/_parser.py | 691 ++ .../setuptools/_vendor/tomli/_re.py | 107 + .../setuptools/_vendor/tomli/_types.py | 10 + .../setuptools/_vendor/typing_extensions.py | 2296 +++++ .../site-packages/setuptools/_vendor/zipp.py | 329 + .../site-packages/setuptools/archive_util.py | 213 + .../site-packages/setuptools/build_meta.py | 512 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 12 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 636 bytes .../command/__pycache__/alias.cpython-311.pyc | Bin 0 -> 3903 bytes .../__pycache__/bdist_egg.cpython-311.pyc | Bin 0 -> 25585 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 2191 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6991 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 4166 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 22011 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 23177 bytes .../__pycache__/develop.cpython-311.pyc | Bin 0 -> 10919 bytes .../__pycache__/dist_info.cpython-311.pyc | Bin 0 -> 7981 bytes .../__pycache__/easy_install.cpython-311.pyc | Bin 0 -> 121501 bytes .../editable_wheel.cpython-311.pyc | Bin 0 -> 51414 bytes .../__pycache__/egg_info.cpython-311.pyc | Bin 0 -> 40839 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 6816 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5342 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8413 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 4280 bytes .../__pycache__/py36compat.cpython-311.pyc | Bin 0 -> 8037 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 1127 bytes .../__pycache__/rotate.cpython-311.pyc | Bin 0 -> 4187 bytes .../__pycache__/saveopts.cpython-311.pyc | Bin 0 -> 1367 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 13439 bytes .../__pycache__/setopt.cpython-311.pyc | Bin 0 -> 7679 bytes .../command/__pycache__/test.cpython-311.pyc | Bin 0 -> 14620 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 1091 bytes .../__pycache__/upload_docs.cpython-311.pyc | Bin 0 -> 11942 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 457 + .../setuptools/command/bdist_rpm.py | 40 + .../site-packages/setuptools/command/build.py | 146 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 383 + .../setuptools/command/build_py.py | 368 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 142 + .../setuptools/command/easy_install.py | 2366 +++++ .../setuptools/command/editable_wheel.py | 844 ++ .../setuptools/command/egg_info.py | 775 ++ .../setuptools/command/install.py | 139 + .../setuptools/command/install_egg_info.py | 83 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 70 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 210 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 251 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 212 + .../setuptools/config/__init__.py | 35 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2031 bytes .../_apply_pyprojecttoml.cpython-311.pyc | Bin 0 -> 22840 bytes .../config/__pycache__/expand.cpython-311.pyc | Bin 0 -> 28245 bytes .../__pycache__/pyprojecttoml.cpython-311.pyc | Bin 0 -> 27876 bytes .../__pycache__/setupcfg.cpython-311.pyc | Bin 0 -> 33285 bytes .../setuptools/config/_apply_pyprojecttoml.py | 384 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2319 bytes .../error_reporting.cpython-311.pyc | Bin 0 -> 20210 bytes .../extra_validations.cpython-311.pyc | Bin 0 -> 1868 bytes .../fastjsonschema_exceptions.cpython-311.pyc | Bin 0 -> 3243 bytes ...fastjsonschema_validations.cpython-311.pyc | Bin 0 -> 192641 bytes .../__pycache__/formats.cpython-311.pyc | Bin 0 -> 14358 bytes .../_validate_pyproject/error_reporting.py | 318 + .../_validate_pyproject/extra_validations.py | 36 + .../fastjsonschema_exceptions.py | 51 + .../fastjsonschema_validations.py | 1035 ++ .../config/_validate_pyproject/formats.py | 259 + .../site-packages/setuptools/config/expand.py | 462 + .../setuptools/config/pyprojecttoml.py | 498 + .../setuptools/config/setupcfg.py | 769 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/discovery.py | 601 ++ .../site-packages/setuptools/dist.py | 1218 +++ .../site-packages/setuptools/errors.py | 58 + .../site-packages/setuptools/extension.py | 148 + .../setuptools/extern/__init__.py | 76 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4395 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/logging.py | 37 + .../site-packages/setuptools/monkey.py | 165 + .../site-packages/setuptools/msvc.py | 1703 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1177 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 222 + .../setuptools/windows_support.py | 29 + .../sniffio-1.3.1.dist-info/INSTALLER | 1 + .../sniffio-1.3.1.dist-info/LICENSE | 3 + .../sniffio-1.3.1.dist-info/LICENSE.APACHE2 | 202 + .../sniffio-1.3.1.dist-info/LICENSE.MIT | 20 + .../sniffio-1.3.1.dist-info/METADATA | 104 + .../sniffio-1.3.1.dist-info/RECORD | 19 + .../sniffio-1.3.1.dist-info/WHEEL | 5 + .../sniffio-1.3.1.dist-info/top_level.txt | 1 + .../site-packages/sniffio/__init__.py | 17 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 538 bytes .../sniffio/__pycache__/_impl.cpython-311.pyc | Bin 0 -> 3402 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 206 bytes .../python3.11/site-packages/sniffio/_impl.py | 95 + .../site-packages/sniffio/_tests/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 191 bytes .../__pycache__/test_sniffio.cpython-311.pyc | Bin 0 -> 5063 bytes .../sniffio/_tests/test_sniffio.py | 84 + .../site-packages/sniffio/_version.py | 3 + .../python3.11/site-packages/sniffio/py.typed | 0 .../starlette-0.46.1.dist-info/INSTALLER | 1 + .../starlette-0.46.1.dist-info/METADATA | 176 + .../starlette-0.46.1.dist-info/RECORD | 74 + .../starlette-0.46.1.dist-info/WHEEL | 4 + .../licenses/LICENSE.md | 27 + .../site-packages/starlette/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 207 bytes .../_exception_handler.cpython-311.pyc | Bin 0 -> 3611 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 5871 bytes .../__pycache__/applications.cpython-311.pyc | Bin 0 -> 13851 bytes .../authentication.cpython-311.pyc | Bin 0 -> 9211 bytes .../__pycache__/background.cpython-311.pyc | Bin 0 -> 2950 bytes .../__pycache__/concurrency.cpython-311.pyc | Bin 0 -> 3701 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 8268 bytes .../__pycache__/convertors.cpython-311.pyc | Bin 0 -> 5779 bytes .../datastructures.cpython-311.pyc | Bin 0 -> 45714 bytes .../__pycache__/endpoints.cpython-311.pyc | Bin 0 -> 8705 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2610 bytes .../__pycache__/formparsers.cpython-311.pyc | Bin 0 -> 15053 bytes .../__pycache__/requests.cpython-311.pyc | Bin 0 -> 17816 bytes .../__pycache__/responses.cpython-311.pyc | Bin 0 -> 32599 bytes .../__pycache__/routing.cpython-311.pyc | Bin 0 -> 48480 bytes .../__pycache__/schemas.cpython-311.pyc | Bin 0 -> 8048 bytes .../__pycache__/staticfiles.cpython-311.pyc | Bin 0 -> 12671 bytes .../__pycache__/status.cpython-311.pyc | Bin 0 -> 3656 bytes .../__pycache__/templating.cpython-311.pyc | Bin 0 -> 11100 bytes .../__pycache__/testclient.cpython-311.pyc | Bin 0 -> 35829 bytes .../__pycache__/types.cpython-311.pyc | Bin 0 -> 1682 bytes .../__pycache__/websockets.cpython-311.pyc | Bin 0 -> 12962 bytes .../starlette/_exception_handler.py | 65 + .../site-packages/starlette/_utils.py | 100 + .../site-packages/starlette/applications.py | 249 + .../site-packages/starlette/authentication.py | 147 + .../site-packages/starlette/background.py | 41 + .../site-packages/starlette/concurrency.py | 62 + .../site-packages/starlette/config.py | 138 + .../site-packages/starlette/convertors.py | 89 + .../site-packages/starlette/datastructures.py | 674 ++ .../site-packages/starlette/endpoints.py | 122 + .../site-packages/starlette/exceptions.py | 33 + .../site-packages/starlette/formparsers.py | 275 + .../starlette/middleware/__init__.py | 42 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3081 bytes .../authentication.cpython-311.pyc | Bin 0 -> 3251 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 12726 bytes .../__pycache__/cors.cpython-311.pyc | Bin 0 -> 8452 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 10661 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 4471 bytes .../__pycache__/gzip.cpython-311.pyc | Bin 0 -> 9357 bytes .../__pycache__/httpsredirect.cpython-311.pyc | Bin 0 -> 1950 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 5033 bytes .../__pycache__/trustedhost.cpython-311.pyc | Bin 0 -> 3541 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 9694 bytes .../starlette/middleware/authentication.py | 52 + .../starlette/middleware/base.py | 220 + .../starlette/middleware/cors.py | 172 + .../starlette/middleware/errors.py | 260 + .../starlette/middleware/exceptions.py | 72 + .../starlette/middleware/gzip.py | 141 + .../starlette/middleware/httpsredirect.py | 19 + .../starlette/middleware/sessions.py | 85 + .../starlette/middleware/trustedhost.py | 60 + .../starlette/middleware/wsgi.py | 152 + .../site-packages/starlette/py.typed | 0 .../site-packages/starlette/requests.py | 322 + .../site-packages/starlette/responses.py | 536 + .../site-packages/starlette/routing.py | 874 ++ .../site-packages/starlette/schemas.py | 147 + .../site-packages/starlette/staticfiles.py | 220 + .../site-packages/starlette/status.py | 95 + .../site-packages/starlette/templating.py | 216 + .../site-packages/starlette/testclient.py | 731 ++ .../site-packages/starlette/types.py | 24 + .../site-packages/starlette/websockets.py | 195 + .../INSTALLER | 1 + .../METADATA | 68 + .../typing_extensions-4.13.0.dist-info/RECORD | 7 + .../typing_extensions-4.13.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 279 + .../site-packages/typing_extensions.py | 4566 +++++++++ .../INSTALLER | 1 + .../METADATA | 49 + .../typing_inspection-0.4.0.dist-info/RECORD | 13 + .../typing_inspection-0.4.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../typing_inspection/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 194 bytes .../__pycache__/introspection.cpython-311.pyc | Bin 0 -> 18289 bytes .../typing_objects.cpython-311.pyc | Bin 0 -> 16752 bytes .../typing_inspection/introspection.py | 548 ++ .../site-packages/typing_inspection/py.typed | 0 .../typing_inspection/typing_objects.py | 582 ++ .../typing_inspection/typing_objects.pyi | 396 + .../uvicorn-0.34.0.dist-info/INSTALLER | 1 + .../uvicorn-0.34.0.dist-info/METADATA | 185 + .../uvicorn-0.34.0.dist-info/RECORD | 85 + .../uvicorn-0.34.0.dist-info/REQUESTED | 0 .../uvicorn-0.34.0.dist-info/WHEEL | 4 + .../uvicorn-0.34.0.dist-info/entry_points.txt | 2 + .../licenses/LICENSE.md | 27 + .../site-packages/uvicorn/__init__.py | 5 + .../site-packages/uvicorn/__main__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 421 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 310 bytes .../__pycache__/_subprocess.cpython-311.pyc | Bin 0 -> 3098 bytes .../__pycache__/_types.cpython-311.pyc | Bin 0 -> 13638 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 26126 bytes .../__pycache__/importer.cpython-311.pyc | Bin 0 -> 2026 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 8599 bytes .../uvicorn/__pycache__/main.cpython-311.pyc | Bin 0 -> 20427 bytes .../__pycache__/server.cpython-311.pyc | Bin 0 -> 16934 bytes .../__pycache__/workers.cpython-311.pyc | Bin 0 -> 6805 bytes .../site-packages/uvicorn/_subprocess.py | 84 + .../site-packages/uvicorn/_types.py | 281 + .../site-packages/uvicorn/config.py | 530 + .../site-packages/uvicorn/importer.py | 34 + .../uvicorn/lifespan/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 193 bytes .../lifespan/__pycache__/off.cpython-311.pyc | Bin 0 -> 1148 bytes .../lifespan/__pycache__/on.cpython-311.pyc | Bin 0 -> 8379 bytes .../site-packages/uvicorn/lifespan/off.py | 17 + .../site-packages/uvicorn/lifespan/on.py | 137 + .../site-packages/uvicorn/logging.py | 117 + .../site-packages/uvicorn/loops/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 190 bytes .../loops/__pycache__/asyncio.cpython-311.pyc | Bin 0 -> 809 bytes .../loops/__pycache__/auto.cpython-311.pyc | Bin 0 -> 780 bytes .../loops/__pycache__/uvloop.cpython-311.pyc | Bin 0 -> 583 bytes .../site-packages/uvicorn/loops/asyncio.py | 10 + .../site-packages/uvicorn/loops/auto.py | 11 + .../site-packages/uvicorn/loops/uvloop.py | 7 + .../python3.11/site-packages/uvicorn/main.py | 591 ++ .../uvicorn/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 195 bytes .../__pycache__/asgi2.cpython-311.pyc | Bin 0 -> 1212 bytes .../message_logger.cpython-311.pyc | Bin 0 -> 4898 bytes .../__pycache__/proxy_headers.cpython-311.pyc | Bin 0 -> 6685 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 10904 bytes .../site-packages/uvicorn/middleware/asgi2.py | 15 + .../uvicorn/middleware/message_logger.py | 87 + .../uvicorn/middleware/proxy_headers.py | 142 + .../site-packages/uvicorn/middleware/wsgi.py | 200 + .../uvicorn/protocols/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 194 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 3559 bytes .../uvicorn/protocols/http/__init__.py | 0 .../http/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 199 bytes .../http/__pycache__/auto.cpython-311.pyc | Bin 0 -> 698 bytes .../__pycache__/flow_control.cpython-311.pyc | Bin 0 -> 3295 bytes .../http/__pycache__/h11_impl.cpython-311.pyc | Bin 0 -> 27814 bytes .../httptools_impl.cpython-311.pyc | Bin 0 -> 30348 bytes .../uvicorn/protocols/http/auto.py | 15 + .../uvicorn/protocols/http/flow_control.py | 54 + .../uvicorn/protocols/http/h11_impl.py | 543 ++ .../uvicorn/protocols/http/httptools_impl.py | 570 ++ .../site-packages/uvicorn/protocols/utils.py | 56 + .../uvicorn/protocols/websockets/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 205 bytes .../__pycache__/auto.cpython-311.pyc | Bin 0 -> 917 bytes .../websockets_impl.cpython-311.pyc | Bin 0 -> 22388 bytes .../__pycache__/wsproto_impl.cpython-311.pyc | Bin 0 -> 22395 bytes .../uvicorn/protocols/websockets/auto.py | 21 + .../protocols/websockets/websockets_impl.py | 386 + .../protocols/websockets/wsproto_impl.py | 377 + .../python3.11/site-packages/uvicorn/py.typed | 1 + .../site-packages/uvicorn/server.py | 337 + .../uvicorn/supervisors/__init__.py | 16 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 884 bytes .../__pycache__/basereload.cpython-311.pyc | Bin 0 -> 7361 bytes .../__pycache__/multiprocess.cpython-311.pyc | Bin 0 -> 14647 bytes .../__pycache__/statreload.cpython-311.pyc | Bin 0 -> 3270 bytes .../watchfilesreload.cpython-311.pyc | Bin 0 -> 5547 bytes .../uvicorn/supervisors/basereload.py | 122 + .../uvicorn/supervisors/multiprocess.py | 222 + .../uvicorn/supervisors/statreload.py | 53 + .../uvicorn/supervisors/watchfilesreload.py | 88 + .../site-packages/uvicorn/workers.py | 114 + venv/lib64 | 1 + venv/pyvenv.cfg | 5 + 2244 files changed, 407391 insertions(+) create mode 100644 __pycache__/main.cpython-311.pyc create mode 100644 main.py create mode 100644 static/app.js create mode 100644 static/button.js create mode 100644 static/chart.js create mode 100644 static/index.html create mode 100644 static/manifest.webmanifest create mode 100644 static/message.js create mode 100644 static/service-worker.js create mode 100644 static/style.css create mode 100644 static/timer.js create mode 100644 venv/bin/Activate.ps1 create mode 100644 venv/bin/activate create mode 100644 venv/bin/activate.csh create mode 100644 venv/bin/activate.fish create mode 100755 venv/bin/fastapi create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.11 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.11 create mode 100755 venv/bin/uvicorn create mode 100644 venv/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/override.py create mode 100644 venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/annotated_types/__init__.py create mode 100644 venv/lib/python3.11/site-packages/annotated_types/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/annotated_types/__pycache__/test_cases.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/annotated_types/py.typed create mode 100644 venv/lib/python3.11/site-packages/annotated_types/test_cases.py create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/LICENSE create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/anyio/__init__.py create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/from_thread.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/lowlevel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/pytest_plugin.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/to_interpreter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/to_process.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/__pycache__/to_thread.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/__init__.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_trio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_backends/_trio.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__init__.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_eventloop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_fileio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_signals.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_sockets.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_streams.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_synchronization.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tasks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tempfile.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_typedattr.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_asyncio_selector_thread.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_eventloop.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_exceptions.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_fileio.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_resources.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_signals.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_sockets.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_streams.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_subprocesses.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_synchronization.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_tasks.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_tempfile.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_testing.py create mode 100644 venv/lib/python3.11/site-packages/anyio/_core/_typedattr.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__init__.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_eventloop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_sockets.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_streams.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_tasks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_eventloop.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_resources.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_sockets.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_streams.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_subprocesses.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_tasks.py create mode 100644 venv/lib/python3.11/site-packages/anyio/abc/_testing.py create mode 100644 venv/lib/python3.11/site-packages/anyio/from_thread.py create mode 100644 venv/lib/python3.11/site-packages/anyio/lowlevel.py create mode 100644 venv/lib/python3.11/site-packages/anyio/py.typed create mode 100644 venv/lib/python3.11/site-packages/anyio/pytest_plugin.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__init__.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/buffered.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/memory.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/stapled.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/text.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/__pycache__/tls.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/buffered.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/file.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/memory.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/stapled.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/text.py create mode 100644 venv/lib/python3.11/site-packages/anyio/streams/tls.py create mode 100644 venv/lib/python3.11/site-packages/anyio/to_interpreter.py create mode 100644 venv/lib/python3.11/site-packages/anyio/to_process.py create mode 100644 venv/lib/python3.11/site-packages/anyio/to_thread.py create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/LICENSE create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/bcrypt/__init__.py create mode 100644 venv/lib/python3.11/site-packages/bcrypt/__init__.pyi create mode 100644 venv/lib/python3.11/site-packages/bcrypt/__pycache__/__init__.cpython-311.pyc create mode 100755 venv/lib/python3.11/site-packages/bcrypt/_bcrypt.abi3.so create mode 100644 venv/lib/python3.11/site-packages/bcrypt/py.typed create mode 100644 venv/lib/python3.11/site-packages/click-8.1.8.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/click-8.1.8.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.11/site-packages/click-8.1.8.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/click-8.1.8.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/click-8.1.8.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/click/__init__.py create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/decorators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/click/_compat.py create mode 100644 venv/lib/python3.11/site-packages/click/_termui_impl.py create mode 100644 venv/lib/python3.11/site-packages/click/_textwrap.py create mode 100644 venv/lib/python3.11/site-packages/click/_winconsole.py create mode 100644 venv/lib/python3.11/site-packages/click/core.py create mode 100644 venv/lib/python3.11/site-packages/click/decorators.py create mode 100644 venv/lib/python3.11/site-packages/click/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/click/formatting.py create mode 100644 venv/lib/python3.11/site-packages/click/globals.py create mode 100644 venv/lib/python3.11/site-packages/click/parser.py create mode 100644 venv/lib/python3.11/site-packages/click/py.typed create mode 100644 venv/lib/python3.11/site-packages/click/shell_completion.py create mode 100644 venv/lib/python3.11/site-packages/click/termui.py create mode 100644 venv/lib/python3.11/site-packages/click/testing.py create mode 100644 venv/lib/python3.11/site-packages/click/types.py create mode 100644 venv/lib/python3.11/site-packages/click/utils.py create mode 100644 venv/lib/python3.11/site-packages/distutils-precedence.pth create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/fastapi/__init__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/__main__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/applications.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/background.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/cli.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/concurrency.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/datastructures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/encoders.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/exception_handlers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/logger.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/param_functions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/params.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/requests.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/responses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/routing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/staticfiles.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/templating.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/testclient.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/__pycache__/websockets.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/_compat.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/applications.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/background.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/cli.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/concurrency.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/datastructures.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/__init__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/models.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/dependencies/utils.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/encoders.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/exception_handlers.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/logger.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__init__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/cors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/gzip.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/httpsredirect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/cors.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/gzip.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/httpsredirect.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/trustedhost.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/middleware/wsgi.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__init__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/constants.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/docs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/constants.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/docs.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/models.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/openapi/utils.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/param_functions.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/params.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/py.typed create mode 100644 venv/lib/python3.11/site-packages/fastapi/requests.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/responses.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/routing.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__init__.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/api_key.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/http.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/oauth2.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/api_key.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/base.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/http.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/oauth2.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/open_id_connect_url.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/security/utils.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/staticfiles.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/templating.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/testclient.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/types.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/utils.py create mode 100644 venv/lib/python3.11/site-packages/fastapi/websockets.py create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/h11/__init__.py create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_abnf.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_events.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_headers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_readers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_receivebuffer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_state.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/__pycache__/_writers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/_abnf.py create mode 100644 venv/lib/python3.11/site-packages/h11/_connection.py create mode 100644 venv/lib/python3.11/site-packages/h11/_events.py create mode 100644 venv/lib/python3.11/site-packages/h11/_headers.py create mode 100644 venv/lib/python3.11/site-packages/h11/_readers.py create mode 100644 venv/lib/python3.11/site-packages/h11/_receivebuffer.py create mode 100644 venv/lib/python3.11/site-packages/h11/_state.py create mode 100644 venv/lib/python3.11/site-packages/h11/_util.py create mode 100644 venv/lib/python3.11/site-packages/h11/_version.py create mode 100644 venv/lib/python3.11/site-packages/h11/_writers.py create mode 100644 venv/lib/python3.11/site-packages/h11/py.typed create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_events.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_headers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_io.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_receivebuffer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_state.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/h11/tests/data/test-file create mode 100644 venv/lib/python3.11/site-packages/h11/tests/helpers.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_against_stdlib_http.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_connection.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_events.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_headers.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_helpers.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_io.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_receivebuffer.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_state.py create mode 100644 venv/lib/python3.11/site-packages/h11/tests/test_util.py create mode 100644 venv/lib/python3.11/site-packages/idna-3.10.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/idna-3.10.dist-info/LICENSE.md create mode 100644 venv/lib/python3.11/site-packages/idna-3.10.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/idna-3.10.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/idna-3.10.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/idna/__init__.py create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/codec.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/idnadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/intranges.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/package_data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/__pycache__/uts46data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/idna/codec.py create mode 100644 venv/lib/python3.11/site-packages/idna/compat.py create mode 100644 venv/lib/python3.11/site-packages/idna/core.py create mode 100644 venv/lib/python3.11/site-packages/idna/idnadata.py create mode 100644 venv/lib/python3.11/site-packages/idna/intranges.py create mode 100644 venv/lib/python3.11/site-packages/idna/package_data.py create mode 100644 venv/lib/python3.11/site-packages/idna/py.typed create mode 100644 venv/lib/python3.11/site-packages/idna/uts46data.py create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.11/site-packages/pip/py.typed create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_common.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/abc.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/readers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/simple.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/context.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/functools.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/zipp.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic-2.11.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/pydantic-2.11.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/pydantic-2.11.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/pydantic-2.11.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/pydantic-2.11.1.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/pydantic/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/_migration.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/alias_generators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/aliases.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/annotated_handlers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/class_validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/color.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/dataclasses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/datetime_parse.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/decorator.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/env_settings.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/error_wrappers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/fields.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/functional_serializers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/functional_validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/generics.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/json_schema.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/mypy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/networks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/parse.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/root_model.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/schema.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/tools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/type_adapter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/typing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/validate_call_decorator.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/__pycache__/warnings.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_core_metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_core_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_dataclasses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_decorators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_decorators_v1.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_discriminated_union.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_docs_extraction.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_fields.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_forward_ref.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_generics.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_git.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_import_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_internal_dataclass.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_known_annotated_metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_mock_val_ser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_model_construction.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_namespace_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_repr.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_schema_gather.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_schema_generation_shared.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_serializers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_signature.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_typing_extra.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_validate_call.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/__pycache__/_validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_config.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_core_metadata.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_core_utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_dataclasses.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_decorators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_decorators_v1.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_discriminated_union.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_docs_extraction.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_forward_ref.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_generics.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_git.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_import_utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_internal_dataclass.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_known_annotated_metadata.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_mock_val_ser.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_model_construction.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_namespace_utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_repr.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_schema_gather.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_serializers.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_signature.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_typing_extra.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_validate_call.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_internal/_validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/_migration.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/alias_generators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/aliases.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/annotated_handlers.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/class_validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/color.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/config.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/dataclasses.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/datetime_parse.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/decorator.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/class_validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/copy_internals.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/decorator.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/parse.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/__pycache__/tools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/class_validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/config.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/copy_internals.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/decorator.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/json.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/parse.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/deprecated/tools.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/env_settings.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/error_wrappers.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/errors.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/__pycache__/arguments_schema.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/__pycache__/pipeline.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/arguments_schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/experimental/pipeline.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/fields.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/functional_serializers.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/functional_validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/generics.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/json.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/json_schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/main.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/mypy.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/networks.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/parse.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/__pycache__/_loader.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/__pycache__/_schema_validator.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/_loader.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/plugin/_schema_validator.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/py.typed create mode 100644 venv/lib/python3.11/site-packages/pydantic/root_model.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/tools.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/type_adapter.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/types.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/typing.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/_hypothesis_plugin.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/annotated_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/class_validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/color.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/dataclasses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/datetime_parse.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/decorator.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/env_settings.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/error_wrappers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/fields.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/generics.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/mypy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/networks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/parse.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/schema.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/tools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/typing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/validators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/_hypothesis_plugin.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/annotated_types.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/class_validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/color.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/config.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/dataclasses.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/datetime_parse.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/decorator.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/env_settings.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/error_wrappers.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/errors.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/fields.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/generics.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/json.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/main.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/mypy.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/networks.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/parse.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/py.typed create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/tools.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/types.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/typing.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/utils.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/v1/version.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/validate_call_decorator.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/validators.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/version.py create mode 100644 venv/lib/python3.11/site-packages/pydantic/warnings.py create mode 100644 venv/lib/python3.11/site-packages/pydantic_core-2.33.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/pydantic_core-2.33.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/pydantic_core-2.33.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/pydantic_core-2.33.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/pydantic_core-2.33.0.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/__pycache__/core_schema.cpython-311.pyc create mode 100755 venv/lib/python3.11/site-packages/pydantic_core/_pydantic_core.cpython-311-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/_pydantic_core.pyi create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/core_schema.py create mode 100644 venv/lib/python3.11/site-packages/pydantic_core/py.typed create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/LICENSE create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/setuptools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_collections.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_log.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/py39compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_entry_points.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_imp.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_importlib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_path.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_reqs.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_common.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/abc.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/simple.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/zipp.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/archive_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/build_meta.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-arm64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/alias.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/develop.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/editable_wheel.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/py36compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/register.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/test.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/upload.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/expand.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/setupcfg.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/dep_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/depends.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/discovery.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/dist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/errors.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extension.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/glob.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-arm64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/installer.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/launch.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/logging.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/monkey.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/msvc.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/namespaces.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/package_index.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/py34compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/sandbox.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib/python3.11/site-packages/setuptools/script.tmpl create mode 100644 venv/lib/python3.11/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/wheel.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/windows_support.py create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/LICENSE create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/LICENSE.APACHE2 create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/LICENSE.MIT create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/sniffio/__init__.py create mode 100644 venv/lib/python3.11/site-packages/sniffio/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/sniffio/__pycache__/_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/sniffio/__pycache__/_version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/sniffio/_impl.py create mode 100644 venv/lib/python3.11/site-packages/sniffio/_tests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/sniffio/_tests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/sniffio/_tests/__pycache__/test_sniffio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/sniffio/_tests/test_sniffio.py create mode 100644 venv/lib/python3.11/site-packages/sniffio/_version.py create mode 100644 venv/lib/python3.11/site-packages/sniffio/py.typed create mode 100644 venv/lib/python3.11/site-packages/starlette-0.46.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/starlette-0.46.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/starlette-0.46.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/starlette-0.46.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/starlette-0.46.1.dist-info/licenses/LICENSE.md create mode 100644 venv/lib/python3.11/site-packages/starlette/__init__.py create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/_exception_handler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/applications.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/authentication.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/background.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/concurrency.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/convertors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/datastructures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/endpoints.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/formparsers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/requests.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/responses.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/routing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/schemas.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/staticfiles.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/status.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/templating.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/testclient.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/__pycache__/websockets.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/_exception_handler.py create mode 100644 venv/lib/python3.11/site-packages/starlette/_utils.py create mode 100644 venv/lib/python3.11/site-packages/starlette/applications.py create mode 100644 venv/lib/python3.11/site-packages/starlette/authentication.py create mode 100644 venv/lib/python3.11/site-packages/starlette/background.py create mode 100644 venv/lib/python3.11/site-packages/starlette/concurrency.py create mode 100644 venv/lib/python3.11/site-packages/starlette/config.py create mode 100644 venv/lib/python3.11/site-packages/starlette/convertors.py create mode 100644 venv/lib/python3.11/site-packages/starlette/datastructures.py create mode 100644 venv/lib/python3.11/site-packages/starlette/endpoints.py create mode 100644 venv/lib/python3.11/site-packages/starlette/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/starlette/formparsers.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__init__.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/authentication.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/cors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/gzip.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/httpsredirect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/sessions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/trustedhost.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/__pycache__/wsgi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/authentication.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/base.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/cors.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/errors.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/gzip.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/httpsredirect.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/sessions.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/trustedhost.py create mode 100644 venv/lib/python3.11/site-packages/starlette/middleware/wsgi.py create mode 100644 venv/lib/python3.11/site-packages/starlette/py.typed create mode 100644 venv/lib/python3.11/site-packages/starlette/requests.py create mode 100644 venv/lib/python3.11/site-packages/starlette/responses.py create mode 100644 venv/lib/python3.11/site-packages/starlette/routing.py create mode 100644 venv/lib/python3.11/site-packages/starlette/schemas.py create mode 100644 venv/lib/python3.11/site-packages/starlette/staticfiles.py create mode 100644 venv/lib/python3.11/site-packages/starlette/status.py create mode 100644 venv/lib/python3.11/site-packages/starlette/templating.py create mode 100644 venv/lib/python3.11/site-packages/starlette/testclient.py create mode 100644 venv/lib/python3.11/site-packages/starlette/types.py create mode 100644 venv/lib/python3.11/site-packages/starlette/websockets.py create mode 100644 venv/lib/python3.11/site-packages/typing_extensions-4.13.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/typing_extensions-4.13.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/typing_extensions-4.13.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/typing_extensions-4.13.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/typing_extensions-4.13.0.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/typing_inspection-0.4.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/typing_inspection-0.4.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/typing_inspection-0.4.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/typing_inspection-0.4.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/typing_inspection-0.4.0.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/__init__.py create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/__pycache__/introspection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/__pycache__/typing_objects.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/introspection.py create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/py.typed create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/typing_objects.py create mode 100644 venv/lib/python3.11/site-packages/typing_inspection/typing_objects.pyi create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/uvicorn-0.34.0.dist-info/licenses/LICENSE.md create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__main__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/_subprocess.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/importer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/server.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/__pycache__/workers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/_subprocess.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/_types.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/config.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/importer.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/__pycache__/off.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/__pycache__/on.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/off.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/lifespan/on.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/logging.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/__pycache__/asyncio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/__pycache__/auto.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/__pycache__/uvloop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/asyncio.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/auto.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/loops/uvloop.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/main.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__pycache__/asgi2.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__pycache__/message_logger.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__pycache__/proxy_headers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/__pycache__/wsgi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/asgi2.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/message_logger.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/middleware/wsgi.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__pycache__/auto.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__pycache__/flow_control.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__pycache__/h11_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/__pycache__/httptools_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/auto.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/flow_control.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/utils.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/__pycache__/auto.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/__pycache__/websockets_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/__pycache__/wsproto_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/auto.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/websockets_impl.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/protocols/websockets/wsproto_impl.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/py.typed create mode 100644 venv/lib/python3.11/site-packages/uvicorn/server.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__init__.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__pycache__/basereload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__pycache__/multiprocess.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__pycache__/statreload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/__pycache__/watchfilesreload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/basereload.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/multiprocess.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/statreload.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/supervisors/watchfilesreload.py create mode 100644 venv/lib/python3.11/site-packages/uvicorn/workers.py create mode 120000 venv/lib64 create mode 100644 venv/pyvenv.cfg diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03b06ad0b5bc89bb1f8d0300c9393f36a12d3b75 GIT binary patch literal 576 zcmY*VO-oxr6utAlUnFE9f>2zEU?}+Zr4$NPa3cn@kSvT-->6gGB#+5xP&ZLZn}5)4 z3KA9l0saJ+FOWr;O$%KKE(CX3^-f|+bGUanXXebg!(8R_IY6xbdOC0kz#k(f2wurc z7s(HZAtnh3QX#}}E3t%Ku}9oa9N|_lzyd~$`*xB66_0rx|DXJi#16V`Y?lRHoPCQu z#+PuyV)t|gAolM3u7wWlF=F>F=-Rl0JqErb+=626(a0jv{u*tlkDKdAXSNhod~b~> ztbx+mr0Q@;BJDLs`{kmg!PI!DgKE|Is#Wc!RI-}7ffw|^a3MOTGHN!P(J>!QS6na| z3Ce3L>B%s7FY578!am43ber#Ke8c70CWH*&O*UNvc$-bv0Oqsl`t9Xg2j~1NZ`sct z5a)Y%5w;iGXYI32xl_Jg{<(9x(_eabzuj9}efX3WO1(m literal 0 HcmV?d00001 diff --git a/main.py b/main.py new file mode 100644 index 0000000..ae8273b --- /dev/null +++ b/main.py @@ -0,0 +1,9 @@ +from fastapi import FastAPI +from fastapi.staticfiles import StaticFiles +from pathlib import Path + +app = FastAPI() + +# Serve static frontend from /static directory +app.mount("/", StaticFiles(directory=Path(__file__).parent / "static", html=True), name="static") + diff --git a/static/app.js b/static/app.js new file mode 100644 index 0000000..86fc19e --- /dev/null +++ b/static/app.js @@ -0,0 +1,13 @@ +import { setupResetButton } from './button.js'; +import { loadStatus, updateTimer } from './timer.js'; +import { drawChart } from './chart.js'; + +window.addEventListener("DOMContentLoaded", () => { + loadStatus(); + updateTimer(); + setInterval(updateTimer, 1000); + + setupResetButton(); + drawChart(); +}); + diff --git a/static/button.js b/static/button.js new file mode 100644 index 0000000..2961510 --- /dev/null +++ b/static/button.js @@ -0,0 +1,30 @@ +import { getBreakMessage } from './message.js'; +import { loadStatus, updateTimer, startTime, setBreakActiveUntil } from './timer.js'; +import { drawChart } from './chart.js'; + +export function setupResetButton() { + const resetBtn = document.getElementById("resetBtn"); + const messageEl = document.getElementById("message"); + + resetBtn.addEventListener("click", () => { + const now = new Date(); + const seconds = Math.floor((now - startTime) / 1000); + + // Update history + const history = JSON.parse(localStorage.getItem("victorytimer_history") || "[]"); + history.push(seconds); + localStorage.setItem("victorytimer_history", JSON.stringify(history)); + + // Reset start time + localStorage.setItem("victorytimer_start", now.toISOString()); + + // Break-Text setzen + messageEl.textContent = getBreakMessage(seconds); + setBreakActiveUntil(Date.now() + 3000); + + loadStatus(); + updateTimer(); + drawChart(); + }); +} + diff --git a/static/chart.js b/static/chart.js new file mode 100644 index 0000000..da3b1fd --- /dev/null +++ b/static/chart.js @@ -0,0 +1,77 @@ +// Minimal eingebettete Chart.js-Version (angepasst für VictoryTimer) +// Vertikaler Bar-Chart ohne Achsentitel und ohne Labels +// Feste Balkenhöhe: 20px + 10px Abstand unten, kein Abstand oben + +class ChartWrapper { + constructor(ctx, config) { + this.ctx = ctx; + this.config = config; + this.render(); + } + + render() { + const { datasets } = this.config.data; + const data = datasets[0].data; + + this.ctx.canvas.width = this.ctx.canvas.clientWidth; + this.ctx.canvas.height = this.ctx.canvas.clientHeight; + + const width = this.ctx.canvas.width; + const height = this.ctx.canvas.height; + + const barHeight = 15; + const spacing = 5; + + const max = 720; // 30 Tage = 720 Stunden + + this.ctx.clearRect(0, 0, width, height); + + const colors = [ + '#ff6f61', '#6a5acd', '#ffd700', '#40e0d0', '#ff69b4', '#87cefa', '#98fb98', '#ffa07a', '#dda0dd', '#f08080', + '#00ced1', '#dc143c', '#7b68ee', '#00fa9a', '#ffc0cb', '#ba55d3', '#20b2aa', '#ff8c00', '#4682b4', '#9acd32' + ]; + + data.forEach((val, i) => { + const y = i * (barHeight + spacing); + const barWidth = (val / max) * width; + this.ctx.fillStyle = colors[i % colors.length]; + this.ctx.fillRect(0, y, barWidth, barHeight); + }); + } + + destroy() { + this.ctx.clearRect(0, 0, this.ctx.canvas.width, this.ctx.canvas.height); + } +} + +let chart; + +export function drawChart() { + const history = JSON.parse(localStorage.getItem("victorytimer_history") || "[]").slice(-20) + .filter(seconds => seconds >= 300) // mindestens 5 Minuten + .map(seconds => +(seconds / 3600).toFixed(1)); + + const ctx = document.getElementById("historyChart").getContext("2d"); + if (chart) chart.destroy(); + + chart = new ChartWrapper(ctx, { + type: 'bar', + data: { + labels: [], + datasets: [{ + label: 'Rauchfrei-Zeit (Stunden)', + data: history + }] + }, + options: { + responsive: true, + scales: { + y: { + beginAtZero: true, + title: { display: false, text: "" } + } + } + } + }); +} + diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..24b4329 --- /dev/null +++ b/static/index.html @@ -0,0 +1,21 @@ + + + + + 🏆 VictoryTimer + + + + +

🏆 VictoryTimer

+ +

⏱ Zeit seit letzter Zigarette:

+
+ +

+ +

📈 Deine letzten Versuche

+ + + + diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..129a090 --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "VictoryTimer", + "short_name": "VictoryTimer", + "start_url": ".", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#4caf50", + "icons": [ + { + "src": "icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} + diff --git a/static/message.js b/static/message.js new file mode 100644 index 0000000..f4c1a6a --- /dev/null +++ b/static/message.js @@ -0,0 +1,46 @@ +export function getMotivationalMessage(seconds) { + if (seconds < 20 * 60) { + return "🔁 Gerade aufgehört. Erste Entscheidung ✅ – bleib jetzt dran! 💪"; + } else if (seconds < 60 * 60) { + return "🧠 Kopf kämpft mit – du führst! 🚶 Trink Wasser, bleib fokussiert. 🧊🫁"; + } else if (seconds < 2 * 60 * 60) { + return "🏁 Stark gestartet! Dein Körper fährt runter – du übernimmst die Kontrolle. 🛑🧠"; + } else if (seconds < 3 * 60 * 60) { + return "⏱️ Die Uhr läuft für dich. Jeder Moment = mehr Freiheit. 🔓🕊️"; + } else if (seconds < 6 * 60 * 60) { + return "🩺 Kreislauf entspannt sich. Nikotinlevel sinkt. Du bleibst ruhig. 🧘‍♂️"; + } else if (seconds < 12 * 60 * 60) { + return "🌙 Halber Tag. Deine Organe sagen: Danke! 🫁🧡"; + } else if (seconds < 24 * 60 * 60) { + return "🌄 Fast ein Tag! Lunge startet Reboot. 🧼🫁 Mach weiter!"; + } else if (seconds < 2 * 24 * 60 * 60) { + return "✅ Du bist drüber. Der schlimmste Entzug ist fast vorbei. 🎯"; + } else if (seconds < 3 * 24 * 60 * 60) { + return "🧪 Nikotin = raus. Jetzt übernimmt dein Wille. 🧠⚡"; + } else if (seconds < 7 * 24 * 60 * 60) { + return "🪴 Heilung beginnt. Körper und Kopf arbeiten zusammen. 🛠️🧠"; + } else if (seconds < 14 * 24 * 60 * 60) { + return "👅 Du schmeckst wieder besser. Und das Leben sowieso. 😋🎉"; + } else if (seconds < 21 * 24 * 60 * 60) { + return "🛡️ Stabiler geworden. Trigger? Du reagierst schon gelassener. 😎"; + } else if (seconds < 30 * 24 * 60 * 60) { + return "📈 Durchhalte-Modus aktiviert. Du baust echte Stärke auf. 💪💥"; + } else { + return "🏆 Ziel erreicht. 💨🚫 Ein ganzer Monat frei. Jetzt ist’s kein Versuch mehr – es ist dein neues Ich. 💫"; + } +} + +export function getBreakMessage(seconds) { + if (seconds < 5 * 60) { + return "⚠️ Das war ein kurzer Ausrutscher. Du hast's sofort gemerkt – das zählt. Jetzt wieder auf Kurs!"; + } else if (seconds < 60 * 60) { + return "🛑 Rückfall – aber du bist hier. Das zeigt: Du gibst nicht auf. Fang neu an – und lerne daraus."; + } else if (seconds < 6 * 60 * 60) { + return "🤕 Es war eine Pause. Keine Kapitulation. Deine Erfahrung macht dich stärker beim nächsten Mal."; + } else if (seconds < 24 * 60 * 60) { + return "🌫️ Ein Tag ist futsch – aber nicht deine Motivation. Rückfälle sind Teil des Weges. Mach weiter!"; + } else { + return "🧭 Du hast schon einmal viel geschafft. Jetzt neu starten – aber mit noch mehr Wissen und Klarheit. ✨"; + } +} + diff --git a/static/service-worker.js b/static/service-worker.js new file mode 100644 index 0000000..6e7bd06 --- /dev/null +++ b/static/service-worker.js @@ -0,0 +1,24 @@ +self.addEventListener('install', (e) => { + e.waitUntil( + caches.open('victorytimer-v1').then((cache) => { + return cache.addAll([ + '/', + '/index.html', + '/style.css', + '/app.js', + '/timer.js', + '/button.js', + '/chart.js', + '/messages.js', + '/manifest.webmanifest' + ]); + }) + ); +}); + +self.addEventListener('fetch', (e) => { + e.respondWith( + caches.match(e.request).then((resp) => resp || fetch(e.request)) + ); +}); + diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..dc4af86 --- /dev/null +++ b/static/style.css @@ -0,0 +1,63 @@ +body { + max-width: 960px; + margin: auto; + font-family: sans-serif; + text-align: center; + padding: 2rem; +} + +#timer { + font-size: 2rem; + margin: 1rem 0; +} + +button { + padding: 0.6rem 1.2rem; + font-size: 1.1rem; + cursor: pointer; + border: 1px solid #ccc; + background: #f8f8f8; + border-radius: 8px; + margin: 0.4rem; + width: 90%; + max-width: 320px; +} + +button:hover { + background-color: #ddd; +} + +canvas { + max-width: 100%; + height: auto; + margin-top: 1rem; +} + +@media (max-width: 600px) { + body { + padding: 1rem; + } + + #timer { + font-size: 1.5rem; + } + + button { + font-size: 1rem; + } +} + +#auth { + margin-bottom: 1rem; +} + +#auth input { + padding: 0.3rem; + margin: 0.2rem; + font-size: 1rem; +} + +#auth button { + margin: 0.2rem; +} + diff --git a/static/timer.js b/static/timer.js new file mode 100644 index 0000000..44942bf --- /dev/null +++ b/static/timer.js @@ -0,0 +1,44 @@ +import { getMotivationalMessage } from './message.js'; + +export let startTime = null; +let breakActiveUntil = 0; // bis wann Break-Text sichtbar bleibt (ms) + +export function setBreakActiveUntil(timestamp) { + breakActiveUntil = timestamp; +} + +export function getBreakActiveUntil() { + return breakActiveUntil; +} + +export function loadStatus() { + const stored = localStorage.getItem("victorytimer_start"); + startTime = stored ? new Date(stored) : new Date(Math.floor(Date.now() / 1000) * 1000); + if (!stored) { + localStorage.setItem("victorytimer_start", startTime.toISOString()); + } +} + +export function updateTimer() { + if (!startTime) return; + const now = new Date(); + const diff = Math.floor((now - startTime) / 1000); + + const h = Math.floor(diff / 3600); + const m = Math.floor((diff % 3600) / 60); + const s = diff % 60; + + document.getElementById("timer").textContent = `${h}h ${m}m ${s}s`; + + const messageEl = document.getElementById("message"); + if (!messageEl) return; + + // Falls Break-Phase aktiv -> Text nicht überschreiben + if (Date.now() < getBreakActiveUntil()) { + return; + } + + // Ansonsten normale Motivationsmeldung + messageEl.textContent = getMotivationalMessage(diff); +} + diff --git a/venv/bin/Activate.ps1 b/venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/venv/bin/activate b/venv/bin/activate new file mode 100644 index 0000000..0a9f18f --- /dev/null +++ b/venv/bin/activate @@ -0,0 +1,69 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV=/var/www/victorytimer/venv +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/"bin":$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1='(venv) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(venv) ' + export VIRTUAL_ENV_PROMPT +fi + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/venv/bin/activate.csh b/venv/bin/activate.csh new file mode 100644 index 0000000..d9ab8ef --- /dev/null +++ b/venv/bin/activate.csh @@ -0,0 +1,26 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV /var/www/victorytimer/venv + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(venv) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(venv) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/venv/bin/activate.fish b/venv/bin/activate.fish new file mode 100644 index 0000000..fb2e20c --- /dev/null +++ b/venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/); you cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV /var/www/victorytimer/venv + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/"bin $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) '(venv) ' (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT '(venv) ' +end diff --git a/venv/bin/fastapi b/venv/bin/fastapi new file mode 100755 index 0000000..a012025 --- /dev/null +++ b/venv/bin/fastapi @@ -0,0 +1,8 @@ +#!/var/www/victorytimer/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from fastapi.cli import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip b/venv/bin/pip new file mode 100755 index 0000000..345250d --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/var/www/victorytimer/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..345250d --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/var/www/victorytimer/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3.11 b/venv/bin/pip3.11 new file mode 100755 index 0000000..345250d --- /dev/null +++ b/venv/bin/pip3.11 @@ -0,0 +1,8 @@ +#!/var/www/victorytimer/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/venv/bin/python3.11 b/venv/bin/python3.11 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python3.11 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/bin/uvicorn b/venv/bin/uvicorn new file mode 100755 index 0000000..6d83428 --- /dev/null +++ b/venv/bin/uvicorn @@ -0,0 +1,8 @@ +#!/var/www/victorytimer/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from uvicorn.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc b/venv/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd1045481cd63ff28cc4751fb6250c497f6cabaa GIT binary patch literal 189000 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 Ifnccr1t(bon*aa+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc b/venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39fa0d6b199d490a06dc7ce683d065431fea1d5a GIT binary patch literal 314 zcmZ3^%ge<81l~8_r0W3b#~=<2Fhd!i9e|AK3``8E3@HrD7#SE=12F_FfU{sCAbJ@P zuZ9aSGNdpDGiWm1;*U?sEG{W6$;>H^&qz$p_5+G>#m8sn7UUO|#K+&_PRWnYFH0>d z%1lXJ$?zFuz^`Eavcw|&^73;1vdrX?{G!T|%-qx>{j$`&GX0#)B>jTQl8pR3V?9Gd z{o>4$RNVrgxryni#rkM=>B9`xE2#X%VUwGmQks)$SHuCd1LTEb4IuG>nURt41_M_E i*9C5wiwv??7-X+AXkKE_yvU$^g+coQ3>C2f6$1dWdQofu literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/_distutils_hack/override.py b/venv/lib/python3.11/site-packages/_distutils_hack/override.py new file mode 100644 index 0000000..2cc433a --- /dev/null +++ b/venv/lib/python3.11/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/METADATA b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/METADATA new file mode 100644 index 0000000..3ac05cf --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/METADATA @@ -0,0 +1,295 @@ +Metadata-Version: 2.3 +Name: annotated-types +Version: 0.7.0 +Summary: Reusable constraint types to use with typing.Annotated +Project-URL: Homepage, https://github.com/annotated-types/annotated-types +Project-URL: Source, https://github.com/annotated-types/annotated-types +Project-URL: Changelog, https://github.com/annotated-types/annotated-types/releases +Author-email: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin , Zac Hatfield-Dodds +License-File: LICENSE +Classifier: Development Status :: 4 - Beta +Classifier: Environment :: Console +Classifier: Environment :: MacOS X +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: Information Technology +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: POSIX :: Linux +Classifier: Operating System :: Unix +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Typing :: Typed +Requires-Python: >=3.8 +Requires-Dist: typing-extensions>=4.0.0; python_version < '3.9' +Description-Content-Type: text/markdown + +# annotated-types + +[![CI](https://github.com/annotated-types/annotated-types/workflows/CI/badge.svg?event=push)](https://github.com/annotated-types/annotated-types/actions?query=event%3Apush+branch%3Amain+workflow%3ACI) +[![pypi](https://img.shields.io/pypi/v/annotated-types.svg)](https://pypi.python.org/pypi/annotated-types) +[![versions](https://img.shields.io/pypi/pyversions/annotated-types.svg)](https://github.com/annotated-types/annotated-types) +[![license](https://img.shields.io/github/license/annotated-types/annotated-types.svg)](https://github.com/annotated-types/annotated-types/blob/main/LICENSE) + +[PEP-593](https://peps.python.org/pep-0593/) added `typing.Annotated` as a way of +adding context-specific metadata to existing types, and specifies that +`Annotated[T, x]` _should_ be treated as `T` by any tool or library without special +logic for `x`. + +This package provides metadata objects which can be used to represent common +constraints such as upper and lower bounds on scalar values and collection sizes, +a `Predicate` marker for runtime checks, and +descriptions of how we intend these metadata to be interpreted. In some cases, +we also note alternative representations which do not require this package. + +## Install + +```bash +pip install annotated-types +``` + +## Examples + +```python +from typing import Annotated +from annotated_types import Gt, Len, Predicate + +class MyClass: + age: Annotated[int, Gt(18)] # Valid: 19, 20, ... + # Invalid: 17, 18, "19", 19.0, ... + factors: list[Annotated[int, Predicate(is_prime)]] # Valid: 2, 3, 5, 7, 11, ... + # Invalid: 4, 8, -2, 5.0, "prime", ... + + my_list: Annotated[list[int], Len(0, 10)] # Valid: [], [10, 20, 30, 40, 50] + # Invalid: (1, 2), ["abc"], [0] * 20 +``` + +## Documentation + +_While `annotated-types` avoids runtime checks for performance, users should not +construct invalid combinations such as `MultipleOf("non-numeric")` or `Annotated[int, Len(3)]`. +Downstream implementors may choose to raise an error, emit a warning, silently ignore +a metadata item, etc., if the metadata objects described below are used with an +incompatible type - or for any other reason!_ + +### Gt, Ge, Lt, Le + +Express inclusive and/or exclusive bounds on orderable values - which may be numbers, +dates, times, strings, sets, etc. Note that the boundary value need not be of the +same type that was annotated, so long as they can be compared: `Annotated[int, Gt(1.5)]` +is fine, for example, and implies that the value is an integer x such that `x > 1.5`. + +We suggest that implementors may also interpret `functools.partial(operator.le, 1.5)` +as being equivalent to `Gt(1.5)`, for users who wish to avoid a runtime dependency on +the `annotated-types` package. + +To be explicit, these types have the following meanings: + +* `Gt(x)` - value must be "Greater Than" `x` - equivalent to exclusive minimum +* `Ge(x)` - value must be "Greater than or Equal" to `x` - equivalent to inclusive minimum +* `Lt(x)` - value must be "Less Than" `x` - equivalent to exclusive maximum +* `Le(x)` - value must be "Less than or Equal" to `x` - equivalent to inclusive maximum + +### Interval + +`Interval(gt, ge, lt, le)` allows you to specify an upper and lower bound with a single +metadata object. `None` attributes should be ignored, and non-`None` attributes +treated as per the single bounds above. + +### MultipleOf + +`MultipleOf(multiple_of=x)` might be interpreted in two ways: + +1. Python semantics, implying `value % multiple_of == 0`, or +2. [JSONschema semantics](https://json-schema.org/draft/2020-12/json-schema-validation.html#rfc.section.6.2.1), + where `int(value / multiple_of) == value / multiple_of`. + +We encourage users to be aware of these two common interpretations and their +distinct behaviours, especially since very large or non-integer numbers make +it easy to cause silent data corruption due to floating-point imprecision. + +We encourage libraries to carefully document which interpretation they implement. + +### MinLen, MaxLen, Len + +`Len()` implies that `min_length <= len(value) <= max_length` - lower and upper bounds are inclusive. + +As well as `Len()` which can optionally include upper and lower bounds, we also +provide `MinLen(x)` and `MaxLen(y)` which are equivalent to `Len(min_length=x)` +and `Len(max_length=y)` respectively. + +`Len`, `MinLen`, and `MaxLen` may be used with any type which supports `len(value)`. + +Examples of usage: + +* `Annotated[list, MaxLen(10)]` (or `Annotated[list, Len(max_length=10))`) - list must have a length of 10 or less +* `Annotated[str, MaxLen(10)]` - string must have a length of 10 or less +* `Annotated[list, MinLen(3))` (or `Annotated[list, Len(min_length=3))`) - list must have a length of 3 or more +* `Annotated[list, Len(4, 6)]` - list must have a length of 4, 5, or 6 +* `Annotated[list, Len(8, 8)]` - list must have a length of exactly 8 + +#### Changed in v0.4.0 + +* `min_inclusive` has been renamed to `min_length`, no change in meaning +* `max_exclusive` has been renamed to `max_length`, upper bound is now **inclusive** instead of **exclusive** +* The recommendation that slices are interpreted as `Len` has been removed due to ambiguity and different semantic + meaning of the upper bound in slices vs. `Len` + +See [issue #23](https://github.com/annotated-types/annotated-types/issues/23) for discussion. + +### Timezone + +`Timezone` can be used with a `datetime` or a `time` to express which timezones +are allowed. `Annotated[datetime, Timezone(None)]` must be a naive datetime. +`Timezone[...]` ([literal ellipsis](https://docs.python.org/3/library/constants.html#Ellipsis)) +expresses that any timezone-aware datetime is allowed. You may also pass a specific +timezone string or [`tzinfo`](https://docs.python.org/3/library/datetime.html#tzinfo-objects) +object such as `Timezone(timezone.utc)` or `Timezone("Africa/Abidjan")` to express that you only +allow a specific timezone, though we note that this is often a symptom of fragile design. + +#### Changed in v0.x.x + +* `Timezone` accepts [`tzinfo`](https://docs.python.org/3/library/datetime.html#tzinfo-objects) objects instead of + `timezone`, extending compatibility to [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html) and third party libraries. + +### Unit + +`Unit(unit: str)` expresses that the annotated numeric value is the magnitude of +a quantity with the specified unit. For example, `Annotated[float, Unit("m/s")]` +would be a float representing a velocity in meters per second. + +Please note that `annotated_types` itself makes no attempt to parse or validate +the unit string in any way. That is left entirely to downstream libraries, +such as [`pint`](https://pint.readthedocs.io) or +[`astropy.units`](https://docs.astropy.org/en/stable/units/). + +An example of how a library might use this metadata: + +```python +from annotated_types import Unit +from typing import Annotated, TypeVar, Callable, Any, get_origin, get_args + +# given a type annotated with a unit: +Meters = Annotated[float, Unit("m")] + + +# you can cast the annotation to a specific unit type with any +# callable that accepts a string and returns the desired type +T = TypeVar("T") +def cast_unit(tp: Any, unit_cls: Callable[[str], T]) -> T | None: + if get_origin(tp) is Annotated: + for arg in get_args(tp): + if isinstance(arg, Unit): + return unit_cls(arg.unit) + return None + + +# using `pint` +import pint +pint_unit = cast_unit(Meters, pint.Unit) + + +# using `astropy.units` +import astropy.units as u +astropy_unit = cast_unit(Meters, u.Unit) +``` + +### Predicate + +`Predicate(func: Callable)` expresses that `func(value)` is truthy for valid values. +Users should prefer the statically inspectable metadata above, but if you need +the full power and flexibility of arbitrary runtime predicates... here it is. + +For some common constraints, we provide generic types: + +* `IsLower = Annotated[T, Predicate(str.islower)]` +* `IsUpper = Annotated[T, Predicate(str.isupper)]` +* `IsDigit = Annotated[T, Predicate(str.isdigit)]` +* `IsFinite = Annotated[T, Predicate(math.isfinite)]` +* `IsNotFinite = Annotated[T, Predicate(Not(math.isfinite))]` +* `IsNan = Annotated[T, Predicate(math.isnan)]` +* `IsNotNan = Annotated[T, Predicate(Not(math.isnan))]` +* `IsInfinite = Annotated[T, Predicate(math.isinf)]` +* `IsNotInfinite = Annotated[T, Predicate(Not(math.isinf))]` + +so that you can write e.g. `x: IsFinite[float] = 2.0` instead of the longer +(but exactly equivalent) `x: Annotated[float, Predicate(math.isfinite)] = 2.0`. + +Some libraries might have special logic to handle known or understandable predicates, +for example by checking for `str.isdigit` and using its presence to both call custom +logic to enforce digit-only strings, and customise some generated external schema. +Users are therefore encouraged to avoid indirection like `lambda s: s.lower()`, in +favor of introspectable methods such as `str.lower` or `re.compile("pattern").search`. + +To enable basic negation of commonly used predicates like `math.isnan` without introducing introspection that makes it impossible for implementers to introspect the predicate we provide a `Not` wrapper that simply negates the predicate in an introspectable manner. Several of the predicates listed above are created in this manner. + +We do not specify what behaviour should be expected for predicates that raise +an exception. For example `Annotated[int, Predicate(str.isdigit)]` might silently +skip invalid constraints, or statically raise an error; or it might try calling it +and then propagate or discard the resulting +`TypeError: descriptor 'isdigit' for 'str' objects doesn't apply to a 'int' object` +exception. We encourage libraries to document the behaviour they choose. + +### Doc + +`doc()` can be used to add documentation information in `Annotated`, for function and method parameters, variables, class attributes, return types, and any place where `Annotated` can be used. + +It expects a value that can be statically analyzed, as the main use case is for static analysis, editors, documentation generators, and similar tools. + +It returns a `DocInfo` class with a single attribute `documentation` containing the value passed to `doc()`. + +This is the early adopter's alternative form of the [`typing-doc` proposal](https://github.com/tiangolo/fastapi/blob/typing-doc/typing_doc.md). + +### Integrating downstream types with `GroupedMetadata` + +Implementers may choose to provide a convenience wrapper that groups multiple pieces of metadata. +This can help reduce verbosity and cognitive overhead for users. +For example, an implementer like Pydantic might provide a `Field` or `Meta` type that accepts keyword arguments and transforms these into low-level metadata: + +```python +from dataclasses import dataclass +from typing import Iterator +from annotated_types import GroupedMetadata, Ge + +@dataclass +class Field(GroupedMetadata): + ge: int | None = None + description: str | None = None + + def __iter__(self) -> Iterator[object]: + # Iterating over a GroupedMetadata object should yield annotated-types + # constraint metadata objects which describe it as fully as possible, + # and may include other unknown objects too. + if self.ge is not None: + yield Ge(self.ge) + if self.description is not None: + yield Description(self.description) +``` + +Libraries consuming annotated-types constraints should check for `GroupedMetadata` and unpack it by iterating over the object and treating the results as if they had been "unpacked" in the `Annotated` type. The same logic should be applied to the [PEP 646 `Unpack` type](https://peps.python.org/pep-0646/), so that `Annotated[T, Field(...)]`, `Annotated[T, Unpack[Field(...)]]` and `Annotated[T, *Field(...)]` are all treated consistently. + +Libraries consuming annotated-types should also ignore any metadata they do not recongize that came from unpacking a `GroupedMetadata`, just like they ignore unrecognized metadata in `Annotated` itself. + +Our own `annotated_types.Interval` class is a `GroupedMetadata` which unpacks itself into `Gt`, `Lt`, etc., so this is not an abstract concern. Similarly, `annotated_types.Len` is a `GroupedMetadata` which unpacks itself into `MinLen` (optionally) and `MaxLen`. + +### Consuming metadata + +We intend to not be prescriptive as to _how_ the metadata and constraints are used, but as an example of how one might parse constraints from types annotations see our [implementation in `test_main.py`](https://github.com/annotated-types/annotated-types/blob/f59cf6d1b5255a0fe359b93896759a180bec30ae/tests/test_main.py#L94-L103). + +It is up to the implementer to determine how this metadata is used. +You could use the metadata for runtime type checking, for generating schemas or to generate example data, amongst other use cases. + +## Design & History + +This package was designed at the PyCon 2022 sprints by the maintainers of Pydantic +and Hypothesis, with the goal of making it as easy as possible for end-users to +provide more informative annotations for use by runtime libraries. + +It is deliberately minimal, and following PEP-593 allows considerable downstream +discretion in what (if anything!) they choose to support. Nonetheless, we expect +that staying simple and covering _only_ the most common use-cases will give users +and maintainers the best experience we can. If you'd like more constraints for your +types - follow our lead, by defining them and documenting them downstream! diff --git a/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/RECORD b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/RECORD new file mode 100644 index 0000000..cb983b0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/RECORD @@ -0,0 +1,10 @@ +annotated_types-0.7.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +annotated_types-0.7.0.dist-info/METADATA,sha256=7ltqxksJJ0wCYFGBNIQCWTlWQGeAH0hRFdnK3CB895E,15046 +annotated_types-0.7.0.dist-info/RECORD,, +annotated_types-0.7.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87 +annotated_types-0.7.0.dist-info/licenses/LICENSE,sha256=_hBJiEsaDZNCkB6I4H8ykl0ksxIdmXK2poBfuYJLCV0,1083 +annotated_types/__init__.py,sha256=RynLsRKUEGI0KimXydlD1fZEfEzWwDo0Uon3zOKhG1Q,13819 +annotated_types/__pycache__/__init__.cpython-311.pyc,, +annotated_types/__pycache__/test_cases.cpython-311.pyc,, +annotated_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +annotated_types/test_cases.py,sha256=zHFX6EpcMbGJ8FzBYDbO56bPwx_DYIVSKbZM-4B3_lg,6421 diff --git a/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/WHEEL b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/WHEEL new file mode 100644 index 0000000..516596c --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.24.2 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE new file mode 100644 index 0000000..d99323a --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022 the contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/venv/lib/python3.11/site-packages/annotated_types/__init__.py b/venv/lib/python3.11/site-packages/annotated_types/__init__.py new file mode 100644 index 0000000..74e0dee --- /dev/null +++ b/venv/lib/python3.11/site-packages/annotated_types/__init__.py @@ -0,0 +1,432 @@ +import math +import sys +import types +from dataclasses import dataclass +from datetime import tzinfo +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, SupportsFloat, SupportsIndex, TypeVar, Union + +if sys.version_info < (3, 8): + from typing_extensions import Protocol, runtime_checkable +else: + from typing import Protocol, runtime_checkable + +if sys.version_info < (3, 9): + from typing_extensions import Annotated, Literal +else: + from typing import Annotated, Literal + +if sys.version_info < (3, 10): + EllipsisType = type(Ellipsis) + KW_ONLY = {} + SLOTS = {} +else: + from types import EllipsisType + + KW_ONLY = {"kw_only": True} + SLOTS = {"slots": True} + + +__all__ = ( + 'BaseMetadata', + 'GroupedMetadata', + 'Gt', + 'Ge', + 'Lt', + 'Le', + 'Interval', + 'MultipleOf', + 'MinLen', + 'MaxLen', + 'Len', + 'Timezone', + 'Predicate', + 'LowerCase', + 'UpperCase', + 'IsDigits', + 'IsFinite', + 'IsNotFinite', + 'IsNan', + 'IsNotNan', + 'IsInfinite', + 'IsNotInfinite', + 'doc', + 'DocInfo', + '__version__', +) + +__version__ = '0.7.0' + + +T = TypeVar('T') + + +# arguments that start with __ are considered +# positional only +# see https://peps.python.org/pep-0484/#positional-only-arguments + + +class SupportsGt(Protocol): + def __gt__(self: T, __other: T) -> bool: + ... + + +class SupportsGe(Protocol): + def __ge__(self: T, __other: T) -> bool: + ... + + +class SupportsLt(Protocol): + def __lt__(self: T, __other: T) -> bool: + ... + + +class SupportsLe(Protocol): + def __le__(self: T, __other: T) -> bool: + ... + + +class SupportsMod(Protocol): + def __mod__(self: T, __other: T) -> T: + ... + + +class SupportsDiv(Protocol): + def __div__(self: T, __other: T) -> T: + ... + + +class BaseMetadata: + """Base class for all metadata. + + This exists mainly so that implementers + can do `isinstance(..., BaseMetadata)` while traversing field annotations. + """ + + __slots__ = () + + +@dataclass(frozen=True, **SLOTS) +class Gt(BaseMetadata): + """Gt(gt=x) implies that the value must be greater than x. + + It can be used with any type that supports the ``>`` operator, + including numbers, dates and times, strings, sets, and so on. + """ + + gt: SupportsGt + + +@dataclass(frozen=True, **SLOTS) +class Ge(BaseMetadata): + """Ge(ge=x) implies that the value must be greater than or equal to x. + + It can be used with any type that supports the ``>=`` operator, + including numbers, dates and times, strings, sets, and so on. + """ + + ge: SupportsGe + + +@dataclass(frozen=True, **SLOTS) +class Lt(BaseMetadata): + """Lt(lt=x) implies that the value must be less than x. + + It can be used with any type that supports the ``<`` operator, + including numbers, dates and times, strings, sets, and so on. + """ + + lt: SupportsLt + + +@dataclass(frozen=True, **SLOTS) +class Le(BaseMetadata): + """Le(le=x) implies that the value must be less than or equal to x. + + It can be used with any type that supports the ``<=`` operator, + including numbers, dates and times, strings, sets, and so on. + """ + + le: SupportsLe + + +@runtime_checkable +class GroupedMetadata(Protocol): + """A grouping of multiple objects, like typing.Unpack. + + `GroupedMetadata` on its own is not metadata and has no meaning. + All of the constraints and metadata should be fully expressable + in terms of the `BaseMetadata`'s returned by `GroupedMetadata.__iter__()`. + + Concrete implementations should override `GroupedMetadata.__iter__()` + to add their own metadata. + For example: + + >>> @dataclass + >>> class Field(GroupedMetadata): + >>> gt: float | None = None + >>> description: str | None = None + ... + >>> def __iter__(self) -> Iterable[object]: + >>> if self.gt is not None: + >>> yield Gt(self.gt) + >>> if self.description is not None: + >>> yield Description(self.gt) + + Also see the implementation of `Interval` below for an example. + + Parsers should recognize this and unpack it so that it can be used + both with and without unpacking: + + - `Annotated[int, Field(...)]` (parser must unpack Field) + - `Annotated[int, *Field(...)]` (PEP-646) + """ # noqa: trailing-whitespace + + @property + def __is_annotated_types_grouped_metadata__(self) -> Literal[True]: + return True + + def __iter__(self) -> Iterator[object]: + ... + + if not TYPE_CHECKING: + __slots__ = () # allow subclasses to use slots + + def __init_subclass__(cls, *args: Any, **kwargs: Any) -> None: + # Basic ABC like functionality without the complexity of an ABC + super().__init_subclass__(*args, **kwargs) + if cls.__iter__ is GroupedMetadata.__iter__: + raise TypeError("Can't subclass GroupedMetadata without implementing __iter__") + + def __iter__(self) -> Iterator[object]: # noqa: F811 + raise NotImplementedError # more helpful than "None has no attribute..." type errors + + +@dataclass(frozen=True, **KW_ONLY, **SLOTS) +class Interval(GroupedMetadata): + """Interval can express inclusive or exclusive bounds with a single object. + + It accepts keyword arguments ``gt``, ``ge``, ``lt``, and/or ``le``, which + are interpreted the same way as the single-bound constraints. + """ + + gt: Union[SupportsGt, None] = None + ge: Union[SupportsGe, None] = None + lt: Union[SupportsLt, None] = None + le: Union[SupportsLe, None] = None + + def __iter__(self) -> Iterator[BaseMetadata]: + """Unpack an Interval into zero or more single-bounds.""" + if self.gt is not None: + yield Gt(self.gt) + if self.ge is not None: + yield Ge(self.ge) + if self.lt is not None: + yield Lt(self.lt) + if self.le is not None: + yield Le(self.le) + + +@dataclass(frozen=True, **SLOTS) +class MultipleOf(BaseMetadata): + """MultipleOf(multiple_of=x) might be interpreted in two ways: + + 1. Python semantics, implying ``value % multiple_of == 0``, or + 2. JSONschema semantics, where ``int(value / multiple_of) == value / multiple_of`` + + We encourage users to be aware of these two common interpretations, + and libraries to carefully document which they implement. + """ + + multiple_of: Union[SupportsDiv, SupportsMod] + + +@dataclass(frozen=True, **SLOTS) +class MinLen(BaseMetadata): + """ + MinLen() implies minimum inclusive length, + e.g. ``len(value) >= min_length``. + """ + + min_length: Annotated[int, Ge(0)] + + +@dataclass(frozen=True, **SLOTS) +class MaxLen(BaseMetadata): + """ + MaxLen() implies maximum inclusive length, + e.g. ``len(value) <= max_length``. + """ + + max_length: Annotated[int, Ge(0)] + + +@dataclass(frozen=True, **SLOTS) +class Len(GroupedMetadata): + """ + Len() implies that ``min_length <= len(value) <= max_length``. + + Upper bound may be omitted or ``None`` to indicate no upper length bound. + """ + + min_length: Annotated[int, Ge(0)] = 0 + max_length: Optional[Annotated[int, Ge(0)]] = None + + def __iter__(self) -> Iterator[BaseMetadata]: + """Unpack a Len into zone or more single-bounds.""" + if self.min_length > 0: + yield MinLen(self.min_length) + if self.max_length is not None: + yield MaxLen(self.max_length) + + +@dataclass(frozen=True, **SLOTS) +class Timezone(BaseMetadata): + """Timezone(tz=...) requires a datetime to be aware (or ``tz=None``, naive). + + ``Annotated[datetime, Timezone(None)]`` must be a naive datetime. + ``Timezone[...]`` (the ellipsis literal) expresses that the datetime must be + tz-aware but any timezone is allowed. + + You may also pass a specific timezone string or tzinfo object such as + ``Timezone(timezone.utc)`` or ``Timezone("Africa/Abidjan")`` to express that + you only allow a specific timezone, though we note that this is often + a symptom of poor design. + """ + + tz: Union[str, tzinfo, EllipsisType, None] + + +@dataclass(frozen=True, **SLOTS) +class Unit(BaseMetadata): + """Indicates that the value is a physical quantity with the specified unit. + + It is intended for usage with numeric types, where the value represents the + magnitude of the quantity. For example, ``distance: Annotated[float, Unit('m')]`` + or ``speed: Annotated[float, Unit('m/s')]``. + + Interpretation of the unit string is left to the discretion of the consumer. + It is suggested to follow conventions established by python libraries that work + with physical quantities, such as + + - ``pint`` : + - ``astropy.units``: + + For indicating a quantity with a certain dimensionality but without a specific unit + it is recommended to use square brackets, e.g. `Annotated[float, Unit('[time]')]`. + Note, however, ``annotated_types`` itself makes no use of the unit string. + """ + + unit: str + + +@dataclass(frozen=True, **SLOTS) +class Predicate(BaseMetadata): + """``Predicate(func: Callable)`` implies `func(value)` is truthy for valid values. + + Users should prefer statically inspectable metadata, but if you need the full + power and flexibility of arbitrary runtime predicates... here it is. + + We provide a few predefined predicates for common string constraints: + ``IsLower = Predicate(str.islower)``, ``IsUpper = Predicate(str.isupper)``, and + ``IsDigits = Predicate(str.isdigit)``. Users are encouraged to use methods which + can be given special handling, and avoid indirection like ``lambda s: s.lower()``. + + Some libraries might have special logic to handle certain predicates, e.g. by + checking for `str.isdigit` and using its presence to both call custom logic to + enforce digit-only strings, and customise some generated external schema. + + We do not specify what behaviour should be expected for predicates that raise + an exception. For example `Annotated[int, Predicate(str.isdigit)]` might silently + skip invalid constraints, or statically raise an error; or it might try calling it + and then propagate or discard the resulting exception. + """ + + func: Callable[[Any], bool] + + def __repr__(self) -> str: + if getattr(self.func, "__name__", "") == "": + return f"{self.__class__.__name__}({self.func!r})" + if isinstance(self.func, (types.MethodType, types.BuiltinMethodType)) and ( + namespace := getattr(self.func.__self__, "__name__", None) + ): + return f"{self.__class__.__name__}({namespace}.{self.func.__name__})" + if isinstance(self.func, type(str.isascii)): # method descriptor + return f"{self.__class__.__name__}({self.func.__qualname__})" + return f"{self.__class__.__name__}({self.func.__name__})" + + +@dataclass +class Not: + func: Callable[[Any], bool] + + def __call__(self, __v: Any) -> bool: + return not self.func(__v) + + +_StrType = TypeVar("_StrType", bound=str) + +LowerCase = Annotated[_StrType, Predicate(str.islower)] +""" +Return True if the string is a lowercase string, False otherwise. + +A string is lowercase if all cased characters in the string are lowercase and there is at least one cased character in the string. +""" # noqa: E501 +UpperCase = Annotated[_StrType, Predicate(str.isupper)] +""" +Return True if the string is an uppercase string, False otherwise. + +A string is uppercase if all cased characters in the string are uppercase and there is at least one cased character in the string. +""" # noqa: E501 +IsDigit = Annotated[_StrType, Predicate(str.isdigit)] +IsDigits = IsDigit # type: ignore # plural for backwards compatibility, see #63 +""" +Return True if the string is a digit string, False otherwise. + +A string is a digit string if all characters in the string are digits and there is at least one character in the string. +""" # noqa: E501 +IsAscii = Annotated[_StrType, Predicate(str.isascii)] +""" +Return True if all characters in the string are ASCII, False otherwise. + +ASCII characters have code points in the range U+0000-U+007F. Empty string is ASCII too. +""" + +_NumericType = TypeVar('_NumericType', bound=Union[SupportsFloat, SupportsIndex]) +IsFinite = Annotated[_NumericType, Predicate(math.isfinite)] +"""Return True if x is neither an infinity nor a NaN, and False otherwise.""" +IsNotFinite = Annotated[_NumericType, Predicate(Not(math.isfinite))] +"""Return True if x is one of infinity or NaN, and False otherwise""" +IsNan = Annotated[_NumericType, Predicate(math.isnan)] +"""Return True if x is a NaN (not a number), and False otherwise.""" +IsNotNan = Annotated[_NumericType, Predicate(Not(math.isnan))] +"""Return True if x is anything but NaN (not a number), and False otherwise.""" +IsInfinite = Annotated[_NumericType, Predicate(math.isinf)] +"""Return True if x is a positive or negative infinity, and False otherwise.""" +IsNotInfinite = Annotated[_NumericType, Predicate(Not(math.isinf))] +"""Return True if x is neither a positive or negative infinity, and False otherwise.""" + +try: + from typing_extensions import DocInfo, doc # type: ignore [attr-defined] +except ImportError: + + @dataclass(frozen=True, **SLOTS) + class DocInfo: # type: ignore [no-redef] + """ " + The return value of doc(), mainly to be used by tools that want to extract the + Annotated documentation at runtime. + """ + + documentation: str + """The documentation string passed to doc().""" + + def doc( + documentation: str, + ) -> DocInfo: + """ + Add documentation to a type annotation inside of Annotated. + + For example: + + >>> def hi(name: Annotated[int, doc("The name of the user")]) -> None: ... + """ + return DocInfo(documentation) diff --git a/venv/lib/python3.11/site-packages/annotated_types/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/annotated_types/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cf49118995aa978d8b996b0eb64da1902c4b48c GIT binary patch literal 20559 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/annotated_types/__pycache__/test_cases.cpython-311.pyc b/venv/lib/python3.11/site-packages/annotated_types/__pycache__/test_cases.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..277e51e67f62c353b87251b23fe7df3925aac3ae GIT binary patch literal 15450 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 Iterable[Case]: + # Gt, Ge, Lt, Le + yield Case(Annotated[int, at.Gt(4)], (5, 6, 1000), (4, 0, -1)) + yield Case(Annotated[float, at.Gt(0.5)], (0.6, 0.7, 0.8, 0.9), (0.5, 0.0, -0.1)) + yield Case( + Annotated[datetime, at.Gt(datetime(2000, 1, 1))], + [datetime(2000, 1, 2), datetime(2000, 1, 3)], + [datetime(2000, 1, 1), datetime(1999, 12, 31)], + ) + yield Case( + Annotated[datetime, at.Gt(date(2000, 1, 1))], + [date(2000, 1, 2), date(2000, 1, 3)], + [date(2000, 1, 1), date(1999, 12, 31)], + ) + yield Case( + Annotated[datetime, at.Gt(Decimal('1.123'))], + [Decimal('1.1231'), Decimal('123')], + [Decimal('1.123'), Decimal('0')], + ) + + yield Case(Annotated[int, at.Ge(4)], (4, 5, 6, 1000, 4), (0, -1)) + yield Case(Annotated[float, at.Ge(0.5)], (0.5, 0.6, 0.7, 0.8, 0.9), (0.4, 0.0, -0.1)) + yield Case( + Annotated[datetime, at.Ge(datetime(2000, 1, 1))], + [datetime(2000, 1, 2), datetime(2000, 1, 3)], + [datetime(1998, 1, 1), datetime(1999, 12, 31)], + ) + + yield Case(Annotated[int, at.Lt(4)], (0, -1), (4, 5, 6, 1000, 4)) + yield Case(Annotated[float, at.Lt(0.5)], (0.4, 0.0, -0.1), (0.5, 0.6, 0.7, 0.8, 0.9)) + yield Case( + Annotated[datetime, at.Lt(datetime(2000, 1, 1))], + [datetime(1999, 12, 31), datetime(1999, 12, 31)], + [datetime(2000, 1, 2), datetime(2000, 1, 3)], + ) + + yield Case(Annotated[int, at.Le(4)], (4, 0, -1), (5, 6, 1000)) + yield Case(Annotated[float, at.Le(0.5)], (0.5, 0.0, -0.1), (0.6, 0.7, 0.8, 0.9)) + yield Case( + Annotated[datetime, at.Le(datetime(2000, 1, 1))], + [datetime(2000, 1, 1), datetime(1999, 12, 31)], + [datetime(2000, 1, 2), datetime(2000, 1, 3)], + ) + + # Interval + yield Case(Annotated[int, at.Interval(gt=4)], (5, 6, 1000), (4, 0, -1)) + yield Case(Annotated[int, at.Interval(gt=4, lt=10)], (5, 6), (4, 10, 1000, 0, -1)) + yield Case(Annotated[float, at.Interval(ge=0.5, le=1)], (0.5, 0.9, 1), (0.49, 1.1)) + yield Case( + Annotated[datetime, at.Interval(gt=datetime(2000, 1, 1), le=datetime(2000, 1, 3))], + [datetime(2000, 1, 2), datetime(2000, 1, 3)], + [datetime(2000, 1, 1), datetime(2000, 1, 4)], + ) + + yield Case(Annotated[int, at.MultipleOf(multiple_of=3)], (0, 3, 9), (1, 2, 4)) + yield Case(Annotated[float, at.MultipleOf(multiple_of=0.5)], (0, 0.5, 1, 1.5), (0.4, 1.1)) + + # lengths + + yield Case(Annotated[str, at.MinLen(3)], ('123', '1234', 'x' * 10), ('', '1', '12')) + yield Case(Annotated[str, at.Len(3)], ('123', '1234', 'x' * 10), ('', '1', '12')) + yield Case(Annotated[List[int], at.MinLen(3)], ([1, 2, 3], [1, 2, 3, 4], [1] * 10), ([], [1], [1, 2])) + yield Case(Annotated[List[int], at.Len(3)], ([1, 2, 3], [1, 2, 3, 4], [1] * 10), ([], [1], [1, 2])) + + yield Case(Annotated[str, at.MaxLen(4)], ('', '1234'), ('12345', 'x' * 10)) + yield Case(Annotated[str, at.Len(0, 4)], ('', '1234'), ('12345', 'x' * 10)) + yield Case(Annotated[List[str], at.MaxLen(4)], ([], ['a', 'bcdef'], ['a', 'b', 'c']), (['a'] * 5, ['b'] * 10)) + yield Case(Annotated[List[str], at.Len(0, 4)], ([], ['a', 'bcdef'], ['a', 'b', 'c']), (['a'] * 5, ['b'] * 10)) + + yield Case(Annotated[str, at.Len(3, 5)], ('123', '12345'), ('', '1', '12', '123456', 'x' * 10)) + yield Case(Annotated[str, at.Len(3, 3)], ('123',), ('12', '1234')) + + yield Case(Annotated[Dict[int, int], at.Len(2, 3)], [{1: 1, 2: 2}], [{}, {1: 1}, {1: 1, 2: 2, 3: 3, 4: 4}]) + yield Case(Annotated[Set[int], at.Len(2, 3)], ({1, 2}, {1, 2, 3}), (set(), {1}, {1, 2, 3, 4})) + yield Case(Annotated[Tuple[int, ...], at.Len(2, 3)], ((1, 2), (1, 2, 3)), ((), (1,), (1, 2, 3, 4))) + + # Timezone + + yield Case( + Annotated[datetime, at.Timezone(None)], [datetime(2000, 1, 1)], [datetime(2000, 1, 1, tzinfo=timezone.utc)] + ) + yield Case( + Annotated[datetime, at.Timezone(...)], [datetime(2000, 1, 1, tzinfo=timezone.utc)], [datetime(2000, 1, 1)] + ) + yield Case( + Annotated[datetime, at.Timezone(timezone.utc)], + [datetime(2000, 1, 1, tzinfo=timezone.utc)], + [datetime(2000, 1, 1), datetime(2000, 1, 1, tzinfo=timezone(timedelta(hours=6)))], + ) + yield Case( + Annotated[datetime, at.Timezone('Europe/London')], + [datetime(2000, 1, 1, tzinfo=timezone(timedelta(0), name='Europe/London'))], + [datetime(2000, 1, 1), datetime(2000, 1, 1, tzinfo=timezone(timedelta(hours=6)))], + ) + + # Quantity + + yield Case(Annotated[float, at.Unit(unit='m')], (5, 4.2), ('5m', '4.2m')) + + # predicate types + + yield Case(at.LowerCase[str], ['abc', 'foobar'], ['', 'A', 'Boom']) + yield Case(at.UpperCase[str], ['ABC', 'DEFO'], ['', 'a', 'abc', 'AbC']) + yield Case(at.IsDigit[str], ['123'], ['', 'ab', 'a1b2']) + yield Case(at.IsAscii[str], ['123', 'foo bar'], ['£100', '😊', 'whatever 👀']) + + yield Case(Annotated[int, at.Predicate(lambda x: x % 2 == 0)], [0, 2, 4], [1, 3, 5]) + + yield Case(at.IsFinite[float], [1.23], [math.nan, math.inf, -math.inf]) + yield Case(at.IsNotFinite[float], [math.nan, math.inf], [1.23]) + yield Case(at.IsNan[float], [math.nan], [1.23, math.inf]) + yield Case(at.IsNotNan[float], [1.23, math.inf], [math.nan]) + yield Case(at.IsInfinite[float], [math.inf], [math.nan, 1.23]) + yield Case(at.IsNotInfinite[float], [math.nan, 1.23], [math.inf]) + + # check stacked predicates + yield Case(at.IsInfinite[Annotated[float, at.Predicate(lambda x: x > 0)]], [math.inf], [-math.inf, 1.23, math.nan]) + + # doc + yield Case(Annotated[int, at.doc("A number")], [1, 2], []) + + # custom GroupedMetadata + class MyCustomGroupedMetadata(at.GroupedMetadata): + def __iter__(self) -> Iterator[at.Predicate]: + yield at.Predicate(lambda x: float(x).is_integer()) + + yield Case(Annotated[float, MyCustomGroupedMetadata()], [0, 2.0], [0.01, 1.5]) diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/LICENSE b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/LICENSE new file mode 100644 index 0000000..104eebf --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2018 Alex Grönholm + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/METADATA b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/METADATA new file mode 100644 index 0000000..9d87e1d --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/METADATA @@ -0,0 +1,105 @@ +Metadata-Version: 2.2 +Name: anyio +Version: 4.9.0 +Summary: High level compatibility layer for multiple asynchronous event loop implementations +Author-email: Alex Grönholm +License: MIT +Project-URL: Documentation, https://anyio.readthedocs.io/en/latest/ +Project-URL: Changelog, https://anyio.readthedocs.io/en/stable/versionhistory.html +Project-URL: Source code, https://github.com/agronholm/anyio +Project-URL: Issue tracker, https://github.com/agronholm/anyio/issues +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Framework :: AnyIO +Classifier: Typing :: Typed +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Requires-Python: >=3.9 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: exceptiongroup>=1.0.2; python_version < "3.11" +Requires-Dist: idna>=2.8 +Requires-Dist: sniffio>=1.1 +Requires-Dist: typing_extensions>=4.5; python_version < "3.13" +Provides-Extra: trio +Requires-Dist: trio>=0.26.1; extra == "trio" +Provides-Extra: test +Requires-Dist: anyio[trio]; extra == "test" +Requires-Dist: blockbuster>=1.5.23; extra == "test" +Requires-Dist: coverage[toml]>=7; extra == "test" +Requires-Dist: exceptiongroup>=1.2.0; extra == "test" +Requires-Dist: hypothesis>=4.0; extra == "test" +Requires-Dist: psutil>=5.9; extra == "test" +Requires-Dist: pytest>=7.0; extra == "test" +Requires-Dist: trustme; extra == "test" +Requires-Dist: truststore>=0.9.1; python_version >= "3.10" and extra == "test" +Requires-Dist: uvloop>=0.21; (platform_python_implementation == "CPython" and platform_system != "Windows" and python_version < "3.14") and extra == "test" +Provides-Extra: doc +Requires-Dist: packaging; extra == "doc" +Requires-Dist: Sphinx~=8.2; extra == "doc" +Requires-Dist: sphinx_rtd_theme; extra == "doc" +Requires-Dist: sphinx-autodoc-typehints>=1.2.0; extra == "doc" + +.. image:: https://github.com/agronholm/anyio/actions/workflows/test.yml/badge.svg + :target: https://github.com/agronholm/anyio/actions/workflows/test.yml + :alt: Build Status +.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master + :target: https://coveralls.io/github/agronholm/anyio?branch=master + :alt: Code Coverage +.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest + :target: https://anyio.readthedocs.io/en/latest/?badge=latest + :alt: Documentation +.. image:: https://badges.gitter.im/gitterHQ/gitter.svg + :target: https://gitter.im/python-trio/AnyIO + :alt: Gitter chat + +AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio_ or +trio_. It implements trio-like `structured concurrency`_ (SC) on top of asyncio and works in harmony +with the native SC of trio itself. + +Applications and libraries written against AnyIO's API will run unmodified on either asyncio_ or +trio_. AnyIO can also be adopted into a library or application incrementally – bit by bit, no full +refactoring necessary. It will blend in with the native libraries of your chosen backend. + +Documentation +------------- + +View full documentation at: https://anyio.readthedocs.io/ + +Features +-------- + +AnyIO offers the following functionality: + +* Task groups (nurseries_ in trio terminology) +* High-level networking (TCP, UDP and UNIX sockets) + + * `Happy eyeballs`_ algorithm for TCP connections (more robust than that of asyncio on Python + 3.8) + * async/await style UDP sockets (unlike asyncio where you still have to use Transports and + Protocols) + +* A versatile API for byte streams and object streams +* Inter-task synchronization and communication (locks, conditions, events, semaphores, object + streams) +* Worker threads +* Subprocesses +* Asynchronous file I/O (using worker threads) +* Signal handling + +AnyIO also comes with its own pytest_ plugin which also supports asynchronous fixtures. +It even works with the popular Hypothesis_ library. + +.. _asyncio: https://docs.python.org/3/library/asyncio.html +.. _trio: https://github.com/python-trio/trio +.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency +.. _nurseries: https://trio.readthedocs.io/en/stable/reference-core.html#nurseries-and-spawning +.. _Happy eyeballs: https://en.wikipedia.org/wiki/Happy_Eyeballs +.. _pytest: https://docs.pytest.org/en/latest/ +.. _Hypothesis: https://hypothesis.works/ diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/RECORD b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/RECORD new file mode 100644 index 0000000..1e5fa9f --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/RECORD @@ -0,0 +1,88 @@ +anyio-4.9.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +anyio-4.9.0.dist-info/LICENSE,sha256=U2GsncWPLvX9LpsJxoKXwX8ElQkJu8gCO9uC6s8iwrA,1081 +anyio-4.9.0.dist-info/METADATA,sha256=vvkWPXXTbrpTCFK7zdcYwQcSQhx6Q4qITM9t_PEQCrY,4682 +anyio-4.9.0.dist-info/RECORD,, +anyio-4.9.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91 +anyio-4.9.0.dist-info/entry_points.txt,sha256=_d6Yu6uiaZmNe0CydowirE9Cmg7zUL2g08tQpoS3Qvc,39 +anyio-4.9.0.dist-info/top_level.txt,sha256=QglSMiWX8_5dpoVAEIHdEYzvqFMdSYWmCj6tYw2ITkQ,6 +anyio/__init__.py,sha256=t8bZuNXa5ncwXBaNKbv48BDgZt48RT_zCEtrnPmjNU8,4993 +anyio/__pycache__/__init__.cpython-311.pyc,, +anyio/__pycache__/from_thread.cpython-311.pyc,, +anyio/__pycache__/lowlevel.cpython-311.pyc,, +anyio/__pycache__/pytest_plugin.cpython-311.pyc,, +anyio/__pycache__/to_interpreter.cpython-311.pyc,, +anyio/__pycache__/to_process.cpython-311.pyc,, +anyio/__pycache__/to_thread.cpython-311.pyc,, +anyio/_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/_backends/__pycache__/__init__.cpython-311.pyc,, +anyio/_backends/__pycache__/_asyncio.cpython-311.pyc,, +anyio/_backends/__pycache__/_trio.cpython-311.pyc,, +anyio/_backends/_asyncio.py,sha256=AT1oaTfCE-9YFxooMlvld2yDqY5U2A-ANMcBDh9eRfI,93455 +anyio/_backends/_trio.py,sha256=HVfDqRGQ7Xj3JfTcYdgzmC7pZEplqU4NOO5kxNNSZnk,40429 +anyio/_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/_core/__pycache__/__init__.cpython-311.pyc,, +anyio/_core/__pycache__/_asyncio_selector_thread.cpython-311.pyc,, +anyio/_core/__pycache__/_eventloop.cpython-311.pyc,, +anyio/_core/__pycache__/_exceptions.cpython-311.pyc,, +anyio/_core/__pycache__/_fileio.cpython-311.pyc,, +anyio/_core/__pycache__/_resources.cpython-311.pyc,, +anyio/_core/__pycache__/_signals.cpython-311.pyc,, +anyio/_core/__pycache__/_sockets.cpython-311.pyc,, +anyio/_core/__pycache__/_streams.cpython-311.pyc,, +anyio/_core/__pycache__/_subprocesses.cpython-311.pyc,, +anyio/_core/__pycache__/_synchronization.cpython-311.pyc,, +anyio/_core/__pycache__/_tasks.cpython-311.pyc,, +anyio/_core/__pycache__/_tempfile.cpython-311.pyc,, +anyio/_core/__pycache__/_testing.cpython-311.pyc,, +anyio/_core/__pycache__/_typedattr.cpython-311.pyc,, +anyio/_core/_asyncio_selector_thread.py,sha256=2PdxFM3cs02Kp6BSppbvmRT7q7asreTW5FgBxEsflBo,5626 +anyio/_core/_eventloop.py,sha256=t_tAwBFPjF8jrZGjlJ6bbYy6KA3bjsbZxV9mvh9t1i0,4695 +anyio/_core/_exceptions.py,sha256=RlPRlwastdmfDPoskdXNO6SI8_l3fclA2wtW6cokU9I,3503 +anyio/_core/_fileio.py,sha256=qFZhkLIz0cGXluvih_vcPUTucgq8UFVgsTCtYbijZIg,23340 +anyio/_core/_resources.py,sha256=NbmU5O5UX3xEyACnkmYX28Fmwdl-f-ny0tHym26e0w0,435 +anyio/_core/_signals.py,sha256=vulT1M1xdLYtAR-eY5TamIgaf1WTlOwOrMGwswlTTr8,905 +anyio/_core/_sockets.py,sha256=5Okc_UThGDEN9KCnsIhqWPRHBNuSy6b4NmG1i51TVF4,27150 +anyio/_core/_streams.py,sha256=OnaKgoDD-FcMSwLvkoAUGP51sG2ZdRvMpxt9q2w1gYA,1804 +anyio/_core/_subprocesses.py,sha256=EXm5igL7dj55iYkPlbYVAqtbqxJxjU-6OndSTIx9SRg,8047 +anyio/_core/_synchronization.py,sha256=DwUh8Tl6cG_UMVC_GyzPoC_U9BpfDfjMl9SINSxcZN4,20320 +anyio/_core/_tasks.py,sha256=f3CuWwo06cCZ6jaOv-JHFKWkgpgf2cvaF25Oh4augMA,4757 +anyio/_core/_tempfile.py,sha256=s-_ucacXbxBH5Bo5eo65lN0lPwZQd5B8yNN_9nARpCM,19696 +anyio/_core/_testing.py,sha256=YUGwA5cgFFbUTv4WFd7cv_BSVr4ryTtPp8owQA3JdWE,2118 +anyio/_core/_typedattr.py,sha256=P4ozZikn3-DbpoYcvyghS_FOYAgbmUxeoU8-L_07pZM,2508 +anyio/abc/__init__.py,sha256=c2OQbTCS_fQowviMXanLPh8m29ccwkXmpDr7uyNZYOo,2652 +anyio/abc/__pycache__/__init__.cpython-311.pyc,, +anyio/abc/__pycache__/_eventloop.cpython-311.pyc,, +anyio/abc/__pycache__/_resources.cpython-311.pyc,, +anyio/abc/__pycache__/_sockets.cpython-311.pyc,, +anyio/abc/__pycache__/_streams.cpython-311.pyc,, +anyio/abc/__pycache__/_subprocesses.cpython-311.pyc,, +anyio/abc/__pycache__/_tasks.cpython-311.pyc,, +anyio/abc/__pycache__/_testing.cpython-311.pyc,, +anyio/abc/_eventloop.py,sha256=UmL8DZCvQTgxzmyBZcGm9kWj9VQY8BMWueLh5S8yWN4,9682 +anyio/abc/_resources.py,sha256=DrYvkNN1hH6Uvv5_5uKySvDsnknGVDe8FCKfko0VtN8,783 +anyio/abc/_sockets.py,sha256=KhWtJxan8jpBXKwPaFeQzI4iRXdFaOIn0HXtDZnaO7U,6262 +anyio/abc/_streams.py,sha256=He_JpkAW2g5veOzcUq0XsRC2nId_i35L-d8cs7Uj1ZQ,6598 +anyio/abc/_subprocesses.py,sha256=cumAPJTktOQtw63IqG0lDpyZqu_l1EElvQHMiwJgL08,2067 +anyio/abc/_tasks.py,sha256=yJWbMwowvqjlAX4oJ3l9Is1w-zwynr2lX1Z02AWJqsY,3080 +anyio/abc/_testing.py,sha256=tBJUzkSfOXJw23fe8qSJ03kJlShOYjjaEyFB6k6MYT8,1821 +anyio/from_thread.py,sha256=MbXHZpgM9wgsRkbGhMNMomEGYj7Y_QYq6a5BZ3c5Ev8,17478 +anyio/lowlevel.py,sha256=nkgmW--SdxGVp0cmLUYazjkigveRm5HY7-gW8Bpp9oY,4169 +anyio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/pytest_plugin.py,sha256=qXNwk9Pa7hPQKWocgLl9qijqKGMkGzdH2wJa-jPkGUM,9375 +anyio/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/streams/__pycache__/__init__.cpython-311.pyc,, +anyio/streams/__pycache__/buffered.cpython-311.pyc,, +anyio/streams/__pycache__/file.cpython-311.pyc,, +anyio/streams/__pycache__/memory.cpython-311.pyc,, +anyio/streams/__pycache__/stapled.cpython-311.pyc,, +anyio/streams/__pycache__/text.cpython-311.pyc,, +anyio/streams/__pycache__/tls.cpython-311.pyc,, +anyio/streams/buffered.py,sha256=UCldKC168YuLvT7n3HtNPnQ2iWAMSTYQWbZvzLwMwkM,4500 +anyio/streams/file.py,sha256=6uoTNb5KbMoj-6gS3_xrrL8uZN8Q4iIvOS1WtGyFfKw,4383 +anyio/streams/memory.py,sha256=o1OVVx0OooteTTe2GytJreum93Ucuw5s4cAsr3X0-Ag,10560 +anyio/streams/stapled.py,sha256=U09pCrmOw9kkNhe6tKopsm1QIMT1lFTFvtb-A7SIe4k,4302 +anyio/streams/text.py,sha256=6x8w8xlfCZKTUWQoJiMPoMhSSJFUBRKgoBNSBtbd9yg,5094 +anyio/streams/tls.py,sha256=HxzpVmUgo8SUSIBass_lvef1pAI1uRSrnysM3iEGzl4,13199 +anyio/to_interpreter.py,sha256=UhuNCIucCRN7ZtyJg35Mlamzs1JpgDvK4xnL4TDWrAo,6527 +anyio/to_process.py,sha256=ZvruelRM-HNmqDaql4sdNODg2QD_uSlwSCxnV4OhsfQ,9595 +anyio/to_thread.py,sha256=WM2JQ2MbVsd5D5CM08bQiTwzZIvpsGjfH1Fy247KoDQ,2396 diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/WHEEL b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/WHEEL new file mode 100644 index 0000000..9c3ae63 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (76.0.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/entry_points.txt b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/entry_points.txt new file mode 100644 index 0000000..44dd9bd --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[pytest11] +anyio = anyio.pytest_plugin diff --git a/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/top_level.txt new file mode 100644 index 0000000..c77c069 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio-4.9.0.dist-info/top_level.txt @@ -0,0 +1 @@ +anyio diff --git a/venv/lib/python3.11/site-packages/anyio/__init__.py b/venv/lib/python3.11/site-packages/anyio/__init__.py new file mode 100644 index 0000000..578cda6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/__init__.py @@ -0,0 +1,85 @@ +from __future__ import annotations + +from ._core._eventloop import current_time as current_time +from ._core._eventloop import get_all_backends as get_all_backends +from ._core._eventloop import get_cancelled_exc_class as get_cancelled_exc_class +from ._core._eventloop import run as run +from ._core._eventloop import sleep as sleep +from ._core._eventloop import sleep_forever as sleep_forever +from ._core._eventloop import sleep_until as sleep_until +from ._core._exceptions import BrokenResourceError as BrokenResourceError +from ._core._exceptions import BrokenWorkerIntepreter as BrokenWorkerIntepreter +from ._core._exceptions import BrokenWorkerProcess as BrokenWorkerProcess +from ._core._exceptions import BusyResourceError as BusyResourceError +from ._core._exceptions import ClosedResourceError as ClosedResourceError +from ._core._exceptions import DelimiterNotFound as DelimiterNotFound +from ._core._exceptions import EndOfStream as EndOfStream +from ._core._exceptions import IncompleteRead as IncompleteRead +from ._core._exceptions import TypedAttributeLookupError as TypedAttributeLookupError +from ._core._exceptions import WouldBlock as WouldBlock +from ._core._fileio import AsyncFile as AsyncFile +from ._core._fileio import Path as Path +from ._core._fileio import open_file as open_file +from ._core._fileio import wrap_file as wrap_file +from ._core._resources import aclose_forcefully as aclose_forcefully +from ._core._signals import open_signal_receiver as open_signal_receiver +from ._core._sockets import connect_tcp as connect_tcp +from ._core._sockets import connect_unix as connect_unix +from ._core._sockets import create_connected_udp_socket as create_connected_udp_socket +from ._core._sockets import ( + create_connected_unix_datagram_socket as create_connected_unix_datagram_socket, +) +from ._core._sockets import create_tcp_listener as create_tcp_listener +from ._core._sockets import create_udp_socket as create_udp_socket +from ._core._sockets import create_unix_datagram_socket as create_unix_datagram_socket +from ._core._sockets import create_unix_listener as create_unix_listener +from ._core._sockets import getaddrinfo as getaddrinfo +from ._core._sockets import getnameinfo as getnameinfo +from ._core._sockets import wait_readable as wait_readable +from ._core._sockets import wait_socket_readable as wait_socket_readable +from ._core._sockets import wait_socket_writable as wait_socket_writable +from ._core._sockets import wait_writable as wait_writable +from ._core._streams import create_memory_object_stream as create_memory_object_stream +from ._core._subprocesses import open_process as open_process +from ._core._subprocesses import run_process as run_process +from ._core._synchronization import CapacityLimiter as CapacityLimiter +from ._core._synchronization import ( + CapacityLimiterStatistics as CapacityLimiterStatistics, +) +from ._core._synchronization import Condition as Condition +from ._core._synchronization import ConditionStatistics as ConditionStatistics +from ._core._synchronization import Event as Event +from ._core._synchronization import EventStatistics as EventStatistics +from ._core._synchronization import Lock as Lock +from ._core._synchronization import LockStatistics as LockStatistics +from ._core._synchronization import ResourceGuard as ResourceGuard +from ._core._synchronization import Semaphore as Semaphore +from ._core._synchronization import SemaphoreStatistics as SemaphoreStatistics +from ._core._tasks import TASK_STATUS_IGNORED as TASK_STATUS_IGNORED +from ._core._tasks import CancelScope as CancelScope +from ._core._tasks import create_task_group as create_task_group +from ._core._tasks import current_effective_deadline as current_effective_deadline +from ._core._tasks import fail_after as fail_after +from ._core._tasks import move_on_after as move_on_after +from ._core._tempfile import NamedTemporaryFile as NamedTemporaryFile +from ._core._tempfile import SpooledTemporaryFile as SpooledTemporaryFile +from ._core._tempfile import TemporaryDirectory as TemporaryDirectory +from ._core._tempfile import TemporaryFile as TemporaryFile +from ._core._tempfile import gettempdir as gettempdir +from ._core._tempfile import gettempdirb as gettempdirb +from ._core._tempfile import mkdtemp as mkdtemp +from ._core._tempfile import mkstemp as mkstemp +from ._core._testing import TaskInfo as TaskInfo +from ._core._testing import get_current_task as get_current_task +from ._core._testing import get_running_tasks as get_running_tasks +from ._core._testing import wait_all_tasks_blocked as wait_all_tasks_blocked +from ._core._typedattr import TypedAttributeProvider as TypedAttributeProvider +from ._core._typedattr import TypedAttributeSet as TypedAttributeSet +from ._core._typedattr import typed_attribute as typed_attribute + +# Re-export imports so they look like they live directly in this package +for __value in list(locals().values()): + if getattr(__value, "__module__", "").startswith("anyio."): + __value.__module__ = __name__ + +del __value diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05f870b00cc24d702bf3cdcfd2aa8e8d95f5d697 GIT binary patch literal 4746 zcma);%TFBH6^C#0YF^E=4aRR{gAKN6W58e=^M2YGJT$f^cQPpzRTrpGkJhbfFtc)Y zUSu&DMVc%vMRF8nlRu>#A*Ir*k+K>o3rn+!W|ebJcVRBgC~h5o{oQll_nvd`p@?7+8O&d7UEA$5fVSORWbHGGntvNnUmm&1T!nlO1r|Tc zR}BBuD9!*2Hrs20NltMi5r1aJVl%WZsJYEO~B2( znYbCag|`s50Jrj1;#S}`-bUO8+|JvH+kw+OO`NvRI32u$_zZ9-?LPKHf*%1KiL1iF<)>@ms_K?^UeZaAbt$I$QOwxfS33Z@g(pvUnZUce!`y+PXj;YPl;!M zSNIC?Ebue_jCjsob=LSA@jUQz{+xIL_zV68@gnd#UngF&v(5(JAYKN3!Cw$R0e;C} zCRha%ui)>?_mF~ri}R7a`_&O11GUZj1oVKv;%AP1-N!kM^p)V|Q*-5gCDg)S@$>H2 zF&+OlpQ&TWr1)BJ?Kg3o-}isT&DAXHTl*1ReThPY?z&!}2bSmhKjPfrYc%pw3OCRK z%Mnm+*%pDO+qSl;8@s|aeeiXn&(K{%*tRe=@!HS~TlcZ5Qs!Ows`hOmasVj;ZOfBl zPe^by6didtuxu!{&qxo3T^GKWmxh>^(!*9AMfWRD?h3i=1|la#K>bS{iZ#!rX9$|N zbtdm0oE)Wn*7kg1o^-d)3EOfk7;n`J7QDP`;=1Ntb8RadNTEAWY+7~=&&k;^>$=df zLD$AXPMFg{Ag#@OAXYqYH=m2wTmQ<-+vbez8N1N5ZrVR^jRnib1FU+k2RrEWa>CWN ziq5)yspsNCt8U;r@sJF$mACB!Xr89#zP0V@wkCxktkU@zp6dz&?#ICMZH$X~*Ln@* z^9F1n5L(F%x05$>nh)y|0aW*tS3^I|)B}B6>dvQz?WKk=i)LGXAY3~A){<1LNH$6QiaYs5|Gu<>Qv2cn z#~kr89pQNLK=U?#i^u54H{M7Go;!-D28d+sQ?Yqg&*_F09IO;W2Ugs5!j;8T@&n7j zM5vqfT+_nTfR^swd}_9#*3`BytulyK0gPo8)hksvj%J)it+UZy1%P!OD~Thb}oJq#MTy^ z7{sAw!nN3zi(Trsbj#NCtzvej91p5J_sG$<3Rh}w2q))BT^^KjBAv~79y}c<{cT5% zISXPwfO~=|Qb*oW_j(AG0ERRzdQm==HlcOW*)_4Uh!DAiwHvUd&+_l_o4Sjfr9Tal-_>o83#QYX`J>R}Ohwi3Q&*JOl%kzqp-XdRKz)>!uTtc~was}loN;k?il~t#9aGpuB@E22e66cTomW z?x75!45N&o+(#J&DKwUbqZpB6=zoCn5akidILc#?LUY^}q7u(lPGHp}$`r~p$_&aZ z${fl($k9Fn0S}D3Ef=t65oHNw8Qa9SLBWQxCZAy4QD<+~g`c5F&uE(E!t1ULBN3{{KR?NGIdjfbj5Y%EkQV#}dw z5nBsYJFU%p$Q1j$HV;CkSi~kn)gtyHR4rnop=uEu3{{KRjZn4I+LZU23z=dOTMAW+ z*!@to)6Vc^$Q1inQIV+l$bLy`SYj~|vW4Sz+NCRF!W5skyz&K?2Uz(w%RS}2%GdKa zWQs-XQK(v^ZWFfr{|^VoP$rMqYN%So?uDwA&l9n`p=yzO+i>}(ow_nLtmL%Wm8hX{ zhC`-U#HK>kBDNl?cG@n=6I97FNW0HVweouy37KN2B~~V6ibZM>YEL`W@|~7HU@IY0 z?DJ0brQ}_Z+5sJ~a0pHuqx673Ixhlx%vl|91aR zjqf%;B>N7Neg8}j|06m4_b)#rCk~SnA6cThH@evKHhEZk?!P}&HN07TvnT~T*8c+% CKDwp= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/from_thread.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/from_thread.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8d3cc73faae9d8a83f7bd4a291f00dcd850f884 GIT binary patch literal 26164 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
  • ui&XN~ftF(Pe@HEXGb|QlWHH6;u z&?Mn24rU%-nhd3yW*YZdH=5V8`Rrx9w1A&FMRddi5wJ*Ecv##|y z*ZPcW{r%3~AD+E^c2R^paK+WT?CM>bxU=JK?P|MeyU{suo&S{ZJ<%oiy+Le!)(yT>=t~-rt zn`>oqsmt~?=$B*OQJpUU-9la8!#{sOw}e%sbD(sRW8NMkZJVQl+BvQ{tIN;K?VF|p zb*}L1Uw|qy0XbQ|s_GCp6eg1ACxqyH1WqO?#$AX}14Sp4xIkVZ4u3X$3HAh6l@^gG;hH@(c-{T8g^=?guE}K(xwn}5ao;&??s&|Ql1*Gse5WviqFEwpjCWg zmPpcPP%JJ_dK?kuvzR4si#G)b6Se7L`ZZ&^@?Fd%eO?(On&ZjM$ge7IVU7o#Ahtco z)4-*aay7@5L&(!s3N5)FFMT;pppw&`QZD7n<;&u#(ygz!Oqj^@##n}!jTi|53ynrRR#!Oc#9&Yr%eq+v z%64vGRc^N=m(^pR#qcVBfSgD$>+f6fZ(jCq&iV&({sEHjjaJC4Tn(f7K>tc$a5*rT z4GiZ3!x`<(H?^-c^({B`Wt%qUnqXMwP~+}c4(z!5(#p<5%R3KccOJ>@JdzC@%>|BT zwD-TY_2*ljgQ~i{8LH~`<{JlKkJ+?wCBRai$OiW00(&yrTlAx1tafY#EO-o^1Hmur zHS=VEgrKyflSP|MRwXhm?rgIIGuCP={7)(TUl3rz~$3oq6%4tm~^e*H<&HuY!%pH1@7EZdq>Jl5HH!H4bKc zgBjN#?^jDC!OVakb!aD@4w%k-^FvNL`+&9yG+}|4+F>S>(hfTDDx3CipYJYCRa7G;r)y>Kc<8;tE7I{ z!BaD#AS;nc23b}6kVXq9VI8lLIUGbQL_wt*mxa5k=3lB4D~Sjpx{u{lR?-?V%gS6M z=I`sZXZ=tX^CwigO(ulmCkj}d{)l`V%WRurW)3A>1SbENDK@ioCeuJ>y~fG+8}vzr z74knIz{qzqxtRKriLU;TKL0g=G6QKsDQ36(CLGFt2P!V;e|g(W8QV)mn`qw${fY@V zZ1$(f@ZSi$7CJ9(1}>-lIk6~Iz($81YD_bzx7hnBy%D(T>@eV{0)m_DIH7I^6JnFS zn~okB!I0pnD_U&!byQsrKC!~@>dV~M%fc-bqyasgJX}8evuHsD?51=zLQ6-{ZMSzp zaaaNLY$&Mi^F?oF8MoUTio$AOzsTZ*>_bIt#jAstM4x>ZRlX`Cmi`+jX% zoEoVPaeSpX@7J4oRan6{AVy;;hGehE#Vh#{CqQv<=(-uU>9x?F&^0x6k{z7shC-Ra z_Lt<;MM&J_@RQoUbxdDa>2`{6@U&_SuC1QI7fB<-7TvOCXbARU(5b~_Xxh|M{pl22 zo0txcufb($z!T3XkUCYAL&_s)rWmKBve3u?9v7mK*mNwy@@0qrA+?fW;zbKHMZgU* zhT<6ut`$PTB?C9gUAJ*V)n^p0j6y8z6E&%1^i|w!gF7_9LYH@iW)Dg>{EWZQ+J?>{ zYdF?PX;#sAlxjtJs2y__aagaQZKky9`l<2(6I5fmYlJlt+CRzw^`?D3a-b0!Wn1@C z-(YuM3_*yh?e10nfeaULgN<4Jr+Tuwnd42R*r|BjSfa)WsvevzsN8by7}~+IDLC07 zhFA(G+|qKvsU{zP)MPdW3-V+81)my0EATMRuiMCwz2K9g(_tL$otj41K_@0B{VABgqsP zU0Rq-W<3sgSc#Q=1c%v7d8a@!rjqf_!jnd+meFt%Zk5WwItnc+T{dMr)nLr)aU@Vk zOSNOqyzr`c&Z&J#;#@81P^NSroawaE3ZTL;357TKXMkJ(8TvO z8pTk%QT|hk@b3tmBJezc41qF>UKTtTG>?i#pm4H;&6laEJH#*kE2PKPw6@`mNgSec z2N{5M{~O=T`1%FbEu^rBPyG6jyU}%YDjp(R@4;>vJ;)C?Zq|iABH-E}eQn5TMFnf7jEF+2M zS$xt-FcU?aE!EN<#KyUG}pB{Lb5I3 zKOublOT=WSZ4Zh^#YMM@m`?WwFn{h1gicRqyxsg|$hEWqmPQ%vg&l7d{1dFT8|bk2 z3pd;_yCU=jTHiQc^lACB%s-(LJ|)0DR|O0utHf#)yiMS5-MDz5X~o;Q?CrdjCf$PZ z{sP=$K*q!)ES}PU#$JDFEMUDCu#L4i@3o77^1p%a-d6=*u4=J*O2(axsG8 zB^Qx@KBkOnu;C~YIz)MTXd$ctMS#J!_`2hDr)sqAUUWb?WWDOW?v!A@y(lg^pf19xWEgQA+?k{;fkuq*TbY8YyTSYl!E|(0;=k2&9Mucf~1MYiq zX*FW^z1To$?3Zm<1kL!@jqB~^?bVm$d3$MLg$fFNQ(D}S`xtU3d{!TrK3mDCJGoQK zyXOn%J&WO}miMe)Z}qA?>*L%sgEqT}0YHBndPA#srBSz5|4>bs1Uif*JfRu|&`A)( zVJNW6sv#f0`inSsQvO%&0T7c;jnE+*CZhZQkSivMuR-jlZ2>glB$Fv#qU$WH>~YFj z>d4tJ&d_L@XUdtL7Zu!TS9QZhYN}*v7Um9LpNYv)N$nnkL3(MtII95RmiXX5!S`*E zPu0~Y;|}55I1Hzq+qx`V6RYcdAil+TzlVSRFg>fzBxt_$Yo2t*^AEI?vjyHXUA_&z zR4bn^_Qa1GeJf8!5Iew4+O2#8FoA+)k`Q5g;ZzrTCe-7SOjS=(1N>9j)wxhrF1Dm3 zDMkGYT3s9fstxsh|Awr;C+F`0$#!pD8!XK-3*q(4-u1W6WWD`4Z-2(ypKokkX&hW` z9LzQj=NgAI-YPF$3}nb0i-LPA77U}`+C_iCP{u#3RSe?`ZfzZF$7Mh@V|~thn?%3} z4ZZf*;b4a%{udl?+n{l@E@@$=Uo)=AVcaKbEk!6Xq1SBJprLzTG@p^xu%+xi(NSQr zwK{`oE>CGkJgRHOQ;F^D z1YRWY2LxUM0KZCVzET1%jV{2CbE*q?xYfU(u(E99HMi|CFu5$ve+wQIBJLP*SEb@mk)H_aemMRwxyvFIM_gYtOmN>$_O5k(K`52ODzO+ z8o+UYo3H)gwKp%ng_9m)!%!ZE_km5zflYV(*}z~fFqoa&rqGAKW~lH`X8)+v+J#{MMu%% zb~oi4TeJfO583$!^EGFExTmZex0>lUnpuU~)?$sdwh6~8ZhC&;xpnyVbD7Z7+4^U4 z_0MG3`|!RWLS?a*b|xyoS)dy>I_=Ozoq_W}zfyYSfV+Ks-}hYiT&sPfc9H!(Tyz*c zP>k{_M&Vvf^ML{3-Ui!Pzi_Wl+}|hM>#qYA-P>U$_n!9sO~Qu(5ph0js@dOd{jkeI z?hPWjyRGEz6A$>UA8u?vV6}Z@A@@htngjLDk7_OC_KD=Kx02gW@jn`9K4`JZY`c#N z=#LF9&_VIRci>p#mSut6rcANb2aIL|EU&u84Gyo#linM#7nlFgGf90r0ihVK9! zUe_#@O(vY`)x~F1B%Fn^6;`33Safun2{ctJJ@ci+K?q4%wx^@)fQNedw#wxk^^izkhRkYnoO9VN>J;urop3D zBUS1?y3GEnCe*NqYaxp^W z?Al{{zndq+U zCQw6ZJo*LnQAPHUH%T7~PS_+v=a6P+1Pg9HlE7OomY`*VUjSn#lT$?|*$5VZOJoip zlZ;OWzaz*20!;*(0U*rAh2v4S@E7Wtd#H2+J-dvD-3r66;%-(WXe#~K979Zgw~SW} zq)DalBaEF?f|Yuui(EBi0jRD#LGtjbX0Gh!TDb>aaxeKe@LJ=pxik(+!46j8#{c~k zV-o?!qdZNnF#=yFz%;1DG4NH3Fsw`*^T@T2U+eai{J#-OIH`OIV+mR=ig}?sV}3st zY8KdEUKq`+{^o_gjQNE^Q?x+M`8hz1Aciu+rph-jbY;wMUKq@*{#M2Zr$iO`RYAQV zc4mb2#y2m#lv(}F3uuw)%?nRts=ax0wkV>?U|1bFtN+IAvb8f~?abS@WL9}Uw(ZJP zdq4IxF7CcDn)P(%Je>=!yt8g$cJbm;Ami-MI{S0Z{smj!vu<(Ut(vT-C+F!|a1|YX z$WV(y1sw2;N0@&Z9M~q}CcR3qwENDEA3vGdcJvbp{InF~oM;zehgJ!eYCa*~PfJ1d zb5;?`To*PKrVnEuIU+FVjuFwMg z{b%`YImw|9w>$jr?96{=cIN;4f6VY7Iy(alSL|Q^^TUhXjQtzE)Gn`+QFb>J#_q89 znZXPt&6bt8qEOzIcEw$Iy3_7uHLl7sHSJmU#=XlO@s4F*+_&tH`@%Hl##+Z_w*EBvx9 zY+rVji*!~u(6HwU*KfYV*UzVt)R`{U|3IRknh&{^(9QKsGI3o`-sBm>Ru*jKyzLd- z%887v#vd zl+&?xOH`nkExspv~tVC)tQT-Nf9E-?qoA~5cCd{Q2PaE7wG}?jH=`*1hf#XH>sY&#s@t*)3Upmsv0P>pNBpfZZC=tOk$#m9CWj?IJ1`x@v zaBWF9wd@KjjAs8BE!9XNp}$L6Jmo@>2-~&) z>AJjNO3cy(!i85`p8GqqAohM2<&h>T2Dj+I17~N2&6VV=VSF3GFf` z_aTTJZpsI9&?NlmjzG^{Gk9-1cU#-{48>3H@}F@qPni{C^EM47HNya;@Hz z-U7;4^&*KUk^mNU6QW*8nwwxT?lbC{`&B|A-Lvny3; z*DPaaGABsy60+O&6&#@zBr-!QNEukQ5DSf#f@9_2*w?|S2f?XQFj@{qi)vJ^QvS#j zzVRwN>l9QxXZ?6EsrMv1s=uQQAt zOeEIe*#%!rB*YLJhzXDwn)niljK0hh2|JKTEN96*A|Fa5ewx$M)f#^yVWzW|iHdL{ z(G+W-vo>=yPJI)Z!_TCTE;QZS-A4--D{5~cR*3x!ze3EhWYnN#+SO=F*_}d7W7>$+ z+&5Gd$*VOuh5cmG`pfzvILkiDlcoC_p zMh8Uaw}bEHGQf;P$$hu25`Z8+1R*(2km3gC%iOTtDBtsg`LZsqE?l!cl4EajLA#|@ zL%XX@3lMFd;k9HHPWTuKdl|#Kvik#M?yy_REta5idEIj1tsasYR9BS=z{V)>iv3Vf z!wA0BtVAN;-!#K$t#pAJIBQ$!AJ|Yo@mJ2ifk&|N z%orYB8@T1##v-aS#EZ3Y#LLJ@p4+gFv6pIBX2#88#-3 z5j?w%QONd)?R5Z_zbeh^eCj6GbZtiNC}w{0SIH~_s*fxn(Tu+7C0xWy}Yh;u~V0BJ$G#9Th?ELRKxDt>^Ovb&1Rx4Ghv6+g4;YRaI} zjg96dc8FQjQ}sH`M2~`v@JGtWuGTgLzgw=P>jO-EjeX?)fUPOwJPI-Y5j?~wi0#8J z@q!RpQC$_=BOR^ngSe&hYgrt4rkXz{)JR(Z$V6L8Z=zo_22x=E-aY!u@K$)kv*S|z zBMOzyk-jQ}rPFz}&`z}ZNQt;HOX5rk3 zOY(uL+>y6XXLf)TSmoGrzjHe>?nFV0RKI;NMGj^XlVeB)Ell$;Yk02>GdO(L8D?+t z{P*$$&9nBPBMGlEGIyAt-C{S8b1vlTQ2bUfolpQbix#eWHT-l=5$Y|)0TlY9@#OVX zZhteE)9wS7QEOndXf3N3d8Wn}eu|T*&)lu&I6qe+?pVGH^3edjlzu(UwTb-rgxut1 zvM7Xyl?MfQshSK8<|Wc0-o_x}H6j$v2vQ7be#Gm@*}?g2_GWHHDuMVBO3WryJRz<; zG5iXI41w1_S?L=n_f6h2etVPki{&G)6niLD28OpjE_NSw(vF+;&Y*Os1Kj}qh-$+_mC)OF7k(2jhTeA4BeyFY z_=bUy8U@ULeAmx=`q|ddY}oxJk*~TGQ0dS2Xzj3cGBiQR(V{Yha|xcmMFys{2|BPV zsHt7IU{mfj!>(3AZR&iMuU^~)l(qvn^wKzv``C@Z1;I+A4{5*LmzZO-yp9y5^CuN@ zPM~_dUK)gVNVtGf~Tg?DAm=ZA( z9!(l=djuzVgsPrEzWp6KF+T+XK!V+$%-mfl2FH;e_Kp-s-zxQ9Ecae4hAwWS?)4p} z_-7Sa^LnZGT)FpLF?5bG8w9VYKc% z&>)rW{!MkqjWXB(L>|$TU;M?!`EqFNuJxOIDRg{$Xl%ptNq7UdNymI&xjScj*jGJ) z*)jK5qY7w?vm%j65Dp>(&q!7mIp_M+MOGJaBkXMFtIqT_io?$CDX&EoN8|nsyiM+m z_635k2>ZQXN?VK`?(Kg)-1mvDj%f-ki{JS%fJDMAi#^~Kl5JChJ-g~gulRp$)nHL-{$Km{}Z8x)p6Q7UYr z_(a-f!GgRiY`oZ-D(p=0`=tt-EVia?HeGB@+iI{dxAErB=5NmzluGlqU&e)AL_3H<*9AECtN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/pytest_plugin.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/pytest_plugin.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b88647b6c2af65536af85657035fdfa764faccf0 GIT binary patch literal 15175 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 M=Ria}2QV)CZ~Yfo;{X5v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/to_process.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/to_process.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0a8499834d6aa3f1ee62eabef81a2c0a823addb GIT binary patch literal 13662 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 C|F-e~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/to_thread.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/to_thread.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe77ae753f9ab62e9ae568420627f576e34fd19b GIT binary patch literal 3185 zcmaJ@-EZ606~CltnHJ>_Ic-x1sdL+SX|#3Lf(q!cVNWTB^pEJDpace@5-4C`7%&5SP?7e}-j^b>-{-Z~kS5kpJLAepxAFJlF^37V(L1grsHE4Fh>IH0vhZ3t^#U z)h#_|g;T9!y{P%AaJpsJZQzUkbU4#0)k~VUL#I`)mkq+r_h)le{>=6i@@fVomO#o} zeXccMpEroG^~}P<8I$m$@7y*BxdZ?7s#jok&MzOEUG!&t6Ml35Ecnm(r*0JMC;Vmq z^bM>2gm3mZ_NtLMOb8jXIFKT`0?+nqEDTvQC(3J;Y{ z9=j~+3D0dZZ<`ArCg)#cZRQ1W@9m%!#9UR)!vZWnba0QElrvfDop#8R;=2MCZzuM; zdzHsKEKKY_%IH!44M`gNZ<(-5}l?n}@Jl=H#YS8Mq?~ZjRuu% zEiZ^D7YHh!LSFUCm_^&P%Yrx%n{-1e8i06Dwg4U37A-du$Nd-5U0NsD2X;p>Qq>XJ z){creZFXY)nC687vO1ie2k}hwsA56HeJz)N;BjqRH5Jz6G}shU@!X-cHdCynL$U@w zds$WJ&DlFd(;98d2%M0Dh4f*Z&>@WLW49g0_8M(8)>Vf?ykbc+=#RU5KICi%;}pcW z0$kQ+UIjIqwoA6T(k+8-u~F8*27m`{NdYnvn*wD#a=9Wv#2WQ^TXB!Y2#zoSd2#~+@<<10 zG+s_qC3m<|fzLDw^`jztCqqhnJoT3OFiK2&v3p#{FIF^mU3I%K)5NIGApZ7>IAGvWnr_{0@ahi zMc6K}Cg{Bv-EOzG6L_&yy*OxbRf8V4QwxJ;t=)^ar1PlJDop;@P{EmHo=f{mP|#l}iJ=eADlrd+Do_!va~n{4FsTi{Bv` z60`i1WUBZ8?0^pkARco0g~5joZ#?)NFt^C~p>ymQ89R>h&4f&@fdj+%@b4O=SM^z^ zk@#q-AXGC*(`FCwlcIg1c0{Mugo8tFXmOqtUPmc7SMnmtFuXP@hDS?MHs9x7oSr!V zDUFupOpKc;&7k6DW&CfVo&)a`MY58Ui@-#uf$Wj*7fAV;yUy~yvwYvVc+a_b*SWm! zT<%+!^~P#Bg&d|{15G`J9DX#YlSniSpGFS971R=vQ%L53fRUQVELEROO0K)nflmhR zx(aecl0wvrl6g;tA^3%Tca=3gW#Ox0+-qY=Ag&V|KfvHAN=s+K_295tb)mFG97@?v zLs7uZs46K#myAFjR1h3SWtdX<&6!kEp)UU*<^mT)+DtW%D-hvnh<=9LC~QaeD=q1F zLViir;03}adLHPoU>L@LJlCHb2c)#8e*?18pBw{nsy{gfWT`(n4oIy(IR=FGC&xjd zxL-K&dG}snxnEcwSik81$T+ZG>_2WCIEy!5`g|=-`<^{;PTqXwAEmp_*?s5io;@s+ gGb@8LX9wqgK6K6*P=`N8t{S%STVqImit0fA0PpFI+yDRo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/__init__.py b/venv/lib/python3.11/site-packages/anyio/_backends/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34da333fa50adcd66c4da485675c0dfb8125e86d GIT binary patch literal 192 zcmZ3^%ge<81b#Q)q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuVDSM#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*SLt z%FKNI_#_}dH7})DKR!M)FS8^*Uaz3?7l%!5eoARhs$CH)&<>C*iur-W2WCb_#t#fI JqKFwN1^~gUF~tA? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a46c5e0f8987053ef605c550df5c36ff59f7e9ea GIT binary patch literal 146191 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_trio.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_backends/__pycache__/_trio.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..743bb949774019349090217557c451a95a4d57f9 GIT binary patch literal 77882 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 OXekVFs1=~xo&GocETDw| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py b/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py new file mode 100644 index 0000000..ed91f40 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py @@ -0,0 +1,2816 @@ +from __future__ import annotations + +import array +import asyncio +import concurrent.futures +import contextvars +import math +import os +import socket +import sys +import threading +import weakref +from asyncio import ( + AbstractEventLoop, + CancelledError, + all_tasks, + create_task, + current_task, + get_running_loop, + sleep, +) +from asyncio.base_events import _run_until_complete_cb # type: ignore[attr-defined] +from collections import OrderedDict, deque +from collections.abc import ( + AsyncGenerator, + AsyncIterator, + Awaitable, + Callable, + Collection, + Coroutine, + Iterable, + Sequence, +) +from concurrent.futures import Future +from contextlib import AbstractContextManager, suppress +from contextvars import Context, copy_context +from dataclasses import dataclass +from functools import partial, wraps +from inspect import ( + CORO_RUNNING, + CORO_SUSPENDED, + getcoroutinestate, + iscoroutine, +) +from io import IOBase +from os import PathLike +from queue import Queue +from signal import Signals +from socket import AddressFamily, SocketKind +from threading import Thread +from types import CodeType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Optional, + TypeVar, + cast, +) +from weakref import WeakKeyDictionary + +import sniffio + +from .. import ( + CapacityLimiterStatistics, + EventStatistics, + LockStatistics, + TaskInfo, + abc, +) +from .._core._eventloop import claim_worker_thread, threadlocals +from .._core._exceptions import ( + BrokenResourceError, + BusyResourceError, + ClosedResourceError, + EndOfStream, + WouldBlock, + iterate_exceptions, +) +from .._core._sockets import convert_ipv6_sockaddr +from .._core._streams import create_memory_object_stream +from .._core._synchronization import ( + CapacityLimiter as BaseCapacityLimiter, +) +from .._core._synchronization import Event as BaseEvent +from .._core._synchronization import Lock as BaseLock +from .._core._synchronization import ( + ResourceGuard, + SemaphoreStatistics, +) +from .._core._synchronization import Semaphore as BaseSemaphore +from .._core._tasks import CancelScope as BaseCancelScope +from ..abc import ( + AsyncBackend, + IPSockAddrType, + SocketListener, + UDPPacketType, + UNIXDatagramPacketType, +) +from ..abc._eventloop import StrOrBytesPath +from ..lowlevel import RunVar +from ..streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike +else: + FileDescriptorLike = object + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +if sys.version_info >= (3, 11): + from asyncio import Runner + from typing import TypeVarTuple, Unpack +else: + import contextvars + import enum + import signal + from asyncio import coroutines, events, exceptions, tasks + + from exceptiongroup import BaseExceptionGroup + from typing_extensions import TypeVarTuple, Unpack + + class _State(enum.Enum): + CREATED = "created" + INITIALIZED = "initialized" + CLOSED = "closed" + + class Runner: + # Copied from CPython 3.11 + def __init__( + self, + *, + debug: bool | None = None, + loop_factory: Callable[[], AbstractEventLoop] | None = None, + ): + self._state = _State.CREATED + self._debug = debug + self._loop_factory = loop_factory + self._loop: AbstractEventLoop | None = None + self._context = None + self._interrupt_count = 0 + self._set_event_loop = False + + def __enter__(self) -> Runner: + self._lazy_init() + return self + + def __exit__( + self, + exc_type: type[BaseException], + exc_val: BaseException, + exc_tb: TracebackType, + ) -> None: + self.close() + + def close(self) -> None: + """Shutdown and close event loop.""" + if self._state is not _State.INITIALIZED: + return + try: + loop = self._loop + _cancel_all_tasks(loop) + loop.run_until_complete(loop.shutdown_asyncgens()) + if hasattr(loop, "shutdown_default_executor"): + loop.run_until_complete(loop.shutdown_default_executor()) + else: + loop.run_until_complete(_shutdown_default_executor(loop)) + finally: + if self._set_event_loop: + events.set_event_loop(None) + loop.close() + self._loop = None + self._state = _State.CLOSED + + def get_loop(self) -> AbstractEventLoop: + """Return embedded event loop.""" + self._lazy_init() + return self._loop + + def run(self, coro: Coroutine[T_Retval], *, context=None) -> T_Retval: + """Run a coroutine inside the embedded event loop.""" + if not coroutines.iscoroutine(coro): + raise ValueError(f"a coroutine was expected, got {coro!r}") + + if events._get_running_loop() is not None: + # fail fast with short traceback + raise RuntimeError( + "Runner.run() cannot be called from a running event loop" + ) + + self._lazy_init() + + if context is None: + context = self._context + task = context.run(self._loop.create_task, coro) + + if ( + threading.current_thread() is threading.main_thread() + and signal.getsignal(signal.SIGINT) is signal.default_int_handler + ): + sigint_handler = partial(self._on_sigint, main_task=task) + try: + signal.signal(signal.SIGINT, sigint_handler) + except ValueError: + # `signal.signal` may throw if `threading.main_thread` does + # not support signals (e.g. embedded interpreter with signals + # not registered - see gh-91880) + sigint_handler = None + else: + sigint_handler = None + + self._interrupt_count = 0 + try: + return self._loop.run_until_complete(task) + except exceptions.CancelledError: + if self._interrupt_count > 0: + uncancel = getattr(task, "uncancel", None) + if uncancel is not None and uncancel() == 0: + raise KeyboardInterrupt() + raise # CancelledError + finally: + if ( + sigint_handler is not None + and signal.getsignal(signal.SIGINT) is sigint_handler + ): + signal.signal(signal.SIGINT, signal.default_int_handler) + + def _lazy_init(self) -> None: + if self._state is _State.CLOSED: + raise RuntimeError("Runner is closed") + if self._state is _State.INITIALIZED: + return + if self._loop_factory is None: + self._loop = events.new_event_loop() + if not self._set_event_loop: + # Call set_event_loop only once to avoid calling + # attach_loop multiple times on child watchers + events.set_event_loop(self._loop) + self._set_event_loop = True + else: + self._loop = self._loop_factory() + if self._debug is not None: + self._loop.set_debug(self._debug) + self._context = contextvars.copy_context() + self._state = _State.INITIALIZED + + def _on_sigint(self, signum, frame, main_task: asyncio.Task) -> None: + self._interrupt_count += 1 + if self._interrupt_count == 1 and not main_task.done(): + main_task.cancel() + # wakeup loop if it is blocked by select() with long timeout + self._loop.call_soon_threadsafe(lambda: None) + return + raise KeyboardInterrupt() + + def _cancel_all_tasks(loop: AbstractEventLoop) -> None: + to_cancel = tasks.all_tasks(loop) + if not to_cancel: + return + + for task in to_cancel: + task.cancel() + + loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True)) + + for task in to_cancel: + if task.cancelled(): + continue + if task.exception() is not None: + loop.call_exception_handler( + { + "message": "unhandled exception during asyncio.run() shutdown", + "exception": task.exception(), + "task": task, + } + ) + + async def _shutdown_default_executor(loop: AbstractEventLoop) -> None: + """Schedule the shutdown of the default executor.""" + + def _do_shutdown(future: asyncio.futures.Future) -> None: + try: + loop._default_executor.shutdown(wait=True) # type: ignore[attr-defined] + loop.call_soon_threadsafe(future.set_result, None) + except Exception as ex: + loop.call_soon_threadsafe(future.set_exception, ex) + + loop._executor_shutdown_called = True + if loop._default_executor is None: + return + future = loop.create_future() + thread = threading.Thread(target=_do_shutdown, args=(future,)) + thread.start() + try: + await future + finally: + thread.join() + + +T_Retval = TypeVar("T_Retval") +T_contra = TypeVar("T_contra", contravariant=True) +PosArgsT = TypeVarTuple("PosArgsT") +P = ParamSpec("P") + +_root_task: RunVar[asyncio.Task | None] = RunVar("_root_task") + + +def find_root_task() -> asyncio.Task: + root_task = _root_task.get(None) + if root_task is not None and not root_task.done(): + return root_task + + # Look for a task that has been started via run_until_complete() + for task in all_tasks(): + if task._callbacks and not task.done(): + callbacks = [cb for cb, context in task._callbacks] + for cb in callbacks: + if ( + cb is _run_until_complete_cb + or getattr(cb, "__module__", None) == "uvloop.loop" + ): + _root_task.set(task) + return task + + # Look up the topmost task in the AnyIO task tree, if possible + task = cast(asyncio.Task, current_task()) + state = _task_states.get(task) + if state: + cancel_scope = state.cancel_scope + while cancel_scope and cancel_scope._parent_scope is not None: + cancel_scope = cancel_scope._parent_scope + + if cancel_scope is not None: + return cast(asyncio.Task, cancel_scope._host_task) + + return task + + +def get_callable_name(func: Callable) -> str: + module = getattr(func, "__module__", None) + qualname = getattr(func, "__qualname__", None) + return ".".join([x for x in (module, qualname) if x]) + + +# +# Event loop +# + +_run_vars: WeakKeyDictionary[asyncio.AbstractEventLoop, Any] = WeakKeyDictionary() + + +def _task_started(task: asyncio.Task) -> bool: + """Return ``True`` if the task has been started and has not finished.""" + # The task coro should never be None here, as we never add finished tasks to the + # task list + coro = task.get_coro() + assert coro is not None + try: + return getcoroutinestate(coro) in (CORO_RUNNING, CORO_SUSPENDED) + except AttributeError: + # task coro is async_genenerator_asend https://bugs.python.org/issue37771 + raise Exception(f"Cannot determine if task {task} has started or not") from None + + +# +# Timeouts and cancellation +# + + +def is_anyio_cancellation(exc: CancelledError) -> bool: + # Sometimes third party frameworks catch a CancelledError and raise a new one, so as + # a workaround we have to look at the previous ones in __context__ too for a + # matching cancel message + while True: + if ( + exc.args + and isinstance(exc.args[0], str) + and exc.args[0].startswith("Cancelled by cancel scope ") + ): + return True + + if isinstance(exc.__context__, CancelledError): + exc = exc.__context__ + continue + + return False + + +class CancelScope(BaseCancelScope): + def __new__( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return object.__new__(cls) + + def __init__(self, deadline: float = math.inf, shield: bool = False): + self._deadline = deadline + self._shield = shield + self._parent_scope: CancelScope | None = None + self._child_scopes: set[CancelScope] = set() + self._cancel_called = False + self._cancelled_caught = False + self._active = False + self._timeout_handle: asyncio.TimerHandle | None = None + self._cancel_handle: asyncio.Handle | None = None + self._tasks: set[asyncio.Task] = set() + self._host_task: asyncio.Task | None = None + if sys.version_info >= (3, 11): + self._pending_uncancellations: int | None = 0 + else: + self._pending_uncancellations = None + + def __enter__(self) -> CancelScope: + if self._active: + raise RuntimeError( + "Each CancelScope may only be used for a single 'with' block" + ) + + self._host_task = host_task = cast(asyncio.Task, current_task()) + self._tasks.add(host_task) + try: + task_state = _task_states[host_task] + except KeyError: + task_state = TaskState(None, self) + _task_states[host_task] = task_state + else: + self._parent_scope = task_state.cancel_scope + task_state.cancel_scope = self + if self._parent_scope is not None: + # If using an eager task factory, the parent scope may not even contain + # the host task + self._parent_scope._child_scopes.add(self) + self._parent_scope._tasks.discard(host_task) + + self._timeout() + self._active = True + + # Start cancelling the host task if the scope was cancelled before entering + if self._cancel_called: + self._deliver_cancellation(self) + + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + del exc_tb + + if not self._active: + raise RuntimeError("This cancel scope is not active") + if current_task() is not self._host_task: + raise RuntimeError( + "Attempted to exit cancel scope in a different task than it was " + "entered in" + ) + + assert self._host_task is not None + host_task_state = _task_states.get(self._host_task) + if host_task_state is None or host_task_state.cancel_scope is not self: + raise RuntimeError( + "Attempted to exit a cancel scope that isn't the current tasks's " + "current cancel scope" + ) + + try: + self._active = False + if self._timeout_handle: + self._timeout_handle.cancel() + self._timeout_handle = None + + self._tasks.remove(self._host_task) + if self._parent_scope is not None: + self._parent_scope._child_scopes.remove(self) + self._parent_scope._tasks.add(self._host_task) + + host_task_state.cancel_scope = self._parent_scope + + # Restart the cancellation effort in the closest visible, cancelled parent + # scope if necessary + self._restart_cancellation_in_parent() + + # We only swallow the exception iff it was an AnyIO CancelledError, either + # directly as exc_val or inside an exception group and there are no cancelled + # parent cancel scopes visible to us here + if self._cancel_called and not self._parent_cancellation_is_visible_to_us: + # For each level-cancel() call made on the host task, call uncancel() + while self._pending_uncancellations: + self._host_task.uncancel() + self._pending_uncancellations -= 1 + + # Update cancelled_caught and check for exceptions we must not swallow + cannot_swallow_exc_val = False + if exc_val is not None: + for exc in iterate_exceptions(exc_val): + if isinstance(exc, CancelledError) and is_anyio_cancellation( + exc + ): + self._cancelled_caught = True + else: + cannot_swallow_exc_val = True + + return self._cancelled_caught and not cannot_swallow_exc_val + else: + if self._pending_uncancellations: + assert self._parent_scope is not None + assert self._parent_scope._pending_uncancellations is not None + self._parent_scope._pending_uncancellations += ( + self._pending_uncancellations + ) + self._pending_uncancellations = 0 + + return False + finally: + self._host_task = None + del exc_val + + @property + def _effectively_cancelled(self) -> bool: + cancel_scope: CancelScope | None = self + while cancel_scope is not None: + if cancel_scope._cancel_called: + return True + + if cancel_scope.shield: + return False + + cancel_scope = cancel_scope._parent_scope + + return False + + @property + def _parent_cancellation_is_visible_to_us(self) -> bool: + return ( + self._parent_scope is not None + and not self.shield + and self._parent_scope._effectively_cancelled + ) + + def _timeout(self) -> None: + if self._deadline != math.inf: + loop = get_running_loop() + if loop.time() >= self._deadline: + self.cancel() + else: + self._timeout_handle = loop.call_at(self._deadline, self._timeout) + + def _deliver_cancellation(self, origin: CancelScope) -> bool: + """ + Deliver cancellation to directly contained tasks and nested cancel scopes. + + Schedule another run at the end if we still have tasks eligible for + cancellation. + + :param origin: the cancel scope that originated the cancellation + :return: ``True`` if the delivery needs to be retried on the next cycle + + """ + should_retry = False + current = current_task() + for task in self._tasks: + should_retry = True + if task._must_cancel: # type: ignore[attr-defined] + continue + + # The task is eligible for cancellation if it has started + if task is not current and (task is self._host_task or _task_started(task)): + waiter = task._fut_waiter # type: ignore[attr-defined] + if not isinstance(waiter, asyncio.Future) or not waiter.done(): + task.cancel(f"Cancelled by cancel scope {id(origin):x}") + if ( + task is origin._host_task + and origin._pending_uncancellations is not None + ): + origin._pending_uncancellations += 1 + + # Deliver cancellation to child scopes that aren't shielded or running their own + # cancellation callbacks + for scope in self._child_scopes: + if not scope._shield and not scope.cancel_called: + should_retry = scope._deliver_cancellation(origin) or should_retry + + # Schedule another callback if there are still tasks left + if origin is self: + if should_retry: + self._cancel_handle = get_running_loop().call_soon( + self._deliver_cancellation, origin + ) + else: + self._cancel_handle = None + + return should_retry + + def _restart_cancellation_in_parent(self) -> None: + """ + Restart the cancellation effort in the closest directly cancelled parent scope. + + """ + scope = self._parent_scope + while scope is not None: + if scope._cancel_called: + if scope._cancel_handle is None: + scope._deliver_cancellation(scope) + + break + + # No point in looking beyond any shielded scope + if scope._shield: + break + + scope = scope._parent_scope + + def cancel(self) -> None: + if not self._cancel_called: + if self._timeout_handle: + self._timeout_handle.cancel() + self._timeout_handle = None + + self._cancel_called = True + if self._host_task is not None: + self._deliver_cancellation(self) + + @property + def deadline(self) -> float: + return self._deadline + + @deadline.setter + def deadline(self, value: float) -> None: + self._deadline = float(value) + if self._timeout_handle is not None: + self._timeout_handle.cancel() + self._timeout_handle = None + + if self._active and not self._cancel_called: + self._timeout() + + @property + def cancel_called(self) -> bool: + return self._cancel_called + + @property + def cancelled_caught(self) -> bool: + return self._cancelled_caught + + @property + def shield(self) -> bool: + return self._shield + + @shield.setter + def shield(self, value: bool) -> None: + if self._shield != value: + self._shield = value + if not value: + self._restart_cancellation_in_parent() + + +# +# Task states +# + + +class TaskState: + """ + Encapsulates auxiliary task information that cannot be added to the Task instance + itself because there are no guarantees about its implementation. + """ + + __slots__ = "parent_id", "cancel_scope", "__weakref__" + + def __init__(self, parent_id: int | None, cancel_scope: CancelScope | None): + self.parent_id = parent_id + self.cancel_scope = cancel_scope + + +_task_states: WeakKeyDictionary[asyncio.Task, TaskState] = WeakKeyDictionary() + + +# +# Task groups +# + + +class _AsyncioTaskStatus(abc.TaskStatus): + def __init__(self, future: asyncio.Future, parent_id: int): + self._future = future + self._parent_id = parent_id + + def started(self, value: T_contra | None = None) -> None: + try: + self._future.set_result(value) + except asyncio.InvalidStateError: + if not self._future.cancelled(): + raise RuntimeError( + "called 'started' twice on the same task status" + ) from None + + task = cast(asyncio.Task, current_task()) + _task_states[task].parent_id = self._parent_id + + +if sys.version_info >= (3, 12): + _eager_task_factory_code: CodeType | None = asyncio.eager_task_factory.__code__ +else: + _eager_task_factory_code = None + + +class TaskGroup(abc.TaskGroup): + def __init__(self) -> None: + self.cancel_scope: CancelScope = CancelScope() + self._active = False + self._exceptions: list[BaseException] = [] + self._tasks: set[asyncio.Task] = set() + self._on_completed_fut: asyncio.Future[None] | None = None + + async def __aenter__(self) -> TaskGroup: + self.cancel_scope.__enter__() + self._active = True + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + try: + if exc_val is not None: + self.cancel_scope.cancel() + if not isinstance(exc_val, CancelledError): + self._exceptions.append(exc_val) + + loop = get_running_loop() + try: + if self._tasks: + with CancelScope() as wait_scope: + while self._tasks: + self._on_completed_fut = loop.create_future() + + try: + await self._on_completed_fut + except CancelledError as exc: + # Shield the scope against further cancellation attempts, + # as they're not productive (#695) + wait_scope.shield = True + self.cancel_scope.cancel() + + # Set exc_val from the cancellation exception if it was + # previously unset. However, we should not replace a native + # cancellation exception with one raise by a cancel scope. + if exc_val is None or ( + isinstance(exc_val, CancelledError) + and not is_anyio_cancellation(exc) + ): + exc_val = exc + + self._on_completed_fut = None + else: + # If there are no child tasks to wait on, run at least one checkpoint + # anyway + await AsyncIOBackend.cancel_shielded_checkpoint() + + self._active = False + if self._exceptions: + # The exception that got us here should already have been + # added to self._exceptions so it's ok to break exception + # chaining and avoid adding a "During handling of above..." + # for each nesting level. + raise BaseExceptionGroup( + "unhandled errors in a TaskGroup", self._exceptions + ) from None + elif exc_val: + raise exc_val + except BaseException as exc: + if self.cancel_scope.__exit__(type(exc), exc, exc.__traceback__): + return True + + raise + + return self.cancel_scope.__exit__(exc_type, exc_val, exc_tb) + finally: + del exc_val, exc_tb, self._exceptions + + def _spawn( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + args: tuple[Unpack[PosArgsT]], + name: object, + task_status_future: asyncio.Future | None = None, + ) -> asyncio.Task: + def task_done(_task: asyncio.Task) -> None: + task_state = _task_states[_task] + assert task_state.cancel_scope is not None + assert _task in task_state.cancel_scope._tasks + task_state.cancel_scope._tasks.remove(_task) + self._tasks.remove(task) + del _task_states[_task] + + if self._on_completed_fut is not None and not self._tasks: + try: + self._on_completed_fut.set_result(None) + except asyncio.InvalidStateError: + pass + + try: + exc = _task.exception() + except CancelledError as e: + while isinstance(e.__context__, CancelledError): + e = e.__context__ + + exc = e + + if exc is not None: + # The future can only be in the cancelled state if the host task was + # cancelled, so return immediately instead of adding one more + # CancelledError to the exceptions list + if task_status_future is not None and task_status_future.cancelled(): + return + + if task_status_future is None or task_status_future.done(): + if not isinstance(exc, CancelledError): + self._exceptions.append(exc) + + if not self.cancel_scope._effectively_cancelled: + self.cancel_scope.cancel() + else: + task_status_future.set_exception(exc) + elif task_status_future is not None and not task_status_future.done(): + task_status_future.set_exception( + RuntimeError("Child exited without calling task_status.started()") + ) + + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + kwargs = {} + if task_status_future: + parent_id = id(current_task()) + kwargs["task_status"] = _AsyncioTaskStatus( + task_status_future, id(self.cancel_scope._host_task) + ) + else: + parent_id = id(self.cancel_scope._host_task) + + coro = func(*args, **kwargs) + if not iscoroutine(coro): + prefix = f"{func.__module__}." if hasattr(func, "__module__") else "" + raise TypeError( + f"Expected {prefix}{func.__qualname__}() to return a coroutine, but " + f"the return value ({coro!r}) is not a coroutine object" + ) + + name = get_callable_name(func) if name is None else str(name) + loop = asyncio.get_running_loop() + if ( + (factory := loop.get_task_factory()) + and getattr(factory, "__code__", None) is _eager_task_factory_code + and (closure := getattr(factory, "__closure__", None)) + ): + custom_task_constructor = closure[0].cell_contents + task = custom_task_constructor(coro, loop=loop, name=name) + else: + task = create_task(coro, name=name) + + # Make the spawned task inherit the task group's cancel scope + _task_states[task] = TaskState( + parent_id=parent_id, cancel_scope=self.cancel_scope + ) + self.cancel_scope._tasks.add(task) + self._tasks.add(task) + task.add_done_callback(task_done) + return task + + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + self._spawn(func, args, name) + + async def start( + self, func: Callable[..., Awaitable[Any]], *args: object, name: object = None + ) -> Any: + future: asyncio.Future = asyncio.Future() + task = self._spawn(func, args, name, future) + + # If the task raises an exception after sending a start value without a switch + # point between, the task group is cancelled and this method never proceeds to + # process the completed future. That's why we have to have a shielded cancel + # scope here. + try: + return await future + except CancelledError: + # Cancel the task and wait for it to exit before returning + task.cancel() + with CancelScope(shield=True), suppress(CancelledError): + await task + + raise + + +# +# Threads +# + +_Retval_Queue_Type = tuple[Optional[T_Retval], Optional[BaseException]] + + +class WorkerThread(Thread): + MAX_IDLE_TIME = 10 # seconds + + def __init__( + self, + root_task: asyncio.Task, + workers: set[WorkerThread], + idle_workers: deque[WorkerThread], + ): + super().__init__(name="AnyIO worker thread") + self.root_task = root_task + self.workers = workers + self.idle_workers = idle_workers + self.loop = root_task._loop + self.queue: Queue[ + tuple[Context, Callable, tuple, asyncio.Future, CancelScope] | None + ] = Queue(2) + self.idle_since = AsyncIOBackend.current_time() + self.stopping = False + + def _report_result( + self, future: asyncio.Future, result: Any, exc: BaseException | None + ) -> None: + self.idle_since = AsyncIOBackend.current_time() + if not self.stopping: + self.idle_workers.append(self) + + if not future.cancelled(): + if exc is not None: + if isinstance(exc, StopIteration): + new_exc = RuntimeError("coroutine raised StopIteration") + new_exc.__cause__ = exc + exc = new_exc + + future.set_exception(exc) + else: + future.set_result(result) + + def run(self) -> None: + with claim_worker_thread(AsyncIOBackend, self.loop): + while True: + item = self.queue.get() + if item is None: + # Shutdown command received + return + + context, func, args, future, cancel_scope = item + if not future.cancelled(): + result = None + exception: BaseException | None = None + threadlocals.current_cancel_scope = cancel_scope + try: + result = context.run(func, *args) + except BaseException as exc: + exception = exc + finally: + del threadlocals.current_cancel_scope + + if not self.loop.is_closed(): + self.loop.call_soon_threadsafe( + self._report_result, future, result, exception + ) + + del result, exception + + self.queue.task_done() + del item, context, func, args, future, cancel_scope + + def stop(self, f: asyncio.Task | None = None) -> None: + self.stopping = True + self.queue.put_nowait(None) + self.workers.discard(self) + try: + self.idle_workers.remove(self) + except ValueError: + pass + + +_threadpool_idle_workers: RunVar[deque[WorkerThread]] = RunVar( + "_threadpool_idle_workers" +) +_threadpool_workers: RunVar[set[WorkerThread]] = RunVar("_threadpool_workers") + + +class BlockingPortal(abc.BlockingPortal): + def __new__(cls) -> BlockingPortal: + return object.__new__(cls) + + def __init__(self) -> None: + super().__init__() + self._loop = get_running_loop() + + def _spawn_task_from_thread( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + name: object, + future: Future[T_Retval], + ) -> None: + AsyncIOBackend.run_sync_from_thread( + partial(self._task_group.start_soon, name=name), + (self._call_func, func, args, kwargs, future), + self._loop, + ) + + +# +# Subprocesses +# + + +@dataclass(eq=False) +class StreamReaderWrapper(abc.ByteReceiveStream): + _stream: asyncio.StreamReader + + async def receive(self, max_bytes: int = 65536) -> bytes: + data = await self._stream.read(max_bytes) + if data: + return data + else: + raise EndOfStream + + async def aclose(self) -> None: + self._stream.set_exception(ClosedResourceError()) + await AsyncIOBackend.checkpoint() + + +@dataclass(eq=False) +class StreamWriterWrapper(abc.ByteSendStream): + _stream: asyncio.StreamWriter + + async def send(self, item: bytes) -> None: + self._stream.write(item) + await self._stream.drain() + + async def aclose(self) -> None: + self._stream.close() + await AsyncIOBackend.checkpoint() + + +@dataclass(eq=False) +class Process(abc.Process): + _process: asyncio.subprocess.Process + _stdin: StreamWriterWrapper | None + _stdout: StreamReaderWrapper | None + _stderr: StreamReaderWrapper | None + + async def aclose(self) -> None: + with CancelScope(shield=True) as scope: + if self._stdin: + await self._stdin.aclose() + if self._stdout: + await self._stdout.aclose() + if self._stderr: + await self._stderr.aclose() + + scope.shield = False + try: + await self.wait() + except BaseException: + scope.shield = True + self.kill() + await self.wait() + raise + + async def wait(self) -> int: + return await self._process.wait() + + def terminate(self) -> None: + self._process.terminate() + + def kill(self) -> None: + self._process.kill() + + def send_signal(self, signal: int) -> None: + self._process.send_signal(signal) + + @property + def pid(self) -> int: + return self._process.pid + + @property + def returncode(self) -> int | None: + return self._process.returncode + + @property + def stdin(self) -> abc.ByteSendStream | None: + return self._stdin + + @property + def stdout(self) -> abc.ByteReceiveStream | None: + return self._stdout + + @property + def stderr(self) -> abc.ByteReceiveStream | None: + return self._stderr + + +def _forcibly_shutdown_process_pool_on_exit( + workers: set[Process], _task: object +) -> None: + """ + Forcibly shuts down worker processes belonging to this event loop.""" + child_watcher: asyncio.AbstractChildWatcher | None = None + if sys.version_info < (3, 12): + try: + child_watcher = asyncio.get_event_loop_policy().get_child_watcher() + except NotImplementedError: + pass + + # Close as much as possible (w/o async/await) to avoid warnings + for process in workers: + if process.returncode is None: + continue + + process._stdin._stream._transport.close() # type: ignore[union-attr] + process._stdout._stream._transport.close() # type: ignore[union-attr] + process._stderr._stream._transport.close() # type: ignore[union-attr] + process.kill() + if child_watcher: + child_watcher.remove_child_handler(process.pid) + + +async def _shutdown_process_pool_on_exit(workers: set[abc.Process]) -> None: + """ + Shuts down worker processes belonging to this event loop. + + NOTE: this only works when the event loop was started using asyncio.run() or + anyio.run(). + + """ + process: abc.Process + try: + await sleep(math.inf) + except asyncio.CancelledError: + for process in workers: + if process.returncode is None: + process.kill() + + for process in workers: + await process.aclose() + + +# +# Sockets and networking +# + + +class StreamProtocol(asyncio.Protocol): + read_queue: deque[bytes] + read_event: asyncio.Event + write_event: asyncio.Event + exception: Exception | None = None + is_at_eof: bool = False + + def connection_made(self, transport: asyncio.BaseTransport) -> None: + self.read_queue = deque() + self.read_event = asyncio.Event() + self.write_event = asyncio.Event() + self.write_event.set() + cast(asyncio.Transport, transport).set_write_buffer_limits(0) + + def connection_lost(self, exc: Exception | None) -> None: + if exc: + self.exception = BrokenResourceError() + self.exception.__cause__ = exc + + self.read_event.set() + self.write_event.set() + + def data_received(self, data: bytes) -> None: + # ProactorEventloop sometimes sends bytearray instead of bytes + self.read_queue.append(bytes(data)) + self.read_event.set() + + def eof_received(self) -> bool | None: + self.is_at_eof = True + self.read_event.set() + return True + + def pause_writing(self) -> None: + self.write_event = asyncio.Event() + + def resume_writing(self) -> None: + self.write_event.set() + + +class DatagramProtocol(asyncio.DatagramProtocol): + read_queue: deque[tuple[bytes, IPSockAddrType]] + read_event: asyncio.Event + write_event: asyncio.Event + exception: Exception | None = None + + def connection_made(self, transport: asyncio.BaseTransport) -> None: + self.read_queue = deque(maxlen=100) # arbitrary value + self.read_event = asyncio.Event() + self.write_event = asyncio.Event() + self.write_event.set() + + def connection_lost(self, exc: Exception | None) -> None: + self.read_event.set() + self.write_event.set() + + def datagram_received(self, data: bytes, addr: IPSockAddrType) -> None: + addr = convert_ipv6_sockaddr(addr) + self.read_queue.append((data, addr)) + self.read_event.set() + + def error_received(self, exc: Exception) -> None: + self.exception = exc + + def pause_writing(self) -> None: + self.write_event.clear() + + def resume_writing(self) -> None: + self.write_event.set() + + +class SocketStream(abc.SocketStream): + def __init__(self, transport: asyncio.Transport, protocol: StreamProtocol): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def receive(self, max_bytes: int = 65536) -> bytes: + with self._receive_guard: + if ( + not self._protocol.read_event.is_set() + and not self._transport.is_closing() + and not self._protocol.is_at_eof + ): + self._transport.resume_reading() + await self._protocol.read_event.wait() + self._transport.pause_reading() + else: + await AsyncIOBackend.checkpoint() + + try: + chunk = self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + elif self._protocol.exception: + raise self._protocol.exception from None + else: + raise EndOfStream from None + + if len(chunk) > max_bytes: + # Split the oversized chunk + chunk, leftover = chunk[:max_bytes], chunk[max_bytes:] + self._protocol.read_queue.appendleft(leftover) + + # If the read queue is empty, clear the flag so that the next call will + # block until data is available + if not self._protocol.read_queue: + self._protocol.read_event.clear() + + return chunk + + async def send(self, item: bytes) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + + if self._closed: + raise ClosedResourceError + elif self._protocol.exception is not None: + raise self._protocol.exception + + try: + self._transport.write(item) + except RuntimeError as exc: + if self._transport.is_closing(): + raise BrokenResourceError from exc + else: + raise + + await self._protocol.write_event.wait() + + async def send_eof(self) -> None: + try: + self._transport.write_eof() + except OSError: + pass + + async def aclose(self) -> None: + if not self._transport.is_closing(): + self._closed = True + try: + self._transport.write_eof() + except OSError: + pass + + self._transport.close() + await sleep(0) + self._transport.abort() + + +class _RawSocketMixin: + _receive_future: asyncio.Future | None = None + _send_future: asyncio.Future | None = None + _closing = False + + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + def _wait_until_readable(self, loop: asyncio.AbstractEventLoop) -> asyncio.Future: + def callback(f: object) -> None: + del self._receive_future + loop.remove_reader(self.__raw_socket) + + f = self._receive_future = asyncio.Future() + loop.add_reader(self.__raw_socket, f.set_result, None) + f.add_done_callback(callback) + return f + + def _wait_until_writable(self, loop: asyncio.AbstractEventLoop) -> asyncio.Future: + def callback(f: object) -> None: + del self._send_future + loop.remove_writer(self.__raw_socket) + + f = self._send_future = asyncio.Future() + loop.add_writer(self.__raw_socket, f.set_result, None) + f.add_done_callback(callback) + return f + + async def aclose(self) -> None: + if not self._closing: + self._closing = True + if self.__raw_socket.fileno() != -1: + self.__raw_socket.close() + + if self._receive_future: + self._receive_future.set_result(None) + if self._send_future: + self._send_future.set_result(None) + + +class UNIXSocketStream(_RawSocketMixin, abc.UNIXSocketStream): + async def send_eof(self) -> None: + with self._send_guard: + self._raw_socket.shutdown(socket.SHUT_WR) + + async def receive(self, max_bytes: int = 65536) -> bytes: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recv(max_bytes) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + if not data: + raise EndOfStream + + return data + + async def send(self, item: bytes) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + view = memoryview(item) + while view: + try: + bytes_sent = self._raw_socket.send(view) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + view = view[bytes_sent:] + + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + if not isinstance(msglen, int) or msglen < 0: + raise ValueError("msglen must be a non-negative integer") + if not isinstance(maxfds, int) or maxfds < 1: + raise ValueError("maxfds must be a positive integer") + + loop = get_running_loop() + fds = array.array("i") + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + message, ancdata, flags, addr = self._raw_socket.recvmsg( + msglen, socket.CMSG_LEN(maxfds * fds.itemsize) + ) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + if not message and not ancdata: + raise EndOfStream + + break + + for cmsg_level, cmsg_type, cmsg_data in ancdata: + if cmsg_level != socket.SOL_SOCKET or cmsg_type != socket.SCM_RIGHTS: + raise RuntimeError( + f"Received unexpected ancillary data; message = {message!r}, " + f"cmsg_level = {cmsg_level}, cmsg_type = {cmsg_type}" + ) + + fds.frombytes(cmsg_data[: len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) + + return message, list(fds) + + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + if not message: + raise ValueError("message must not be empty") + if not fds: + raise ValueError("fds must not be empty") + + loop = get_running_loop() + filenos: list[int] = [] + for fd in fds: + if isinstance(fd, int): + filenos.append(fd) + elif isinstance(fd, IOBase): + filenos.append(fd.fileno()) + + fdarray = array.array("i", filenos) + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + # The ignore can be removed after mypy picks up + # https://github.com/python/typeshed/pull/5545 + self._raw_socket.sendmsg( + [message], [(socket.SOL_SOCKET, socket.SCM_RIGHTS, fdarray)] + ) + break + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + + +class TCPSocketListener(abc.SocketListener): + _accept_scope: CancelScope | None = None + _closed = False + + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._loop = cast(asyncio.BaseEventLoop, get_running_loop()) + self._accept_guard = ResourceGuard("accepting connections from") + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + async def accept(self) -> abc.SocketStream: + if self._closed: + raise ClosedResourceError + + with self._accept_guard: + await AsyncIOBackend.checkpoint() + with CancelScope() as self._accept_scope: + try: + client_sock, _addr = await self._loop.sock_accept(self._raw_socket) + except asyncio.CancelledError: + # Workaround for https://bugs.python.org/issue41317 + try: + self._loop.remove_reader(self._raw_socket) + except (ValueError, NotImplementedError): + pass + + if self._closed: + raise ClosedResourceError from None + + raise + finally: + self._accept_scope = None + + client_sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + transport, protocol = await self._loop.connect_accepted_socket( + StreamProtocol, client_sock + ) + return SocketStream(transport, protocol) + + async def aclose(self) -> None: + if self._closed: + return + + self._closed = True + if self._accept_scope: + # Workaround for https://bugs.python.org/issue41317 + try: + self._loop.remove_reader(self._raw_socket) + except (ValueError, NotImplementedError): + pass + + self._accept_scope.cancel() + await sleep(0) + + self._raw_socket.close() + + +class UNIXSocketListener(abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._loop = get_running_loop() + self._accept_guard = ResourceGuard("accepting connections from") + self._closed = False + + async def accept(self) -> abc.SocketStream: + await AsyncIOBackend.checkpoint() + with self._accept_guard: + while True: + try: + client_sock, _ = self.__raw_socket.accept() + client_sock.setblocking(False) + return UNIXSocketStream(client_sock) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + self._loop.add_reader(self.__raw_socket, f.set_result, None) + f.add_done_callback( + lambda _: self._loop.remove_reader(self.__raw_socket) + ) + await f + except OSError as exc: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + + async def aclose(self) -> None: + self._closed = True + self.__raw_socket.close() + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + +class UDPSocket(abc.UDPSocket): + def __init__( + self, transport: asyncio.DatagramTransport, protocol: DatagramProtocol + ): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def aclose(self) -> None: + if not self._transport.is_closing(): + self._closed = True + self._transport.close() + + async def receive(self) -> tuple[bytes, IPSockAddrType]: + with self._receive_guard: + await AsyncIOBackend.checkpoint() + + # If the buffer is empty, ask for more data + if not self._protocol.read_queue and not self._transport.is_closing(): + self._protocol.read_event.clear() + await self._protocol.read_event.wait() + + try: + return self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from None + + async def send(self, item: UDPPacketType) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + await self._protocol.write_event.wait() + if self._closed: + raise ClosedResourceError + elif self._transport.is_closing(): + raise BrokenResourceError + else: + self._transport.sendto(*item) + + +class ConnectedUDPSocket(abc.ConnectedUDPSocket): + def __init__( + self, transport: asyncio.DatagramTransport, protocol: DatagramProtocol + ): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def aclose(self) -> None: + if not self._transport.is_closing(): + self._closed = True + self._transport.close() + + async def receive(self) -> bytes: + with self._receive_guard: + await AsyncIOBackend.checkpoint() + + # If the buffer is empty, ask for more data + if not self._protocol.read_queue and not self._transport.is_closing(): + self._protocol.read_event.clear() + await self._protocol.read_event.wait() + + try: + packet = self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from None + + return packet[0] + + async def send(self, item: bytes) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + await self._protocol.write_event.wait() + if self._closed: + raise ClosedResourceError + elif self._transport.is_closing(): + raise BrokenResourceError + else: + self._transport.sendto(item) + + +class UNIXDatagramSocket(_RawSocketMixin, abc.UNIXDatagramSocket): + async def receive(self) -> UNIXDatagramPacketType: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recvfrom(65536) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return data + + async def send(self, item: UNIXDatagramPacketType) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + self._raw_socket.sendto(*item) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return + + +class ConnectedUNIXDatagramSocket(_RawSocketMixin, abc.ConnectedUNIXDatagramSocket): + async def receive(self) -> bytes: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recv(65536) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return data + + async def send(self, item: bytes) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + self._raw_socket.send(item) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return + + +_read_events: RunVar[dict[int, asyncio.Event]] = RunVar("read_events") +_write_events: RunVar[dict[int, asyncio.Event]] = RunVar("write_events") + + +# +# Synchronization +# + + +class Event(BaseEvent): + def __new__(cls) -> Event: + return object.__new__(cls) + + def __init__(self) -> None: + self._event = asyncio.Event() + + def set(self) -> None: + self._event.set() + + def is_set(self) -> bool: + return self._event.is_set() + + async def wait(self) -> None: + if self.is_set(): + await AsyncIOBackend.checkpoint() + else: + await self._event.wait() + + def statistics(self) -> EventStatistics: + return EventStatistics(len(self._event._waiters)) + + +class Lock(BaseLock): + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False) -> None: + self._fast_acquire = fast_acquire + self._owner_task: asyncio.Task | None = None + self._waiters: deque[tuple[asyncio.Task, asyncio.Future]] = deque() + + async def acquire(self) -> None: + task = cast(asyncio.Task, current_task()) + if self._owner_task is None and not self._waiters: + await AsyncIOBackend.checkpoint_if_cancelled() + self._owner_task = task + + # Unless on the "fast path", yield control of the event loop so that other + # tasks can run too + if not self._fast_acquire: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except CancelledError: + self.release() + raise + + return + + if self._owner_task == task: + raise RuntimeError("Attempted to acquire an already held Lock") + + fut: asyncio.Future[None] = asyncio.Future() + item = task, fut + self._waiters.append(item) + try: + await fut + except CancelledError: + self._waiters.remove(item) + if self._owner_task is task: + self.release() + + raise + + self._waiters.remove(item) + + def acquire_nowait(self) -> None: + task = cast(asyncio.Task, current_task()) + if self._owner_task is None and not self._waiters: + self._owner_task = task + return + + if self._owner_task is task: + raise RuntimeError("Attempted to acquire an already held Lock") + + raise WouldBlock + + def locked(self) -> bool: + return self._owner_task is not None + + def release(self) -> None: + if self._owner_task != current_task(): + raise RuntimeError("The current task is not holding this lock") + + for task, fut in self._waiters: + if not fut.cancelled(): + self._owner_task = task + fut.set_result(None) + return + + self._owner_task = None + + def statistics(self) -> LockStatistics: + task_info = AsyncIOTaskInfo(self._owner_task) if self._owner_task else None + return LockStatistics(self.locked(), task_info, len(self._waiters)) + + +class Semaphore(BaseSemaphore): + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ): + super().__init__(initial_value, max_value=max_value) + self._value = initial_value + self._max_value = max_value + self._fast_acquire = fast_acquire + self._waiters: deque[asyncio.Future[None]] = deque() + + async def acquire(self) -> None: + if self._value > 0 and not self._waiters: + await AsyncIOBackend.checkpoint_if_cancelled() + self._value -= 1 + + # Unless on the "fast path", yield control of the event loop so that other + # tasks can run too + if not self._fast_acquire: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except CancelledError: + self.release() + raise + + return + + fut: asyncio.Future[None] = asyncio.Future() + self._waiters.append(fut) + try: + await fut + except CancelledError: + try: + self._waiters.remove(fut) + except ValueError: + self.release() + + raise + + def acquire_nowait(self) -> None: + if self._value == 0: + raise WouldBlock + + self._value -= 1 + + def release(self) -> None: + if self._max_value is not None and self._value == self._max_value: + raise ValueError("semaphore released too many times") + + for fut in self._waiters: + if not fut.cancelled(): + fut.set_result(None) + self._waiters.remove(fut) + return + + self._value += 1 + + @property + def value(self) -> int: + return self._value + + @property + def max_value(self) -> int | None: + return self._max_value + + def statistics(self) -> SemaphoreStatistics: + return SemaphoreStatistics(len(self._waiters)) + + +class CapacityLimiter(BaseCapacityLimiter): + _total_tokens: float = 0 + + def __new__(cls, total_tokens: float) -> CapacityLimiter: + return object.__new__(cls) + + def __init__(self, total_tokens: float): + self._borrowers: set[Any] = set() + self._wait_queue: OrderedDict[Any, asyncio.Event] = OrderedDict() + self.total_tokens = total_tokens + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + @property + def total_tokens(self) -> float: + return self._total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + if not isinstance(value, int) and not math.isinf(value): + raise TypeError("total_tokens must be an int or math.inf") + if value < 1: + raise ValueError("total_tokens must be >= 1") + + waiters_to_notify = max(value - self._total_tokens, 0) + self._total_tokens = value + + # Notify waiting tasks that they have acquired the limiter + while self._wait_queue and waiters_to_notify: + event = self._wait_queue.popitem(last=False)[1] + event.set() + waiters_to_notify -= 1 + + @property + def borrowed_tokens(self) -> int: + return len(self._borrowers) + + @property + def available_tokens(self) -> float: + return self._total_tokens - len(self._borrowers) + + def acquire_nowait(self) -> None: + self.acquire_on_behalf_of_nowait(current_task()) + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + if borrower in self._borrowers: + raise RuntimeError( + "this borrower is already holding one of this CapacityLimiter's tokens" + ) + + if self._wait_queue or len(self._borrowers) >= self._total_tokens: + raise WouldBlock + + self._borrowers.add(borrower) + + async def acquire(self) -> None: + return await self.acquire_on_behalf_of(current_task()) + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await AsyncIOBackend.checkpoint_if_cancelled() + try: + self.acquire_on_behalf_of_nowait(borrower) + except WouldBlock: + event = asyncio.Event() + self._wait_queue[borrower] = event + try: + await event.wait() + except BaseException: + self._wait_queue.pop(borrower, None) + raise + + self._borrowers.add(borrower) + else: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except BaseException: + self.release() + raise + + def release(self) -> None: + self.release_on_behalf_of(current_task()) + + def release_on_behalf_of(self, borrower: object) -> None: + try: + self._borrowers.remove(borrower) + except KeyError: + raise RuntimeError( + "this borrower isn't holding any of this CapacityLimiter's tokens" + ) from None + + # Notify the next task in line if this limiter has free capacity now + if self._wait_queue and len(self._borrowers) < self._total_tokens: + event = self._wait_queue.popitem(last=False)[1] + event.set() + + def statistics(self) -> CapacityLimiterStatistics: + return CapacityLimiterStatistics( + self.borrowed_tokens, + self.total_tokens, + tuple(self._borrowers), + len(self._wait_queue), + ) + + +_default_thread_limiter: RunVar[CapacityLimiter] = RunVar("_default_thread_limiter") + + +# +# Operating system signals +# + + +class _SignalReceiver: + def __init__(self, signals: tuple[Signals, ...]): + self._signals = signals + self._loop = get_running_loop() + self._signal_queue: deque[Signals] = deque() + self._future: asyncio.Future = asyncio.Future() + self._handled_signals: set[Signals] = set() + + def _deliver(self, signum: Signals) -> None: + self._signal_queue.append(signum) + if not self._future.done(): + self._future.set_result(None) + + def __enter__(self) -> _SignalReceiver: + for sig in set(self._signals): + self._loop.add_signal_handler(sig, self._deliver, sig) + self._handled_signals.add(sig) + + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + for sig in self._handled_signals: + self._loop.remove_signal_handler(sig) + + def __aiter__(self) -> _SignalReceiver: + return self + + async def __anext__(self) -> Signals: + await AsyncIOBackend.checkpoint() + if not self._signal_queue: + self._future = asyncio.Future() + await self._future + + return self._signal_queue.popleft() + + +# +# Testing and debugging +# + + +class AsyncIOTaskInfo(TaskInfo): + def __init__(self, task: asyncio.Task): + task_state = _task_states.get(task) + if task_state is None: + parent_id = None + else: + parent_id = task_state.parent_id + + coro = task.get_coro() + assert coro is not None, "created TaskInfo from a completed Task" + super().__init__(id(task), parent_id, task.get_name(), coro) + self._task = weakref.ref(task) + + def has_pending_cancellation(self) -> bool: + if not (task := self._task()): + # If the task isn't around anymore, it won't have a pending cancellation + return False + + if task._must_cancel: # type: ignore[attr-defined] + return True + elif ( + isinstance(task._fut_waiter, asyncio.Future) # type: ignore[attr-defined] + and task._fut_waiter.cancelled() # type: ignore[attr-defined] + ): + return True + + if task_state := _task_states.get(task): + if cancel_scope := task_state.cancel_scope: + return cancel_scope._effectively_cancelled + + return False + + +class TestRunner(abc.TestRunner): + _send_stream: MemoryObjectSendStream[tuple[Awaitable[Any], asyncio.Future[Any]]] + + def __init__( + self, + *, + debug: bool | None = None, + use_uvloop: bool = False, + loop_factory: Callable[[], AbstractEventLoop] | None = None, + ) -> None: + if use_uvloop and loop_factory is None: + import uvloop + + loop_factory = uvloop.new_event_loop + + self._runner = Runner(debug=debug, loop_factory=loop_factory) + self._exceptions: list[BaseException] = [] + self._runner_task: asyncio.Task | None = None + + def __enter__(self) -> TestRunner: + self._runner.__enter__() + self.get_loop().set_exception_handler(self._exception_handler) + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self._runner.__exit__(exc_type, exc_val, exc_tb) + + def get_loop(self) -> AbstractEventLoop: + return self._runner.get_loop() + + def _exception_handler( + self, loop: asyncio.AbstractEventLoop, context: dict[str, Any] + ) -> None: + if isinstance(context.get("exception"), Exception): + self._exceptions.append(context["exception"]) + else: + loop.default_exception_handler(context) + + def _raise_async_exceptions(self) -> None: + # Re-raise any exceptions raised in asynchronous callbacks + if self._exceptions: + exceptions, self._exceptions = self._exceptions, [] + if len(exceptions) == 1: + raise exceptions[0] + elif exceptions: + raise BaseExceptionGroup( + "Multiple exceptions occurred in asynchronous callbacks", exceptions + ) + + async def _run_tests_and_fixtures( + self, + receive_stream: MemoryObjectReceiveStream[ + tuple[Awaitable[T_Retval], asyncio.Future[T_Retval]] + ], + ) -> None: + from _pytest.outcomes import OutcomeException + + with receive_stream, self._send_stream: + async for coro, future in receive_stream: + try: + retval = await coro + except CancelledError as exc: + if not future.cancelled(): + future.cancel(*exc.args) + + raise + except BaseException as exc: + if not future.cancelled(): + future.set_exception(exc) + + if not isinstance(exc, (Exception, OutcomeException)): + raise + else: + if not future.cancelled(): + future.set_result(retval) + + async def _call_in_runner_task( + self, + func: Callable[P, Awaitable[T_Retval]], + *args: P.args, + **kwargs: P.kwargs, + ) -> T_Retval: + if not self._runner_task: + self._send_stream, receive_stream = create_memory_object_stream[ + tuple[Awaitable[Any], asyncio.Future] + ](1) + self._runner_task = self.get_loop().create_task( + self._run_tests_and_fixtures(receive_stream) + ) + + coro = func(*args, **kwargs) + future: asyncio.Future[T_Retval] = self.get_loop().create_future() + self._send_stream.send_nowait((coro, future)) + return await future + + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[T_Retval, Any]], + kwargs: dict[str, Any], + ) -> Iterable[T_Retval]: + asyncgen = fixture_func(**kwargs) + fixturevalue: T_Retval = self.get_loop().run_until_complete( + self._call_in_runner_task(asyncgen.asend, None) + ) + self._raise_async_exceptions() + + yield fixturevalue + + try: + self.get_loop().run_until_complete( + self._call_in_runner_task(asyncgen.asend, None) + ) + except StopAsyncIteration: + self._raise_async_exceptions() + else: + self.get_loop().run_until_complete(asyncgen.aclose()) + raise RuntimeError("Async generator fixture did not stop") + + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, T_Retval]], + kwargs: dict[str, Any], + ) -> T_Retval: + retval = self.get_loop().run_until_complete( + self._call_in_runner_task(fixture_func, **kwargs) + ) + self._raise_async_exceptions() + return retval + + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + try: + self.get_loop().run_until_complete( + self._call_in_runner_task(test_func, **kwargs) + ) + except Exception as exc: + self._exceptions.append(exc) + + self._raise_async_exceptions() + + +class AsyncIOBackend(AsyncBackend): + @classmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + @wraps(func) + async def wrapper() -> T_Retval: + task = cast(asyncio.Task, current_task()) + task.set_name(get_callable_name(func)) + _task_states[task] = TaskState(None, None) + + try: + return await func(*args) + finally: + del _task_states[task] + + debug = options.get("debug", None) + loop_factory = options.get("loop_factory", None) + if loop_factory is None and options.get("use_uvloop", False): + import uvloop + + loop_factory = uvloop.new_event_loop + + with Runner(debug=debug, loop_factory=loop_factory) as runner: + return runner.run(wrapper()) + + @classmethod + def current_token(cls) -> object: + return get_running_loop() + + @classmethod + def current_time(cls) -> float: + return get_running_loop().time() + + @classmethod + def cancelled_exception_class(cls) -> type[BaseException]: + return CancelledError + + @classmethod + async def checkpoint(cls) -> None: + await sleep(0) + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + task = current_task() + if task is None: + return + + try: + cancel_scope = _task_states[task].cancel_scope + except KeyError: + return + + while cancel_scope: + if cancel_scope.cancel_called: + await sleep(0) + elif cancel_scope.shield: + break + else: + cancel_scope = cancel_scope._parent_scope + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + with CancelScope(shield=True): + await sleep(0) + + @classmethod + async def sleep(cls, delay: float) -> None: + await sleep(delay) + + @classmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return CancelScope(deadline=deadline, shield=shield) + + @classmethod + def current_effective_deadline(cls) -> float: + if (task := current_task()) is None: + return math.inf + + try: + cancel_scope = _task_states[task].cancel_scope + except KeyError: + return math.inf + + deadline = math.inf + while cancel_scope: + deadline = min(deadline, cancel_scope.deadline) + if cancel_scope._cancel_called: + deadline = -math.inf + break + elif cancel_scope.shield: + break + else: + cancel_scope = cancel_scope._parent_scope + + return deadline + + @classmethod + def create_task_group(cls) -> abc.TaskGroup: + return TaskGroup() + + @classmethod + def create_event(cls) -> abc.Event: + return Event() + + @classmethod + def create_lock(cls, *, fast_acquire: bool) -> abc.Lock: + return Lock(fast_acquire=fast_acquire) + + @classmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> abc.Semaphore: + return Semaphore(initial_value, max_value=max_value, fast_acquire=fast_acquire) + + @classmethod + def create_capacity_limiter(cls, total_tokens: float) -> abc.CapacityLimiter: + return CapacityLimiter(total_tokens) + + @classmethod + async def run_sync_in_worker_thread( # type: ignore[return] + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: abc.CapacityLimiter | None = None, + ) -> T_Retval: + await cls.checkpoint() + + # If this is the first run in this event loop thread, set up the necessary + # variables + try: + idle_workers = _threadpool_idle_workers.get() + workers = _threadpool_workers.get() + except LookupError: + idle_workers = deque() + workers = set() + _threadpool_idle_workers.set(idle_workers) + _threadpool_workers.set(workers) + + async with limiter or cls.current_default_thread_limiter(): + with CancelScope(shield=not abandon_on_cancel) as scope: + future = asyncio.Future[T_Retval]() + root_task = find_root_task() + if not idle_workers: + worker = WorkerThread(root_task, workers, idle_workers) + worker.start() + workers.add(worker) + root_task.add_done_callback( + worker.stop, context=contextvars.Context() + ) + else: + worker = idle_workers.pop() + + # Prune any other workers that have been idle for MAX_IDLE_TIME + # seconds or longer + now = cls.current_time() + while idle_workers: + if ( + now - idle_workers[0].idle_since + < WorkerThread.MAX_IDLE_TIME + ): + break + + expired_worker = idle_workers.popleft() + expired_worker.root_task.remove_done_callback( + expired_worker.stop + ) + expired_worker.stop() + + context = copy_context() + context.run(sniffio.current_async_library_cvar.set, None) + if abandon_on_cancel or scope._parent_scope is None: + worker_scope = scope + else: + worker_scope = scope._parent_scope + + worker.queue.put_nowait((context, func, args, future, worker_scope)) + return await future + + @classmethod + def check_cancelled(cls) -> None: + scope: CancelScope | None = threadlocals.current_cancel_scope + while scope is not None: + if scope.cancel_called: + raise CancelledError(f"Cancelled by cancel scope {id(scope):x}") + + if scope.shield: + return + + scope = scope._parent_scope + + @classmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + async def task_wrapper(scope: CancelScope) -> T_Retval: + __tracebackhide__ = True + task = cast(asyncio.Task, current_task()) + _task_states[task] = TaskState(None, scope) + scope._tasks.add(task) + try: + return await func(*args) + except CancelledError as exc: + raise concurrent.futures.CancelledError(str(exc)) from None + finally: + scope._tasks.discard(task) + + loop = cast(AbstractEventLoop, token) + context = copy_context() + context.run(sniffio.current_async_library_cvar.set, "asyncio") + wrapper = task_wrapper(threadlocals.current_cancel_scope) + f: concurrent.futures.Future[T_Retval] = context.run( + asyncio.run_coroutine_threadsafe, wrapper, loop + ) + return f.result() + + @classmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + @wraps(func) + def wrapper() -> None: + try: + sniffio.current_async_library_cvar.set("asyncio") + f.set_result(func(*args)) + except BaseException as exc: + f.set_exception(exc) + if not isinstance(exc, Exception): + raise + + f: concurrent.futures.Future[T_Retval] = Future() + loop = cast(AbstractEventLoop, token) + loop.call_soon_threadsafe(wrapper) + return f.result() + + @classmethod + def create_blocking_portal(cls) -> abc.BlockingPortal: + return BlockingPortal() + + @classmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + await cls.checkpoint() + if isinstance(command, PathLike): + command = os.fspath(command) + + if isinstance(command, (str, bytes)): + process = await asyncio.create_subprocess_shell( + command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + **kwargs, + ) + else: + process = await asyncio.create_subprocess_exec( + *command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + **kwargs, + ) + + stdin_stream = StreamWriterWrapper(process.stdin) if process.stdin else None + stdout_stream = StreamReaderWrapper(process.stdout) if process.stdout else None + stderr_stream = StreamReaderWrapper(process.stderr) if process.stderr else None + return Process(process, stdin_stream, stdout_stream, stderr_stream) + + @classmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[abc.Process]) -> None: + create_task( + _shutdown_process_pool_on_exit(workers), + name="AnyIO process pool shutdown task", + ) + find_root_task().add_done_callback( + partial(_forcibly_shutdown_process_pool_on_exit, workers) # type:ignore[arg-type] + ) + + @classmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> abc.SocketStream: + transport, protocol = cast( + tuple[asyncio.Transport, StreamProtocol], + await get_running_loop().create_connection( + StreamProtocol, host, port, local_addr=local_address + ), + ) + transport.pause_reading() + return SocketStream(transport, protocol) + + @classmethod + async def connect_unix(cls, path: str | bytes) -> abc.UNIXSocketStream: + await cls.checkpoint() + loop = get_running_loop() + raw_socket = socket.socket(socket.AF_UNIX) + raw_socket.setblocking(False) + while True: + try: + raw_socket.connect(path) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + loop.add_writer(raw_socket, f.set_result, None) + f.add_done_callback(lambda _: loop.remove_writer(raw_socket)) + await f + except BaseException: + raw_socket.close() + raise + else: + return UNIXSocketStream(raw_socket) + + @classmethod + def create_tcp_listener(cls, sock: socket.socket) -> SocketListener: + return TCPSocketListener(sock) + + @classmethod + def create_unix_listener(cls, sock: socket.socket) -> SocketListener: + return UNIXSocketListener(sock) + + @classmethod + async def create_udp_socket( + cls, + family: AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + transport, protocol = await get_running_loop().create_datagram_endpoint( + DatagramProtocol, + local_addr=local_address, + remote_addr=remote_address, + family=family, + reuse_port=reuse_port, + ) + if protocol.exception: + transport.close() + raise protocol.exception + + if not remote_address: + return UDPSocket(transport, protocol) + else: + return ConnectedUDPSocket(transport, protocol) + + @classmethod + async def create_unix_datagram_socket( # type: ignore[override] + cls, raw_socket: socket.socket, remote_path: str | bytes | None + ) -> abc.UNIXDatagramSocket | abc.ConnectedUNIXDatagramSocket: + await cls.checkpoint() + loop = get_running_loop() + + if remote_path: + while True: + try: + raw_socket.connect(remote_path) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + loop.add_writer(raw_socket, f.set_result, None) + f.add_done_callback(lambda _: loop.remove_writer(raw_socket)) + await f + except BaseException: + raw_socket.close() + raise + else: + return ConnectedUNIXDatagramSocket(raw_socket) + else: + return UNIXDatagramSocket(raw_socket) + + @classmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + return await get_running_loop().getaddrinfo( + host, port, family=family, type=type, proto=proto, flags=flags + ) + + @classmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + return await get_running_loop().getnameinfo(sockaddr, flags) + + @classmethod + async def wait_readable(cls, obj: FileDescriptorLike) -> None: + await cls.checkpoint() + try: + read_events = _read_events.get() + except LookupError: + read_events = {} + _read_events.set(read_events) + + if not isinstance(obj, int): + obj = obj.fileno() + + if read_events.get(obj): + raise BusyResourceError("reading from") + + loop = get_running_loop() + event = asyncio.Event() + try: + loop.add_reader(obj, event.set) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + selector = get_selector() + selector.add_reader(obj, event.set) + remove_reader = selector.remove_reader + else: + remove_reader = loop.remove_reader + + read_events[obj] = event + try: + await event.wait() + finally: + remove_reader(obj) + del read_events[obj] + + @classmethod + async def wait_writable(cls, obj: FileDescriptorLike) -> None: + await cls.checkpoint() + try: + write_events = _write_events.get() + except LookupError: + write_events = {} + _write_events.set(write_events) + + if not isinstance(obj, int): + obj = obj.fileno() + + if write_events.get(obj): + raise BusyResourceError("writing to") + + loop = get_running_loop() + event = asyncio.Event() + try: + loop.add_writer(obj, event.set) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + selector = get_selector() + selector.add_writer(obj, event.set) + remove_writer = selector.remove_writer + else: + remove_writer = loop.remove_writer + + write_events[obj] = event + try: + await event.wait() + finally: + del write_events[obj] + remove_writer(obj) + + @classmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + try: + return _default_thread_limiter.get() + except LookupError: + limiter = CapacityLimiter(40) + _default_thread_limiter.set(limiter) + return limiter + + @classmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + return _SignalReceiver(signals) + + @classmethod + def get_current_task(cls) -> TaskInfo: + return AsyncIOTaskInfo(current_task()) # type: ignore[arg-type] + + @classmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + return [AsyncIOTaskInfo(task) for task in all_tasks() if not task.done()] + + @classmethod + async def wait_all_tasks_blocked(cls) -> None: + await cls.checkpoint() + this_task = current_task() + while True: + for task in all_tasks(): + if task is this_task: + continue + + waiter = task._fut_waiter # type: ignore[attr-defined] + if waiter is None or waiter.done(): + await sleep(0.1) + break + else: + return + + @classmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + return TestRunner(**options) + + +backend_class = AsyncIOBackend diff --git a/venv/lib/python3.11/site-packages/anyio/_backends/_trio.py b/venv/lib/python3.11/site-packages/anyio/_backends/_trio.py new file mode 100644 index 0000000..b80cc04 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_backends/_trio.py @@ -0,0 +1,1334 @@ +from __future__ import annotations + +import array +import math +import os +import socket +import sys +import types +import weakref +from collections.abc import ( + AsyncGenerator, + AsyncIterator, + Awaitable, + Callable, + Collection, + Coroutine, + Iterable, + Sequence, +) +from concurrent.futures import Future +from contextlib import AbstractContextManager +from dataclasses import dataclass +from functools import partial +from io import IOBase +from os import PathLike +from signal import Signals +from socket import AddressFamily, SocketKind +from types import TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Generic, + NoReturn, + TypeVar, + cast, + overload, +) + +import trio.from_thread +import trio.lowlevel +from outcome import Error, Outcome, Value +from trio.lowlevel import ( + current_root_task, + current_task, + wait_readable, + wait_writable, +) +from trio.socket import SocketType as TrioSocketType +from trio.to_thread import run_sync + +from .. import ( + CapacityLimiterStatistics, + EventStatistics, + LockStatistics, + TaskInfo, + WouldBlock, + abc, +) +from .._core._eventloop import claim_worker_thread +from .._core._exceptions import ( + BrokenResourceError, + BusyResourceError, + ClosedResourceError, + EndOfStream, +) +from .._core._sockets import convert_ipv6_sockaddr +from .._core._streams import create_memory_object_stream +from .._core._synchronization import ( + CapacityLimiter as BaseCapacityLimiter, +) +from .._core._synchronization import Event as BaseEvent +from .._core._synchronization import Lock as BaseLock +from .._core._synchronization import ( + ResourceGuard, + SemaphoreStatistics, +) +from .._core._synchronization import Semaphore as BaseSemaphore +from .._core._tasks import CancelScope as BaseCancelScope +from ..abc import IPSockAddrType, UDPPacketType, UNIXDatagramPacketType +from ..abc._eventloop import AsyncBackend, StrOrBytesPath +from ..streams.memory import MemoryObjectSendStream + +if TYPE_CHECKING: + from _typeshed import HasFileno + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from exceptiongroup import BaseExceptionGroup + from typing_extensions import TypeVarTuple, Unpack + +T = TypeVar("T") +T_Retval = TypeVar("T_Retval") +T_SockAddr = TypeVar("T_SockAddr", str, IPSockAddrType) +PosArgsT = TypeVarTuple("PosArgsT") +P = ParamSpec("P") + + +# +# Event loop +# + +RunVar = trio.lowlevel.RunVar + + +# +# Timeouts and cancellation +# + + +class CancelScope(BaseCancelScope): + def __new__( + cls, original: trio.CancelScope | None = None, **kwargs: object + ) -> CancelScope: + return object.__new__(cls) + + def __init__(self, original: trio.CancelScope | None = None, **kwargs: Any) -> None: + self.__original = original or trio.CancelScope(**kwargs) + + def __enter__(self) -> CancelScope: + self.__original.__enter__() + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + return self.__original.__exit__(exc_type, exc_val, exc_tb) + + def cancel(self) -> None: + self.__original.cancel() + + @property + def deadline(self) -> float: + return self.__original.deadline + + @deadline.setter + def deadline(self, value: float) -> None: + self.__original.deadline = value + + @property + def cancel_called(self) -> bool: + return self.__original.cancel_called + + @property + def cancelled_caught(self) -> bool: + return self.__original.cancelled_caught + + @property + def shield(self) -> bool: + return self.__original.shield + + @shield.setter + def shield(self, value: bool) -> None: + self.__original.shield = value + + +# +# Task groups +# + + +class TaskGroup(abc.TaskGroup): + def __init__(self) -> None: + self._active = False + self._nursery_manager = trio.open_nursery(strict_exception_groups=True) + self.cancel_scope = None # type: ignore[assignment] + + async def __aenter__(self) -> TaskGroup: + self._active = True + self._nursery = await self._nursery_manager.__aenter__() + self.cancel_scope = CancelScope(self._nursery.cancel_scope) + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + try: + # trio.Nursery.__exit__ returns bool; .open_nursery has wrong type + return await self._nursery_manager.__aexit__(exc_type, exc_val, exc_tb) # type: ignore[return-value] + except BaseExceptionGroup as exc: + if not exc.split(trio.Cancelled)[1]: + raise trio.Cancelled._create() from exc + + raise + finally: + del exc_val, exc_tb + self._active = False + + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + self._nursery.start_soon(func, *args, name=name) + + async def start( + self, func: Callable[..., Awaitable[Any]], *args: object, name: object = None + ) -> Any: + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + return await self._nursery.start(func, *args, name=name) + + +# +# Threads +# + + +class BlockingPortal(abc.BlockingPortal): + def __new__(cls) -> BlockingPortal: + return object.__new__(cls) + + def __init__(self) -> None: + super().__init__() + self._token = trio.lowlevel.current_trio_token() + + def _spawn_task_from_thread( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + name: object, + future: Future[T_Retval], + ) -> None: + trio.from_thread.run_sync( + partial(self._task_group.start_soon, name=name), + self._call_func, + func, + args, + kwargs, + future, + trio_token=self._token, + ) + + +# +# Subprocesses +# + + +@dataclass(eq=False) +class ReceiveStreamWrapper(abc.ByteReceiveStream): + _stream: trio.abc.ReceiveStream + + async def receive(self, max_bytes: int | None = None) -> bytes: + try: + data = await self._stream.receive_some(max_bytes) + except trio.ClosedResourceError as exc: + raise ClosedResourceError from exc.__cause__ + except trio.BrokenResourceError as exc: + raise BrokenResourceError from exc.__cause__ + + if data: + return data + else: + raise EndOfStream + + async def aclose(self) -> None: + await self._stream.aclose() + + +@dataclass(eq=False) +class SendStreamWrapper(abc.ByteSendStream): + _stream: trio.abc.SendStream + + async def send(self, item: bytes) -> None: + try: + await self._stream.send_all(item) + except trio.ClosedResourceError as exc: + raise ClosedResourceError from exc.__cause__ + except trio.BrokenResourceError as exc: + raise BrokenResourceError from exc.__cause__ + + async def aclose(self) -> None: + await self._stream.aclose() + + +@dataclass(eq=False) +class Process(abc.Process): + _process: trio.Process + _stdin: abc.ByteSendStream | None + _stdout: abc.ByteReceiveStream | None + _stderr: abc.ByteReceiveStream | None + + async def aclose(self) -> None: + with CancelScope(shield=True): + if self._stdin: + await self._stdin.aclose() + if self._stdout: + await self._stdout.aclose() + if self._stderr: + await self._stderr.aclose() + + try: + await self.wait() + except BaseException: + self.kill() + with CancelScope(shield=True): + await self.wait() + raise + + async def wait(self) -> int: + return await self._process.wait() + + def terminate(self) -> None: + self._process.terminate() + + def kill(self) -> None: + self._process.kill() + + def send_signal(self, signal: Signals) -> None: + self._process.send_signal(signal) + + @property + def pid(self) -> int: + return self._process.pid + + @property + def returncode(self) -> int | None: + return self._process.returncode + + @property + def stdin(self) -> abc.ByteSendStream | None: + return self._stdin + + @property + def stdout(self) -> abc.ByteReceiveStream | None: + return self._stdout + + @property + def stderr(self) -> abc.ByteReceiveStream | None: + return self._stderr + + +class _ProcessPoolShutdownInstrument(trio.abc.Instrument): + def after_run(self) -> None: + super().after_run() + + +current_default_worker_process_limiter: trio.lowlevel.RunVar = RunVar( + "current_default_worker_process_limiter" +) + + +async def _shutdown_process_pool(workers: set[abc.Process]) -> None: + try: + await trio.sleep(math.inf) + except trio.Cancelled: + for process in workers: + if process.returncode is None: + process.kill() + + with CancelScope(shield=True): + for process in workers: + await process.aclose() + + +# +# Sockets and networking +# + + +class _TrioSocketMixin(Generic[T_SockAddr]): + def __init__(self, trio_socket: TrioSocketType) -> None: + self._trio_socket = trio_socket + self._closed = False + + def _check_closed(self) -> None: + if self._closed: + raise ClosedResourceError + if self._trio_socket.fileno() < 0: + raise BrokenResourceError + + @property + def _raw_socket(self) -> socket.socket: + return self._trio_socket._sock # type: ignore[attr-defined] + + async def aclose(self) -> None: + if self._trio_socket.fileno() >= 0: + self._closed = True + self._trio_socket.close() + + def _convert_socket_error(self, exc: BaseException) -> NoReturn: + if isinstance(exc, trio.ClosedResourceError): + raise ClosedResourceError from exc + elif self._trio_socket.fileno() < 0 and self._closed: + raise ClosedResourceError from None + elif isinstance(exc, OSError): + raise BrokenResourceError from exc + else: + raise exc + + +class SocketStream(_TrioSocketMixin, abc.SocketStream): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self, max_bytes: int = 65536) -> bytes: + with self._receive_guard: + try: + data = await self._trio_socket.recv(max_bytes) + except BaseException as exc: + self._convert_socket_error(exc) + + if data: + return data + else: + raise EndOfStream + + async def send(self, item: bytes) -> None: + with self._send_guard: + view = memoryview(item) + while view: + try: + bytes_sent = await self._trio_socket.send(view) + except BaseException as exc: + self._convert_socket_error(exc) + + view = view[bytes_sent:] + + async def send_eof(self) -> None: + self._trio_socket.shutdown(socket.SHUT_WR) + + +class UNIXSocketStream(SocketStream, abc.UNIXSocketStream): + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + if not isinstance(msglen, int) or msglen < 0: + raise ValueError("msglen must be a non-negative integer") + if not isinstance(maxfds, int) or maxfds < 1: + raise ValueError("maxfds must be a positive integer") + + fds = array.array("i") + await trio.lowlevel.checkpoint() + with self._receive_guard: + while True: + try: + message, ancdata, flags, addr = await self._trio_socket.recvmsg( + msglen, socket.CMSG_LEN(maxfds * fds.itemsize) + ) + except BaseException as exc: + self._convert_socket_error(exc) + else: + if not message and not ancdata: + raise EndOfStream + + break + + for cmsg_level, cmsg_type, cmsg_data in ancdata: + if cmsg_level != socket.SOL_SOCKET or cmsg_type != socket.SCM_RIGHTS: + raise RuntimeError( + f"Received unexpected ancillary data; message = {message!r}, " + f"cmsg_level = {cmsg_level}, cmsg_type = {cmsg_type}" + ) + + fds.frombytes(cmsg_data[: len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) + + return message, list(fds) + + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + if not message: + raise ValueError("message must not be empty") + if not fds: + raise ValueError("fds must not be empty") + + filenos: list[int] = [] + for fd in fds: + if isinstance(fd, int): + filenos.append(fd) + elif isinstance(fd, IOBase): + filenos.append(fd.fileno()) + + fdarray = array.array("i", filenos) + await trio.lowlevel.checkpoint() + with self._send_guard: + while True: + try: + await self._trio_socket.sendmsg( + [message], + [ + ( + socket.SOL_SOCKET, + socket.SCM_RIGHTS, + fdarray, + ) + ], + ) + break + except BaseException as exc: + self._convert_socket_error(exc) + + +class TCPSocketListener(_TrioSocketMixin, abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + super().__init__(trio.socket.from_stdlib_socket(raw_socket)) + self._accept_guard = ResourceGuard("accepting connections from") + + async def accept(self) -> SocketStream: + with self._accept_guard: + try: + trio_socket, _addr = await self._trio_socket.accept() + except BaseException as exc: + self._convert_socket_error(exc) + + trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + return SocketStream(trio_socket) + + +class UNIXSocketListener(_TrioSocketMixin, abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + super().__init__(trio.socket.from_stdlib_socket(raw_socket)) + self._accept_guard = ResourceGuard("accepting connections from") + + async def accept(self) -> UNIXSocketStream: + with self._accept_guard: + try: + trio_socket, _addr = await self._trio_socket.accept() + except BaseException as exc: + self._convert_socket_error(exc) + + return UNIXSocketStream(trio_socket) + + +class UDPSocket(_TrioSocketMixin[IPSockAddrType], abc.UDPSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> tuple[bytes, IPSockAddrType]: + with self._receive_guard: + try: + data, addr = await self._trio_socket.recvfrom(65536) + return data, convert_ipv6_sockaddr(addr) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: UDPPacketType) -> None: + with self._send_guard: + try: + await self._trio_socket.sendto(*item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class ConnectedUDPSocket(_TrioSocketMixin[IPSockAddrType], abc.ConnectedUDPSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> bytes: + with self._receive_guard: + try: + return await self._trio_socket.recv(65536) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: bytes) -> None: + with self._send_guard: + try: + await self._trio_socket.send(item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class UNIXDatagramSocket(_TrioSocketMixin[str], abc.UNIXDatagramSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> UNIXDatagramPacketType: + with self._receive_guard: + try: + data, addr = await self._trio_socket.recvfrom(65536) + return data, addr + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: UNIXDatagramPacketType) -> None: + with self._send_guard: + try: + await self._trio_socket.sendto(*item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class ConnectedUNIXDatagramSocket( + _TrioSocketMixin[str], abc.ConnectedUNIXDatagramSocket +): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> bytes: + with self._receive_guard: + try: + return await self._trio_socket.recv(65536) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: bytes) -> None: + with self._send_guard: + try: + await self._trio_socket.send(item) + except BaseException as exc: + self._convert_socket_error(exc) + + +# +# Synchronization +# + + +class Event(BaseEvent): + def __new__(cls) -> Event: + return object.__new__(cls) + + def __init__(self) -> None: + self.__original = trio.Event() + + def is_set(self) -> bool: + return self.__original.is_set() + + async def wait(self) -> None: + return await self.__original.wait() + + def statistics(self) -> EventStatistics: + orig_statistics = self.__original.statistics() + return EventStatistics(tasks_waiting=orig_statistics.tasks_waiting) + + def set(self) -> None: + self.__original.set() + + +class Lock(BaseLock): + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False) -> None: + self._fast_acquire = fast_acquire + self.__original = trio.Lock() + + @staticmethod + def _convert_runtime_error_msg(exc: RuntimeError) -> None: + if exc.args == ("attempt to re-acquire an already held Lock",): + exc.args = ("Attempted to acquire an already held Lock",) + + async def acquire(self) -> None: + if not self._fast_acquire: + try: + await self.__original.acquire() + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + return + + # This is the "fast path" where we don't let other tasks run + await trio.lowlevel.checkpoint_if_cancelled() + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + await self.__original._lot.park() + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + def acquire_nowait(self) -> None: + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + raise WouldBlock from None + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + def locked(self) -> bool: + return self.__original.locked() + + def release(self) -> None: + self.__original.release() + + def statistics(self) -> LockStatistics: + orig_statistics = self.__original.statistics() + owner = TrioTaskInfo(orig_statistics.owner) if orig_statistics.owner else None + return LockStatistics( + orig_statistics.locked, owner, orig_statistics.tasks_waiting + ) + + +class Semaphore(BaseSemaphore): + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> None: + super().__init__(initial_value, max_value=max_value, fast_acquire=fast_acquire) + self.__original = trio.Semaphore(initial_value, max_value=max_value) + + async def acquire(self) -> None: + if not self._fast_acquire: + await self.__original.acquire() + return + + # This is the "fast path" where we don't let other tasks run + await trio.lowlevel.checkpoint_if_cancelled() + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + await self.__original._lot.park() + + def acquire_nowait(self) -> None: + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + raise WouldBlock from None + + @property + def max_value(self) -> int | None: + return self.__original.max_value + + @property + def value(self) -> int: + return self.__original.value + + def release(self) -> None: + self.__original.release() + + def statistics(self) -> SemaphoreStatistics: + orig_statistics = self.__original.statistics() + return SemaphoreStatistics(orig_statistics.tasks_waiting) + + +class CapacityLimiter(BaseCapacityLimiter): + def __new__( + cls, + total_tokens: float | None = None, + *, + original: trio.CapacityLimiter | None = None, + ) -> CapacityLimiter: + return object.__new__(cls) + + def __init__( + self, + total_tokens: float | None = None, + *, + original: trio.CapacityLimiter | None = None, + ) -> None: + if original is not None: + self.__original = original + else: + assert total_tokens is not None + self.__original = trio.CapacityLimiter(total_tokens) + + async def __aenter__(self) -> None: + return await self.__original.__aenter__() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + await self.__original.__aexit__(exc_type, exc_val, exc_tb) + + @property + def total_tokens(self) -> float: + return self.__original.total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + self.__original.total_tokens = value + + @property + def borrowed_tokens(self) -> int: + return self.__original.borrowed_tokens + + @property + def available_tokens(self) -> float: + return self.__original.available_tokens + + def acquire_nowait(self) -> None: + self.__original.acquire_nowait() + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + self.__original.acquire_on_behalf_of_nowait(borrower) + + async def acquire(self) -> None: + await self.__original.acquire() + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await self.__original.acquire_on_behalf_of(borrower) + + def release(self) -> None: + return self.__original.release() + + def release_on_behalf_of(self, borrower: object) -> None: + return self.__original.release_on_behalf_of(borrower) + + def statistics(self) -> CapacityLimiterStatistics: + orig = self.__original.statistics() + return CapacityLimiterStatistics( + borrowed_tokens=orig.borrowed_tokens, + total_tokens=orig.total_tokens, + borrowers=tuple(orig.borrowers), + tasks_waiting=orig.tasks_waiting, + ) + + +_capacity_limiter_wrapper: trio.lowlevel.RunVar = RunVar("_capacity_limiter_wrapper") + + +# +# Signal handling +# + + +class _SignalReceiver: + _iterator: AsyncIterator[int] + + def __init__(self, signals: tuple[Signals, ...]): + self._signals = signals + + def __enter__(self) -> _SignalReceiver: + self._cm = trio.open_signal_receiver(*self._signals) + self._iterator = self._cm.__enter__() + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + return self._cm.__exit__(exc_type, exc_val, exc_tb) + + def __aiter__(self) -> _SignalReceiver: + return self + + async def __anext__(self) -> Signals: + signum = await self._iterator.__anext__() + return Signals(signum) + + +# +# Testing and debugging +# + + +class TestRunner(abc.TestRunner): + def __init__(self, **options: Any) -> None: + from queue import Queue + + self._call_queue: Queue[Callable[[], object]] = Queue() + self._send_stream: MemoryObjectSendStream | None = None + self._options = options + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> None: + if self._send_stream: + self._send_stream.close() + while self._send_stream is not None: + self._call_queue.get()() + + async def _run_tests_and_fixtures(self) -> None: + self._send_stream, receive_stream = create_memory_object_stream(1) + with receive_stream: + async for coro, outcome_holder in receive_stream: + try: + retval = await coro + except BaseException as exc: + outcome_holder.append(Error(exc)) + else: + outcome_holder.append(Value(retval)) + + def _main_task_finished(self, outcome: object) -> None: + self._send_stream = None + + def _call_in_runner_task( + self, + func: Callable[P, Awaitable[T_Retval]], + *args: P.args, + **kwargs: P.kwargs, + ) -> T_Retval: + if self._send_stream is None: + trio.lowlevel.start_guest_run( + self._run_tests_and_fixtures, + run_sync_soon_threadsafe=self._call_queue.put, + done_callback=self._main_task_finished, + **self._options, + ) + while self._send_stream is None: + self._call_queue.get()() + + outcome_holder: list[Outcome] = [] + self._send_stream.send_nowait((func(*args, **kwargs), outcome_holder)) + while not outcome_holder: + self._call_queue.get()() + + return outcome_holder[0].unwrap() + + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[T_Retval, Any]], + kwargs: dict[str, Any], + ) -> Iterable[T_Retval]: + asyncgen = fixture_func(**kwargs) + fixturevalue: T_Retval = self._call_in_runner_task(asyncgen.asend, None) + + yield fixturevalue + + try: + self._call_in_runner_task(asyncgen.asend, None) + except StopAsyncIteration: + pass + else: + self._call_in_runner_task(asyncgen.aclose) + raise RuntimeError("Async generator fixture did not stop") + + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, T_Retval]], + kwargs: dict[str, Any], + ) -> T_Retval: + return self._call_in_runner_task(fixture_func, **kwargs) + + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + self._call_in_runner_task(test_func, **kwargs) + + +class TrioTaskInfo(TaskInfo): + def __init__(self, task: trio.lowlevel.Task): + parent_id = None + if task.parent_nursery and task.parent_nursery.parent_task: + parent_id = id(task.parent_nursery.parent_task) + + super().__init__(id(task), parent_id, task.name, task.coro) + self._task = weakref.proxy(task) + + def has_pending_cancellation(self) -> bool: + try: + return self._task._cancel_status.effectively_cancelled + except ReferenceError: + # If the task is no longer around, it surely doesn't have a cancellation + # pending + return False + + +class TrioBackend(AsyncBackend): + @classmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + return trio.run(func, *args) + + @classmethod + def current_token(cls) -> object: + return trio.lowlevel.current_trio_token() + + @classmethod + def current_time(cls) -> float: + return trio.current_time() + + @classmethod + def cancelled_exception_class(cls) -> type[BaseException]: + return trio.Cancelled + + @classmethod + async def checkpoint(cls) -> None: + await trio.lowlevel.checkpoint() + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + await trio.lowlevel.checkpoint_if_cancelled() + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + await trio.lowlevel.cancel_shielded_checkpoint() + + @classmethod + async def sleep(cls, delay: float) -> None: + await trio.sleep(delay) + + @classmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> abc.CancelScope: + return CancelScope(deadline=deadline, shield=shield) + + @classmethod + def current_effective_deadline(cls) -> float: + return trio.current_effective_deadline() + + @classmethod + def create_task_group(cls) -> abc.TaskGroup: + return TaskGroup() + + @classmethod + def create_event(cls) -> abc.Event: + return Event() + + @classmethod + def create_lock(cls, *, fast_acquire: bool) -> Lock: + return Lock(fast_acquire=fast_acquire) + + @classmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> abc.Semaphore: + return Semaphore(initial_value, max_value=max_value, fast_acquire=fast_acquire) + + @classmethod + def create_capacity_limiter(cls, total_tokens: float) -> CapacityLimiter: + return CapacityLimiter(total_tokens) + + @classmethod + async def run_sync_in_worker_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: abc.CapacityLimiter | None = None, + ) -> T_Retval: + def wrapper() -> T_Retval: + with claim_worker_thread(TrioBackend, token): + return func(*args) + + token = TrioBackend.current_token() + return await run_sync( + wrapper, + abandon_on_cancel=abandon_on_cancel, + limiter=cast(trio.CapacityLimiter, limiter), + ) + + @classmethod + def check_cancelled(cls) -> None: + trio.from_thread.check_cancelled() + + @classmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + return trio.from_thread.run(func, *args) + + @classmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + return trio.from_thread.run_sync(func, *args) + + @classmethod + def create_blocking_portal(cls) -> abc.BlockingPortal: + return BlockingPortal() + + @classmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + def convert_item(item: StrOrBytesPath) -> str: + str_or_bytes = os.fspath(item) + if isinstance(str_or_bytes, str): + return str_or_bytes + else: + return os.fsdecode(str_or_bytes) + + if isinstance(command, (str, bytes, PathLike)): + process = await trio.lowlevel.open_process( + convert_item(command), + stdin=stdin, + stdout=stdout, + stderr=stderr, + shell=True, + **kwargs, + ) + else: + process = await trio.lowlevel.open_process( + [convert_item(item) for item in command], + stdin=stdin, + stdout=stdout, + stderr=stderr, + shell=False, + **kwargs, + ) + + stdin_stream = SendStreamWrapper(process.stdin) if process.stdin else None + stdout_stream = ReceiveStreamWrapper(process.stdout) if process.stdout else None + stderr_stream = ReceiveStreamWrapper(process.stderr) if process.stderr else None + return Process(process, stdin_stream, stdout_stream, stderr_stream) + + @classmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[abc.Process]) -> None: + trio.lowlevel.spawn_system_task(_shutdown_process_pool, workers) + + @classmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> SocketStream: + family = socket.AF_INET6 if ":" in host else socket.AF_INET + trio_socket = trio.socket.socket(family) + trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + if local_address: + await trio_socket.bind(local_address) + + try: + await trio_socket.connect((host, port)) + except BaseException: + trio_socket.close() + raise + + return SocketStream(trio_socket) + + @classmethod + async def connect_unix(cls, path: str | bytes) -> abc.UNIXSocketStream: + trio_socket = trio.socket.socket(socket.AF_UNIX) + try: + await trio_socket.connect(path) + except BaseException: + trio_socket.close() + raise + + return UNIXSocketStream(trio_socket) + + @classmethod + def create_tcp_listener(cls, sock: socket.socket) -> abc.SocketListener: + return TCPSocketListener(sock) + + @classmethod + def create_unix_listener(cls, sock: socket.socket) -> abc.SocketListener: + return UNIXSocketListener(sock) + + @classmethod + async def create_udp_socket( + cls, + family: socket.AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + trio_socket = trio.socket.socket(family=family, type=socket.SOCK_DGRAM) + + if reuse_port: + trio_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1) + + if local_address: + await trio_socket.bind(local_address) + + if remote_address: + await trio_socket.connect(remote_address) + return ConnectedUDPSocket(trio_socket) + else: + return UDPSocket(trio_socket) + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: None + ) -> abc.UNIXDatagramSocket: ... + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: str | bytes + ) -> abc.ConnectedUNIXDatagramSocket: ... + + @classmethod + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: str | bytes | None + ) -> abc.UNIXDatagramSocket | abc.ConnectedUNIXDatagramSocket: + trio_socket = trio.socket.from_stdlib_socket(raw_socket) + + if remote_path: + await trio_socket.connect(remote_path) + return ConnectedUNIXDatagramSocket(trio_socket) + else: + return UNIXDatagramSocket(trio_socket) + + @classmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + return await trio.socket.getaddrinfo(host, port, family, type, proto, flags) + + @classmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + return await trio.socket.getnameinfo(sockaddr, flags) + + @classmethod + async def wait_readable(cls, obj: HasFileno | int) -> None: + try: + await wait_readable(obj) + except trio.ClosedResourceError as exc: + raise ClosedResourceError().with_traceback(exc.__traceback__) from None + except trio.BusyResourceError: + raise BusyResourceError("reading from") from None + + @classmethod + async def wait_writable(cls, obj: HasFileno | int) -> None: + try: + await wait_writable(obj) + except trio.ClosedResourceError as exc: + raise ClosedResourceError().with_traceback(exc.__traceback__) from None + except trio.BusyResourceError: + raise BusyResourceError("writing to") from None + + @classmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + try: + return _capacity_limiter_wrapper.get() + except LookupError: + limiter = CapacityLimiter( + original=trio.to_thread.current_default_thread_limiter() + ) + _capacity_limiter_wrapper.set(limiter) + return limiter + + @classmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + return _SignalReceiver(signals) + + @classmethod + def get_current_task(cls) -> TaskInfo: + task = current_task() + return TrioTaskInfo(task) + + @classmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + root_task = current_root_task() + assert root_task + task_infos = [TrioTaskInfo(root_task)] + nurseries = root_task.child_nurseries + while nurseries: + new_nurseries: list[trio.Nursery] = [] + for nursery in nurseries: + for task in nursery.child_tasks: + task_infos.append(TrioTaskInfo(task)) + new_nurseries.extend(task.child_nurseries) + + nurseries = new_nurseries + + return task_infos + + @classmethod + async def wait_all_tasks_blocked(cls) -> None: + from trio.testing import wait_all_tasks_blocked + + await wait_all_tasks_blocked() + + @classmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + return TestRunner(**options) + + +backend_class = TrioBackend diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__init__.py b/venv/lib/python3.11/site-packages/anyio/_core/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d978fe6ce53bad21d81f0d0bdaf8c0c4e2666488 GIT binary patch literal 188 zcmZ3^%ge<81b#Q)q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnFMs{A#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*SLt z%FKNI_~iVeRQ>q)%)HE!_;|g7%3mBdx%nxjIjMFS@)K!DZZ+%pRfMDzxs-Qs;KZG2$TQ)+pFKzBlJJy!wj5}VP5|SWbUFX zD30Px5-l-v3`6p+q-)MaQ+AG}DL2PK$|l`Qo;eR~!zIg>@El(9&Uu%7b3R(;PL?n6 zbNo`pTm^#!Ui3g8PqK2!Kj&wV3klp}l{tk+ka=Q$ptNazQ)zGs0Y5yduv3h?}dAyQWdN@;9V7%;@FOR4Oe;Ghi?QnC>4H7NW~Zd0I#cF*z-UU3$gLhnL18BjaNu7bYg( z*V*CJ8epqAmq-euf)o=IH=y0c#C2iaZ}tjpgeKD|LH9dfm|_`Hh* zG{?jdY;H}Qg=Mgia*%S6x*>H#>Veb~uZ@>OS_UauE{@m5DW9<^?W!Oxk5|Js z)a%%sjqVWzd09;99GO&%u}#Gdc@`n&^;4MBT_oG;7OngSTC_Gh&iumV-2M#|0Srcv zy=D#}=V3xCG8PSTg_%QWvCPan+kXrrLLY3_Lf*m+^Rdb^l%UO4W*TQ7!R(({D_{WE zqSgPc`jnfv?WxQcz80;#qtse!oO=ZO^u*dLI;X-q-WGqQIfMQ9y=2wD&j@}KmtzGM zd+r}0Rdoc(hs|CHbs&*t(1$3+t)iRkhiH|78Cd6@sVTH9*EM$+&#Ho58OC06_V1i>w+9Ixed71BS*!nf~<3?=#p^mH-r>`C%p1CQHaJ9sjIqY zhGunETu$j_5u-vR%Qr!i;?N6kqcupx_5dia(QI-?3HsgJ3To{vgH$(E?u6QnTpJeT++({L?)+3 z$1VtVC`*4?~OHBZX}UP$dSl;wJB11%_4H7QV=GxiFO-9TI12r*QMuc3OzSwQcKkr=_<@Ssp~$yAdgq5Z%-{Cy;I=Go zySJ?3P7QY|xRaDt?BMn+ZqIb8xLd>B3hvI=Aa4aJ4`p%avj(mGPoACA21lPqRXncY zaRra>VGCw)@WF!C*7vMI8yJ2*pyDwNk12R8?_s^wIlk)l`5nGJ%eQ~lr5zr8wxFFF z|GHh}FKYZng~m6#{)RkaywwE&y|za4ER?-@^Cs^hGpXFchqCxkhI?4?#kz`zG(4o> zpvek9oZanY)B_AvHqA5@coxNu2_d zL9)eYAXY6g19*Q4fq$=w<0c`z)R75`E{v@N<@Z3bqQ!UUqV3 z{XJ9Oh9o(WOopySrI1NBLOiqp7E&l~nMhJ7x&X2)BwbsUO zMnuno7$8M%D(DQVFVxzol9Fyelu7>uU=zJ; zY$2=(#JPi;v$$EsEgEi7aLb|NYe8 zP2GE6-ShuL%4`(v`7KViBm&3>u3#yx zAklBPl8aC4Q)YwRa4op(eeAf%bqRRAFrU&AiGlvs4D9{ap}ie zseq*oCE0|sIW?7K)Z4f>DThE(oc7uF2BjEhI*sP3DMCYJ@naPuss z;~>#=j{sJfEa~`yux9W@2b_#ZnBlQoJWBFI1e^w-a|FN60$PcvoDd0A$LhXlJP!Ie z8W+U%T8oDYg`?11`Yix3!u$=I|ETH@YyR*Smv@zWCzxDK!=2upn(k~(_vbZgO^;U7 zvo-Q9Mpc1()Av76{GAYY8$!9diy(6vYe42S)_}OFuE}H6(fxT-=FHZ}?eU+?seFi- zOp}JmlsTMr z9baQ*_%D^g%PK#u@zaVKiG4N05Cf|L46Gs{4RRXd>uOl=PXcFo^ecXFgk`^SF#!L_ z$q3o`>i;JvuZjs7I5y0SM7fB6P5@zC@h=GQ5HL)@Sptaa5eW;4V+2?nDxQPSlB`J3 z?_))y@Cxa35G$TPm=#;@#qM8I{9O)12>sltk?%F$ZTk^w|LKa(ITX= zFKke4Tj*b`qf!CTwN|eKtp6h24_XSGm5_LIl94zlDCmp|QCLc^2&UR-u+)a5d;$7M{{XD zD>S||^h#%z@661rd|2bd3Lk#yuicVg8zx;4J@6f8|Cu??{*lCf9}*L%;B*flv4SA9 zNKCv$D55ke?TNj8q-2!Ke`r#=t~L)S-=37jX_%wq=445z`yjWRPM2*) z8UenhmmTPaGIq&E3TSu)@X1~tp;5HWe9}gI*SDBkt_`Ljl>igjR2r6%I8J4uRZ`l= zP;B*!EpOB7X$$qz5-!>c`@OWcKi+W3mM0l*YOrc?7Uo~L9oTA{O+<*Ul)c4)C#Iw~ z0Wetifa3cmtc5LY&u?(WZRrY{tYJ&}nO!pR9P9-;{|_AVx7C)MzioXc7Ptfbf#$!> z+^zsE=3D{2TSHC2yjw#)WY;9y%)btkyUgBwCV{{cANEtHiE$0_fX4)0sq`}9X-Us7 z8cq=ooYO1fJFp6RJu!61W%5bx8hRbM2S=oII<@EGm7)uR&Rb-wfC$?eg5-QcF#sq4ztb!DW7D{5V@R@bZ4^@5iIrqtBB(=?E68hF~R zHl5a*PAfFN*=;#m7>?$O$E*uHxS-ZTD{H{(TIbMP4G1Hb9`L8uB43rmF!`ehd`-py zWEgl~Ar{pC9hz+e4Y{Ya(jt4iNUi~Fkp1Mo#t{b---MW1i< zJ@<=u8Gw^vmq=JgByUGyk8zzPJWpvvB#sDMJ!h+@y?#h~@#KYpJkvxXx-SxeyYq6A z=~hKHKGz=;Hq3#0TkfKBU{ zcQv_TGn`=1b-`$!=PH@=yNox=D?mB|c4qBa`w6--s z=63)v7D?Afb~6TlRv;`)ZSQ}947}`G6$qU~@K|8eW}8RtPX|to7G>-$Gk|e_aQ1NG zj*)*EfM4-z9`Q8}fT6MKGTsS^pOJwdk#*v67$eN-m4(MB;$1YXWV%{P2IL{2aLhVS zTs4M3OpD??RQ?S9q-_A3=vxo+fkVRW1`8IzZh4(j-n!cq`l;`}Z);+guP6RSl@Drs zP~n5W_BZ9r&9;SJuSnN#EF^`Bq8t$|zq6G@C~@oLu#f%H#|>AOeOb)_G&zZ^Fx)^m zVPP4b?ST_SvhBuImZ%Wpg~lICCyDeY|K89WosWqeROw!G2P8xIQ%MfqJb2HP*KWX_ zSR^W4B-$GOI{}IW>6)}TTU5=7^>gDoBBDQ~_fN9XZCp#-T_x?NluEDftL~;)z zCX?g^2!fVja_F$KFTO;ToAj4M6`S;zLsg0ybErdc#vD4M92|3~Qz;c+vQ;2~nG-p# zM{&lN)rYp5@3g7a?OJvFW@RqezUfs^yAf5?p7&gEF~E4G;VWAHjlK3`4l_Vo2LMW@ F{|i&?ED`_! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_eventloop.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_eventloop.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6b7298790ada6dccc75759a6e919d3dce5bfb65 GIT binary patch literal 6923 zcmb^#TWlN0agTR=h!2spWLtj87t5B+*rF`?8QN(oDb5476~~VhreRPg-pQgx-U)k0 z%Tno-h}}Q|5+Fqz*k}^KABF26KmJUA3Z(t(M?o3{%pM@XXc3?W`oY35An2vvKGdqv{Z6p#TP{#i9kE=h~K*-LxpfU%-X(uq|lyj zFGSPPLM$D#@y63}g}(;$SVi_vd$C2^0DAytbfh~9o#{@Fr~%fqaivFTr#`t&4(2x% zHm5fOzEHZ$LzI{tz7M6KrTQ}Th^-gKYrIZqPDpCSbb&J0Pasu_}z(^P#d!JBQvvr^8G zCi03I7?tvQ)@plOQ57l~8ig6{Sxq&R8%9A=rK<||L~?~0jT)JPCKvMxAc2S@M14k%gPS4}G(o zvlhJjU39_zt#U8mv|69C;Ko_rxz6mC9jwe>vlo9GDS2kN9J%Q!dGEFCsbvl+@i`cE zUw~r`f2)-IR9t6eRQxrio_A;Vu3N6elP`IagFgV@eUP=B_KM znANCOG;*pUqOzmji#b)4pyGL(qME7|by0z#hM3p1nPiY5xc~^VMM|;Tn4*d#i-n?Y zh+t5}2}P9h*fl58qN?W9tB7w6iqwomr2<|;>MYn;MwLw}paOpFP1v|_$yIdC0tMn;S7n><;o0ros8rz<+Di;*iRCn?ov zO3Y2ZL^s5ozDDw(OvY4BZ!*zR7S{@=HEp^$v$6mxCkjm#oh<=gRIEv@sLGc9&BumU zsn~oJ6&Ke6fZ8`7AJas=n4NOaq{OjA*!1gaZgLV_$VOX#GfbSBd~SkDbj}R7ZrI#1 zjK|=#^=(Wu-a-->sb>7DV%T$SI?d3#%o|$YLoNF_EgLw;zQG^*`!~(4u35p@qmoWN9(93CE9c zt#Gk@OJ(cP2Uh_=t+pSlwIBN~TL}yUnkB?H!ePTlBJuLcMSpwEpLp!=f8_6fAXohd zYyN{3|MBNO67QL}ly1gL4bfdUX5asQ4%< z-s`+)JUI7oXEi!piw-{t#ekr;6N|8|aPo2Z(4+97hZn2iL)%7&$RCGxzqyGw zy|R**=1lJ-ggk~RU{ukJCIB5l4}S}zi3`v;ML38kTH^_K6mhQ^UEoxwl!)7F-Gcby zr~C)x4*#(LL8fOu$Ikd!si-T=^fbMNq))?11|JE>T%S?0xyc+Hb-4&ZCYW~Hzu0D< z?ZYx%&Vc=R%yk7KQCYWa!C1mW_W)g{SI;ZTOoF3B@TMc#A{_)sk2v5gemDf+@9-;= z=j~)ePc^=~7T^6i{_3Ons}BxWuT!IgXGY82Qg2=mtwOJjsF=&S-{pTxHyQDdxnes z_Xf(X8X!t;USo`eyb-c1mrZiTLo3{b6XuA(Vz?vP){x4QgoRiqZ;b2g}NVy_B{&itA_e(q5g`{&n7NM4a}6S3^$ofUU9Jt z%^hP`3>v^LfKFkXKWy(?5*ZdpcQB05@dbm?iDE8q^n-o10~$REDSlvNc=XiCu{Y1J z+JYHl0Z=~ggdaM68&>=f{yL^=W%5I)qx_yldI!tMMejVZzgXcv}v_HIIFxDBg4+=chI;)N~GM;8hfpKmxFgcC_%fF2&M;C zVchmPZ|vS?A4sU>o&)ZF$l6<%n_P*z*1REdV@H49`Zeph1X6Y6mhgL-J7*&edZ0&P-8$^r5kaqml+It4m+5(MKhU}D{a^u%TY13Vc{u@ zS}ezlj*6mDW~RZ?JGX;g4xF$Q^hb0O#-U}@d%zAt`o?i}va7PDJ|Uqp`_)OX%zkwe zt2nhzQkC^VdD(?uEHee^!l( zwWwGQ*9Q-lqZM+{s#S8Z5hk5G>ivU_wj_6=LDmBkoSz$N5I5*-cv$FZ*!bP`Xj;c4Uga3Kr)lZU?B;2^N0E6jnJc^P0{{9kw{ B)%5@X literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_exceptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_exceptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9f3e76e65b6f8e9727c50dd3d29027454244bdc GIT binary patch literal 7193 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 ZW^`$kR(3?Lti?~nl@Z#!O^F23zX1e4kevVk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_fileio.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_fileio.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35e4bdf61ddb76e25a5be4a90395bcef41b365de GIT binary patch literal 42158 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

  • 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 AwEzGB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_resources.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_resources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2829b510b7015ea01fd90a67c391fb74ce460f4 GIT binary patch literal 1112 zcmZ`&&ui2`6rRbC?YeDNE4H`Npm@l^hALi)2&LYH1uY2OOPD6pZ7@5t%p@CED+m>_ zrBFQ8WARXtdeeWP|3L*0Yfgd}3m#UgP! z2_y7F9r{b_I{5G=I9n({0gg}|S20F`7U+>y*Q+}CMqoxp-K?76j|8QcMzs(O&m+e= zPz4;E4HL$AOyZC;d7!F7%$k)g=0Bv8C&H%(&^u?&5$4lq-scUP6-5sfCZJhC&^Qq+ zGb)@>UnTTc0i0EY@Zo20?jsDt#%J&yi0<~e=r($eSMc^3`~*USOpI30c29&;j`9Y1 zt02rX{Sn&IUl||)R?iOP?VjYS=sdcHrjayK?TNmCQV?+gCha1Q_Vi=PhBX&)No~Sx zqSRRyobg23eI4u&0Nc+cifCXW`U(1vG#sBP%30Zk+ZhosGf0Q|mo$DPP9i5BifEJx}Nm%5<{m_kIj7Ci1b&zep~_2XqJw zBrbwEF5ap0Ac^Q*F%Cy{?d1ZPj*c;IqpSOa`#YN4AKdN1BcPqaFa{0IF=7m={{u9c B6YT&1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_signals.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_signals.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b2ed3360d1056dc105ca66b5f9edf6f6cda0f17 GIT binary patch literal 1357 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 DNmtAw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50fa1cb24d7bdecfbd07ba070c73ce37571350df GIT binary patch literal 9819 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 T@ZdQI|4a}-oP1Wunc;r{0{Y2s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_synchronization.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_synchronization.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51b8b838cb3500f72163fabe2b331744d032f5dd GIT binary patch literal 35711 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 CUpAWn literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tempfile.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tempfile.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7520255e45e9db06891e651702b8a1b2f41438e6 GIT binary patch literal 28593 zcmeHwdvF{_df)653t+K$EEey_5bq^OfRuO_5)vg+6e&_Vfs_axCGe=_a%Vs+xewgT zf-m7N^oj9-3d?#F6-o|cAyu|ahH^@Al8RI1B$r3IQk9FdptsERCUUVVrHbWBrItlq z>I(ljzpr~{c4i*{_&CL9-*E74&rJ8%kFUS(@B8}e=I_?k)d;vI|LlLC%zsA^{wF=? zmzxJ{_nme@xF$$~WQz%L+qBI_VSCIzZD+rZX$SjtPCN1Ih`HkKX*Y}Gj8(-w)1G+s zbTxZ+#cJZU)3q$@j(OvC({*v*v@c#iT_10lZiqKdH{x5BY!H z)BV!7q*441NcO`*@Y`QeDTB6LZ8(ugroyRcGNDf5*>fNzE8!C{IcU#SJ$F7Os|OC| z>Zas#sRIX(DB-y|SwXD2DJ2|{PlO|)RWHa1S&2q+p5z%>i6z6*SLlY6d37ooO3f;ASfYpB>iI-uUldu}a;=eBIdXa~ z8BL@@(V0*roQTM=m@EaIIp4uKIq_UH5mwH>oRs98m!7GB?8)~kuu=J+o1dAHm0bN1 zC7O~8FCqqY5ODDa+kK+jH9;1pZIUo;e+~QrPO!^P$?-J4$S$2qTH6juPRVuMCJjse zOI1ZQcUxmiBU;>`)KVI^2=7Lzo#7otU#gmRqgVBSVpZr{gZTAG?V#KkQ6oN=R8W6v ztng342{j_F-3c*FO*pG06Ulj1OzF|Y8N?G)v*DB&RmJdpDj5gCBjH%=ycj|2r({VC zCnPZfYzc(t=f-Ln#;IAvkHo^ND$Xg%Gf_!K@}gWK$wUf`FUG@(@JU$_K`~jGLGKV# zNikehh%pVV%!@?WwfyJRXyT-J=zMB6nHW|@HH89&6-hi!wV?8kS!#V;oS9EVsMjJx zG0f0XcRZ;i=TQ^hsW!1%A(OML z!?Ux|$SiUx)FX*bC`)7F^YTo1K9)l3C&j+AqbK@!l{HK!Sf@lyIXdG}oJ+={k@Mon z=B;8JL_l)jmN+iah!(UUlM|7oWZ=@D#Ca7YMDCJ|&$5_QMD~d~059&CcrXFVgO`yf zaRzF{8jv~>rzH|vvP#HjW6=Z}VGpRSBx9;Ln>;JdC!%0zH5?PQ?<#Mgvq|N&Dvl&e za$(qwtf*P7HB!+$(Q~|Qcvzf4`KjPVojDPXTT3{n$VO5gUUyO{s_-lkkRz$2a^6bf zqO1#@*3v|>q9hfSBVu837F`&vc2ZO^n8jsI7^;s>s&Pgliop|ed@GGcKRn7u&||sU z5aa9+V}zTwoSP@eIaN6}v(ju~jiV=M)IOGTQu`{67{7AWMi0t4z@IsfUV@bxHKm9P z;$$)*=c+U+=G?sPb8g;{IR_d>=>VdL2Y@b{_J^UzcAumR5-JW0H*J$Qg`3q%C*COC z1bPUF1o{Z{6Br;cNPuvv)d1A<*tK$K{7hIGKYRA<_?al9MJgJXmGLuj;>>s~dSZNz zjSx?cZQVMqVqo7q2d2lkqmG9Y=cCE-P$a3y;~^p$Ypc2QIZr4QO+-_n(1jLDJB{h@ z$5DX$REmp2zD@AdUR3YnL0D8+o7OL<>J%L>d9z0d)Pt-M7qulhYw^uw= z%e{yU)m;FLkb(9^=auSgdmny$*)|bBb=lS){CKl{BlxM+e|jm3C)?6RFBkETwS2^A z6JVrTzfGO}90ETUUIGVP6H=xar;PBTFk_Q!mpq^1%`M~Y+hCBl9N!hLIey*w16#^y zH?*A18uPNL#V-q|jMm58Z=Z}Hd*dR3-%o|Qg20EiN(BNEgP>-F2phyi*eDXh1|bnP z$cV7c{{q6qG3@%x_9@=qGQP2bDkQE4YjPf)6_pmeSTFf++SnMPQuAG8EVJTyIu?$f zkiySg*l6KPuyI%>nIjY$dpeecRHHtF0FN6+dUZFz&o2re?$0!D%r-P%ttQ|jP)EQ^ zpwwI~^0`56#n`^!n0P;euuQFJ) z|Ex{u8eDqy&4Dd1crl!EZS(n0X(b7589doCi+kxX?= zpAxDm)|qf@US4Uo#4sYHbVUHOkRBwRK#LGDdKhX)?ZTL7KLVVE7KBp>^J~dq7X1zV zTE%NK8@gq%AZi6vDTbYfEwQC`_YU@w45WuaMyQ>L0IbB;|6t)+xvACgFL z|62f@EP1bhM)dXE@eSVg4KDkJGrr-pr{c{T`exM_zk*G?OkF_7*?^{IK0)?UNF=a< zK%WunH$nqOXwV4J^vO~L-PSzD=mVR7X})?)c~mJ|2-#MENxD!Wmc7~hd!x&f7YGaquKu*M z5BIXO@2;yZ?-s=VYw=dhXA=@p|-O-(Itaa7qn}wbY`2dB4QgF{9xP6yi&)ex! z8^U>y(9!*fczT5KZQ1tDY;S+Ir!U)$0&U24^yC};u5Kz#Up_z~p%U2WbBTGu3PiVS zBrj9|ya}n{BKR{dZPKyb|9!k#zXo0{NE@M7lNN55M$2i|RxKRyHyQCaOYLiE;)p*c zbxGX}|G2b)Y2#a@KBkRtgI}sLaz#4|Lm*`0~0fwF~LHzAb4ylzh)icxrdU85X)>r9O3pb z5$f&}qrue*3Og7}!^@}8yvZb@v7nu4*}3{6*}|1e*2O_VeYZZs&U%QtJeh_nvN!8DQ=vQTUBNRpj)@u`|A z*`1{|G!*~$kxEzmyO`q7W~r6d(lkd4+W)$%qZ|YNhb-C>k}7W!V4_Ds@|xmSfP(#7 zvjgY`@PagCX?Ic;9i%EAM}S!X?9lX`3$6t>GLvUfDi?z}_r4&xJ}*k6C+0nyPBkCb+{%koX^5r*4U>F~Bo*gESB0ixI`E%R%I^@Mk?5vJQ)kD5 zEqt(kgFdkl`;qloHXIx!d_;S$3lpa*?A^-<>6y|v#WQ_m1$WgY7g*ROCLPb5mRMu+z_CsZ@k!z(FrGZOMt4(d%E4?Ir zhou_61V;`$z0971c=Ab;EW8o;>ZOA$yb0k3=@1K#BiyKkw;HsFlDrOZC&ND%c}BNyH>CO3>7*q z$7wZ@lwGVE8flJ{7rP-(2;vlVCvY7tosi&!v@k?RN3unINTSJ%Vm zLTdB^6tS1X=c4iXxJXabd~6|8JRt**Nhd=~5<=KftT<^>(@|pOldr_m8mM(Om)RPC z0~PpXS+EyJj8%D&7S*kb<`1RmuZHkftMKSa`_Pb75wI;f#zk3T3Le0fL(4=Rx{%4hwi} zLJNh8j4T(|-LHM9sCo+pfT9U0wt_VPi@{r=00PiTDy@%naHoP=-+Kd#Pc1(6g}3qY z3s+vaF_h7bjL$<3w+c%W2 zbvHKM69B#@aL?hX!{ReQ-U>?X3)JD?reWeb0w3B+S60ZlF%i0gMo@cE6 z7x&X8QX@+)D~<|lwLzCMhm<)-Xl5?wVpdD#2Y8_z0MM4vl^-I^bb3)ECVjk6cH|x7 zYransDW?!i)9A6@ePsb!d$m97ZMd@k-N|<*m%UvXZ&%vemGw3)?)%c`zkKq_$#)a) zB$jA*KmVC&K+W&w-uV2f1IGEeg$~=vUs+({>syN!B*}6XxsJepX~h2ogY7Y{n;B+ zpS^jz^Qm;_Q>?Y``kLO2zZ1Wlypl|Nx+~qK?M(fQ_3e$wRCm0AK?<+=#al_T!EHu= zMFuOQxBtMlU@PC_C42E$mooMDf^Q7d7aXfO^dN5|zstgsF_szyLI9Xo{|j}~&3w+KuClp6fX$pvG2rz`c- z*-t&H6PPd#Ge4bl^B&wcrZStK)n&qZx|Fi$e`FkwnS!CEDy*R4bB4f{&!EkbLyj(Pdb0I z^W*O8-K)5pP}bgeygcJYWM0Zf)IBl0*zS`Q2rDoaW0!(c9f-iUmbQyNfY)||@Urw~naHyvDXf0tgciH@o! z>N6e1yHHlJ9;1%^3Nd2aZNrr>hZXr@V9kKn5k2F&_fuWrA#^MjpB&CC9w zjDINY9r`lR@&1vkN3MPEgYPX3EC+@&f#Gz0$?X~Dv~w|i{BIlGaxQB1tz1N*6+_iR zEt>u>bd(?NDBbIo$ThMaay|3GGa!tAIO8W#QYY834~{KuTMmq50wd}AlG`&<%KnCg z_=hNNS^nDm`1s4poe$1k*7WP)Eyy!yYucf}$@C*46V+MgseeFJsxa7VDQO0OXui7R zAGqxYp{#s$Cop(BFt`?9t$1TmHKn`yTNV!grjxB&C!1PlSGasRe z6Aj7Rws=z8u*N7!s@)xL_ibTBEXA>& zX;8V0>=a9wo-MR)(8iHoajh1EqmW+Q( z+Pg)UT}ad%x`DBEYbLNYU0-s0w*IY?UX)8jAZ7yl5keNhg+5iF5m|G7L^O&ZPVuX%+?!~P}g^@(7M zG$&B00`NPidj-)_PkOl$CylOyN?f#Dnp*a6%=kB^y&J8wo3tDl%>+i%^(D7wlu=B9 z!N)3~pfsFpq=s|TrLmEQ`IqQMSenmyZ`3sZckrTuvcpU-?@>ib@z)H4ufCRk^))_J zJK#WRnP}H6h4Q-(n*9fqeQhE8z59Q1nB~6G{3@jU!XW^dBZ`Y-^yQx;ec8VJ;;K`G zP2b#SBjbv}CF`>v`~X`p*Jkpc7BslEb^xa7rY9PAf-f4;_w0Z1Vnj;%!L4(*JN4ZTMV%NWcU`C z%BMLDsM-c_t!k{I+?ARtF~K+1@;Hh4_zAc&Bxf}D1g)&**x@K`lX!JLL3@|?(!THs zy&-To0gk{pPkX*~M+9mT+MpZ_$6yWp%d*Z6}KP9b}z;I_guhw$E8Uvkd3_QE$7#N0|m71bKfc2JN&~V6chvEFB z4Km-{fXK3*pd)3X+Ic{h$}&FqhK4-q|D{77F|YC&fijxSx>)A-Y0&!+81zA}<$(sh zJAskgfsq@5<-m9*F#ce}-krek?ZEI2*K%Mi6BtX^m)xE)#>Yw=#S1obUGDo-S>_<(2Js6n&{o*$;HDKB~9KrY$tJZ zagO1~mSe&32gAPM1cW6n7Cwr6f;P6N8FMLHkYNqUK9YEh8JH>3tnrJ!e?Z?gL@cfr zzE+&huoLo3DF@*F1V5Z?OBDLY1X#Z8yM~LEW*DFJ;uS?R7msD*x1!O$Gpe%hH>}^C z+=%&4tZ&U&8KeDEdx)%&3W5KDKlM$_jaZv5{L9-L$hDrp zfDq`o_(Iy*&hKSsJKyfj_j;G^`1X4>|N49@g@jUIIM>ss4sxz{3&4X7FR+9X#w6^S1avtHv?8dyN$5uz-Rz^ z;dar!@>PM)tl36B^qf91f-*q^BQUN9t(d=sfHBdJo{_ zUwn`r?bl~nkg{mnxX;RIl!iI$^PTkTarmFow+t9{KMvuQp~MJ_EaTXlpr3-qbH~zcK8q}yTkOM>zVYzdGgItGE;5Xv=i0%s6#@lr#hAMbXE z9rO0kXizt<#bawJ4h=HZ6)OnZCWCV2fr&w*wxv|jlL>51fEOx`?3!Z~Ax zr4m9&KXNH9BIS%zV2Frl9bHnX6jOC0I+=L%{g9)0zR+39C59*bpF%`XsrGOfZW4wz z(UD=0VY$>XPb`_i!jh))GPurz`zii_>wJW4?YP-8Bje!+uTu%c*s$Rz;m<|G4 zw9VKg_iE0OpkB3}vOEstX2du}k~F(kTi6U%O~Q-HN>zyB5)ytz2o%;`BNU_2U z#_+S|MqsUt&wRTxcYU<;z0Usz$#6ogo9|99b$u+`c`6@K_BC~=HsFMKNv@CB>%0T^ z=R^GWqUQHlTU1-+B$6nz1Xx`e3;XDCCxL$tKo0WS$!KUBrpEjcUUTD;CgtwJiwoVW z7Wscs0sjNyX?pVAmX52ZvkcHmU%txO2aiU8MfcBYig(FBkr~^+xG(LeZSr5%`pi4% zd;71ywYcxS?eNO}vS&EcvnA`@k=AcGOZJkpWG^{OwpRwkTG)Tx(hJwM8_v(_G9%9} z2Xd8N}araEofd6C>Z_G zpD8uF3Qpa$rn}(y6x@D`IG$bRRbB45TNvM*jEE-pR-A3c&nv6Ek-GvR*+%Z46CH^Y zjKj>}Jh3xfJMcwQXQpX@4#2C+Gz{JFd>;IRH_-lm>^=ZM`_mSLbpo7$FbI^ap)G@) z0~xcXBpxl(ltT~Fl$D2uH5;)?n|w>WTK@~mb)ln718NBznA}wAD+Q{r0iU z;KXv%Q<ILnw1O793p)!c0M5-++I_qYH&E#Z2vGCUeur}@F0)XB zt<@kHCM7B&rj@5Fc_?@zZox)|_%1uRYXb>JTs( zuC?R62rKo9m+x)mC-1H_no7n`?|rbcDa$2AVI^Rov7{L7T^~7k<53S=X*K1Jc7g0y zrVO<6fbs8l5#anwzCZd^a3W7pi)fc=@S{U#Y52qJTi9z>vikUcfRgKBmZd*U_!doC z5MMqc#e^@;K}Qh}9^M?2&&V-;@-oy6eAQ1eV_3Ob!Gi2)bK?wgu0S0p(y_D4G%_A% zDCBc;WFAKi^{{6{vJZdDW8rhHP0Jb8?>^*@#It^c2vBv+*nSJAx1Ij7}`1E zv}c{~lBONh#*Sf41Jc(-cZ;n1h@`%Tv5pD-LvM2&r=>=e=p5VxEwo@q%xP-kBn+Dc zv1JE34)3|E_2>@j(ceZ?&R9Pi5-@``_W#cQ%)qwKXZ~R3Cz1cWZMpGKrtwg^w&Zpm z;$5GK;WR7h*P0`M@*fdZr6jt#K>RK-e*ZJP-BQG8H8`Plk-N<(WGjw5Vr~j$!oc>D zoa!1D_wbRW*2Kb=91UTH%&rg1!6o90)qCKR_498*cQr9_6bBB>g;TR;v&kw<%G&-H z#iWG-J_M((k{F*R#6yp0f6%#a3cN}UMyqqgb{cn^&ZRI)Qkmgczbfh6h3>YCx*I9` z8o!Ap{I=ZqVy5xMbZyD)e3A9a2of6?vBBFURZk-D;2p6<__K7u3x8Q|{?O(KY9S(~ z-daZ66wcxPM9sJ!=$@Bz%SDbUkLpVzHQP?N-BCu`n#= ze<#HMl@M#X7E3xv=S$Dbw? znk<}pkaN+|>#9Psb*_A-~fJp zp7t}!U*eIZCG|;EJnyjCY+0c%ZN2Xb)fd^ntWa~2{mTmV7umn8Fp#$1Sz$0;?#>Fm zY3rT0yKQ!y*Y${?L9n%_g*NkDT86AJmbTt^9SvBcw7qW2I*+8+y7TVu*=$&HEDzs% z;iG+558h*6zc$DDp*_r!m4_d-F11|my(iGuuNlm9xZiQoVZ&ludHB(erSE1sH{D~O zzcxpjs(RK26}uGZIpNFKh0o911$)ii_U%h9C8DOE%UUR7}Z>P5n zl%TUWi@U8$OVC9LOu&?&3s!X;Mc##_?rs*_Z+pdtbI8lXP3F?T5@~}4!2%4-^wwuC r3dIIBEx;7J0R`8~k*{j7y@WzkfJ4=`9WY#2KwGtKg5H${jH&(~y>l^7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_testing.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_testing.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ec74a4183c37af51b994256e9d7fc201021df12 GIT binary patch literal 3868 zcma(UU2hx5agRKH>w~f+ecwFrWgCfjqe}oF9>gJm!Hi7??evK!6}X0`!4}lNUX8W|yRRlnr!w zH#@sGvpYLqJN)PHaF#$@_}71~o=p?-Jr24}SBUnc2FNC%glaCSY86dGJm$u#@k+d^ zS9Cd!yNPPDlB}jGDH!WC;ijvZN=73wGDm3gBSKU6V}v|}SG7u(j?&CWdL>8mGza|< z9izk057Utgq`2oNBr9rR&hk7zumZ>TL@^d--dM4mz*=-!n3-c9<5u8vn2*2Vt%ka7 ziQp$qF^*kjfoX|V&o&n=`#STet#($hBZ&6oH5hLaMk*R5l^E43aT=@WbgvXDLHE%- z2$iJ!=@|4WdVr2YpQg{z3FtF)5`=v|OuuW1>+{}{Z_UH@Sp(WTtj3vOULXw1Go&EP z-1q#tFajVhWhK=~=cdIC#|sRHo-~4GX4F0BMxDVBSe+$@al>DdACRk$r)F`WFuQEK z=@o(8Y{qbwK#Enx4m$>`HD>g!aK45Lw%kh~$>qLHM8FNtsxl=SWy0o;B<&ZZPF!R|Kvp1?9BO!yF8JWMKA3zM7$b?$}wqVKzQ&sIQ*mXUU@00MUI*%fT11$~s! zgvRshWXI;~+75nQ@?0Q6&#nY4`9NDJ>S5Lqjwb@kvl-99e#)Ci7W`noT60+yLY&cJ zj6a9peg#0_Vurz|pbL|x$!>uDM*H-K6Niwn2w;Q!J2&|$yZ8Q9?r<}AxJ|Uoi>>i} zcV7Jm`)v8q_~FLT;U7k)8|i6&5UB0GqoN9w8eRfqKn-Na+3y3-!yexS!f|g%$ojG+ zmgQ+4Xi|ECL>;-o^7whc@@fjV6X=~F`{?+mZ{C^v_|_-48tEx1Vi<>Lj>w5hmFD^b zAe#h?0KIBEQp%9*Gtb=^g|NGZXOs=b@q0-KFMVN6KjP5SYpEHT_)c$YMKDvwG;P-s z0zwO9?}Qa59u-Vd=IHr2r2m2Qsi~KNOCZArY3b|V=ZoOW6@`5@@$~_P zAxxj&Z5-T79vV*%m$QbMVa=3D6NB{~>DM-HX&Lh~PH}W)U1ia1;T?j0{8-x){HB8u51k8@*pU zmQJMG1i=IuJGC+2)`t>rYHhL$PU(q*Z4w1TT4EZ)HUg4b;!nW83nmkZ$u@ZgP}0gA zgNm}@?KR9P(w+VYNHo^(!_31T;pgahyIPb6Tv1!QC|$ARhUj{ot143as1$q>yb(h~ z7E8(>I~7kqk1ChIny6vE55a&9~WbAtV3bPE93(Fy1 z_dJM9sWt(1q737%UKrfHf#Ldoty@j*XtcY440#7CQ$t;RLMf7?l8SMT#f4O9DC_0U zb|!L(K?R>gS_J4N;s^kx;Cv%*d|NoWRXE-(9DiJxdsLX)D$F+v^IN%d&D^<$eoiVo z)UhUus2ElCA(m7Z0eOpP18R;c?f>z;4!`}%ysGZYr1diZsc*O|- zKf-T={E&TqD?8oHPCw2bdz3x4l|9kSo@nULe59^$bD7RCUc0z7S!ezf&W~Wtw^WBZ z2CF>u$Z&L^?&dnoa&+Y|2}M5~j3;ph?GD`1gV2FgSjp@l<4D?C9w{1S+v(q{BJ(wl zUV!O9d;_2z*EFp~3XSOV9eJhkw5LU;8c%z^BgIDaX(wkiNNT&me{t^Toev*qDebpy Y5(N_}?JdZZyWm7jd$moT0i*@~2Vp9XTL1t6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_typedattr.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_typedattr.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a37c9106295ddf64477d010aed13b74bcfc0012 GIT binary patch literal 4410 zcmb7HO>7&-6`ox#e?|S$mh7akH<7KFu|)c(PFe}%SY^$k%iiU={1d1IS>q?r2`#&DcqtB;FFWUm)v?Qf}VQlfeHkKUBG~Vq6GrDLDGkWv95H)Vh?#vP0|)#>D-H6MURdedu`*=#UnTj$ zZ;&xB1wFdsxW4XNuH)t9Aaz=|ZGGCNLGrR*saVdfyb{DtIkg~ptyZBw*I5vsu^inF zQtljOwyT@p;0Zv|USu#&`98Czt3JKty0@#9cNlY7khrGde2~7TouM;&)%Jq~qkfe+ zECDYYs7t5e8DfM;oBLq!fcT+(2#Hz&P9ZJ6b%l#jb+zhPA6BXAPJciRe_XA4)Kq;} zE$i&I>Z4|=-cijffVv66`8nCdouB`#IH$AX{QP`z&N6(L)qJZ=S#gd!b4A;lE>>#( ztm_;v96eg}ET2wPbmO*ui+V-fsabAOGh9ZC8s7-_DO74fKY!A~ZP_l^s26@-50GW@ z_nyIfCs$7{|C9~EbHoT>0Bq9c0ieGEGf+~JOj43fsT4EgbuuHF%1XAR)X9QWii0T< z!C=(>SE;}F%Zv)`YPCX{Ve6i!&bVx+F;v5~Z7>;LfI^19aC(*+w>{OL)qRzMmuqUJ zI&E7<*Mh1$(_Zna(?ayD?tvHZ$ZGdW6}UXs2d4;>Dc7OKHg^*AJ)Bh9{09tvEk&KZ z1R-XTN3j05Z4E;1NPajbWQjyW8er&>NZB5G9db@CR4n1zUnnHCE&p06|Co45Q~2r*z5Q5W~n@xh>`S&rpv z9ZzW*hO}XO3~d>tP>!RQX^_@5?n+Jb5bogSEVCR8m98pqFkIlVS^VSVgEz30iESATQ*x2fN!T0}_?aZ*3u%)R<`ZtSbv*h6nEcX&N_ zxJ6>ULtmu6>}edi2>r?M{^qVr5BD^7T@w9iOdc6}Mu4=4JUF!VuM|o5-Ak?}zfQgO zRqD01)aZI@w9)B2wDK~)foudc1LLJM4bKaP&uCiNHLEs`vzqo{RkzzKNli0dL(}-# zgWk4f3~Jk8K8cOuLGdd8SXgKnh71WtvUd&$SfKOQl9f1~8Avu2KhPro2jTj2$p#1w z8~O*Dv^fVfiVjqP}`y#g0o+DvfMSQvDYegURA79k*>f~>%E8^V}BOVypbqkcv^ z5w_J9>56j$)HCW;T*rg}4Ta9>c9nJz6nD8GWVg@B)On^?03spV&QjJnJ{#vE!yEw+ z&D^qpUVH%pSoLPzs%?fF>9*&p(^Rz_!>*c;*DQz25E{aB=WvH04fB5pM z5-x-yyJv0hPPw+2G%W|f#W85Uog46EY!FNfDOB;OJ;TF5y0bd1x(VIXp`IZ6-cI*glCY$v(HA$(T|!Q=0N!$iasE9=KzkEX3X;^O8)K zVo?l%pp5B%+#ZzNF^58TkE?Ba|FG)7$a1Ke7u5;aNo`ks7`r^~I)Qx4f`aYkkh1Om zPF8fLm%C^)$)hCPT0K;zkQ5QZlYfFJ<{jZayp@c5r2VG^Wy1`xoFeTnq`=I*`gyWjlm`|G<; z)X&z>ZawKA!9rtymo)o_Kgl=xN1;C%E;f$5vo?HoefaF3&ol<`k(*i@&mI4sVDXv1MjlpDyNPjCzpvl!|e zKEyiWOlO^kE?>v^73(<4XV?LpIEZ8n2_j{Xf~*3m!LM;cGXzc!8w^2#okW5dEntCz z%A5Fz1jTu)K$gS5rgFKVT;7QHw&YA4%Bl`|8Y79mm0yV2Juq%6CmOuBSKt}mYAV+o zyoa;bH{zM*TW`0>aD2}Wf;>Gd*IROANhpfyg*HWtsul8^MUeTuw zrT`NscuBTi+nZ8qvOy9;lDp-?Nr}Wj+1M za-x~d)z96(xRzDdv+8oXnH{R1y?1`~{BpXLkfmKv8b?T`UxK>xMe-Eqo^=-vOi19c P7s*qcd-jqA?zsN|(<*2T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_asyncio_selector_thread.py b/venv/lib/python3.11/site-packages/anyio/_core/_asyncio_selector_thread.py new file mode 100644 index 0000000..9f35bae --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_asyncio_selector_thread.py @@ -0,0 +1,167 @@ +from __future__ import annotations + +import asyncio +import socket +import threading +from collections.abc import Callable +from selectors import EVENT_READ, EVENT_WRITE, DefaultSelector +from typing import TYPE_CHECKING, Any + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike + +_selector_lock = threading.Lock() +_selector: Selector | None = None + + +class Selector: + def __init__(self) -> None: + self._thread = threading.Thread(target=self.run, name="AnyIO socket selector") + self._selector = DefaultSelector() + self._send, self._receive = socket.socketpair() + self._send.setblocking(False) + self._receive.setblocking(False) + # This somewhat reduces the amount of memory wasted queueing up data + # for wakeups. With these settings, maximum number of 1-byte sends + # before getting BlockingIOError: + # Linux 4.8: 6 + # macOS (darwin 15.5): 1 + # Windows 10: 525347 + # Windows you're weird. (And on Windows setting SNDBUF to 0 makes send + # blocking, even on non-blocking sockets, so don't do that.) + self._receive.setsockopt(socket.SOL_SOCKET, socket.SO_RCVBUF, 1) + self._send.setsockopt(socket.SOL_SOCKET, socket.SO_SNDBUF, 1) + # On Windows this is a TCP socket so this might matter. On other + # platforms this fails b/c AF_UNIX sockets aren't actually TCP. + try: + self._send.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + except OSError: + pass + + self._selector.register(self._receive, EVENT_READ) + self._closed = False + + def start(self) -> None: + self._thread.start() + threading._register_atexit(self._stop) # type: ignore[attr-defined] + + def _stop(self) -> None: + global _selector + self._closed = True + self._notify_self() + self._send.close() + self._thread.join() + self._selector.unregister(self._receive) + self._receive.close() + self._selector.close() + _selector = None + assert not self._selector.get_map(), ( + "selector still has registered file descriptors after shutdown" + ) + + def _notify_self(self) -> None: + try: + self._send.send(b"\x00") + except BlockingIOError: + pass + + def add_reader(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: + loop = asyncio.get_running_loop() + try: + key = self._selector.get_key(fd) + except KeyError: + self._selector.register(fd, EVENT_READ, {EVENT_READ: (loop, callback)}) + else: + if EVENT_READ in key.data: + raise ValueError( + "this file descriptor is already registered for reading" + ) + + key.data[EVENT_READ] = loop, callback + self._selector.modify(fd, key.events | EVENT_READ, key.data) + + self._notify_self() + + def add_writer(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: + loop = asyncio.get_running_loop() + try: + key = self._selector.get_key(fd) + except KeyError: + self._selector.register(fd, EVENT_WRITE, {EVENT_WRITE: (loop, callback)}) + else: + if EVENT_WRITE in key.data: + raise ValueError( + "this file descriptor is already registered for writing" + ) + + key.data[EVENT_WRITE] = loop, callback + self._selector.modify(fd, key.events | EVENT_WRITE, key.data) + + self._notify_self() + + def remove_reader(self, fd: FileDescriptorLike) -> bool: + try: + key = self._selector.get_key(fd) + except KeyError: + return False + + if new_events := key.events ^ EVENT_READ: + del key.data[EVENT_READ] + self._selector.modify(fd, new_events, key.data) + else: + self._selector.unregister(fd) + + return True + + def remove_writer(self, fd: FileDescriptorLike) -> bool: + try: + key = self._selector.get_key(fd) + except KeyError: + return False + + if new_events := key.events ^ EVENT_WRITE: + del key.data[EVENT_WRITE] + self._selector.modify(fd, new_events, key.data) + else: + self._selector.unregister(fd) + + return True + + def run(self) -> None: + while not self._closed: + for key, events in self._selector.select(): + if key.fileobj is self._receive: + try: + while self._receive.recv(4096): + pass + except BlockingIOError: + pass + + continue + + if events & EVENT_READ: + loop, callback = key.data[EVENT_READ] + self.remove_reader(key.fd) + try: + loop.call_soon_threadsafe(callback) + except RuntimeError: + pass # the loop was already closed + + if events & EVENT_WRITE: + loop, callback = key.data[EVENT_WRITE] + self.remove_writer(key.fd) + try: + loop.call_soon_threadsafe(callback) + except RuntimeError: + pass # the loop was already closed + + +def get_selector() -> Selector: + global _selector + + with _selector_lock: + if _selector is None: + _selector = Selector() + _selector.start() + + return _selector diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_eventloop.py b/venv/lib/python3.11/site-packages/anyio/_core/_eventloop.py new file mode 100644 index 0000000..6dcb458 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_eventloop.py @@ -0,0 +1,166 @@ +from __future__ import annotations + +import math +import sys +import threading +from collections.abc import Awaitable, Callable, Generator +from contextlib import contextmanager +from importlib import import_module +from typing import TYPE_CHECKING, Any, TypeVar + +import sniffio + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if TYPE_CHECKING: + from ..abc import AsyncBackend + +# This must be updated when new backends are introduced +BACKENDS = "asyncio", "trio" + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +threadlocals = threading.local() +loaded_backends: dict[str, type[AsyncBackend]] = {} + + +def run( + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + backend: str = "asyncio", + backend_options: dict[str, Any] | None = None, +) -> T_Retval: + """ + Run the given coroutine function in an asynchronous event loop. + + The current thread must not be already running an event loop. + + :param func: a coroutine function + :param args: positional arguments to ``func`` + :param backend: name of the asynchronous event loop implementation – currently + either ``asyncio`` or ``trio`` + :param backend_options: keyword arguments to call the backend ``run()`` + implementation with (documented :ref:`here `) + :return: the return value of the coroutine function + :raises RuntimeError: if an asynchronous event loop is already running in this + thread + :raises LookupError: if the named backend is not found + + """ + try: + asynclib_name = sniffio.current_async_library() + except sniffio.AsyncLibraryNotFoundError: + pass + else: + raise RuntimeError(f"Already running {asynclib_name} in this thread") + + try: + async_backend = get_async_backend(backend) + except ImportError as exc: + raise LookupError(f"No such backend: {backend}") from exc + + token = None + if sniffio.current_async_library_cvar.get(None) is None: + # Since we're in control of the event loop, we can cache the name of the async + # library + token = sniffio.current_async_library_cvar.set(backend) + + try: + backend_options = backend_options or {} + return async_backend.run(func, args, {}, backend_options) + finally: + if token: + sniffio.current_async_library_cvar.reset(token) + + +async def sleep(delay: float) -> None: + """ + Pause the current task for the specified duration. + + :param delay: the duration, in seconds + + """ + return await get_async_backend().sleep(delay) + + +async def sleep_forever() -> None: + """ + Pause the current task until it's cancelled. + + This is a shortcut for ``sleep(math.inf)``. + + .. versionadded:: 3.1 + + """ + await sleep(math.inf) + + +async def sleep_until(deadline: float) -> None: + """ + Pause the current task until the given time. + + :param deadline: the absolute time to wake up at (according to the internal + monotonic clock of the event loop) + + .. versionadded:: 3.1 + + """ + now = current_time() + await sleep(max(deadline - now, 0)) + + +def current_time() -> float: + """ + Return the current value of the event loop's internal clock. + + :return: the clock value (seconds) + + """ + return get_async_backend().current_time() + + +def get_all_backends() -> tuple[str, ...]: + """Return a tuple of the names of all built-in backends.""" + return BACKENDS + + +def get_cancelled_exc_class() -> type[BaseException]: + """Return the current async library's cancellation exception class.""" + return get_async_backend().cancelled_exception_class() + + +# +# Private API +# + + +@contextmanager +def claim_worker_thread( + backend_class: type[AsyncBackend], token: object +) -> Generator[Any, None, None]: + threadlocals.current_async_backend = backend_class + threadlocals.current_token = token + try: + yield + finally: + del threadlocals.current_async_backend + del threadlocals.current_token + + +def get_async_backend(asynclib_name: str | None = None) -> type[AsyncBackend]: + if asynclib_name is None: + asynclib_name = sniffio.current_async_library() + + # We use our own dict instead of sys.modules to get the already imported back-end + # class because the appropriate modules in sys.modules could potentially be only + # partially initialized + try: + return loaded_backends[asynclib_name] + except KeyError: + module = import_module(f"anyio._backends._{asynclib_name}") + loaded_backends[asynclib_name] = module.backend_class + return module.backend_class diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_exceptions.py b/venv/lib/python3.11/site-packages/anyio/_core/_exceptions.py new file mode 100644 index 0000000..16b9448 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_exceptions.py @@ -0,0 +1,126 @@ +from __future__ import annotations + +import sys +from collections.abc import Generator +from textwrap import dedent +from typing import Any + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + + +class BrokenResourceError(Exception): + """ + Raised when trying to use a resource that has been rendered unusable due to external + causes (e.g. a send stream whose peer has disconnected). + """ + + +class BrokenWorkerProcess(Exception): + """ + Raised by :meth:`~anyio.to_process.run_sync` if the worker process terminates abruptly or + otherwise misbehaves. + """ + + +class BrokenWorkerIntepreter(Exception): + """ + Raised by :meth:`~anyio.to_interpreter.run_sync` if an unexpected exception is + raised in the subinterpreter. + """ + + def __init__(self, excinfo: Any): + # This was adapted from concurrent.futures.interpreter.ExecutionFailed + msg = excinfo.formatted + if not msg: + if excinfo.type and excinfo.msg: + msg = f"{excinfo.type.__name__}: {excinfo.msg}" + else: + msg = excinfo.type.__name__ or excinfo.msg + + super().__init__(msg) + self.excinfo = excinfo + + def __str__(self) -> str: + try: + formatted = self.excinfo.errdisplay + except Exception: + return super().__str__() + else: + return dedent( + f""" + {super().__str__()} + + Uncaught in the interpreter: + + {formatted} + """.strip() + ) + + +class BusyResourceError(Exception): + """ + Raised when two tasks are trying to read from or write to the same resource + concurrently. + """ + + def __init__(self, action: str): + super().__init__(f"Another task is already {action} this resource") + + +class ClosedResourceError(Exception): + """Raised when trying to use a resource that has been closed.""" + + +class DelimiterNotFound(Exception): + """ + Raised during + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_until` if the + maximum number of bytes has been read without the delimiter being found. + """ + + def __init__(self, max_bytes: int) -> None: + super().__init__( + f"The delimiter was not found among the first {max_bytes} bytes" + ) + + +class EndOfStream(Exception): + """ + Raised when trying to read from a stream that has been closed from the other end. + """ + + +class IncompleteRead(Exception): + """ + Raised during + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_exactly` or + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_until` if the + connection is closed before the requested amount of bytes has been read. + """ + + def __init__(self) -> None: + super().__init__( + "The stream was closed before the read operation could be completed" + ) + + +class TypedAttributeLookupError(LookupError): + """ + Raised by :meth:`~anyio.TypedAttributeProvider.extra` when the given typed attribute + is not found and no default value has been given. + """ + + +class WouldBlock(Exception): + """Raised by ``X_nowait`` functions if ``X()`` would block.""" + + +def iterate_exceptions( + exception: BaseException, +) -> Generator[BaseException, None, None]: + if isinstance(exception, BaseExceptionGroup): + for exc in exception.exceptions: + yield from iterate_exceptions(exc) + else: + yield exception diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_fileio.py b/venv/lib/python3.11/site-packages/anyio/_core/_fileio.py new file mode 100644 index 0000000..a0d6198 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_fileio.py @@ -0,0 +1,742 @@ +from __future__ import annotations + +import os +import pathlib +import sys +from collections.abc import ( + AsyncIterator, + Callable, + Iterable, + Iterator, + Sequence, +) +from dataclasses import dataclass +from functools import partial +from os import PathLike +from typing import ( + IO, + TYPE_CHECKING, + Any, + AnyStr, + ClassVar, + Final, + Generic, + overload, +) + +from .. import to_thread +from ..abc import AsyncResource + +if TYPE_CHECKING: + from types import ModuleType + + from _typeshed import OpenBinaryMode, OpenTextMode, ReadableBuffer, WriteableBuffer +else: + ReadableBuffer = OpenBinaryMode = OpenTextMode = WriteableBuffer = object + + +class AsyncFile(AsyncResource, Generic[AnyStr]): + """ + An asynchronous file object. + + This class wraps a standard file object and provides async friendly versions of the + following blocking methods (where available on the original file object): + + * read + * read1 + * readline + * readlines + * readinto + * readinto1 + * write + * writelines + * truncate + * seek + * tell + * flush + + All other methods are directly passed through. + + This class supports the asynchronous context manager protocol which closes the + underlying file at the end of the context block. + + This class also supports asynchronous iteration:: + + async with await open_file(...) as f: + async for line in f: + print(line) + """ + + def __init__(self, fp: IO[AnyStr]) -> None: + self._fp: Any = fp + + def __getattr__(self, name: str) -> object: + return getattr(self._fp, name) + + @property + def wrapped(self) -> IO[AnyStr]: + """The wrapped file object.""" + return self._fp + + async def __aiter__(self) -> AsyncIterator[AnyStr]: + while True: + line = await self.readline() + if line: + yield line + else: + break + + async def aclose(self) -> None: + return await to_thread.run_sync(self._fp.close) + + async def read(self, size: int = -1) -> AnyStr: + return await to_thread.run_sync(self._fp.read, size) + + async def read1(self: AsyncFile[bytes], size: int = -1) -> bytes: + return await to_thread.run_sync(self._fp.read1, size) + + async def readline(self) -> AnyStr: + return await to_thread.run_sync(self._fp.readline) + + async def readlines(self) -> list[AnyStr]: + return await to_thread.run_sync(self._fp.readlines) + + async def readinto(self: AsyncFile[bytes], b: WriteableBuffer) -> int: + return await to_thread.run_sync(self._fp.readinto, b) + + async def readinto1(self: AsyncFile[bytes], b: WriteableBuffer) -> int: + return await to_thread.run_sync(self._fp.readinto1, b) + + @overload + async def write(self: AsyncFile[bytes], b: ReadableBuffer) -> int: ... + + @overload + async def write(self: AsyncFile[str], b: str) -> int: ... + + async def write(self, b: ReadableBuffer | str) -> int: + return await to_thread.run_sync(self._fp.write, b) + + @overload + async def writelines( + self: AsyncFile[bytes], lines: Iterable[ReadableBuffer] + ) -> None: ... + + @overload + async def writelines(self: AsyncFile[str], lines: Iterable[str]) -> None: ... + + async def writelines(self, lines: Iterable[ReadableBuffer] | Iterable[str]) -> None: + return await to_thread.run_sync(self._fp.writelines, lines) + + async def truncate(self, size: int | None = None) -> int: + return await to_thread.run_sync(self._fp.truncate, size) + + async def seek(self, offset: int, whence: int | None = os.SEEK_SET) -> int: + return await to_thread.run_sync(self._fp.seek, offset, whence) + + async def tell(self) -> int: + return await to_thread.run_sync(self._fp.tell) + + async def flush(self) -> None: + return await to_thread.run_sync(self._fp.flush) + + +@overload +async def open_file( + file: str | PathLike[str] | int, + mode: OpenBinaryMode, + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + closefd: bool = ..., + opener: Callable[[str, int], int] | None = ..., +) -> AsyncFile[bytes]: ... + + +@overload +async def open_file( + file: str | PathLike[str] | int, + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + closefd: bool = ..., + opener: Callable[[str, int], int] | None = ..., +) -> AsyncFile[str]: ... + + +async def open_file( + file: str | PathLike[str] | int, + mode: str = "r", + buffering: int = -1, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + closefd: bool = True, + opener: Callable[[str, int], int] | None = None, +) -> AsyncFile[Any]: + """ + Open a file asynchronously. + + The arguments are exactly the same as for the builtin :func:`open`. + + :return: an asynchronous file object + + """ + fp = await to_thread.run_sync( + open, file, mode, buffering, encoding, errors, newline, closefd, opener + ) + return AsyncFile(fp) + + +def wrap_file(file: IO[AnyStr]) -> AsyncFile[AnyStr]: + """ + Wrap an existing file as an asynchronous file. + + :param file: an existing file-like object + :return: an asynchronous file object + + """ + return AsyncFile(file) + + +@dataclass(eq=False) +class _PathIterator(AsyncIterator["Path"]): + iterator: Iterator[PathLike[str]] + + async def __anext__(self) -> Path: + nextval = await to_thread.run_sync( + next, self.iterator, None, abandon_on_cancel=True + ) + if nextval is None: + raise StopAsyncIteration from None + + return Path(nextval) + + +class Path: + """ + An asynchronous version of :class:`pathlib.Path`. + + This class cannot be substituted for :class:`pathlib.Path` or + :class:`pathlib.PurePath`, but it is compatible with the :class:`os.PathLike` + interface. + + It implements the Python 3.10 version of :class:`pathlib.Path` interface, except for + the deprecated :meth:`~pathlib.Path.link_to` method. + + Some methods may be unavailable or have limited functionality, based on the Python + version: + + * :meth:`~pathlib.Path.copy` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.copy_into` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.from_uri` (available on Python 3.13 or later) + * :meth:`~pathlib.PurePath.full_match` (available on Python 3.13 or later) + * :attr:`~pathlib.Path.info` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.is_junction` (available on Python 3.12 or later) + * :meth:`~pathlib.PurePath.match` (the ``case_sensitive`` parameter is only + available on Python 3.13 or later) + * :meth:`~pathlib.Path.move` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.move_into` (available on Python 3.14 or later) + * :meth:`~pathlib.PurePath.relative_to` (the ``walk_up`` parameter is only available + on Python 3.12 or later) + * :meth:`~pathlib.Path.walk` (available on Python 3.12 or later) + + Any methods that do disk I/O need to be awaited on. These methods are: + + * :meth:`~pathlib.Path.absolute` + * :meth:`~pathlib.Path.chmod` + * :meth:`~pathlib.Path.cwd` + * :meth:`~pathlib.Path.exists` + * :meth:`~pathlib.Path.expanduser` + * :meth:`~pathlib.Path.group` + * :meth:`~pathlib.Path.hardlink_to` + * :meth:`~pathlib.Path.home` + * :meth:`~pathlib.Path.is_block_device` + * :meth:`~pathlib.Path.is_char_device` + * :meth:`~pathlib.Path.is_dir` + * :meth:`~pathlib.Path.is_fifo` + * :meth:`~pathlib.Path.is_file` + * :meth:`~pathlib.Path.is_junction` + * :meth:`~pathlib.Path.is_mount` + * :meth:`~pathlib.Path.is_socket` + * :meth:`~pathlib.Path.is_symlink` + * :meth:`~pathlib.Path.lchmod` + * :meth:`~pathlib.Path.lstat` + * :meth:`~pathlib.Path.mkdir` + * :meth:`~pathlib.Path.open` + * :meth:`~pathlib.Path.owner` + * :meth:`~pathlib.Path.read_bytes` + * :meth:`~pathlib.Path.read_text` + * :meth:`~pathlib.Path.readlink` + * :meth:`~pathlib.Path.rename` + * :meth:`~pathlib.Path.replace` + * :meth:`~pathlib.Path.resolve` + * :meth:`~pathlib.Path.rmdir` + * :meth:`~pathlib.Path.samefile` + * :meth:`~pathlib.Path.stat` + * :meth:`~pathlib.Path.symlink_to` + * :meth:`~pathlib.Path.touch` + * :meth:`~pathlib.Path.unlink` + * :meth:`~pathlib.Path.walk` + * :meth:`~pathlib.Path.write_bytes` + * :meth:`~pathlib.Path.write_text` + + Additionally, the following methods return an async iterator yielding + :class:`~.Path` objects: + + * :meth:`~pathlib.Path.glob` + * :meth:`~pathlib.Path.iterdir` + * :meth:`~pathlib.Path.rglob` + """ + + __slots__ = "_path", "__weakref__" + + __weakref__: Any + + def __init__(self, *args: str | PathLike[str]) -> None: + self._path: Final[pathlib.Path] = pathlib.Path(*args) + + def __fspath__(self) -> str: + return self._path.__fspath__() + + def __str__(self) -> str: + return self._path.__str__() + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.as_posix()!r})" + + def __bytes__(self) -> bytes: + return self._path.__bytes__() + + def __hash__(self) -> int: + return self._path.__hash__() + + def __eq__(self, other: object) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__eq__(target) + + def __lt__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__lt__(target) + + def __le__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__le__(target) + + def __gt__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__gt__(target) + + def __ge__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__ge__(target) + + def __truediv__(self, other: str | PathLike[str]) -> Path: + return Path(self._path / other) + + def __rtruediv__(self, other: str | PathLike[str]) -> Path: + return Path(other) / self + + @property + def parts(self) -> tuple[str, ...]: + return self._path.parts + + @property + def drive(self) -> str: + return self._path.drive + + @property + def root(self) -> str: + return self._path.root + + @property + def anchor(self) -> str: + return self._path.anchor + + @property + def parents(self) -> Sequence[Path]: + return tuple(Path(p) for p in self._path.parents) + + @property + def parent(self) -> Path: + return Path(self._path.parent) + + @property + def name(self) -> str: + return self._path.name + + @property + def suffix(self) -> str: + return self._path.suffix + + @property + def suffixes(self) -> list[str]: + return self._path.suffixes + + @property + def stem(self) -> str: + return self._path.stem + + async def absolute(self) -> Path: + path = await to_thread.run_sync(self._path.absolute) + return Path(path) + + def as_posix(self) -> str: + return self._path.as_posix() + + def as_uri(self) -> str: + return self._path.as_uri() + + if sys.version_info >= (3, 13): + parser: ClassVar[ModuleType] = pathlib.Path.parser + + @classmethod + def from_uri(cls, uri: str) -> Path: + return Path(pathlib.Path.from_uri(uri)) + + def full_match( + self, path_pattern: str, *, case_sensitive: bool | None = None + ) -> bool: + return self._path.full_match(path_pattern, case_sensitive=case_sensitive) + + def match( + self, path_pattern: str, *, case_sensitive: bool | None = None + ) -> bool: + return self._path.match(path_pattern, case_sensitive=case_sensitive) + else: + + def match(self, path_pattern: str) -> bool: + return self._path.match(path_pattern) + + if sys.version_info >= (3, 14): + + @property + def info(self) -> Any: # TODO: add return type annotation when Typeshed gets it + return self._path.info + + async def copy( + self, + target: str | os.PathLike[str], + *, + follow_symlinks: bool = True, + dirs_exist_ok: bool = False, + preserve_metadata: bool = False, + ) -> Path: + func = partial( + self._path.copy, + follow_symlinks=follow_symlinks, + dirs_exist_ok=dirs_exist_ok, + preserve_metadata=preserve_metadata, + ) + return Path(await to_thread.run_sync(func, target)) + + async def copy_into( + self, + target_dir: str | os.PathLike[str], + *, + follow_symlinks: bool = True, + dirs_exist_ok: bool = False, + preserve_metadata: bool = False, + ) -> Path: + func = partial( + self._path.copy_into, + follow_symlinks=follow_symlinks, + dirs_exist_ok=dirs_exist_ok, + preserve_metadata=preserve_metadata, + ) + return Path(await to_thread.run_sync(func, target_dir)) + + async def move(self, target: str | os.PathLike[str]) -> Path: + # Upstream does not handle anyio.Path properly as a PathLike + target = pathlib.Path(target) + return Path(await to_thread.run_sync(self._path.move, target)) + + async def move_into( + self, + target_dir: str | os.PathLike[str], + ) -> Path: + return Path(await to_thread.run_sync(self._path.move_into, target_dir)) + + def is_relative_to(self, other: str | PathLike[str]) -> bool: + try: + self.relative_to(other) + return True + except ValueError: + return False + + async def chmod(self, mode: int, *, follow_symlinks: bool = True) -> None: + func = partial(os.chmod, follow_symlinks=follow_symlinks) + return await to_thread.run_sync(func, self._path, mode) + + @classmethod + async def cwd(cls) -> Path: + path = await to_thread.run_sync(pathlib.Path.cwd) + return cls(path) + + async def exists(self) -> bool: + return await to_thread.run_sync(self._path.exists, abandon_on_cancel=True) + + async def expanduser(self) -> Path: + return Path( + await to_thread.run_sync(self._path.expanduser, abandon_on_cancel=True) + ) + + def glob(self, pattern: str) -> AsyncIterator[Path]: + gen = self._path.glob(pattern) + return _PathIterator(gen) + + async def group(self) -> str: + return await to_thread.run_sync(self._path.group, abandon_on_cancel=True) + + async def hardlink_to( + self, target: str | bytes | PathLike[str] | PathLike[bytes] + ) -> None: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(os.link, target, self) + + @classmethod + async def home(cls) -> Path: + home_path = await to_thread.run_sync(pathlib.Path.home) + return cls(home_path) + + def is_absolute(self) -> bool: + return self._path.is_absolute() + + async def is_block_device(self) -> bool: + return await to_thread.run_sync( + self._path.is_block_device, abandon_on_cancel=True + ) + + async def is_char_device(self) -> bool: + return await to_thread.run_sync( + self._path.is_char_device, abandon_on_cancel=True + ) + + async def is_dir(self) -> bool: + return await to_thread.run_sync(self._path.is_dir, abandon_on_cancel=True) + + async def is_fifo(self) -> bool: + return await to_thread.run_sync(self._path.is_fifo, abandon_on_cancel=True) + + async def is_file(self) -> bool: + return await to_thread.run_sync(self._path.is_file, abandon_on_cancel=True) + + if sys.version_info >= (3, 12): + + async def is_junction(self) -> bool: + return await to_thread.run_sync(self._path.is_junction) + + async def is_mount(self) -> bool: + return await to_thread.run_sync( + os.path.ismount, self._path, abandon_on_cancel=True + ) + + def is_reserved(self) -> bool: + return self._path.is_reserved() + + async def is_socket(self) -> bool: + return await to_thread.run_sync(self._path.is_socket, abandon_on_cancel=True) + + async def is_symlink(self) -> bool: + return await to_thread.run_sync(self._path.is_symlink, abandon_on_cancel=True) + + async def iterdir(self) -> AsyncIterator[Path]: + gen = ( + self._path.iterdir() + if sys.version_info < (3, 13) + else await to_thread.run_sync(self._path.iterdir, abandon_on_cancel=True) + ) + async for path in _PathIterator(gen): + yield path + + def joinpath(self, *args: str | PathLike[str]) -> Path: + return Path(self._path.joinpath(*args)) + + async def lchmod(self, mode: int) -> None: + await to_thread.run_sync(self._path.lchmod, mode) + + async def lstat(self) -> os.stat_result: + return await to_thread.run_sync(self._path.lstat, abandon_on_cancel=True) + + async def mkdir( + self, mode: int = 0o777, parents: bool = False, exist_ok: bool = False + ) -> None: + await to_thread.run_sync(self._path.mkdir, mode, parents, exist_ok) + + @overload + async def open( + self, + mode: OpenBinaryMode, + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + ) -> AsyncFile[bytes]: ... + + @overload + async def open( + self, + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + ) -> AsyncFile[str]: ... + + async def open( + self, + mode: str = "r", + buffering: int = -1, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + ) -> AsyncFile[Any]: + fp = await to_thread.run_sync( + self._path.open, mode, buffering, encoding, errors, newline + ) + return AsyncFile(fp) + + async def owner(self) -> str: + return await to_thread.run_sync(self._path.owner, abandon_on_cancel=True) + + async def read_bytes(self) -> bytes: + return await to_thread.run_sync(self._path.read_bytes) + + async def read_text( + self, encoding: str | None = None, errors: str | None = None + ) -> str: + return await to_thread.run_sync(self._path.read_text, encoding, errors) + + if sys.version_info >= (3, 12): + + def relative_to( + self, *other: str | PathLike[str], walk_up: bool = False + ) -> Path: + return Path(self._path.relative_to(*other, walk_up=walk_up)) + + else: + + def relative_to(self, *other: str | PathLike[str]) -> Path: + return Path(self._path.relative_to(*other)) + + async def readlink(self) -> Path: + target = await to_thread.run_sync(os.readlink, self._path) + return Path(target) + + async def rename(self, target: str | pathlib.PurePath | Path) -> Path: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.rename, target) + return Path(target) + + async def replace(self, target: str | pathlib.PurePath | Path) -> Path: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.replace, target) + return Path(target) + + async def resolve(self, strict: bool = False) -> Path: + func = partial(self._path.resolve, strict=strict) + return Path(await to_thread.run_sync(func, abandon_on_cancel=True)) + + def rglob(self, pattern: str) -> AsyncIterator[Path]: + gen = self._path.rglob(pattern) + return _PathIterator(gen) + + async def rmdir(self) -> None: + await to_thread.run_sync(self._path.rmdir) + + async def samefile(self, other_path: str | PathLike[str]) -> bool: + if isinstance(other_path, Path): + other_path = other_path._path + + return await to_thread.run_sync( + self._path.samefile, other_path, abandon_on_cancel=True + ) + + async def stat(self, *, follow_symlinks: bool = True) -> os.stat_result: + func = partial(os.stat, follow_symlinks=follow_symlinks) + return await to_thread.run_sync(func, self._path, abandon_on_cancel=True) + + async def symlink_to( + self, + target: str | bytes | PathLike[str] | PathLike[bytes], + target_is_directory: bool = False, + ) -> None: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.symlink_to, target, target_is_directory) + + async def touch(self, mode: int = 0o666, exist_ok: bool = True) -> None: + await to_thread.run_sync(self._path.touch, mode, exist_ok) + + async def unlink(self, missing_ok: bool = False) -> None: + try: + await to_thread.run_sync(self._path.unlink) + except FileNotFoundError: + if not missing_ok: + raise + + if sys.version_info >= (3, 12): + + async def walk( + self, + top_down: bool = True, + on_error: Callable[[OSError], object] | None = None, + follow_symlinks: bool = False, + ) -> AsyncIterator[tuple[Path, list[str], list[str]]]: + def get_next_value() -> tuple[pathlib.Path, list[str], list[str]] | None: + try: + return next(gen) + except StopIteration: + return None + + gen = self._path.walk(top_down, on_error, follow_symlinks) + while True: + value = await to_thread.run_sync(get_next_value) + if value is None: + return + + root, dirs, paths = value + yield Path(root), dirs, paths + + def with_name(self, name: str) -> Path: + return Path(self._path.with_name(name)) + + def with_stem(self, stem: str) -> Path: + return Path(self._path.with_name(stem + self._path.suffix)) + + def with_suffix(self, suffix: str) -> Path: + return Path(self._path.with_suffix(suffix)) + + def with_segments(self, *pathsegments: str | PathLike[str]) -> Path: + return Path(*pathsegments) + + async def write_bytes(self, data: bytes) -> int: + return await to_thread.run_sync(self._path.write_bytes, data) + + async def write_text( + self, + data: str, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + ) -> int: + # Path.write_text() does not support the "newline" parameter before Python 3.10 + def sync_write_text() -> int: + with self._path.open( + "w", encoding=encoding, errors=errors, newline=newline + ) as fp: + return fp.write(data) + + return await to_thread.run_sync(sync_write_text) + + +PathLike.register(Path) diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_resources.py b/venv/lib/python3.11/site-packages/anyio/_core/_resources.py new file mode 100644 index 0000000..b9a5344 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_resources.py @@ -0,0 +1,18 @@ +from __future__ import annotations + +from ..abc import AsyncResource +from ._tasks import CancelScope + + +async def aclose_forcefully(resource: AsyncResource) -> None: + """ + Close an asynchronous resource in a cancelled scope. + + Doing this closes the resource without waiting on anything. + + :param resource: the resource to close + + """ + with CancelScope() as scope: + scope.cancel() + await resource.aclose() diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_signals.py b/venv/lib/python3.11/site-packages/anyio/_core/_signals.py new file mode 100644 index 0000000..f3451d3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_signals.py @@ -0,0 +1,27 @@ +from __future__ import annotations + +from collections.abc import AsyncIterator +from contextlib import AbstractContextManager +from signal import Signals + +from ._eventloop import get_async_backend + + +def open_signal_receiver( + *signals: Signals, +) -> AbstractContextManager[AsyncIterator[Signals]]: + """ + Start receiving operating system signals. + + :param signals: signals to receive (e.g. ``signal.SIGINT``) + :return: an asynchronous context manager for an asynchronous iterator which yields + signal numbers + + .. warning:: Windows does not support signals natively so it is best to avoid + relying on this in cross-platform applications. + + .. warning:: On asyncio, this permanently replaces any previous signal handler for + the given signals, as set via :meth:`~asyncio.loop.add_signal_handler`. + + """ + return get_async_backend().open_signal_receiver(*signals) diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_sockets.py b/venv/lib/python3.11/site-packages/anyio/_core/_sockets.py new file mode 100644 index 0000000..054bcdd --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_sockets.py @@ -0,0 +1,792 @@ +from __future__ import annotations + +import errno +import os +import socket +import ssl +import stat +import sys +from collections.abc import Awaitable +from ipaddress import IPv6Address, ip_address +from os import PathLike, chmod +from socket import AddressFamily, SocketKind +from typing import TYPE_CHECKING, Any, Literal, cast, overload + +from .. import to_thread +from ..abc import ( + ConnectedUDPSocket, + ConnectedUNIXDatagramSocket, + IPAddressType, + IPSockAddrType, + SocketListener, + SocketStream, + UDPSocket, + UNIXDatagramSocket, + UNIXSocketStream, +) +from ..streams.stapled import MultiListener +from ..streams.tls import TLSStream +from ._eventloop import get_async_backend +from ._resources import aclose_forcefully +from ._synchronization import Event +from ._tasks import create_task_group, move_on_after + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike +else: + FileDescriptorLike = object + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + +if sys.version_info < (3, 13): + from typing_extensions import deprecated +else: + from warnings import deprecated + +IPPROTO_IPV6 = getattr(socket, "IPPROTO_IPV6", 41) # https://bugs.python.org/issue29515 + +AnyIPAddressFamily = Literal[ + AddressFamily.AF_UNSPEC, AddressFamily.AF_INET, AddressFamily.AF_INET6 +] +IPAddressFamily = Literal[AddressFamily.AF_INET, AddressFamily.AF_INET6] + + +# tls_hostname given +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str, + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# ssl_context given +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + ssl_context: ssl.SSLContext, + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# tls=True +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + tls: Literal[True], + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# tls=False +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + tls: Literal[False], + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> SocketStream: ... + + +# No TLS arguments +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + happy_eyeballs_delay: float = ..., +) -> SocketStream: ... + + +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = None, + tls: bool = False, + ssl_context: ssl.SSLContext | None = None, + tls_standard_compatible: bool = True, + tls_hostname: str | None = None, + happy_eyeballs_delay: float = 0.25, +) -> SocketStream | TLSStream: + """ + Connect to a host using the TCP protocol. + + This function implements the stateless version of the Happy Eyeballs algorithm (RFC + 6555). If ``remote_host`` is a host name that resolves to multiple IP addresses, + each one is tried until one connection attempt succeeds. If the first attempt does + not connected within 250 milliseconds, a second attempt is started using the next + address in the list, and so on. On IPv6 enabled systems, an IPv6 address (if + available) is tried first. + + When the connection has been established, a TLS handshake will be done if either + ``ssl_context`` or ``tls_hostname`` is not ``None``, or if ``tls`` is ``True``. + + :param remote_host: the IP address or host name to connect to + :param remote_port: port on the target host to connect to + :param local_host: the interface address or name to bind the socket to before + connecting + :param tls: ``True`` to do a TLS handshake with the connected stream and return a + :class:`~anyio.streams.tls.TLSStream` instead + :param ssl_context: the SSL context object to use (if omitted, a default context is + created) + :param tls_standard_compatible: If ``True``, performs the TLS shutdown handshake + before closing the stream and requires that the server does this as well. + Otherwise, :exc:`~ssl.SSLEOFError` may be raised during reads from the stream. + Some protocols, such as HTTP, require this option to be ``False``. + See :meth:`~ssl.SSLContext.wrap_socket` for details. + :param tls_hostname: host name to check the server certificate against (defaults to + the value of ``remote_host``) + :param happy_eyeballs_delay: delay (in seconds) before starting the next connection + attempt + :return: a socket stream object if no TLS handshake was done, otherwise a TLS stream + :raises OSError: if the connection attempt fails + + """ + # Placed here due to https://github.com/python/mypy/issues/7057 + connected_stream: SocketStream | None = None + + async def try_connect(remote_host: str, event: Event) -> None: + nonlocal connected_stream + try: + stream = await asynclib.connect_tcp(remote_host, remote_port, local_address) + except OSError as exc: + oserrors.append(exc) + return + else: + if connected_stream is None: + connected_stream = stream + tg.cancel_scope.cancel() + else: + await stream.aclose() + finally: + event.set() + + asynclib = get_async_backend() + local_address: IPSockAddrType | None = None + family = socket.AF_UNSPEC + if local_host: + gai_res = await getaddrinfo(str(local_host), None) + family, *_, local_address = gai_res[0] + + target_host = str(remote_host) + try: + addr_obj = ip_address(remote_host) + except ValueError: + addr_obj = None + + if addr_obj is not None: + if isinstance(addr_obj, IPv6Address): + target_addrs = [(socket.AF_INET6, addr_obj.compressed)] + else: + target_addrs = [(socket.AF_INET, addr_obj.compressed)] + else: + # getaddrinfo() will raise an exception if name resolution fails + gai_res = await getaddrinfo( + target_host, remote_port, family=family, type=socket.SOCK_STREAM + ) + + # Organize the list so that the first address is an IPv6 address (if available) + # and the second one is an IPv4 addresses. The rest can be in whatever order. + v6_found = v4_found = False + target_addrs = [] + for af, *rest, sa in gai_res: + if af == socket.AF_INET6 and not v6_found: + v6_found = True + target_addrs.insert(0, (af, sa[0])) + elif af == socket.AF_INET and not v4_found and v6_found: + v4_found = True + target_addrs.insert(1, (af, sa[0])) + else: + target_addrs.append((af, sa[0])) + + oserrors: list[OSError] = [] + try: + async with create_task_group() as tg: + for i, (af, addr) in enumerate(target_addrs): + event = Event() + tg.start_soon(try_connect, addr, event) + with move_on_after(happy_eyeballs_delay): + await event.wait() + + if connected_stream is None: + cause = ( + oserrors[0] + if len(oserrors) == 1 + else ExceptionGroup("multiple connection attempts failed", oserrors) + ) + raise OSError("All connection attempts failed") from cause + finally: + oserrors.clear() + + if tls or tls_hostname or ssl_context: + try: + return await TLSStream.wrap( + connected_stream, + server_side=False, + hostname=tls_hostname or str(remote_host), + ssl_context=ssl_context, + standard_compatible=tls_standard_compatible, + ) + except BaseException: + await aclose_forcefully(connected_stream) + raise + + return connected_stream + + +async def connect_unix(path: str | bytes | PathLike[Any]) -> UNIXSocketStream: + """ + Connect to the given UNIX socket. + + Not available on Windows. + + :param path: path to the socket + :return: a socket stream object + + """ + path = os.fspath(path) + return await get_async_backend().connect_unix(path) + + +async def create_tcp_listener( + *, + local_host: IPAddressType | None = None, + local_port: int = 0, + family: AnyIPAddressFamily = socket.AddressFamily.AF_UNSPEC, + backlog: int = 65536, + reuse_port: bool = False, +) -> MultiListener[SocketStream]: + """ + Create a TCP socket listener. + + :param local_port: port number to listen on + :param local_host: IP address of the interface to listen on. If omitted, listen on + all IPv4 and IPv6 interfaces. To listen on all interfaces on a specific address + family, use ``0.0.0.0`` for IPv4 or ``::`` for IPv6. + :param family: address family (used if ``local_host`` was omitted) + :param backlog: maximum number of queued incoming connections (up to a maximum of + 2**16, or 65536) + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a list of listener objects + + """ + asynclib = get_async_backend() + backlog = min(backlog, 65536) + local_host = str(local_host) if local_host is not None else None + gai_res = await getaddrinfo( + local_host, + local_port, + family=family, + type=socket.SocketKind.SOCK_STREAM if sys.platform == "win32" else 0, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + listeners: list[SocketListener] = [] + try: + # The set() is here to work around a glibc bug: + # https://sourceware.org/bugzilla/show_bug.cgi?id=14969 + sockaddr: tuple[str, int] | tuple[str, int, int, int] + for fam, kind, *_, sockaddr in sorted(set(gai_res)): + # Workaround for an uvloop bug where we don't get the correct scope ID for + # IPv6 link-local addresses when passing type=socket.SOCK_STREAM to + # getaddrinfo(): https://github.com/MagicStack/uvloop/issues/539 + if sys.platform != "win32" and kind is not SocketKind.SOCK_STREAM: + continue + + raw_socket = socket.socket(fam) + raw_socket.setblocking(False) + + # For Windows, enable exclusive address use. For others, enable address + # reuse. + if sys.platform == "win32": + raw_socket.setsockopt(socket.SOL_SOCKET, socket.SO_EXCLUSIVEADDRUSE, 1) + else: + raw_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + + if reuse_port: + raw_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1) + + # If only IPv6 was requested, disable dual stack operation + if fam == socket.AF_INET6: + raw_socket.setsockopt(IPPROTO_IPV6, socket.IPV6_V6ONLY, 1) + + # Workaround for #554 + if "%" in sockaddr[0]: + addr, scope_id = sockaddr[0].split("%", 1) + sockaddr = (addr, sockaddr[1], 0, int(scope_id)) + + raw_socket.bind(sockaddr) + raw_socket.listen(backlog) + listener = asynclib.create_tcp_listener(raw_socket) + listeners.append(listener) + except BaseException: + for listener in listeners: + await listener.aclose() + + raise + + return MultiListener(listeners) + + +async def create_unix_listener( + path: str | bytes | PathLike[Any], + *, + mode: int | None = None, + backlog: int = 65536, +) -> SocketListener: + """ + Create a UNIX socket listener. + + Not available on Windows. + + :param path: path of the socket + :param mode: permissions to set on the socket + :param backlog: maximum number of queued incoming connections (up to a maximum of + 2**16, or 65536) + :return: a listener object + + .. versionchanged:: 3.0 + If a socket already exists on the file system in the given path, it will be + removed first. + + """ + backlog = min(backlog, 65536) + raw_socket = await setup_unix_local_socket(path, mode, socket.SOCK_STREAM) + try: + raw_socket.listen(backlog) + return get_async_backend().create_unix_listener(raw_socket) + except BaseException: + raw_socket.close() + raise + + +async def create_udp_socket( + family: AnyIPAddressFamily = AddressFamily.AF_UNSPEC, + *, + local_host: IPAddressType | None = None, + local_port: int = 0, + reuse_port: bool = False, +) -> UDPSocket: + """ + Create a UDP socket. + + If ``port`` has been given, the socket will be bound to this port on the local + machine, making this socket suitable for providing UDP based services. + + :param family: address family (``AF_INET`` or ``AF_INET6``) – automatically + determined from ``local_host`` if omitted + :param local_host: IP address or host name of the local interface to bind to + :param local_port: local port to bind to + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a UDP socket + + """ + if family is AddressFamily.AF_UNSPEC and not local_host: + raise ValueError('Either "family" or "local_host" must be given') + + if local_host: + gai_res = await getaddrinfo( + str(local_host), + local_port, + family=family, + type=socket.SOCK_DGRAM, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + local_address = gai_res[0][-1] + elif family is AddressFamily.AF_INET6: + local_address = ("::", 0) + else: + local_address = ("0.0.0.0", 0) + + sock = await get_async_backend().create_udp_socket( + family, local_address, None, reuse_port + ) + return cast(UDPSocket, sock) + + +async def create_connected_udp_socket( + remote_host: IPAddressType, + remote_port: int, + *, + family: AnyIPAddressFamily = AddressFamily.AF_UNSPEC, + local_host: IPAddressType | None = None, + local_port: int = 0, + reuse_port: bool = False, +) -> ConnectedUDPSocket: + """ + Create a connected UDP socket. + + Connected UDP sockets can only communicate with the specified remote host/port, an + any packets sent from other sources are dropped. + + :param remote_host: remote host to set as the default target + :param remote_port: port on the remote host to set as the default target + :param family: address family (``AF_INET`` or ``AF_INET6``) – automatically + determined from ``local_host`` or ``remote_host`` if omitted + :param local_host: IP address or host name of the local interface to bind to + :param local_port: local port to bind to + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a connected UDP socket + + """ + local_address = None + if local_host: + gai_res = await getaddrinfo( + str(local_host), + local_port, + family=family, + type=socket.SOCK_DGRAM, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + local_address = gai_res[0][-1] + + gai_res = await getaddrinfo( + str(remote_host), remote_port, family=family, type=socket.SOCK_DGRAM + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + remote_address = gai_res[0][-1] + + sock = await get_async_backend().create_udp_socket( + family, local_address, remote_address, reuse_port + ) + return cast(ConnectedUDPSocket, sock) + + +async def create_unix_datagram_socket( + *, + local_path: None | str | bytes | PathLike[Any] = None, + local_mode: int | None = None, +) -> UNIXDatagramSocket: + """ + Create a UNIX datagram socket. + + Not available on Windows. + + If ``local_path`` has been given, the socket will be bound to this path, making this + socket suitable for receiving datagrams from other processes. Other processes can + send datagrams to this socket only if ``local_path`` is set. + + If a socket already exists on the file system in the ``local_path``, it will be + removed first. + + :param local_path: the path on which to bind to + :param local_mode: permissions to set on the local socket + :return: a UNIX datagram socket + + """ + raw_socket = await setup_unix_local_socket( + local_path, local_mode, socket.SOCK_DGRAM + ) + return await get_async_backend().create_unix_datagram_socket(raw_socket, None) + + +async def create_connected_unix_datagram_socket( + remote_path: str | bytes | PathLike[Any], + *, + local_path: None | str | bytes | PathLike[Any] = None, + local_mode: int | None = None, +) -> ConnectedUNIXDatagramSocket: + """ + Create a connected UNIX datagram socket. + + Connected datagram sockets can only communicate with the specified remote path. + + If ``local_path`` has been given, the socket will be bound to this path, making + this socket suitable for receiving datagrams from other processes. Other processes + can send datagrams to this socket only if ``local_path`` is set. + + If a socket already exists on the file system in the ``local_path``, it will be + removed first. + + :param remote_path: the path to set as the default target + :param local_path: the path on which to bind to + :param local_mode: permissions to set on the local socket + :return: a connected UNIX datagram socket + + """ + remote_path = os.fspath(remote_path) + raw_socket = await setup_unix_local_socket( + local_path, local_mode, socket.SOCK_DGRAM + ) + return await get_async_backend().create_unix_datagram_socket( + raw_socket, remote_path + ) + + +async def getaddrinfo( + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, +) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int]]]: + """ + Look up a numeric IP address given a host name. + + Internationalized domain names are translated according to the (non-transitional) + IDNA 2008 standard. + + .. note:: 4-tuple IPv6 socket addresses are automatically converted to 2-tuples of + (host, port), unlike what :func:`socket.getaddrinfo` does. + + :param host: host name + :param port: port number + :param family: socket family (`'AF_INET``, ...) + :param type: socket type (``SOCK_STREAM``, ...) + :param proto: protocol number + :param flags: flags to pass to upstream ``getaddrinfo()`` + :return: list of tuples containing (family, type, proto, canonname, sockaddr) + + .. seealso:: :func:`socket.getaddrinfo` + + """ + # Handle unicode hostnames + if isinstance(host, str): + try: + encoded_host: bytes | None = host.encode("ascii") + except UnicodeEncodeError: + import idna + + encoded_host = idna.encode(host, uts46=True) + else: + encoded_host = host + + gai_res = await get_async_backend().getaddrinfo( + encoded_host, port, family=family, type=type, proto=proto, flags=flags + ) + return [ + (family, type, proto, canonname, convert_ipv6_sockaddr(sockaddr)) + for family, type, proto, canonname, sockaddr in gai_res + # filter out IPv6 results when IPv6 is disabled + if not isinstance(sockaddr[0], int) + ] + + +def getnameinfo(sockaddr: IPSockAddrType, flags: int = 0) -> Awaitable[tuple[str, str]]: + """ + Look up the host name of an IP address. + + :param sockaddr: socket address (e.g. (ipaddress, port) for IPv4) + :param flags: flags to pass to upstream ``getnameinfo()`` + :return: a tuple of (host name, service name) + + .. seealso:: :func:`socket.getnameinfo` + + """ + return get_async_backend().getnameinfo(sockaddr, flags) + + +@deprecated("This function is deprecated; use `wait_readable` instead") +def wait_socket_readable(sock: socket.socket) -> Awaitable[None]: + """ + .. deprecated:: 4.7.0 + Use :func:`wait_readable` instead. + + Wait until the given socket has data to be read. + + .. warning:: Only use this on raw sockets that have not been wrapped by any higher + level constructs like socket streams! + + :param sock: a socket object + :raises ~anyio.ClosedResourceError: if the socket was closed while waiting for the + socket to become readable + :raises ~anyio.BusyResourceError: if another task is already waiting for the socket + to become readable + + """ + return get_async_backend().wait_readable(sock.fileno()) + + +@deprecated("This function is deprecated; use `wait_writable` instead") +def wait_socket_writable(sock: socket.socket) -> Awaitable[None]: + """ + .. deprecated:: 4.7.0 + Use :func:`wait_writable` instead. + + Wait until the given socket can be written to. + + This does **NOT** work on Windows when using the asyncio backend with a proactor + event loop (default on py3.8+). + + .. warning:: Only use this on raw sockets that have not been wrapped by any higher + level constructs like socket streams! + + :param sock: a socket object + :raises ~anyio.ClosedResourceError: if the socket was closed while waiting for the + socket to become writable + :raises ~anyio.BusyResourceError: if another task is already waiting for the socket + to become writable + + """ + return get_async_backend().wait_writable(sock.fileno()) + + +def wait_readable(obj: FileDescriptorLike) -> Awaitable[None]: + """ + Wait until the given object has data to be read. + + On Unix systems, ``obj`` must either be an integer file descriptor, or else an + object with a ``.fileno()`` method which returns an integer file descriptor. Any + kind of file descriptor can be passed, though the exact semantics will depend on + your kernel. For example, this probably won't do anything useful for on-disk files. + + On Windows systems, ``obj`` must either be an integer ``SOCKET`` handle, or else an + object with a ``.fileno()`` method which returns an integer ``SOCKET`` handle. File + descriptors aren't supported, and neither are handles that refer to anything besides + a ``SOCKET``. + + On backends where this functionality is not natively provided (asyncio + ``ProactorEventLoop`` on Windows), it is provided using a separate selector thread + which is set to shut down when the interpreter shuts down. + + .. warning:: Don't use this on raw sockets that have been wrapped by any higher + level constructs like socket streams! + + :param obj: an object with a ``.fileno()`` method or an integer handle + :raises ~anyio.ClosedResourceError: if the object was closed while waiting for the + object to become readable + :raises ~anyio.BusyResourceError: if another task is already waiting for the object + to become readable + + """ + return get_async_backend().wait_readable(obj) + + +def wait_writable(obj: FileDescriptorLike) -> Awaitable[None]: + """ + Wait until the given object can be written to. + + :param obj: an object with a ``.fileno()`` method or an integer handle + :raises ~anyio.ClosedResourceError: if the object was closed while waiting for the + object to become writable + :raises ~anyio.BusyResourceError: if another task is already waiting for the object + to become writable + + .. seealso:: See the documentation of :func:`wait_readable` for the definition of + ``obj`` and notes on backend compatibility. + + .. warning:: Don't use this on raw sockets that have been wrapped by any higher + level constructs like socket streams! + + """ + return get_async_backend().wait_writable(obj) + + +# +# Private API +# + + +def convert_ipv6_sockaddr( + sockaddr: tuple[str, int, int, int] | tuple[str, int], +) -> tuple[str, int]: + """ + Convert a 4-tuple IPv6 socket address to a 2-tuple (address, port) format. + + If the scope ID is nonzero, it is added to the address, separated with ``%``. + Otherwise the flow id and scope id are simply cut off from the tuple. + Any other kinds of socket addresses are returned as-is. + + :param sockaddr: the result of :meth:`~socket.socket.getsockname` + :return: the converted socket address + + """ + # This is more complicated than it should be because of MyPy + if isinstance(sockaddr, tuple) and len(sockaddr) == 4: + host, port, flowinfo, scope_id = sockaddr + if scope_id: + # PyPy (as of v7.3.11) leaves the interface name in the result, so + # we discard it and only get the scope ID from the end + # (https://foss.heptapod.net/pypy/pypy/-/issues/3938) + host = host.split("%")[0] + + # Add scope_id to the address + return f"{host}%{scope_id}", port + else: + return host, port + else: + return sockaddr + + +async def setup_unix_local_socket( + path: None | str | bytes | PathLike[Any], + mode: int | None, + socktype: int, +) -> socket.socket: + """ + Create a UNIX local socket object, deleting the socket at the given path if it + exists. + + Not available on Windows. + + :param path: path of the socket + :param mode: permissions to set on the socket + :param socktype: socket.SOCK_STREAM or socket.SOCK_DGRAM + + """ + path_str: str | None + if path is not None: + path_str = os.fsdecode(path) + + # Linux abstract namespace sockets aren't backed by a concrete file so skip stat call + if not path_str.startswith("\0"): + # Copied from pathlib... + try: + stat_result = os.stat(path) + except OSError as e: + if e.errno not in ( + errno.ENOENT, + errno.ENOTDIR, + errno.EBADF, + errno.ELOOP, + ): + raise + else: + if stat.S_ISSOCK(stat_result.st_mode): + os.unlink(path) + else: + path_str = None + + raw_socket = socket.socket(socket.AF_UNIX, socktype) + raw_socket.setblocking(False) + + if path_str is not None: + try: + await to_thread.run_sync(raw_socket.bind, path_str, abandon_on_cancel=True) + if mode is not None: + await to_thread.run_sync(chmod, path_str, mode, abandon_on_cancel=True) + except BaseException: + raw_socket.close() + raise + + return raw_socket diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_streams.py b/venv/lib/python3.11/site-packages/anyio/_core/_streams.py new file mode 100644 index 0000000..6a9814e --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_streams.py @@ -0,0 +1,52 @@ +from __future__ import annotations + +import math +from typing import TypeVar +from warnings import warn + +from ..streams.memory import ( + MemoryObjectReceiveStream, + MemoryObjectSendStream, + MemoryObjectStreamState, +) + +T_Item = TypeVar("T_Item") + + +class create_memory_object_stream( + tuple[MemoryObjectSendStream[T_Item], MemoryObjectReceiveStream[T_Item]], +): + """ + Create a memory object stream. + + The stream's item type can be annotated like + :func:`create_memory_object_stream[T_Item]`. + + :param max_buffer_size: number of items held in the buffer until ``send()`` starts + blocking + :param item_type: old way of marking the streams with the right generic type for + static typing (does nothing on AnyIO 4) + + .. deprecated:: 4.0 + Use ``create_memory_object_stream[YourItemType](...)`` instead. + :return: a tuple of (send stream, receive stream) + + """ + + def __new__( # type: ignore[misc] + cls, max_buffer_size: float = 0, item_type: object = None + ) -> tuple[MemoryObjectSendStream[T_Item], MemoryObjectReceiveStream[T_Item]]: + if max_buffer_size != math.inf and not isinstance(max_buffer_size, int): + raise ValueError("max_buffer_size must be either an integer or math.inf") + if max_buffer_size < 0: + raise ValueError("max_buffer_size cannot be negative") + if item_type is not None: + warn( + "The item_type argument has been deprecated in AnyIO 4.0. " + "Use create_memory_object_stream[YourItemType](...) instead.", + DeprecationWarning, + stacklevel=2, + ) + + state = MemoryObjectStreamState[T_Item](max_buffer_size) + return (MemoryObjectSendStream(state), MemoryObjectReceiveStream(state)) diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_subprocesses.py b/venv/lib/python3.11/site-packages/anyio/_core/_subprocesses.py new file mode 100644 index 0000000..36d9b30 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_subprocesses.py @@ -0,0 +1,202 @@ +from __future__ import annotations + +import sys +from collections.abc import AsyncIterable, Iterable, Mapping, Sequence +from io import BytesIO +from os import PathLike +from subprocess import PIPE, CalledProcessError, CompletedProcess +from typing import IO, Any, Union, cast + +from ..abc import Process +from ._eventloop import get_async_backend +from ._tasks import create_task_group + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +StrOrBytesPath: TypeAlias = Union[str, bytes, "PathLike[str]", "PathLike[bytes]"] + + +async def run_process( + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + input: bytes | None = None, + stdin: int | IO[Any] | None = None, + stdout: int | IO[Any] | None = PIPE, + stderr: int | IO[Any] | None = PIPE, + check: bool = True, + cwd: StrOrBytesPath | None = None, + env: Mapping[str, str] | None = None, + startupinfo: Any = None, + creationflags: int = 0, + start_new_session: bool = False, + pass_fds: Sequence[int] = (), + user: str | int | None = None, + group: str | int | None = None, + extra_groups: Iterable[str | int] | None = None, + umask: int = -1, +) -> CompletedProcess[bytes]: + """ + Run an external command in a subprocess and wait until it completes. + + .. seealso:: :func:`subprocess.run` + + :param command: either a string to pass to the shell, or an iterable of strings + containing the executable name or path and its arguments + :param input: bytes passed to the standard input of the subprocess + :param stdin: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or `None`; ``input`` overrides this + :param stdout: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or `None` + :param stderr: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + :data:`subprocess.STDOUT`, a file-like object, or `None` + :param check: if ``True``, raise :exc:`~subprocess.CalledProcessError` if the + process terminates with a return code other than 0 + :param cwd: If not ``None``, change the working directory to this before running the + command + :param env: if not ``None``, this mapping replaces the inherited environment + variables from the parent process + :param startupinfo: an instance of :class:`subprocess.STARTUPINFO` that can be used + to specify process startup parameters (Windows only) + :param creationflags: flags that can be used to control the creation of the + subprocess (see :class:`subprocess.Popen` for the specifics) + :param start_new_session: if ``true`` the setsid() system call will be made in the + child process prior to the execution of the subprocess. (POSIX only) + :param pass_fds: sequence of file descriptors to keep open between the parent and + child processes. (POSIX only) + :param user: effective user to run the process as (Python >= 3.9, POSIX only) + :param group: effective group to run the process as (Python >= 3.9, POSIX only) + :param extra_groups: supplementary groups to set in the subprocess (Python >= 3.9, + POSIX only) + :param umask: if not negative, this umask is applied in the child process before + running the given command (Python >= 3.9, POSIX only) + :return: an object representing the completed process + :raises ~subprocess.CalledProcessError: if ``check`` is ``True`` and the process + exits with a nonzero return code + + """ + + async def drain_stream(stream: AsyncIterable[bytes], index: int) -> None: + buffer = BytesIO() + async for chunk in stream: + buffer.write(chunk) + + stream_contents[index] = buffer.getvalue() + + if stdin is not None and input is not None: + raise ValueError("only one of stdin and input is allowed") + + async with await open_process( + command, + stdin=PIPE if input else stdin, + stdout=stdout, + stderr=stderr, + cwd=cwd, + env=env, + startupinfo=startupinfo, + creationflags=creationflags, + start_new_session=start_new_session, + pass_fds=pass_fds, + user=user, + group=group, + extra_groups=extra_groups, + umask=umask, + ) as process: + stream_contents: list[bytes | None] = [None, None] + async with create_task_group() as tg: + if process.stdout: + tg.start_soon(drain_stream, process.stdout, 0) + + if process.stderr: + tg.start_soon(drain_stream, process.stderr, 1) + + if process.stdin and input: + await process.stdin.send(input) + await process.stdin.aclose() + + await process.wait() + + output, errors = stream_contents + if check and process.returncode != 0: + raise CalledProcessError(cast(int, process.returncode), command, output, errors) + + return CompletedProcess(command, cast(int, process.returncode), output, errors) + + +async def open_process( + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None = PIPE, + stdout: int | IO[Any] | None = PIPE, + stderr: int | IO[Any] | None = PIPE, + cwd: StrOrBytesPath | None = None, + env: Mapping[str, str] | None = None, + startupinfo: Any = None, + creationflags: int = 0, + start_new_session: bool = False, + pass_fds: Sequence[int] = (), + user: str | int | None = None, + group: str | int | None = None, + extra_groups: Iterable[str | int] | None = None, + umask: int = -1, +) -> Process: + """ + Start an external command in a subprocess. + + .. seealso:: :class:`subprocess.Popen` + + :param command: either a string to pass to the shell, or an iterable of strings + containing the executable name or path and its arguments + :param stdin: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, a + file-like object, or ``None`` + :param stdout: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or ``None`` + :param stderr: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + :data:`subprocess.STDOUT`, a file-like object, or ``None`` + :param cwd: If not ``None``, the working directory is changed before executing + :param env: If env is not ``None``, it must be a mapping that defines the + environment variables for the new process + :param creationflags: flags that can be used to control the creation of the + subprocess (see :class:`subprocess.Popen` for the specifics) + :param startupinfo: an instance of :class:`subprocess.STARTUPINFO` that can be used + to specify process startup parameters (Windows only) + :param start_new_session: if ``true`` the setsid() system call will be made in the + child process prior to the execution of the subprocess. (POSIX only) + :param pass_fds: sequence of file descriptors to keep open between the parent and + child processes. (POSIX only) + :param user: effective user to run the process as (POSIX only) + :param group: effective group to run the process as (POSIX only) + :param extra_groups: supplementary groups to set in the subprocess (POSIX only) + :param umask: if not negative, this umask is applied in the child process before + running the given command (POSIX only) + :return: an asynchronous process object + + """ + kwargs: dict[str, Any] = {} + if user is not None: + kwargs["user"] = user + + if group is not None: + kwargs["group"] = group + + if extra_groups is not None: + kwargs["extra_groups"] = group + + if umask >= 0: + kwargs["umask"] = umask + + return await get_async_backend().open_process( + command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + cwd=cwd, + env=env, + startupinfo=startupinfo, + creationflags=creationflags, + start_new_session=start_new_session, + pass_fds=pass_fds, + **kwargs, + ) diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_synchronization.py b/venv/lib/python3.11/site-packages/anyio/_core/_synchronization.py new file mode 100644 index 0000000..a633132 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_synchronization.py @@ -0,0 +1,732 @@ +from __future__ import annotations + +import math +from collections import deque +from dataclasses import dataclass +from types import TracebackType + +from sniffio import AsyncLibraryNotFoundError + +from ..lowlevel import checkpoint +from ._eventloop import get_async_backend +from ._exceptions import BusyResourceError +from ._tasks import CancelScope +from ._testing import TaskInfo, get_current_task + + +@dataclass(frozen=True) +class EventStatistics: + """ + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Event.wait` + """ + + tasks_waiting: int + + +@dataclass(frozen=True) +class CapacityLimiterStatistics: + """ + :ivar int borrowed_tokens: number of tokens currently borrowed by tasks + :ivar float total_tokens: total number of available tokens + :ivar tuple borrowers: tasks or other objects currently holding tokens borrowed from + this limiter + :ivar int tasks_waiting: number of tasks waiting on + :meth:`~.CapacityLimiter.acquire` or + :meth:`~.CapacityLimiter.acquire_on_behalf_of` + """ + + borrowed_tokens: int + total_tokens: float + borrowers: tuple[object, ...] + tasks_waiting: int + + +@dataclass(frozen=True) +class LockStatistics: + """ + :ivar bool locked: flag indicating if this lock is locked or not + :ivar ~anyio.TaskInfo owner: task currently holding the lock (or ``None`` if the + lock is not held by any task) + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Lock.acquire` + """ + + locked: bool + owner: TaskInfo | None + tasks_waiting: int + + +@dataclass(frozen=True) +class ConditionStatistics: + """ + :ivar int tasks_waiting: number of tasks blocked on :meth:`~.Condition.wait` + :ivar ~anyio.LockStatistics lock_statistics: statistics of the underlying + :class:`~.Lock` + """ + + tasks_waiting: int + lock_statistics: LockStatistics + + +@dataclass(frozen=True) +class SemaphoreStatistics: + """ + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Semaphore.acquire` + + """ + + tasks_waiting: int + + +class Event: + def __new__(cls) -> Event: + try: + return get_async_backend().create_event() + except AsyncLibraryNotFoundError: + return EventAdapter() + + def set(self) -> None: + """Set the flag, notifying all listeners.""" + raise NotImplementedError + + def is_set(self) -> bool: + """Return ``True`` if the flag is set, ``False`` if not.""" + raise NotImplementedError + + async def wait(self) -> None: + """ + Wait until the flag has been set. + + If the flag has already been set when this method is called, it returns + immediately. + + """ + raise NotImplementedError + + def statistics(self) -> EventStatistics: + """Return statistics about the current state of this event.""" + raise NotImplementedError + + +class EventAdapter(Event): + _internal_event: Event | None = None + _is_set: bool = False + + def __new__(cls) -> EventAdapter: + return object.__new__(cls) + + @property + def _event(self) -> Event: + if self._internal_event is None: + self._internal_event = get_async_backend().create_event() + if self._is_set: + self._internal_event.set() + + return self._internal_event + + def set(self) -> None: + if self._internal_event is None: + self._is_set = True + else: + self._event.set() + + def is_set(self) -> bool: + if self._internal_event is None: + return self._is_set + + return self._internal_event.is_set() + + async def wait(self) -> None: + await self._event.wait() + + def statistics(self) -> EventStatistics: + if self._internal_event is None: + return EventStatistics(tasks_waiting=0) + + return self._internal_event.statistics() + + +class Lock: + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + try: + return get_async_backend().create_lock(fast_acquire=fast_acquire) + except AsyncLibraryNotFoundError: + return LockAdapter(fast_acquire=fast_acquire) + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + async def acquire(self) -> None: + """Acquire the lock.""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire the lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + raise NotImplementedError + + def release(self) -> None: + """Release the lock.""" + raise NotImplementedError + + def locked(self) -> bool: + """Return True if the lock is currently held.""" + raise NotImplementedError + + def statistics(self) -> LockStatistics: + """ + Return statistics about the current state of this lock. + + .. versionadded:: 3.0 + """ + raise NotImplementedError + + +class LockAdapter(Lock): + _internal_lock: Lock | None = None + + def __new__(cls, *, fast_acquire: bool = False) -> LockAdapter: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False): + self._fast_acquire = fast_acquire + + @property + def _lock(self) -> Lock: + if self._internal_lock is None: + self._internal_lock = get_async_backend().create_lock( + fast_acquire=self._fast_acquire + ) + + return self._internal_lock + + async def __aenter__(self) -> None: + await self._lock.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + if self._internal_lock is not None: + self._internal_lock.release() + + async def acquire(self) -> None: + """Acquire the lock.""" + await self._lock.acquire() + + def acquire_nowait(self) -> None: + """ + Acquire the lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + self._lock.acquire_nowait() + + def release(self) -> None: + """Release the lock.""" + self._lock.release() + + def locked(self) -> bool: + """Return True if the lock is currently held.""" + return self._lock.locked() + + def statistics(self) -> LockStatistics: + """ + Return statistics about the current state of this lock. + + .. versionadded:: 3.0 + + """ + if self._internal_lock is None: + return LockStatistics(False, None, 0) + + return self._internal_lock.statistics() + + +class Condition: + _owner_task: TaskInfo | None = None + + def __init__(self, lock: Lock | None = None): + self._lock = lock or Lock() + self._waiters: deque[Event] = deque() + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + def _check_acquired(self) -> None: + if self._owner_task != get_current_task(): + raise RuntimeError("The current task is not holding the underlying lock") + + async def acquire(self) -> None: + """Acquire the underlying lock.""" + await self._lock.acquire() + self._owner_task = get_current_task() + + def acquire_nowait(self) -> None: + """ + Acquire the underlying lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + self._lock.acquire_nowait() + self._owner_task = get_current_task() + + def release(self) -> None: + """Release the underlying lock.""" + self._lock.release() + + def locked(self) -> bool: + """Return True if the lock is set.""" + return self._lock.locked() + + def notify(self, n: int = 1) -> None: + """Notify exactly n listeners.""" + self._check_acquired() + for _ in range(n): + try: + event = self._waiters.popleft() + except IndexError: + break + + event.set() + + def notify_all(self) -> None: + """Notify all the listeners.""" + self._check_acquired() + for event in self._waiters: + event.set() + + self._waiters.clear() + + async def wait(self) -> None: + """Wait for a notification.""" + await checkpoint() + event = Event() + self._waiters.append(event) + self.release() + try: + await event.wait() + except BaseException: + if not event.is_set(): + self._waiters.remove(event) + + raise + finally: + with CancelScope(shield=True): + await self.acquire() + + def statistics(self) -> ConditionStatistics: + """ + Return statistics about the current state of this condition. + + .. versionadded:: 3.0 + """ + return ConditionStatistics(len(self._waiters), self._lock.statistics()) + + +class Semaphore: + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + try: + return get_async_backend().create_semaphore( + initial_value, max_value=max_value, fast_acquire=fast_acquire + ) + except AsyncLibraryNotFoundError: + return SemaphoreAdapter(initial_value, max_value=max_value) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ): + if not isinstance(initial_value, int): + raise TypeError("initial_value must be an integer") + if initial_value < 0: + raise ValueError("initial_value must be >= 0") + if max_value is not None: + if not isinstance(max_value, int): + raise TypeError("max_value must be an integer or None") + if max_value < initial_value: + raise ValueError( + "max_value must be equal to or higher than initial_value" + ) + + self._fast_acquire = fast_acquire + + async def __aenter__(self) -> Semaphore: + await self.acquire() + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + async def acquire(self) -> None: + """Decrement the semaphore value, blocking if necessary.""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire the underlying lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + raise NotImplementedError + + def release(self) -> None: + """Increment the semaphore value.""" + raise NotImplementedError + + @property + def value(self) -> int: + """The current value of the semaphore.""" + raise NotImplementedError + + @property + def max_value(self) -> int | None: + """The maximum value of the semaphore.""" + raise NotImplementedError + + def statistics(self) -> SemaphoreStatistics: + """ + Return statistics about the current state of this semaphore. + + .. versionadded:: 3.0 + """ + raise NotImplementedError + + +class SemaphoreAdapter(Semaphore): + _internal_semaphore: Semaphore | None = None + + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> SemaphoreAdapter: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> None: + super().__init__(initial_value, max_value=max_value, fast_acquire=fast_acquire) + self._initial_value = initial_value + self._max_value = max_value + + @property + def _semaphore(self) -> Semaphore: + if self._internal_semaphore is None: + self._internal_semaphore = get_async_backend().create_semaphore( + self._initial_value, max_value=self._max_value + ) + + return self._internal_semaphore + + async def acquire(self) -> None: + await self._semaphore.acquire() + + def acquire_nowait(self) -> None: + self._semaphore.acquire_nowait() + + def release(self) -> None: + self._semaphore.release() + + @property + def value(self) -> int: + if self._internal_semaphore is None: + return self._initial_value + + return self._semaphore.value + + @property + def max_value(self) -> int | None: + return self._max_value + + def statistics(self) -> SemaphoreStatistics: + if self._internal_semaphore is None: + return SemaphoreStatistics(tasks_waiting=0) + + return self._semaphore.statistics() + + +class CapacityLimiter: + def __new__(cls, total_tokens: float) -> CapacityLimiter: + try: + return get_async_backend().create_capacity_limiter(total_tokens) + except AsyncLibraryNotFoundError: + return CapacityLimiterAdapter(total_tokens) + + async def __aenter__(self) -> None: + raise NotImplementedError + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + raise NotImplementedError + + @property + def total_tokens(self) -> float: + """ + The total number of tokens available for borrowing. + + This is a read-write property. If the total number of tokens is increased, the + proportionate number of tasks waiting on this limiter will be granted their + tokens. + + .. versionchanged:: 3.0 + The property is now writable. + + """ + raise NotImplementedError + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + raise NotImplementedError + + @property + def borrowed_tokens(self) -> int: + """The number of tokens that have currently been borrowed.""" + raise NotImplementedError + + @property + def available_tokens(self) -> float: + """The number of tokens currently available to be borrowed""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire a token for the current task without waiting for one to become + available. + + :raises ~anyio.WouldBlock: if there are no tokens available for borrowing + + """ + raise NotImplementedError + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + """ + Acquire a token without waiting for one to become available. + + :param borrower: the entity borrowing a token + :raises ~anyio.WouldBlock: if there are no tokens available for borrowing + + """ + raise NotImplementedError + + async def acquire(self) -> None: + """ + Acquire a token for the current task, waiting if necessary for one to become + available. + + """ + raise NotImplementedError + + async def acquire_on_behalf_of(self, borrower: object) -> None: + """ + Acquire a token, waiting if necessary for one to become available. + + :param borrower: the entity borrowing a token + + """ + raise NotImplementedError + + def release(self) -> None: + """ + Release the token held by the current task. + + :raises RuntimeError: if the current task has not borrowed a token from this + limiter. + + """ + raise NotImplementedError + + def release_on_behalf_of(self, borrower: object) -> None: + """ + Release the token held by the given borrower. + + :raises RuntimeError: if the borrower has not borrowed a token from this + limiter. + + """ + raise NotImplementedError + + def statistics(self) -> CapacityLimiterStatistics: + """ + Return statistics about the current state of this limiter. + + .. versionadded:: 3.0 + + """ + raise NotImplementedError + + +class CapacityLimiterAdapter(CapacityLimiter): + _internal_limiter: CapacityLimiter | None = None + + def __new__(cls, total_tokens: float) -> CapacityLimiterAdapter: + return object.__new__(cls) + + def __init__(self, total_tokens: float) -> None: + self.total_tokens = total_tokens + + @property + def _limiter(self) -> CapacityLimiter: + if self._internal_limiter is None: + self._internal_limiter = get_async_backend().create_capacity_limiter( + self._total_tokens + ) + + return self._internal_limiter + + async def __aenter__(self) -> None: + await self._limiter.__aenter__() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + return await self._limiter.__aexit__(exc_type, exc_val, exc_tb) + + @property + def total_tokens(self) -> float: + if self._internal_limiter is None: + return self._total_tokens + + return self._internal_limiter.total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + if not isinstance(value, int) and value is not math.inf: + raise TypeError("total_tokens must be an int or math.inf") + elif value < 1: + raise ValueError("total_tokens must be >= 1") + + if self._internal_limiter is None: + self._total_tokens = value + return + + self._limiter.total_tokens = value + + @property + def borrowed_tokens(self) -> int: + if self._internal_limiter is None: + return 0 + + return self._internal_limiter.borrowed_tokens + + @property + def available_tokens(self) -> float: + if self._internal_limiter is None: + return self._total_tokens + + return self._internal_limiter.available_tokens + + def acquire_nowait(self) -> None: + self._limiter.acquire_nowait() + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + self._limiter.acquire_on_behalf_of_nowait(borrower) + + async def acquire(self) -> None: + await self._limiter.acquire() + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await self._limiter.acquire_on_behalf_of(borrower) + + def release(self) -> None: + self._limiter.release() + + def release_on_behalf_of(self, borrower: object) -> None: + self._limiter.release_on_behalf_of(borrower) + + def statistics(self) -> CapacityLimiterStatistics: + if self._internal_limiter is None: + return CapacityLimiterStatistics( + borrowed_tokens=0, + total_tokens=self.total_tokens, + borrowers=(), + tasks_waiting=0, + ) + + return self._internal_limiter.statistics() + + +class ResourceGuard: + """ + A context manager for ensuring that a resource is only used by a single task at a + time. + + Entering this context manager while the previous has not exited it yet will trigger + :exc:`BusyResourceError`. + + :param action: the action to guard against (visible in the :exc:`BusyResourceError` + when triggered, e.g. "Another task is already {action} this resource") + + .. versionadded:: 4.1 + """ + + __slots__ = "action", "_guarded" + + def __init__(self, action: str = "using"): + self.action: str = action + self._guarded = False + + def __enter__(self) -> None: + if self._guarded: + raise BusyResourceError(self.action) + + self._guarded = True + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self._guarded = False diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_tasks.py b/venv/lib/python3.11/site-packages/anyio/_core/_tasks.py new file mode 100644 index 0000000..fe49015 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_tasks.py @@ -0,0 +1,158 @@ +from __future__ import annotations + +import math +from collections.abc import Generator +from contextlib import contextmanager +from types import TracebackType + +from ..abc._tasks import TaskGroup, TaskStatus +from ._eventloop import get_async_backend + + +class _IgnoredTaskStatus(TaskStatus[object]): + def started(self, value: object = None) -> None: + pass + + +TASK_STATUS_IGNORED = _IgnoredTaskStatus() + + +class CancelScope: + """ + Wraps a unit of work that can be made separately cancellable. + + :param deadline: The time (clock value) when this scope is cancelled automatically + :param shield: ``True`` to shield the cancel scope from external cancellation + """ + + def __new__( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return get_async_backend().create_cancel_scope(shield=shield, deadline=deadline) + + def cancel(self) -> None: + """Cancel this scope immediately.""" + raise NotImplementedError + + @property + def deadline(self) -> float: + """ + The time (clock value) when this scope is cancelled automatically. + + Will be ``float('inf')`` if no timeout has been set. + + """ + raise NotImplementedError + + @deadline.setter + def deadline(self, value: float) -> None: + raise NotImplementedError + + @property + def cancel_called(self) -> bool: + """``True`` if :meth:`cancel` has been called.""" + raise NotImplementedError + + @property + def cancelled_caught(self) -> bool: + """ + ``True`` if this scope suppressed a cancellation exception it itself raised. + + This is typically used to check if any work was interrupted, or to see if the + scope was cancelled due to its deadline being reached. The value will, however, + only be ``True`` if the cancellation was triggered by the scope itself (and not + an outer scope). + + """ + raise NotImplementedError + + @property + def shield(self) -> bool: + """ + ``True`` if this scope is shielded from external cancellation. + + While a scope is shielded, it will not receive cancellations from outside. + + """ + raise NotImplementedError + + @shield.setter + def shield(self, value: bool) -> None: + raise NotImplementedError + + def __enter__(self) -> CancelScope: + raise NotImplementedError + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + raise NotImplementedError + + +@contextmanager +def fail_after( + delay: float | None, shield: bool = False +) -> Generator[CancelScope, None, None]: + """ + Create a context manager which raises a :class:`TimeoutError` if does not finish in + time. + + :param delay: maximum allowed time (in seconds) before raising the exception, or + ``None`` to disable the timeout + :param shield: ``True`` to shield the cancel scope from external cancellation + :return: a context manager that yields a cancel scope + :rtype: :class:`~typing.ContextManager`\\[:class:`~anyio.CancelScope`\\] + + """ + current_time = get_async_backend().current_time + deadline = (current_time() + delay) if delay is not None else math.inf + with get_async_backend().create_cancel_scope( + deadline=deadline, shield=shield + ) as cancel_scope: + yield cancel_scope + + if cancel_scope.cancelled_caught and current_time() >= cancel_scope.deadline: + raise TimeoutError + + +def move_on_after(delay: float | None, shield: bool = False) -> CancelScope: + """ + Create a cancel scope with a deadline that expires after the given delay. + + :param delay: maximum allowed time (in seconds) before exiting the context block, or + ``None`` to disable the timeout + :param shield: ``True`` to shield the cancel scope from external cancellation + :return: a cancel scope + + """ + deadline = ( + (get_async_backend().current_time() + delay) if delay is not None else math.inf + ) + return get_async_backend().create_cancel_scope(deadline=deadline, shield=shield) + + +def current_effective_deadline() -> float: + """ + Return the nearest deadline among all the cancel scopes effective for the current + task. + + :return: a clock value from the event loop's internal clock (or ``float('inf')`` if + there is no deadline in effect, or ``float('-inf')`` if the current scope has + been cancelled) + :rtype: float + + """ + return get_async_backend().current_effective_deadline() + + +def create_task_group() -> TaskGroup: + """ + Create a task group. + + :return: a task group + + """ + return get_async_backend().create_task_group() diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_tempfile.py b/venv/lib/python3.11/site-packages/anyio/_core/_tempfile.py new file mode 100644 index 0000000..26d70ec --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_tempfile.py @@ -0,0 +1,616 @@ +from __future__ import annotations + +import os +import sys +import tempfile +from collections.abc import Iterable +from io import BytesIO, TextIOWrapper +from types import TracebackType +from typing import ( + TYPE_CHECKING, + Any, + AnyStr, + Generic, + overload, +) + +from .. import to_thread +from .._core._fileio import AsyncFile +from ..lowlevel import checkpoint_if_cancelled + +if TYPE_CHECKING: + from _typeshed import OpenBinaryMode, OpenTextMode, ReadableBuffer, WriteableBuffer + + +class TemporaryFile(Generic[AnyStr]): + """ + An asynchronous temporary file that is automatically created and cleaned up. + + This class provides an asynchronous context manager interface to a temporary file. + The file is created using Python's standard `tempfile.TemporaryFile` function in a + background thread, and is wrapped as an asynchronous file using `AsyncFile`. + + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file. Only applicable in + text mode. + :param newline: Controls how universal newlines mode works (only applicable in text + mode). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param errors: The error handling scheme used for encoding/decoding errors. + """ + + _async_file: AsyncFile[AnyStr] + + @overload + def __init__( + self: TemporaryFile[bytes], + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + @overload + def __init__( + self: TemporaryFile[str], + mode: OpenTextMode, + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + + def __init__( + self, + mode: OpenTextMode | OpenBinaryMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + *, + errors: str | None = None, + ) -> None: + self.mode = mode + self.buffering = buffering + self.encoding = encoding + self.newline = newline + self.suffix: str | None = suffix + self.prefix: str | None = prefix + self.dir: str | None = dir + self.errors = errors + + async def __aenter__(self) -> AsyncFile[AnyStr]: + fp = await to_thread.run_sync( + lambda: tempfile.TemporaryFile( + self.mode, + self.buffering, + self.encoding, + self.newline, + self.suffix, + self.prefix, + self.dir, + errors=self.errors, + ) + ) + self._async_file = AsyncFile(fp) + return self._async_file + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + await self._async_file.aclose() + + +class NamedTemporaryFile(Generic[AnyStr]): + """ + An asynchronous named temporary file that is automatically created and cleaned up. + + This class provides an asynchronous context manager for a temporary file with a + visible name in the file system. It uses Python's standard + :func:`~tempfile.NamedTemporaryFile` function and wraps the file object with + :class:`AsyncFile` for asynchronous operations. + + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file. Only applicable in + text mode. + :param newline: Controls how universal newlines mode works (only applicable in text + mode). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param delete: Whether to delete the file when it is closed. + :param errors: The error handling scheme used for encoding/decoding errors. + :param delete_on_close: (Python 3.12+) Whether to delete the file on close. + """ + + _async_file: AsyncFile[AnyStr] + + @overload + def __init__( + self: NamedTemporaryFile[bytes], + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + delete: bool = ..., + *, + errors: str | None = ..., + delete_on_close: bool = ..., + ): ... + @overload + def __init__( + self: NamedTemporaryFile[str], + mode: OpenTextMode, + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + delete: bool = ..., + *, + errors: str | None = ..., + delete_on_close: bool = ..., + ): ... + + def __init__( + self, + mode: OpenBinaryMode | OpenTextMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + delete: bool = True, + *, + errors: str | None = None, + delete_on_close: bool = True, + ) -> None: + self._params: dict[str, Any] = { + "mode": mode, + "buffering": buffering, + "encoding": encoding, + "newline": newline, + "suffix": suffix, + "prefix": prefix, + "dir": dir, + "delete": delete, + "errors": errors, + } + if sys.version_info >= (3, 12): + self._params["delete_on_close"] = delete_on_close + + async def __aenter__(self) -> AsyncFile[AnyStr]: + fp = await to_thread.run_sync( + lambda: tempfile.NamedTemporaryFile(**self._params) + ) + self._async_file = AsyncFile(fp) + return self._async_file + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + await self._async_file.aclose() + + +class SpooledTemporaryFile(AsyncFile[AnyStr]): + """ + An asynchronous spooled temporary file that starts in memory and is spooled to disk. + + This class provides an asynchronous interface to a spooled temporary file, much like + Python's standard :class:`~tempfile.SpooledTemporaryFile`. It supports asynchronous + write operations and provides a method to force a rollover to disk. + + :param max_size: Maximum size in bytes before the file is rolled over to disk. + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file (text mode only). + :param newline: Controls how universal newlines mode works (text mode only). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param errors: The error handling scheme used for encoding/decoding errors. + """ + + _rolled: bool = False + + @overload + def __init__( + self: SpooledTemporaryFile[bytes], + max_size: int = ..., + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + @overload + def __init__( + self: SpooledTemporaryFile[str], + max_size: int = ..., + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + + def __init__( + self, + max_size: int = 0, + mode: OpenBinaryMode | OpenTextMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + *, + errors: str | None = None, + ) -> None: + self._tempfile_params: dict[str, Any] = { + "mode": mode, + "buffering": buffering, + "encoding": encoding, + "newline": newline, + "suffix": suffix, + "prefix": prefix, + "dir": dir, + "errors": errors, + } + self._max_size = max_size + if "b" in mode: + super().__init__(BytesIO()) # type: ignore[arg-type] + else: + super().__init__( + TextIOWrapper( # type: ignore[arg-type] + BytesIO(), + encoding=encoding, + errors=errors, + newline=newline, + write_through=True, + ) + ) + + async def aclose(self) -> None: + if not self._rolled: + self._fp.close() + return + + await super().aclose() + + async def _check(self) -> None: + if self._rolled or self._fp.tell() < self._max_size: + return + + await self.rollover() + + async def rollover(self) -> None: + if self._rolled: + return + + self._rolled = True + buffer = self._fp + buffer.seek(0) + self._fp = await to_thread.run_sync( + lambda: tempfile.TemporaryFile(**self._tempfile_params) + ) + await self.write(buffer.read()) + buffer.close() + + @property + def closed(self) -> bool: + return self._fp.closed + + async def read(self, size: int = -1) -> AnyStr: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.read(size) + + return await super().read(size) # type: ignore[return-value] + + async def read1(self: SpooledTemporaryFile[bytes], size: int = -1) -> bytes: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.read1(size) + + return await super().read1(size) + + async def readline(self) -> AnyStr: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.readline() + + return await super().readline() # type: ignore[return-value] + + async def readlines(self) -> list[AnyStr]: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.readlines() + + return await super().readlines() # type: ignore[return-value] + + async def readinto(self: SpooledTemporaryFile[bytes], b: WriteableBuffer) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + self._fp.readinto(b) + + return await super().readinto(b) + + async def readinto1(self: SpooledTemporaryFile[bytes], b: WriteableBuffer) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + self._fp.readinto(b) + + return await super().readinto1(b) + + async def seek(self, offset: int, whence: int | None = os.SEEK_SET) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.seek(offset, whence) + + return await super().seek(offset, whence) + + async def tell(self) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.tell() + + return await super().tell() + + async def truncate(self, size: int | None = None) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.truncate(size) + + return await super().truncate(size) + + @overload + async def write(self: SpooledTemporaryFile[bytes], b: ReadableBuffer) -> int: ... + @overload + async def write(self: SpooledTemporaryFile[str], b: str) -> int: ... + + async def write(self, b: ReadableBuffer | str) -> int: + """ + Asynchronously write data to the spooled temporary file. + + If the file has not yet been rolled over, the data is written synchronously, + and a rollover is triggered if the size exceeds the maximum size. + + :param s: The data to write. + :return: The number of bytes written. + :raises RuntimeError: If the underlying file is not initialized. + + """ + if not self._rolled: + await checkpoint_if_cancelled() + result = self._fp.write(b) + await self._check() + return result + + return await super().write(b) # type: ignore[misc] + + @overload + async def writelines( + self: SpooledTemporaryFile[bytes], lines: Iterable[ReadableBuffer] + ) -> None: ... + @overload + async def writelines( + self: SpooledTemporaryFile[str], lines: Iterable[str] + ) -> None: ... + + async def writelines(self, lines: Iterable[str] | Iterable[ReadableBuffer]) -> None: + """ + Asynchronously write a list of lines to the spooled temporary file. + + If the file has not yet been rolled over, the lines are written synchronously, + and a rollover is triggered if the size exceeds the maximum size. + + :param lines: An iterable of lines to write. + :raises RuntimeError: If the underlying file is not initialized. + + """ + if not self._rolled: + await checkpoint_if_cancelled() + result = self._fp.writelines(lines) + await self._check() + return result + + return await super().writelines(lines) # type: ignore[misc] + + +class TemporaryDirectory(Generic[AnyStr]): + """ + An asynchronous temporary directory that is created and cleaned up automatically. + + This class provides an asynchronous context manager for creating a temporary + directory. It wraps Python's standard :class:`~tempfile.TemporaryDirectory` to + perform directory creation and cleanup operations in a background thread. + + :param suffix: Suffix to be added to the temporary directory name. + :param prefix: Prefix to be added to the temporary directory name. + :param dir: The parent directory where the temporary directory is created. + :param ignore_cleanup_errors: Whether to ignore errors during cleanup + (Python 3.10+). + :param delete: Whether to delete the directory upon closing (Python 3.12+). + """ + + def __init__( + self, + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, + *, + ignore_cleanup_errors: bool = False, + delete: bool = True, + ) -> None: + self.suffix: AnyStr | None = suffix + self.prefix: AnyStr | None = prefix + self.dir: AnyStr | None = dir + self.ignore_cleanup_errors = ignore_cleanup_errors + self.delete = delete + + self._tempdir: tempfile.TemporaryDirectory | None = None + + async def __aenter__(self) -> str: + params: dict[str, Any] = { + "suffix": self.suffix, + "prefix": self.prefix, + "dir": self.dir, + } + if sys.version_info >= (3, 10): + params["ignore_cleanup_errors"] = self.ignore_cleanup_errors + + if sys.version_info >= (3, 12): + params["delete"] = self.delete + + self._tempdir = await to_thread.run_sync( + lambda: tempfile.TemporaryDirectory(**params) + ) + return await to_thread.run_sync(self._tempdir.__enter__) + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + if self._tempdir is not None: + await to_thread.run_sync( + self._tempdir.__exit__, exc_type, exc_value, traceback + ) + + async def cleanup(self) -> None: + if self._tempdir is not None: + await to_thread.run_sync(self._tempdir.cleanup) + + +@overload +async def mkstemp( + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + text: bool = False, +) -> tuple[int, str]: ... + + +@overload +async def mkstemp( + suffix: bytes | None = None, + prefix: bytes | None = None, + dir: bytes | None = None, + text: bool = False, +) -> tuple[int, bytes]: ... + + +async def mkstemp( + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, + text: bool = False, +) -> tuple[int, str | bytes]: + """ + Asynchronously create a temporary file and return an OS-level handle and the file + name. + + This function wraps `tempfile.mkstemp` and executes it in a background thread. + + :param suffix: Suffix to be added to the file name. + :param prefix: Prefix to be added to the file name. + :param dir: Directory in which the temporary file is created. + :param text: Whether the file is opened in text mode. + :return: A tuple containing the file descriptor and the file name. + + """ + return await to_thread.run_sync(tempfile.mkstemp, suffix, prefix, dir, text) + + +@overload +async def mkdtemp( + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, +) -> str: ... + + +@overload +async def mkdtemp( + suffix: bytes | None = None, + prefix: bytes | None = None, + dir: bytes | None = None, +) -> bytes: ... + + +async def mkdtemp( + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, +) -> str | bytes: + """ + Asynchronously create a temporary directory and return its path. + + This function wraps `tempfile.mkdtemp` and executes it in a background thread. + + :param suffix: Suffix to be added to the directory name. + :param prefix: Prefix to be added to the directory name. + :param dir: Parent directory where the temporary directory is created. + :return: The path of the created temporary directory. + + """ + return await to_thread.run_sync(tempfile.mkdtemp, suffix, prefix, dir) + + +async def gettempdir() -> str: + """ + Asynchronously return the name of the directory used for temporary files. + + This function wraps `tempfile.gettempdir` and executes it in a background thread. + + :return: The path of the temporary directory as a string. + + """ + return await to_thread.run_sync(tempfile.gettempdir) + + +async def gettempdirb() -> bytes: + """ + Asynchronously return the name of the directory used for temporary files in bytes. + + This function wraps `tempfile.gettempdirb` and executes it in a background thread. + + :return: The path of the temporary directory as bytes. + + """ + return await to_thread.run_sync(tempfile.gettempdirb) diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_testing.py b/venv/lib/python3.11/site-packages/anyio/_core/_testing.py new file mode 100644 index 0000000..9e28b22 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_testing.py @@ -0,0 +1,78 @@ +from __future__ import annotations + +from collections.abc import Awaitable, Generator +from typing import Any, cast + +from ._eventloop import get_async_backend + + +class TaskInfo: + """ + Represents an asynchronous task. + + :ivar int id: the unique identifier of the task + :ivar parent_id: the identifier of the parent task, if any + :vartype parent_id: Optional[int] + :ivar str name: the description of the task (if any) + :ivar ~collections.abc.Coroutine coro: the coroutine object of the task + """ + + __slots__ = "_name", "id", "parent_id", "name", "coro" + + def __init__( + self, + id: int, + parent_id: int | None, + name: str | None, + coro: Generator[Any, Any, Any] | Awaitable[Any], + ): + func = get_current_task + self._name = f"{func.__module__}.{func.__qualname__}" + self.id: int = id + self.parent_id: int | None = parent_id + self.name: str | None = name + self.coro: Generator[Any, Any, Any] | Awaitable[Any] = coro + + def __eq__(self, other: object) -> bool: + if isinstance(other, TaskInfo): + return self.id == other.id + + return NotImplemented + + def __hash__(self) -> int: + return hash(self.id) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(id={self.id!r}, name={self.name!r})" + + def has_pending_cancellation(self) -> bool: + """ + Return ``True`` if the task has a cancellation pending, ``False`` otherwise. + + """ + return False + + +def get_current_task() -> TaskInfo: + """ + Return the current task. + + :return: a representation of the current task + + """ + return get_async_backend().get_current_task() + + +def get_running_tasks() -> list[TaskInfo]: + """ + Return a list of running tasks in the current event loop. + + :return: a list of task info objects + + """ + return cast("list[TaskInfo]", get_async_backend().get_running_tasks()) + + +async def wait_all_tasks_blocked() -> None: + """Wait until all other tasks are waiting for something.""" + await get_async_backend().wait_all_tasks_blocked() diff --git a/venv/lib/python3.11/site-packages/anyio/_core/_typedattr.py b/venv/lib/python3.11/site-packages/anyio/_core/_typedattr.py new file mode 100644 index 0000000..f358a44 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/_core/_typedattr.py @@ -0,0 +1,81 @@ +from __future__ import annotations + +from collections.abc import Callable, Mapping +from typing import Any, TypeVar, final, overload + +from ._exceptions import TypedAttributeLookupError + +T_Attr = TypeVar("T_Attr") +T_Default = TypeVar("T_Default") +undefined = object() + + +def typed_attribute() -> Any: + """Return a unique object, used to mark typed attributes.""" + return object() + + +class TypedAttributeSet: + """ + Superclass for typed attribute collections. + + Checks that every public attribute of every subclass has a type annotation. + """ + + def __init_subclass__(cls) -> None: + annotations: dict[str, Any] = getattr(cls, "__annotations__", {}) + for attrname in dir(cls): + if not attrname.startswith("_") and attrname not in annotations: + raise TypeError( + f"Attribute {attrname!r} is missing its type annotation" + ) + + super().__init_subclass__() + + +class TypedAttributeProvider: + """Base class for classes that wish to provide typed extra attributes.""" + + @property + def extra_attributes(self) -> Mapping[T_Attr, Callable[[], T_Attr]]: + """ + A mapping of the extra attributes to callables that return the corresponding + values. + + If the provider wraps another provider, the attributes from that wrapper should + also be included in the returned mapping (but the wrapper may override the + callables from the wrapped instance). + + """ + return {} + + @overload + def extra(self, attribute: T_Attr) -> T_Attr: ... + + @overload + def extra(self, attribute: T_Attr, default: T_Default) -> T_Attr | T_Default: ... + + @final + def extra(self, attribute: Any, default: object = undefined) -> object: + """ + extra(attribute, default=undefined) + + Return the value of the given typed extra attribute. + + :param attribute: the attribute (member of a :class:`~TypedAttributeSet`) to + look for + :param default: the value that should be returned if no value is found for the + attribute + :raises ~anyio.TypedAttributeLookupError: if the search failed and no default + value was given + + """ + try: + getter = self.extra_attributes[attribute] + except KeyError: + if default is undefined: + raise TypedAttributeLookupError("Attribute not found") from None + else: + return default + + return getter() diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__init__.py b/venv/lib/python3.11/site-packages/anyio/abc/__init__.py new file mode 100644 index 0000000..3d3b61c --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/__init__.py @@ -0,0 +1,55 @@ +from __future__ import annotations + +from ._eventloop import AsyncBackend as AsyncBackend +from ._resources import AsyncResource as AsyncResource +from ._sockets import ConnectedUDPSocket as ConnectedUDPSocket +from ._sockets import ConnectedUNIXDatagramSocket as ConnectedUNIXDatagramSocket +from ._sockets import IPAddressType as IPAddressType +from ._sockets import IPSockAddrType as IPSockAddrType +from ._sockets import SocketAttribute as SocketAttribute +from ._sockets import SocketListener as SocketListener +from ._sockets import SocketStream as SocketStream +from ._sockets import UDPPacketType as UDPPacketType +from ._sockets import UDPSocket as UDPSocket +from ._sockets import UNIXDatagramPacketType as UNIXDatagramPacketType +from ._sockets import UNIXDatagramSocket as UNIXDatagramSocket +from ._sockets import UNIXSocketStream as UNIXSocketStream +from ._streams import AnyByteReceiveStream as AnyByteReceiveStream +from ._streams import AnyByteSendStream as AnyByteSendStream +from ._streams import AnyByteStream as AnyByteStream +from ._streams import AnyUnreliableByteReceiveStream as AnyUnreliableByteReceiveStream +from ._streams import AnyUnreliableByteSendStream as AnyUnreliableByteSendStream +from ._streams import AnyUnreliableByteStream as AnyUnreliableByteStream +from ._streams import ByteReceiveStream as ByteReceiveStream +from ._streams import ByteSendStream as ByteSendStream +from ._streams import ByteStream as ByteStream +from ._streams import Listener as Listener +from ._streams import ObjectReceiveStream as ObjectReceiveStream +from ._streams import ObjectSendStream as ObjectSendStream +from ._streams import ObjectStream as ObjectStream +from ._streams import UnreliableObjectReceiveStream as UnreliableObjectReceiveStream +from ._streams import UnreliableObjectSendStream as UnreliableObjectSendStream +from ._streams import UnreliableObjectStream as UnreliableObjectStream +from ._subprocesses import Process as Process +from ._tasks import TaskGroup as TaskGroup +from ._tasks import TaskStatus as TaskStatus +from ._testing import TestRunner as TestRunner + +# Re-exported here, for backwards compatibility +# isort: off +from .._core._synchronization import ( + CapacityLimiter as CapacityLimiter, + Condition as Condition, + Event as Event, + Lock as Lock, + Semaphore as Semaphore, +) +from .._core._tasks import CancelScope as CancelScope +from ..from_thread import BlockingPortal as BlockingPortal + +# Re-export imports so they look like they live directly in this package +for __value in list(locals().values()): + if getattr(__value, "__module__", "").startswith("anyio.abc."): + __value.__module__ = __name__ + +del __value diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b107c654f6358975ae507ef5b3316b9fccf6308a GIT binary patch literal 2889 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 bBTKQnq9K^Bs?+liv6K&J`iCo^sO9`0S*q;& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_resources.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_resources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bc87288e0d534684c4f88821f5fc16938690aed GIT binary patch literal 1820 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_tasks.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_tasks.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3d211885dafe814c89251c69563b9c8b53ce7f8 GIT binary patch literal 4991 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_eventloop.py b/venv/lib/python3.11/site-packages/anyio/abc/_eventloop.py new file mode 100644 index 0000000..4cfce83 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_eventloop.py @@ -0,0 +1,376 @@ +from __future__ import annotations + +import math +import sys +from abc import ABCMeta, abstractmethod +from collections.abc import AsyncIterator, Awaitable, Callable, Sequence +from contextlib import AbstractContextManager +from os import PathLike +from signal import Signals +from socket import AddressFamily, SocketKind, socket +from typing import ( + IO, + TYPE_CHECKING, + Any, + TypeVar, + Union, + overload, +) + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +if TYPE_CHECKING: + from _typeshed import HasFileno + + from .._core._synchronization import CapacityLimiter, Event, Lock, Semaphore + from .._core._tasks import CancelScope + from .._core._testing import TaskInfo + from ..from_thread import BlockingPortal + from ._sockets import ( + ConnectedUDPSocket, + ConnectedUNIXDatagramSocket, + IPSockAddrType, + SocketListener, + SocketStream, + UDPSocket, + UNIXDatagramSocket, + UNIXSocketStream, + ) + from ._subprocesses import Process + from ._tasks import TaskGroup + from ._testing import TestRunner + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") +StrOrBytesPath: TypeAlias = Union[str, bytes, "PathLike[str]", "PathLike[bytes]"] + + +class AsyncBackend(metaclass=ABCMeta): + @classmethod + @abstractmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + """ + Run the given coroutine function in an asynchronous event loop. + + The current thread must not be already running an event loop. + + :param func: a coroutine function + :param args: positional arguments to ``func`` + :param kwargs: positional arguments to ``func`` + :param options: keyword arguments to call the backend ``run()`` implementation + with + :return: the return value of the coroutine function + """ + + @classmethod + @abstractmethod + def current_token(cls) -> object: + """ + + :return: + """ + + @classmethod + @abstractmethod + def current_time(cls) -> float: + """ + Return the current value of the event loop's internal clock. + + :return: the clock value (seconds) + """ + + @classmethod + @abstractmethod + def cancelled_exception_class(cls) -> type[BaseException]: + """Return the exception class that is raised in a task if it's cancelled.""" + + @classmethod + @abstractmethod + async def checkpoint(cls) -> None: + """ + Check if the task has been cancelled, and allow rescheduling of other tasks. + + This is effectively the same as running :meth:`checkpoint_if_cancelled` and then + :meth:`cancel_shielded_checkpoint`. + """ + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + """ + Check if the current task group has been cancelled. + + This will check if the task has been cancelled, but will not allow other tasks + to be scheduled if not. + + """ + if cls.current_effective_deadline() == -math.inf: + await cls.checkpoint() + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + """ + Allow the rescheduling of other tasks. + + This will give other tasks the opportunity to run, but without checking if the + current task group has been cancelled, unlike with :meth:`checkpoint`. + + """ + with cls.create_cancel_scope(shield=True): + await cls.sleep(0) + + @classmethod + @abstractmethod + async def sleep(cls, delay: float) -> None: + """ + Pause the current task for the specified duration. + + :param delay: the duration, in seconds + """ + + @classmethod + @abstractmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + pass + + @classmethod + @abstractmethod + def current_effective_deadline(cls) -> float: + """ + Return the nearest deadline among all the cancel scopes effective for the + current task. + + :return: + - a clock value from the event loop's internal clock + - ``inf`` if there is no deadline in effect + - ``-inf`` if the current scope has been cancelled + :rtype: float + """ + + @classmethod + @abstractmethod + def create_task_group(cls) -> TaskGroup: + pass + + @classmethod + @abstractmethod + def create_event(cls) -> Event: + pass + + @classmethod + @abstractmethod + def create_lock(cls, *, fast_acquire: bool) -> Lock: + pass + + @classmethod + @abstractmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + pass + + @classmethod + @abstractmethod + def create_capacity_limiter(cls, total_tokens: float) -> CapacityLimiter: + pass + + @classmethod + @abstractmethod + async def run_sync_in_worker_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: CapacityLimiter | None = None, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + def check_cancelled(cls) -> None: + pass + + @classmethod + @abstractmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + def create_blocking_portal(cls) -> BlockingPortal: + pass + + @classmethod + @abstractmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + pass + + @classmethod + @abstractmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[Process]) -> None: + pass + + @classmethod + @abstractmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> SocketStream: + pass + + @classmethod + @abstractmethod + async def connect_unix(cls, path: str | bytes) -> UNIXSocketStream: + pass + + @classmethod + @abstractmethod + def create_tcp_listener(cls, sock: socket) -> SocketListener: + pass + + @classmethod + @abstractmethod + def create_unix_listener(cls, sock: socket) -> SocketListener: + pass + + @classmethod + @abstractmethod + async def create_udp_socket( + cls, + family: AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + pass + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: None + ) -> UNIXDatagramSocket: ... + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: str | bytes + ) -> ConnectedUNIXDatagramSocket: ... + + @classmethod + @abstractmethod + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: str | bytes | None + ) -> UNIXDatagramSocket | ConnectedUNIXDatagramSocket: + pass + + @classmethod + @abstractmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + pass + + @classmethod + @abstractmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + pass + + @classmethod + @abstractmethod + async def wait_readable(cls, obj: HasFileno | int) -> None: + pass + + @classmethod + @abstractmethod + async def wait_writable(cls, obj: HasFileno | int) -> None: + pass + + @classmethod + @abstractmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + pass + + @classmethod + @abstractmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + pass + + @classmethod + @abstractmethod + def get_current_task(cls) -> TaskInfo: + pass + + @classmethod + @abstractmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + pass + + @classmethod + @abstractmethod + async def wait_all_tasks_blocked(cls) -> None: + pass + + @classmethod + @abstractmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + pass diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_resources.py b/venv/lib/python3.11/site-packages/anyio/abc/_resources.py new file mode 100644 index 0000000..10df115 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_resources.py @@ -0,0 +1,33 @@ +from __future__ import annotations + +from abc import ABCMeta, abstractmethod +from types import TracebackType +from typing import TypeVar + +T = TypeVar("T") + + +class AsyncResource(metaclass=ABCMeta): + """ + Abstract base class for all closeable asynchronous resources. + + Works as an asynchronous context manager which returns the instance itself on enter, + and calls :meth:`aclose` on exit. + """ + + __slots__ = () + + async def __aenter__(self: T) -> T: + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + await self.aclose() + + @abstractmethod + async def aclose(self) -> None: + """Close the resource.""" diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_sockets.py b/venv/lib/python3.11/site-packages/anyio/abc/_sockets.py new file mode 100644 index 0000000..1c6a450 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_sockets.py @@ -0,0 +1,194 @@ +from __future__ import annotations + +import socket +from abc import abstractmethod +from collections.abc import Callable, Collection, Mapping +from contextlib import AsyncExitStack +from io import IOBase +from ipaddress import IPv4Address, IPv6Address +from socket import AddressFamily +from types import TracebackType +from typing import Any, TypeVar, Union + +from .._core._typedattr import ( + TypedAttributeProvider, + TypedAttributeSet, + typed_attribute, +) +from ._streams import ByteStream, Listener, UnreliableObjectStream +from ._tasks import TaskGroup + +IPAddressType = Union[str, IPv4Address, IPv6Address] +IPSockAddrType = tuple[str, int] +SockAddrType = Union[IPSockAddrType, str] +UDPPacketType = tuple[bytes, IPSockAddrType] +UNIXDatagramPacketType = tuple[bytes, str] +T_Retval = TypeVar("T_Retval") + + +class _NullAsyncContextManager: + async def __aenter__(self) -> None: + pass + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + return None + + +class SocketAttribute(TypedAttributeSet): + #: the address family of the underlying socket + family: AddressFamily = typed_attribute() + #: the local socket address of the underlying socket + local_address: SockAddrType = typed_attribute() + #: for IP addresses, the local port the underlying socket is bound to + local_port: int = typed_attribute() + #: the underlying stdlib socket object + raw_socket: socket.socket = typed_attribute() + #: the remote address the underlying socket is connected to + remote_address: SockAddrType = typed_attribute() + #: for IP addresses, the remote port the underlying socket is connected to + remote_port: int = typed_attribute() + + +class _SocketProvider(TypedAttributeProvider): + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + from .._core._sockets import convert_ipv6_sockaddr as convert + + attributes: dict[Any, Callable[[], Any]] = { + SocketAttribute.family: lambda: self._raw_socket.family, + SocketAttribute.local_address: lambda: convert( + self._raw_socket.getsockname() + ), + SocketAttribute.raw_socket: lambda: self._raw_socket, + } + try: + peername: tuple[str, int] | None = convert(self._raw_socket.getpeername()) + except OSError: + peername = None + + # Provide the remote address for connected sockets + if peername is not None: + attributes[SocketAttribute.remote_address] = lambda: peername + + # Provide local and remote ports for IP based sockets + if self._raw_socket.family in (AddressFamily.AF_INET, AddressFamily.AF_INET6): + attributes[SocketAttribute.local_port] = ( + lambda: self._raw_socket.getsockname()[1] + ) + if peername is not None: + remote_port = peername[1] + attributes[SocketAttribute.remote_port] = lambda: remote_port + + return attributes + + @property + @abstractmethod + def _raw_socket(self) -> socket.socket: + pass + + +class SocketStream(ByteStream, _SocketProvider): + """ + Transports bytes over a socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + +class UNIXSocketStream(SocketStream): + @abstractmethod + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + """ + Send file descriptors along with a message to the peer. + + :param message: a non-empty bytestring + :param fds: a collection of files (either numeric file descriptors or open file + or socket objects) + """ + + @abstractmethod + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + """ + Receive file descriptors along with a message from the peer. + + :param msglen: length of the message to expect from the peer + :param maxfds: maximum number of file descriptors to expect from the peer + :return: a tuple of (message, file descriptors) + """ + + +class SocketListener(Listener[SocketStream], _SocketProvider): + """ + Listens to incoming socket connections. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @abstractmethod + async def accept(self) -> SocketStream: + """Accept an incoming connection.""" + + async def serve( + self, + handler: Callable[[SocketStream], Any], + task_group: TaskGroup | None = None, + ) -> None: + from .. import create_task_group + + async with AsyncExitStack() as stack: + if task_group is None: + task_group = await stack.enter_async_context(create_task_group()) + + while True: + stream = await self.accept() + task_group.start_soon(handler, stream) + + +class UDPSocket(UnreliableObjectStream[UDPPacketType], _SocketProvider): + """ + Represents an unconnected UDP socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + async def sendto(self, data: bytes, host: str, port: int) -> None: + """ + Alias for :meth:`~.UnreliableObjectSendStream.send` ((data, (host, port))). + + """ + return await self.send((data, (host, port))) + + +class ConnectedUDPSocket(UnreliableObjectStream[bytes], _SocketProvider): + """ + Represents an connected UDP socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + +class UNIXDatagramSocket( + UnreliableObjectStream[UNIXDatagramPacketType], _SocketProvider +): + """ + Represents an unconnected Unix datagram socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + async def sendto(self, data: bytes, path: str) -> None: + """Alias for :meth:`~.UnreliableObjectSendStream.send` ((data, path)).""" + return await self.send((data, path)) + + +class ConnectedUNIXDatagramSocket(UnreliableObjectStream[bytes], _SocketProvider): + """ + Represents a connected Unix datagram socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_streams.py b/venv/lib/python3.11/site-packages/anyio/abc/_streams.py new file mode 100644 index 0000000..f11d97b --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_streams.py @@ -0,0 +1,203 @@ +from __future__ import annotations + +from abc import abstractmethod +from collections.abc import Callable +from typing import Any, Generic, TypeVar, Union + +from .._core._exceptions import EndOfStream +from .._core._typedattr import TypedAttributeProvider +from ._resources import AsyncResource +from ._tasks import TaskGroup + +T_Item = TypeVar("T_Item") +T_co = TypeVar("T_co", covariant=True) +T_contra = TypeVar("T_contra", contravariant=True) + + +class UnreliableObjectReceiveStream( + Generic[T_co], AsyncResource, TypedAttributeProvider +): + """ + An interface for receiving objects. + + This interface makes no guarantees that the received messages arrive in the order in + which they were sent, or that no messages are missed. + + Asynchronously iterating over objects of this type will yield objects matching the + given type parameter. + """ + + def __aiter__(self) -> UnreliableObjectReceiveStream[T_co]: + return self + + async def __anext__(self) -> T_co: + try: + return await self.receive() + except EndOfStream: + raise StopAsyncIteration + + @abstractmethod + async def receive(self) -> T_co: + """ + Receive the next item. + + :raises ~anyio.ClosedResourceError: if the receive stream has been explicitly + closed + :raises ~anyio.EndOfStream: if this stream has been closed from the other end + :raises ~anyio.BrokenResourceError: if this stream has been rendered unusable + due to external causes + """ + + +class UnreliableObjectSendStream( + Generic[T_contra], AsyncResource, TypedAttributeProvider +): + """ + An interface for sending objects. + + This interface makes no guarantees that the messages sent will reach the + recipient(s) in the same order in which they were sent, or at all. + """ + + @abstractmethod + async def send(self, item: T_contra) -> None: + """ + Send an item to the peer(s). + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if the send stream has been explicitly + closed + :raises ~anyio.BrokenResourceError: if this stream has been rendered unusable + due to external causes + """ + + +class UnreliableObjectStream( + UnreliableObjectReceiveStream[T_Item], UnreliableObjectSendStream[T_Item] +): + """ + A bidirectional message stream which does not guarantee the order or reliability of + message delivery. + """ + + +class ObjectReceiveStream(UnreliableObjectReceiveStream[T_co]): + """ + A receive message stream which guarantees that messages are received in the same + order in which they were sent, and that no messages are missed. + """ + + +class ObjectSendStream(UnreliableObjectSendStream[T_contra]): + """ + A send message stream which guarantees that messages are delivered in the same order + in which they were sent, without missing any messages in the middle. + """ + + +class ObjectStream( + ObjectReceiveStream[T_Item], + ObjectSendStream[T_Item], + UnreliableObjectStream[T_Item], +): + """ + A bidirectional message stream which guarantees the order and reliability of message + delivery. + """ + + @abstractmethod + async def send_eof(self) -> None: + """ + Send an end-of-file indication to the peer. + + You should not try to send any further data to this stream after calling this + method. This method is idempotent (does nothing on successive calls). + """ + + +class ByteReceiveStream(AsyncResource, TypedAttributeProvider): + """ + An interface for receiving bytes from a single peer. + + Iterating this byte stream will yield a byte string of arbitrary length, but no more + than 65536 bytes. + """ + + def __aiter__(self) -> ByteReceiveStream: + return self + + async def __anext__(self) -> bytes: + try: + return await self.receive() + except EndOfStream: + raise StopAsyncIteration + + @abstractmethod + async def receive(self, max_bytes: int = 65536) -> bytes: + """ + Receive at most ``max_bytes`` bytes from the peer. + + .. note:: Implementers of this interface should not return an empty + :class:`bytes` object, and users should ignore them. + + :param max_bytes: maximum number of bytes to receive + :return: the received bytes + :raises ~anyio.EndOfStream: if this stream has been closed from the other end + """ + + +class ByteSendStream(AsyncResource, TypedAttributeProvider): + """An interface for sending bytes to a single peer.""" + + @abstractmethod + async def send(self, item: bytes) -> None: + """ + Send the given bytes to the peer. + + :param item: the bytes to send + """ + + +class ByteStream(ByteReceiveStream, ByteSendStream): + """A bidirectional byte stream.""" + + @abstractmethod + async def send_eof(self) -> None: + """ + Send an end-of-file indication to the peer. + + You should not try to send any further data to this stream after calling this + method. This method is idempotent (does nothing on successive calls). + """ + + +#: Type alias for all unreliable bytes-oriented receive streams. +AnyUnreliableByteReceiveStream = Union[ + UnreliableObjectReceiveStream[bytes], ByteReceiveStream +] +#: Type alias for all unreliable bytes-oriented send streams. +AnyUnreliableByteSendStream = Union[UnreliableObjectSendStream[bytes], ByteSendStream] +#: Type alias for all unreliable bytes-oriented streams. +AnyUnreliableByteStream = Union[UnreliableObjectStream[bytes], ByteStream] +#: Type alias for all bytes-oriented receive streams. +AnyByteReceiveStream = Union[ObjectReceiveStream[bytes], ByteReceiveStream] +#: Type alias for all bytes-oriented send streams. +AnyByteSendStream = Union[ObjectSendStream[bytes], ByteSendStream] +#: Type alias for all bytes-oriented streams. +AnyByteStream = Union[ObjectStream[bytes], ByteStream] + + +class Listener(Generic[T_co], AsyncResource, TypedAttributeProvider): + """An interface for objects that let you accept incoming connections.""" + + @abstractmethod + async def serve( + self, handler: Callable[[T_co], Any], task_group: TaskGroup | None = None + ) -> None: + """ + Accept incoming connections as they come in and start tasks to handle them. + + :param handler: a callable that will be used to handle each accepted connection + :param task_group: the task group that will be used to start tasks for handling + each accepted connection (if omitted, an ad-hoc task group will be created) + """ diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_subprocesses.py b/venv/lib/python3.11/site-packages/anyio/abc/_subprocesses.py new file mode 100644 index 0000000..ce0564c --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_subprocesses.py @@ -0,0 +1,79 @@ +from __future__ import annotations + +from abc import abstractmethod +from signal import Signals + +from ._resources import AsyncResource +from ._streams import ByteReceiveStream, ByteSendStream + + +class Process(AsyncResource): + """An asynchronous version of :class:`subprocess.Popen`.""" + + @abstractmethod + async def wait(self) -> int: + """ + Wait until the process exits. + + :return: the exit code of the process + """ + + @abstractmethod + def terminate(self) -> None: + """ + Terminates the process, gracefully if possible. + + On Windows, this calls ``TerminateProcess()``. + On POSIX systems, this sends ``SIGTERM`` to the process. + + .. seealso:: :meth:`subprocess.Popen.terminate` + """ + + @abstractmethod + def kill(self) -> None: + """ + Kills the process. + + On Windows, this calls ``TerminateProcess()``. + On POSIX systems, this sends ``SIGKILL`` to the process. + + .. seealso:: :meth:`subprocess.Popen.kill` + """ + + @abstractmethod + def send_signal(self, signal: Signals) -> None: + """ + Send a signal to the subprocess. + + .. seealso:: :meth:`subprocess.Popen.send_signal` + + :param signal: the signal number (e.g. :data:`signal.SIGHUP`) + """ + + @property + @abstractmethod + def pid(self) -> int: + """The process ID of the process.""" + + @property + @abstractmethod + def returncode(self) -> int | None: + """ + The return code of the process. If the process has not yet terminated, this will + be ``None``. + """ + + @property + @abstractmethod + def stdin(self) -> ByteSendStream | None: + """The stream for the standard input of the process.""" + + @property + @abstractmethod + def stdout(self) -> ByteReceiveStream | None: + """The stream for the standard output of the process.""" + + @property + @abstractmethod + def stderr(self) -> ByteReceiveStream | None: + """The stream for the standard error output of the process.""" diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_tasks.py b/venv/lib/python3.11/site-packages/anyio/abc/_tasks.py new file mode 100644 index 0000000..f6e5c40 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_tasks.py @@ -0,0 +1,101 @@ +from __future__ import annotations + +import sys +from abc import ABCMeta, abstractmethod +from collections.abc import Awaitable, Callable +from types import TracebackType +from typing import TYPE_CHECKING, Any, Protocol, TypeVar, overload + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if TYPE_CHECKING: + from .._core._tasks import CancelScope + +T_Retval = TypeVar("T_Retval") +T_contra = TypeVar("T_contra", contravariant=True) +PosArgsT = TypeVarTuple("PosArgsT") + + +class TaskStatus(Protocol[T_contra]): + @overload + def started(self: TaskStatus[None]) -> None: ... + + @overload + def started(self, value: T_contra) -> None: ... + + def started(self, value: T_contra | None = None) -> None: + """ + Signal that the task has started. + + :param value: object passed back to the starter of the task + """ + + +class TaskGroup(metaclass=ABCMeta): + """ + Groups several asynchronous tasks together. + + :ivar cancel_scope: the cancel scope inherited by all child tasks + :vartype cancel_scope: CancelScope + + .. note:: On asyncio, support for eager task factories is considered to be + **experimental**. In particular, they don't follow the usual semantics of new + tasks being scheduled on the next iteration of the event loop, and may thus + cause unexpected behavior in code that wasn't written with such semantics in + mind. + """ + + cancel_scope: CancelScope + + @abstractmethod + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + """ + Start a new task in this task group. + + :param func: a coroutine function + :param args: positional arguments to call the function with + :param name: name of the task, for the purposes of introspection and debugging + + .. versionadded:: 3.0 + """ + + @abstractmethod + async def start( + self, + func: Callable[..., Awaitable[Any]], + *args: object, + name: object = None, + ) -> Any: + """ + Start a new task and wait until it signals for readiness. + + :param func: a coroutine function + :param args: positional arguments to call the function with + :param name: name of the task, for the purposes of introspection and debugging + :return: the value passed to ``task_status.started()`` + :raises RuntimeError: if the task finishes without calling + ``task_status.started()`` + + .. versionadded:: 3.0 + """ + + @abstractmethod + async def __aenter__(self) -> TaskGroup: + """Enter the task group context and allow starting new tasks.""" + + @abstractmethod + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + """Exit the task group context waiting for all tasks to finish.""" diff --git a/venv/lib/python3.11/site-packages/anyio/abc/_testing.py b/venv/lib/python3.11/site-packages/anyio/abc/_testing.py new file mode 100644 index 0000000..7c50ed7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/abc/_testing.py @@ -0,0 +1,65 @@ +from __future__ import annotations + +import types +from abc import ABCMeta, abstractmethod +from collections.abc import AsyncGenerator, Callable, Coroutine, Iterable +from typing import Any, TypeVar + +_T = TypeVar("_T") + + +class TestRunner(metaclass=ABCMeta): + """ + Encapsulates a running event loop. Every call made through this object will use the + same event loop. + """ + + def __enter__(self) -> TestRunner: + return self + + @abstractmethod + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> bool | None: ... + + @abstractmethod + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[_T, Any]], + kwargs: dict[str, Any], + ) -> Iterable[_T]: + """ + Run an async generator fixture. + + :param fixture_func: the fixture function + :param kwargs: keyword arguments to call the fixture function with + :return: an iterator yielding the value yielded from the async generator + """ + + @abstractmethod + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, _T]], + kwargs: dict[str, Any], + ) -> _T: + """ + Run an async fixture. + + :param fixture_func: the fixture function + :param kwargs: keyword arguments to call the fixture function with + :return: the return value of the fixture function + """ + + @abstractmethod + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + """ + Run an async test function. + + :param test_func: the test function + :param kwargs: keyword arguments to call the test function with + """ diff --git a/venv/lib/python3.11/site-packages/anyio/from_thread.py b/venv/lib/python3.11/site-packages/anyio/from_thread.py new file mode 100644 index 0000000..6179097 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/from_thread.py @@ -0,0 +1,527 @@ +from __future__ import annotations + +import sys +from collections.abc import Awaitable, Callable, Generator +from concurrent.futures import Future +from contextlib import ( + AbstractAsyncContextManager, + AbstractContextManager, + contextmanager, +) +from dataclasses import dataclass, field +from inspect import isawaitable +from threading import Lock, Thread, get_ident +from types import TracebackType +from typing import ( + Any, + Generic, + TypeVar, + cast, + overload, +) + +from ._core import _eventloop +from ._core._eventloop import get_async_backend, get_cancelled_exc_class, threadlocals +from ._core._synchronization import Event +from ._core._tasks import CancelScope, create_task_group +from .abc import AsyncBackend +from .abc._tasks import TaskStatus + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +T_Retval = TypeVar("T_Retval") +T_co = TypeVar("T_co", covariant=True) +PosArgsT = TypeVarTuple("PosArgsT") + + +def run( + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], *args: Unpack[PosArgsT] +) -> T_Retval: + """ + Call a coroutine function from a worker thread. + + :param func: a coroutine function + :param args: positional arguments for the callable + :return: the return value of the coroutine function + + """ + try: + async_backend = threadlocals.current_async_backend + token = threadlocals.current_token + except AttributeError: + raise RuntimeError( + "This function can only be run from an AnyIO worker thread" + ) from None + + return async_backend.run_async_from_thread(func, args, token=token) + + +def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], *args: Unpack[PosArgsT] +) -> T_Retval: + """ + Call a function in the event loop thread from a worker thread. + + :param func: a callable + :param args: positional arguments for the callable + :return: the return value of the callable + + """ + try: + async_backend = threadlocals.current_async_backend + token = threadlocals.current_token + except AttributeError: + raise RuntimeError( + "This function can only be run from an AnyIO worker thread" + ) from None + + return async_backend.run_sync_from_thread(func, args, token=token) + + +class _BlockingAsyncContextManager(Generic[T_co], AbstractContextManager): + _enter_future: Future[T_co] + _exit_future: Future[bool | None] + _exit_event: Event + _exit_exc_info: tuple[ + type[BaseException] | None, BaseException | None, TracebackType | None + ] = (None, None, None) + + def __init__( + self, async_cm: AbstractAsyncContextManager[T_co], portal: BlockingPortal + ): + self._async_cm = async_cm + self._portal = portal + + async def run_async_cm(self) -> bool | None: + try: + self._exit_event = Event() + value = await self._async_cm.__aenter__() + except BaseException as exc: + self._enter_future.set_exception(exc) + raise + else: + self._enter_future.set_result(value) + + try: + # Wait for the sync context manager to exit. + # This next statement can raise `get_cancelled_exc_class()` if + # something went wrong in a task group in this async context + # manager. + await self._exit_event.wait() + finally: + # In case of cancellation, it could be that we end up here before + # `_BlockingAsyncContextManager.__exit__` is called, and an + # `_exit_exc_info` has been set. + result = await self._async_cm.__aexit__(*self._exit_exc_info) + return result + + def __enter__(self) -> T_co: + self._enter_future = Future() + self._exit_future = self._portal.start_task_soon(self.run_async_cm) + return self._enter_future.result() + + def __exit__( + self, + __exc_type: type[BaseException] | None, + __exc_value: BaseException | None, + __traceback: TracebackType | None, + ) -> bool | None: + self._exit_exc_info = __exc_type, __exc_value, __traceback + self._portal.call(self._exit_event.set) + return self._exit_future.result() + + +class _BlockingPortalTaskStatus(TaskStatus): + def __init__(self, future: Future): + self._future = future + + def started(self, value: object = None) -> None: + self._future.set_result(value) + + +class BlockingPortal: + """An object that lets external threads run code in an asynchronous event loop.""" + + def __new__(cls) -> BlockingPortal: + return get_async_backend().create_blocking_portal() + + def __init__(self) -> None: + self._event_loop_thread_id: int | None = get_ident() + self._stop_event = Event() + self._task_group = create_task_group() + self._cancelled_exc_class = get_cancelled_exc_class() + + async def __aenter__(self) -> BlockingPortal: + await self._task_group.__aenter__() + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + await self.stop() + return await self._task_group.__aexit__(exc_type, exc_val, exc_tb) + + def _check_running(self) -> None: + if self._event_loop_thread_id is None: + raise RuntimeError("This portal is not running") + if self._event_loop_thread_id == get_ident(): + raise RuntimeError( + "This method cannot be called from the event loop thread" + ) + + async def sleep_until_stopped(self) -> None: + """Sleep until :meth:`stop` is called.""" + await self._stop_event.wait() + + async def stop(self, cancel_remaining: bool = False) -> None: + """ + Signal the portal to shut down. + + This marks the portal as no longer accepting new calls and exits from + :meth:`sleep_until_stopped`. + + :param cancel_remaining: ``True`` to cancel all the remaining tasks, ``False`` + to let them finish before returning + + """ + self._event_loop_thread_id = None + self._stop_event.set() + if cancel_remaining: + self._task_group.cancel_scope.cancel() + + async def _call_func( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + future: Future[T_Retval], + ) -> None: + def callback(f: Future[T_Retval]) -> None: + if f.cancelled() and self._event_loop_thread_id not in ( + None, + get_ident(), + ): + self.call(scope.cancel) + + try: + retval_or_awaitable = func(*args, **kwargs) + if isawaitable(retval_or_awaitable): + with CancelScope() as scope: + if future.cancelled(): + scope.cancel() + else: + future.add_done_callback(callback) + + retval = await retval_or_awaitable + else: + retval = retval_or_awaitable + except self._cancelled_exc_class: + future.cancel() + future.set_running_or_notify_cancel() + except BaseException as exc: + if not future.cancelled(): + future.set_exception(exc) + + # Let base exceptions fall through + if not isinstance(exc, Exception): + raise + else: + if not future.cancelled(): + future.set_result(retval) + finally: + scope = None # type: ignore[assignment] + + def _spawn_task_from_thread( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + name: object, + future: Future[T_Retval], + ) -> None: + """ + Spawn a new task using the given callable. + + Implementers must ensure that the future is resolved when the task finishes. + + :param func: a callable + :param args: positional arguments to be passed to the callable + :param kwargs: keyword arguments to be passed to the callable + :param name: name of the task (will be coerced to a string if not ``None``) + :param future: a future that will resolve to the return value of the callable, + or the exception raised during its execution + + """ + raise NotImplementedError + + @overload + def call( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + ) -> T_Retval: ... + + @overload + def call( + self, func: Callable[[Unpack[PosArgsT]], T_Retval], *args: Unpack[PosArgsT] + ) -> T_Retval: ... + + def call( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + *args: Unpack[PosArgsT], + ) -> T_Retval: + """ + Call the given function in the event loop thread. + + If the callable returns a coroutine object, it is awaited on. + + :param func: any callable + :raises RuntimeError: if the portal is not running or if this method is called + from within the event loop thread + + """ + return cast(T_Retval, self.start_task_soon(func, *args).result()) + + @overload + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: ... + + @overload + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: ... + + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: + """ + Start a task in the portal's task group. + + The task will be run inside a cancel scope which can be cancelled by cancelling + the returned future. + + :param func: the target function + :param args: positional arguments passed to ``func`` + :param name: name of the task (will be coerced to a string if not ``None``) + :return: a future that resolves with the return value of the callable if the + task completes successfully, or with the exception raised in the task + :raises RuntimeError: if the portal is not running or if this method is called + from within the event loop thread + :rtype: concurrent.futures.Future[T_Retval] + + .. versionadded:: 3.0 + + """ + self._check_running() + f: Future[T_Retval] = Future() + self._spawn_task_from_thread(func, args, {}, name, f) + return f + + def start_task( + self, + func: Callable[..., Awaitable[T_Retval]], + *args: object, + name: object = None, + ) -> tuple[Future[T_Retval], Any]: + """ + Start a task in the portal's task group and wait until it signals for readiness. + + This method works the same way as :meth:`.abc.TaskGroup.start`. + + :param func: the target function + :param args: positional arguments passed to ``func`` + :param name: name of the task (will be coerced to a string if not ``None``) + :return: a tuple of (future, task_status_value) where the ``task_status_value`` + is the value passed to ``task_status.started()`` from within the target + function + :rtype: tuple[concurrent.futures.Future[T_Retval], Any] + + .. versionadded:: 3.0 + + """ + + def task_done(future: Future[T_Retval]) -> None: + if not task_status_future.done(): + if future.cancelled(): + task_status_future.cancel() + elif future.exception(): + task_status_future.set_exception(future.exception()) + else: + exc = RuntimeError( + "Task exited without calling task_status.started()" + ) + task_status_future.set_exception(exc) + + self._check_running() + task_status_future: Future = Future() + task_status = _BlockingPortalTaskStatus(task_status_future) + f: Future = Future() + f.add_done_callback(task_done) + self._spawn_task_from_thread(func, args, {"task_status": task_status}, name, f) + return f, task_status_future.result() + + def wrap_async_context_manager( + self, cm: AbstractAsyncContextManager[T_co] + ) -> AbstractContextManager[T_co]: + """ + Wrap an async context manager as a synchronous context manager via this portal. + + Spawns a task that will call both ``__aenter__()`` and ``__aexit__()``, stopping + in the middle until the synchronous context manager exits. + + :param cm: an asynchronous context manager + :return: a synchronous context manager + + .. versionadded:: 2.1 + + """ + return _BlockingAsyncContextManager(cm, self) + + +@dataclass +class BlockingPortalProvider: + """ + A manager for a blocking portal. Used as a context manager. The first thread to + enter this context manager causes a blocking portal to be started with the specific + parameters, and the last thread to exit causes the portal to be shut down. Thus, + there will be exactly one blocking portal running in this context as long as at + least one thread has entered this context manager. + + The parameters are the same as for :func:`~anyio.run`. + + :param backend: name of the backend + :param backend_options: backend options + + .. versionadded:: 4.4 + """ + + backend: str = "asyncio" + backend_options: dict[str, Any] | None = None + _lock: Lock = field(init=False, default_factory=Lock) + _leases: int = field(init=False, default=0) + _portal: BlockingPortal = field(init=False) + _portal_cm: AbstractContextManager[BlockingPortal] | None = field( + init=False, default=None + ) + + def __enter__(self) -> BlockingPortal: + with self._lock: + if self._portal_cm is None: + self._portal_cm = start_blocking_portal( + self.backend, self.backend_options + ) + self._portal = self._portal_cm.__enter__() + + self._leases += 1 + return self._portal + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + portal_cm: AbstractContextManager[BlockingPortal] | None = None + with self._lock: + assert self._portal_cm + assert self._leases > 0 + self._leases -= 1 + if not self._leases: + portal_cm = self._portal_cm + self._portal_cm = None + del self._portal + + if portal_cm: + portal_cm.__exit__(None, None, None) + + +@contextmanager +def start_blocking_portal( + backend: str = "asyncio", backend_options: dict[str, Any] | None = None +) -> Generator[BlockingPortal, Any, None]: + """ + Start a new event loop in a new thread and run a blocking portal in its main task. + + The parameters are the same as for :func:`~anyio.run`. + + :param backend: name of the backend + :param backend_options: backend options + :return: a context manager that yields a blocking portal + + .. versionchanged:: 3.0 + Usage as a context manager is now required. + + """ + + async def run_portal() -> None: + async with BlockingPortal() as portal_: + future.set_result(portal_) + await portal_.sleep_until_stopped() + + def run_blocking_portal() -> None: + if future.set_running_or_notify_cancel(): + try: + _eventloop.run( + run_portal, backend=backend, backend_options=backend_options + ) + except BaseException as exc: + if not future.done(): + future.set_exception(exc) + + future: Future[BlockingPortal] = Future() + thread = Thread(target=run_blocking_portal, daemon=True) + thread.start() + try: + cancel_remaining_tasks = False + portal = future.result() + try: + yield portal + except BaseException: + cancel_remaining_tasks = True + raise + finally: + try: + portal.call(portal.stop, cancel_remaining_tasks) + except RuntimeError: + pass + finally: + thread.join() + + +def check_cancelled() -> None: + """ + Check if the cancel scope of the host task's running the current worker thread has + been cancelled. + + If the host task's current cancel scope has indeed been cancelled, the + backend-specific cancellation exception will be raised. + + :raises RuntimeError: if the current thread was not spawned by + :func:`.to_thread.run_sync` + + """ + try: + async_backend: AsyncBackend = threadlocals.current_async_backend + except AttributeError: + raise RuntimeError( + "This function can only be run from an AnyIO worker thread" + ) from None + + async_backend.check_cancelled() diff --git a/venv/lib/python3.11/site-packages/anyio/lowlevel.py b/venv/lib/python3.11/site-packages/anyio/lowlevel.py new file mode 100644 index 0000000..14c7668 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/lowlevel.py @@ -0,0 +1,161 @@ +from __future__ import annotations + +import enum +from dataclasses import dataclass +from typing import Any, Generic, Literal, TypeVar, overload +from weakref import WeakKeyDictionary + +from ._core._eventloop import get_async_backend + +T = TypeVar("T") +D = TypeVar("D") + + +async def checkpoint() -> None: + """ + Check for cancellation and allow the scheduler to switch to another task. + + Equivalent to (but more efficient than):: + + await checkpoint_if_cancelled() + await cancel_shielded_checkpoint() + + + .. versionadded:: 3.0 + + """ + await get_async_backend().checkpoint() + + +async def checkpoint_if_cancelled() -> None: + """ + Enter a checkpoint if the enclosing cancel scope has been cancelled. + + This does not allow the scheduler to switch to a different task. + + .. versionadded:: 3.0 + + """ + await get_async_backend().checkpoint_if_cancelled() + + +async def cancel_shielded_checkpoint() -> None: + """ + Allow the scheduler to switch to another task but without checking for cancellation. + + Equivalent to (but potentially more efficient than):: + + with CancelScope(shield=True): + await checkpoint() + + + .. versionadded:: 3.0 + + """ + await get_async_backend().cancel_shielded_checkpoint() + + +def current_token() -> object: + """ + Return a backend specific token object that can be used to get back to the event + loop. + + """ + return get_async_backend().current_token() + + +_run_vars: WeakKeyDictionary[Any, dict[str, Any]] = WeakKeyDictionary() +_token_wrappers: dict[Any, _TokenWrapper] = {} + + +@dataclass(frozen=True) +class _TokenWrapper: + __slots__ = "_token", "__weakref__" + _token: object + + +class _NoValueSet(enum.Enum): + NO_VALUE_SET = enum.auto() + + +class RunvarToken(Generic[T]): + __slots__ = "_var", "_value", "_redeemed" + + def __init__(self, var: RunVar[T], value: T | Literal[_NoValueSet.NO_VALUE_SET]): + self._var = var + self._value: T | Literal[_NoValueSet.NO_VALUE_SET] = value + self._redeemed = False + + +class RunVar(Generic[T]): + """ + Like a :class:`~contextvars.ContextVar`, except scoped to the running event loop. + """ + + __slots__ = "_name", "_default" + + NO_VALUE_SET: Literal[_NoValueSet.NO_VALUE_SET] = _NoValueSet.NO_VALUE_SET + + _token_wrappers: set[_TokenWrapper] = set() + + def __init__( + self, name: str, default: T | Literal[_NoValueSet.NO_VALUE_SET] = NO_VALUE_SET + ): + self._name = name + self._default = default + + @property + def _current_vars(self) -> dict[str, T]: + token = current_token() + try: + return _run_vars[token] + except KeyError: + run_vars = _run_vars[token] = {} + return run_vars + + @overload + def get(self, default: D) -> T | D: ... + + @overload + def get(self) -> T: ... + + def get( + self, default: D | Literal[_NoValueSet.NO_VALUE_SET] = NO_VALUE_SET + ) -> T | D: + try: + return self._current_vars[self._name] + except KeyError: + if default is not RunVar.NO_VALUE_SET: + return default + elif self._default is not RunVar.NO_VALUE_SET: + return self._default + + raise LookupError( + f'Run variable "{self._name}" has no value and no default set' + ) + + def set(self, value: T) -> RunvarToken[T]: + current_vars = self._current_vars + token = RunvarToken(self, current_vars.get(self._name, RunVar.NO_VALUE_SET)) + current_vars[self._name] = value + return token + + def reset(self, token: RunvarToken[T]) -> None: + if token._var is not self: + raise ValueError("This token does not belong to this RunVar") + + if token._redeemed: + raise ValueError("This token has already been used") + + if token._value is _NoValueSet.NO_VALUE_SET: + try: + del self._current_vars[self._name] + except KeyError: + pass + else: + self._current_vars[self._name] = token._value + + token._redeemed = True + + def __repr__(self) -> str: + return f"" diff --git a/venv/lib/python3.11/site-packages/anyio/py.typed b/venv/lib/python3.11/site-packages/anyio/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/anyio/pytest_plugin.py b/venv/lib/python3.11/site-packages/anyio/pytest_plugin.py new file mode 100644 index 0000000..21e4ab2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/pytest_plugin.py @@ -0,0 +1,272 @@ +from __future__ import annotations + +import socket +import sys +from collections.abc import Callable, Generator, Iterator +from contextlib import ExitStack, contextmanager +from inspect import isasyncgenfunction, iscoroutinefunction, ismethod +from typing import Any, cast + +import pytest +import sniffio +from _pytest.fixtures import SubRequest +from _pytest.outcomes import Exit + +from ._core._eventloop import get_all_backends, get_async_backend +from ._core._exceptions import iterate_exceptions +from .abc import TestRunner + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + +_current_runner: TestRunner | None = None +_runner_stack: ExitStack | None = None +_runner_leases = 0 + + +def extract_backend_and_options(backend: object) -> tuple[str, dict[str, Any]]: + if isinstance(backend, str): + return backend, {} + elif isinstance(backend, tuple) and len(backend) == 2: + if isinstance(backend[0], str) and isinstance(backend[1], dict): + return cast(tuple[str, dict[str, Any]], backend) + + raise TypeError("anyio_backend must be either a string or tuple of (string, dict)") + + +@contextmanager +def get_runner( + backend_name: str, backend_options: dict[str, Any] +) -> Iterator[TestRunner]: + global _current_runner, _runner_leases, _runner_stack + if _current_runner is None: + asynclib = get_async_backend(backend_name) + _runner_stack = ExitStack() + if sniffio.current_async_library_cvar.get(None) is None: + # Since we're in control of the event loop, we can cache the name of the + # async library + token = sniffio.current_async_library_cvar.set(backend_name) + _runner_stack.callback(sniffio.current_async_library_cvar.reset, token) + + backend_options = backend_options or {} + _current_runner = _runner_stack.enter_context( + asynclib.create_test_runner(backend_options) + ) + + _runner_leases += 1 + try: + yield _current_runner + finally: + _runner_leases -= 1 + if not _runner_leases: + assert _runner_stack is not None + _runner_stack.close() + _runner_stack = _current_runner = None + + +def pytest_configure(config: Any) -> None: + config.addinivalue_line( + "markers", + "anyio: mark the (coroutine function) test to be run asynchronously via anyio.", + ) + + +@pytest.hookimpl(hookwrapper=True) +def pytest_fixture_setup(fixturedef: Any, request: Any) -> Generator[Any]: + def wrapper( + *args: Any, anyio_backend: Any, request: SubRequest, **kwargs: Any + ) -> Any: + # Rebind any fixture methods to the request instance + if ( + request.instance + and ismethod(func) + and type(func.__self__) is type(request.instance) + ): + local_func = func.__func__.__get__(request.instance) + else: + local_func = func + + backend_name, backend_options = extract_backend_and_options(anyio_backend) + if has_backend_arg: + kwargs["anyio_backend"] = anyio_backend + + if has_request_arg: + kwargs["request"] = request + + with get_runner(backend_name, backend_options) as runner: + if isasyncgenfunction(local_func): + yield from runner.run_asyncgen_fixture(local_func, kwargs) + else: + yield runner.run_fixture(local_func, kwargs) + + # Only apply this to coroutine functions and async generator functions in requests + # that involve the anyio_backend fixture + func = fixturedef.func + if isasyncgenfunction(func) or iscoroutinefunction(func): + if "anyio_backend" in request.fixturenames: + fixturedef.func = wrapper + original_argname = fixturedef.argnames + + if not (has_backend_arg := "anyio_backend" in fixturedef.argnames): + fixturedef.argnames += ("anyio_backend",) + + if not (has_request_arg := "request" in fixturedef.argnames): + fixturedef.argnames += ("request",) + + try: + return (yield) + finally: + fixturedef.func = func + fixturedef.argnames = original_argname + + return (yield) + + +@pytest.hookimpl(tryfirst=True) +def pytest_pycollect_makeitem(collector: Any, name: Any, obj: Any) -> None: + if collector.istestfunction(obj, name): + inner_func = obj.hypothesis.inner_test if hasattr(obj, "hypothesis") else obj + if iscoroutinefunction(inner_func): + marker = collector.get_closest_marker("anyio") + own_markers = getattr(obj, "pytestmark", ()) + if marker or any(marker.name == "anyio" for marker in own_markers): + pytest.mark.usefixtures("anyio_backend")(obj) + + +@pytest.hookimpl(tryfirst=True) +def pytest_pyfunc_call(pyfuncitem: Any) -> bool | None: + def run_with_hypothesis(**kwargs: Any) -> None: + with get_runner(backend_name, backend_options) as runner: + runner.run_test(original_func, kwargs) + + backend = pyfuncitem.funcargs.get("anyio_backend") + if backend: + backend_name, backend_options = extract_backend_and_options(backend) + + if hasattr(pyfuncitem.obj, "hypothesis"): + # Wrap the inner test function unless it's already wrapped + original_func = pyfuncitem.obj.hypothesis.inner_test + if original_func.__qualname__ != run_with_hypothesis.__qualname__: + if iscoroutinefunction(original_func): + pyfuncitem.obj.hypothesis.inner_test = run_with_hypothesis + + return None + + if iscoroutinefunction(pyfuncitem.obj): + funcargs = pyfuncitem.funcargs + testargs = {arg: funcargs[arg] for arg in pyfuncitem._fixtureinfo.argnames} + with get_runner(backend_name, backend_options) as runner: + try: + runner.run_test(pyfuncitem.obj, testargs) + except ExceptionGroup as excgrp: + for exc in iterate_exceptions(excgrp): + if isinstance(exc, (Exit, KeyboardInterrupt, SystemExit)): + raise exc from excgrp + + raise + + return True + + return None + + +@pytest.fixture(scope="module", params=get_all_backends()) +def anyio_backend(request: Any) -> Any: + return request.param + + +@pytest.fixture +def anyio_backend_name(anyio_backend: Any) -> str: + if isinstance(anyio_backend, str): + return anyio_backend + else: + return anyio_backend[0] + + +@pytest.fixture +def anyio_backend_options(anyio_backend: Any) -> dict[str, Any]: + if isinstance(anyio_backend, str): + return {} + else: + return anyio_backend[1] + + +class FreePortFactory: + """ + Manages port generation based on specified socket kind, ensuring no duplicate + ports are generated. + + This class provides functionality for generating available free ports on the + system. It is initialized with a specific socket kind and can generate ports + for given address families while avoiding reuse of previously generated ports. + + Users should not instantiate this class directly, but use the + ``free_tcp_port_factory`` and ``free_udp_port_factory`` fixtures instead. For simple + uses cases, ``free_tcp_port`` and ``free_udp_port`` can be used instead. + """ + + def __init__(self, kind: socket.SocketKind) -> None: + self._kind = kind + self._generated = set[int]() + + @property + def kind(self) -> socket.SocketKind: + """ + The type of socket connection (e.g., :data:`~socket.SOCK_STREAM` or + :data:`~socket.SOCK_DGRAM`) used to bind for checking port availability + + """ + return self._kind + + def __call__(self, family: socket.AddressFamily | None = None) -> int: + """ + Return an unbound port for the given address family. + + :param family: if omitted, both IPv4 and IPv6 addresses will be tried + :return: a port number + + """ + if family is not None: + families = [family] + else: + families = [socket.AF_INET] + if socket.has_ipv6: + families.append(socket.AF_INET6) + + while True: + port = 0 + with ExitStack() as stack: + for family in families: + sock = stack.enter_context(socket.socket(family, self._kind)) + addr = "::1" if family == socket.AF_INET6 else "127.0.0.1" + try: + sock.bind((addr, port)) + except OSError: + break + + if not port: + port = sock.getsockname()[1] + else: + if port not in self._generated: + self._generated.add(port) + return port + + +@pytest.fixture(scope="session") +def free_tcp_port_factory() -> FreePortFactory: + return FreePortFactory(socket.SOCK_STREAM) + + +@pytest.fixture(scope="session") +def free_udp_port_factory() -> FreePortFactory: + return FreePortFactory(socket.SOCK_DGRAM) + + +@pytest.fixture +def free_tcp_port(free_tcp_port_factory: Callable[[], int]) -> int: + return free_tcp_port_factory() + + +@pytest.fixture +def free_udp_port(free_udp_port_factory: Callable[[], int]) -> int: + return free_udp_port_factory() diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__init__.py b/venv/lib/python3.11/site-packages/anyio/streams/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1a769e57515cb35a594c683b86a9802f00f30cf GIT binary patch literal 190 zcmZ3^%ge<81b#Q)q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuR#5>#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*SLt z%FKNI;*z4&#N1;2`1s7c%#!$cy@JYL95%W6DWy57c15f}8$fO-<_8iVm>C%vKQO?E IB4(f%09JxAC;$Ke literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/buffered.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/buffered.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4093011833a5de2dd145ab2e3b0c29e6b7bf6437 GIT binary patch literal 6490 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/stapled.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/stapled.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3c51133d51b519a25c7c935d67ee2ef2a62d70a GIT binary patch literal 8257 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/tls.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/tls.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd254697f4c199a39b1c73c160f445cf56ff310c GIT binary patch literal 18412 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

    N+*pAkH~Qyxkg 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

    EQQy)ND2 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≫z$xc#7UDdGsuxk;fG$3vZEN>NY6t11?;iTks>*n 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 k`=tHmAhd0!}GD4cr#14 +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Typing :: Typed +Requires-Dist: colorama; platform_system == 'Windows' +Requires-Dist: importlib-metadata; python_version < '3.8' +Project-URL: Changes, https://click.palletsprojects.com/changes/ +Project-URL: Chat, https://discord.gg/pallets +Project-URL: Documentation, https://click.palletsprojects.com/ +Project-URL: Donate, https://palletsprojects.com/donate +Project-URL: Source, https://github.com/pallets/click/ + +# $ click_ + +Click is a Python package for creating beautiful command line interfaces +in a composable way with as little code as necessary. It's the "Command +Line Interface Creation Kit". It's highly configurable but comes with +sensible defaults out of the box. + +It aims to make the process of writing command line tools quick and fun +while also preventing any frustration caused by the inability to +implement an intended CLI API. + +Click in three points: + +- Arbitrary nesting of commands +- Automatic help page generation +- Supports lazy loading of subcommands at runtime + + +## A Simple Example + +```python +import click + +@click.command() +@click.option("--count", default=1, help="Number of greetings.") +@click.option("--name", prompt="Your name", help="The person to greet.") +def hello(count, name): + """Simple program that greets NAME for a total of COUNT times.""" + for _ in range(count): + click.echo(f"Hello, {name}!") + +if __name__ == '__main__': + hello() +``` + +``` +$ python hello.py --count=3 +Your name: Click +Hello, Click! +Hello, Click! +Hello, Click! +``` + + +## Donate + +The Pallets organization develops and supports Click and other popular +packages. In order to grow the community of contributors and users, and +allow the maintainers to devote more time to the projects, [please +donate today][]. + +[please donate today]: https://palletsprojects.com/donate + diff --git a/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/RECORD b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/RECORD new file mode 100644 index 0000000..e38eddf --- /dev/null +++ b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/RECORD @@ -0,0 +1,38 @@ +click-8.1.8.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +click-8.1.8.dist-info/LICENSE.txt,sha256=morRBqOU6FO_4h9C9OctWSgZoigF2ZG18ydQKSkrZY0,1475 +click-8.1.8.dist-info/METADATA,sha256=WJtQ6uGS2ybLfvUE4vC0XIhIBr4yFGwjrMBR2fiCQ-Q,2263 +click-8.1.8.dist-info/RECORD,, +click-8.1.8.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82 +click/__init__.py,sha256=j1DJeCbga4ribkv5uyvIAzI0oFN13fW9mevDKShFelo,3188 +click/__pycache__/__init__.cpython-311.pyc,, +click/__pycache__/_compat.cpython-311.pyc,, +click/__pycache__/_termui_impl.cpython-311.pyc,, +click/__pycache__/_textwrap.cpython-311.pyc,, +click/__pycache__/_winconsole.cpython-311.pyc,, +click/__pycache__/core.cpython-311.pyc,, +click/__pycache__/decorators.cpython-311.pyc,, +click/__pycache__/exceptions.cpython-311.pyc,, +click/__pycache__/formatting.cpython-311.pyc,, +click/__pycache__/globals.cpython-311.pyc,, +click/__pycache__/parser.cpython-311.pyc,, +click/__pycache__/shell_completion.cpython-311.pyc,, +click/__pycache__/termui.cpython-311.pyc,, +click/__pycache__/testing.cpython-311.pyc,, +click/__pycache__/types.cpython-311.pyc,, +click/__pycache__/utils.cpython-311.pyc,, +click/_compat.py,sha256=IGKh_J5QdfKELitnRfTGHneejWxoCw_NX9tfMbdcg3w,18730 +click/_termui_impl.py,sha256=a5z7I9gOFeMmu7Gb6_RPyQ8GPuVP1EeblixcWSPSQPk,24783 +click/_textwrap.py,sha256=10fQ64OcBUMuK7mFvh8363_uoOxPlRItZBmKzRJDgoY,1353 +click/_winconsole.py,sha256=5ju3jQkcZD0W27WEMGqmEP4y_crUVzPCqsX_FYb7BO0,7860 +click/core.py,sha256=Q1nEVdctZwvIPOlt4vfHko0TYnHCeE40UEEul8Wpyvs,114748 +click/decorators.py,sha256=7t6F-QWowtLh6F_6l-4YV4Y4yNTcqFQEu9i37zIz68s,18925 +click/exceptions.py,sha256=V7zDT6emqJ8iNl0kF1P5kpFmLMWQ1T1L7aNNKM4YR0w,9600 +click/formatting.py,sha256=Frf0-5W33-loyY_i9qrwXR8-STnW3m5gvyxLVUdyxyk,9706 +click/globals.py,sha256=cuJ6Bbo073lgEEmhjr394PeM-QFmXM-Ci-wmfsd7H5g,1954 +click/parser.py,sha256=h4sndcpF5OHrZQN8vD8IWb5OByvW7ABbhRToxovrqS8,19067 +click/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +click/shell_completion.py,sha256=TR0dXEGcvWb9Eo3aaQEXGhnvNS3FF4H4QcuLnvAvYo4,18636 +click/termui.py,sha256=dLxiS70UOvIYBda_nEEZaPAFOVDVmRs1sEPMuLDowQo,28310 +click/testing.py,sha256=3RA8anCf7TZ8-5RAF5it2Te-aWXBAL5VLasQnMiC2ZQ,16282 +click/types.py,sha256=BD5Qqq4h-8kawBmOIzJlmq4xzThAf4wCvaOLZSBDNx0,36422 +click/utils.py,sha256=ce-IrO9ilII76LGkU354pOdHbepM8UftfNH7SfMU_28,20330 diff --git a/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/WHEEL b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/WHEEL new file mode 100644 index 0000000..e3c6fee --- /dev/null +++ b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.10.1 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.11/site-packages/click/__init__.py b/venv/lib/python3.11/site-packages/click/__init__.py new file mode 100644 index 0000000..2610d0e --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/__init__.py @@ -0,0 +1,75 @@ +""" +Click is a simple Python module inspired by the stdlib optparse to make +writing command line scripts fun. Unlike other modules, it's based +around a simple API that does not come with too much magic and is +composable. +""" + +from .core import Argument as Argument +from .core import BaseCommand as BaseCommand +from .core import Command as Command +from .core import CommandCollection as CommandCollection +from .core import Context as Context +from .core import Group as Group +from .core import MultiCommand as MultiCommand +from .core import Option as Option +from .core import Parameter as Parameter +from .decorators import argument as argument +from .decorators import command as command +from .decorators import confirmation_option as confirmation_option +from .decorators import group as group +from .decorators import help_option as help_option +from .decorators import HelpOption as HelpOption +from .decorators import make_pass_decorator as make_pass_decorator +from .decorators import option as option +from .decorators import pass_context as pass_context +from .decorators import pass_obj as pass_obj +from .decorators import password_option as password_option +from .decorators import version_option as version_option +from .exceptions import Abort as Abort +from .exceptions import BadArgumentUsage as BadArgumentUsage +from .exceptions import BadOptionUsage as BadOptionUsage +from .exceptions import BadParameter as BadParameter +from .exceptions import ClickException as ClickException +from .exceptions import FileError as FileError +from .exceptions import MissingParameter as MissingParameter +from .exceptions import NoSuchOption as NoSuchOption +from .exceptions import UsageError as UsageError +from .formatting import HelpFormatter as HelpFormatter +from .formatting import wrap_text as wrap_text +from .globals import get_current_context as get_current_context +from .parser import OptionParser as OptionParser +from .termui import clear as clear +from .termui import confirm as confirm +from .termui import echo_via_pager as echo_via_pager +from .termui import edit as edit +from .termui import getchar as getchar +from .termui import launch as launch +from .termui import pause as pause +from .termui import progressbar as progressbar +from .termui import prompt as prompt +from .termui import secho as secho +from .termui import style as style +from .termui import unstyle as unstyle +from .types import BOOL as BOOL +from .types import Choice as Choice +from .types import DateTime as DateTime +from .types import File as File +from .types import FLOAT as FLOAT +from .types import FloatRange as FloatRange +from .types import INT as INT +from .types import IntRange as IntRange +from .types import ParamType as ParamType +from .types import Path as Path +from .types import STRING as STRING +from .types import Tuple as Tuple +from .types import UNPROCESSED as UNPROCESSED +from .types import UUID as UUID +from .utils import echo as echo +from .utils import format_filename as format_filename +from .utils import get_app_dir as get_app_dir +from .utils import get_binary_stream as get_binary_stream +from .utils import get_text_stream as get_text_stream +from .utils import open_file as open_file + +__version__ = "8.1.8" diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b777851073374d6c51fa7191a6ad79060d9870d GIT binary patch literal 3724 zcma)-OH&(15XVQL7m^TQjNh2WVBSbPZNQk90Gq@HV&F2Dt<`ERZM?6VT|vkx-y$C& zl`oOcu*Z!~smdu;Ik?Iq4}6#3CB6$hzz2v2fba2p#P@*j^ZUg2tq1l){*d?q@FV_+_#yCP{+Rd? z@Du)o_%ZMxA0&PP{FFZ>9t0lZL&Q&k6|N8u0T1(GV#Ru9kMI%VVc=0dO8m@vZjbRX z;t^}yp5PP2qt>K7#ixj$15fj5;xXVEK0`bXJj-W^Cx8pQKs*UtVf5*QgE&+efzX#ss?<#vIY;ynSMy6z$ z`X|No6;1I?+p`Si_%f)uj$*r&I*d%m_e^0_l=7t#)C|QBDwbJRTrco6;TuZeDz^5? z$Xp0BFrBKRySA-46~!_gn5+xa3w-5c-6<$%j%9u_6c?h1tLXlWVg}>BQr3Kza_{R_VBRiF z9(h-@yN)%X*+yUpn3mRVv!?W$jQzUnd^Clv;Tjd1*i4kDUPaH=49mOqXWqi_CP672R0>zKi{8wzca*Xr6jiUVqgHRJ|?)9Ikp>b*>o_OHOZdDk*UvAETq3zNA@G&Az z^@B?br>5%8HO6<2j^2SQS*p3Fj$fvCwZJ$vZR9xi2tE`0?~b-l0W$lRs|6o4huYqG zaEQ+Ifpg<(-n7$8kCq>60q!w*a{A%m@C^n!t;6paAbWOr{NbpycXG0~3&Z%?*#UiC zZMEkkbyocd`5m~qxB^?Md7fG^v15HWESrudE>%AehGv7a2c38Xx2`VNGaQQZb7G}1 zUsySueBVf^YQ@!6wGoHAY6y5OGZ9Bgpd?XJC~1@~6nwjjEJ!1BbHRN9Z+a%WQSvA~ zD7`3sD0fi$QSPD)pxi^b57NjO*O$>3577G%IC{Iy_P!y0xrr8^Oq={kl zK0|M+YPn_2^2G>_k{(?#F-iltpmyC9&vEh?$~ejd$|TAZ$~4Lh$}CC&rHC>I(nthw zq`sI(#{$YC$`Z;l$_td2C@UzdC~GLMP}WgiqildQ67|4@oo=FI3uPN+2c?9v3)0A{ z>h(iF{hfUQ7yEipJl90=;^LxsZtC!exeVZ*isHH9oEPEIU-anxuvnO%FZyO+%zB#s z34TO=QO8$FQB_UH3{6qr`%e5YhBXifxFc1Oj~beYp&LA{GU~=aa#906f(&oHWJDfG5CE+ z7RgH>Ld1qc*&;R_$`-M~P_}lFCqpJ#yIie1Y|TC!GRfM-kqW0OmP004BnN?*5nByq Zi{vE`A(BggivG$E{F23g@dG@^{sS_dM)d#y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..964a91f55f87c5b10670029e23978e352a5d5f9b GIT binary patch literal 28666 zcmd^nYj7M_c3$^9d)|Zhg9JDv0g!lbNRSjCqC^oO36dfOE=f=%p_PV1bb|y0V4$7> zA6Ov5%5-U@f>+ozWQ}dg9>;?8m+C-P(5pnB&AdG>4>w6ME%(8}(%K^wc<2OYRu#+>8ApulsIZPcX| zoMv@uPug9yzRPpm`}kL{LC=?X$5!@^SL6qMl4I1bm4a}<5DseL%REx_r(sKjmcW%l zQiW)L0`V43vW`}28AL}}omDQ*#fhgx0VP)Jxm>1J)RamU-H%N1NVTFD|I~w0+q|Ox zrhTwZbV)TxsU5b7ft$9$dRCuaEZ%6;>eeGUgAo8!Va7Q??;wC3nO8n?rE$_Ql z;2i(zHQ2;*RUudPyB4J2znIc2p8irb*0A>14m-qJw0hmo{8k;_3Vo@X%Ewv9eX0NG zdp-KT{^wX;1IpXL%F{=vI4X@u*;tmc24lANk>gFHDTqyYuchq0uR=X)Y0W6DwMdcc zP_vGVM^MODsVRiAjI-*e)FIVgwxFkmIVP_E*-Buu)i|eD8*5|vtIwpMxB=AFhS_>r z-1rN^4b^O(zizPwwQgdyw*G=@UCA}vVjF7R%-W)3YuF-g0)4cvh~13Xjuo-(i0wqX z&w%$BdFq$rW@aon#16El>*rQlCraD$b1SV2rG>>U=;c<8<6-88rESAjowzx1E8@N? zCiG%Z$10q9*ez}Yw!3NOve`Qz?hto=|pX>H{`*d zGI_8Qe2wH0$(Oxo`D0&_$CCVd9Qk*#u_KvjoYy}EOL{UV?lZkvYe*qJ=n$Vk>v#X` z8if3;DuSlE5y6b*W$s8+jkJ ziUafl`hT{J>wi(73?-v?J?Ncp;z@>oi`YwT6Av0|{K|A{91XoMCG0|89YSq;#lvj$ zw_!B<@ciV@F#1Q3f4_JXt<`17We!h2t!5*CKepm+y{$%EGmiF^YXP30Mq8i4s6Qnh zzsX5mWpm&FOF4m*EoCV^Eae%bgv(NTrFN-9>JXXi*A|j*)sTiU)~W<$WnAXFGv$ZF>z$#a^4}ya!iir{djpuiXc^t zUK*3M=WFsvf;~HADKRBa4B4q&#Y@1QRNjZr0=&h|@NtIg7~8 zS`xaVOu1$dFIr}-Gqw+`?>fK~@ULD#gsngCl%>hB=#VtfZq570Mkb`lrK#azNk;Q! zS^>!(fObp1;5$(}Jp0 zQk=RNqU$F|w_c6PTd!Taw)HBoACqq+M#d$1>s4vu>ejK5OIs&zB(B6Jc7(gTx5h^j z(w52S(2LQ_Qhe*s*vQa}TO&iU@yTc+Jb5Eu5gCuZC`A%zLqr_|xeC?Ll!`wMFvk`A zoDj@7>z1op($8kAx|FJ}q>yv^=KevhqA}@M_H4`v{+tjbShpru*NR`k=kz*03m4(x{%Ze7HvSHH*l<$iip1ja)(>9FA+@WE;<2 z!0Pl2ca6Jly}(`L+pW_r2d_v&FUCV7!=Y&C@(8dM(gq|n5)Vb=Ln9;Myq(?q+HD}` zm?#a!^Nz7t?8T|cylo;nF6BKZ*wbMm&vu>-RGiuxl4%8*uNa9(SPA-I%WDwdg8z6A z01#@k+G~~rHS@En^VvX~Lch+XYxe@XGQzIUmp!!wj_CZ_lYaG zP@8H@4`f{(imM~z>ih1H5WYEG?I-h8PA%V!6U7{6FI$x3;B^EE*9+_g7oT3B&PUIja zpq3+Y8|Fp#P2ZqP^ot${E;od-6Dq$KVNa5~&JTJq2mzT4JAIGjBY8U}yBw8? zj{1iT(}tt^h-W?geSkN4Gx?MzWCE$$RU#QPiOkq$>}FCki^=Q!3>VQcHOpJL1l3%; z%;Yz!w~;vVjCI&L!p%5t^WWm3ym4o^_xS#HXP!^wZ9~y`A}{ogkTg1WGVhJ_ja;9a zJfq4MXOY3>?eQsa+Pn~nj7*FqB9V3>Z;MM~!;i$6yaDaXyCRXHv1mLViNpy};KOvy zv1u=NB4&F1qqurltLiaii$4$W`5gD-N^bpz+m20w*G`tf8tZC zWxe||4xqqUT<)Z8-n($M;NV;hzhZyQIqy`2`c!SYehCa?AAWbvs&^f#bgMH^R7aR* zY~eHl#A;`_G(sycGv-zNg1PD}*T7tXd5yWsEhq_+&LLv%4qeH+4qqRVCP^)LkC)j@ zG;l~~BqB;Ve(IZ%%|>#8UL zKZDwvs-C}6ji2xJ@ZWMR*N*mFqMRI2JoZ*Tcm)nse z?-+@Laov!+@n8@MG8I0(?vb5U-#SJw)dI|M4+2&5Gxq}NB$9VWBI7Y}YK+3(NaUrd=$M)!x1vOO6F^=#$p$1k2F42RYP%GR zA=oo-L(&*V2_kL_l30HZsI*S(h4C2bSp3fcK+W1;!OMkObL(0P zKCk_W0tfIQSh46X*y+*1RaGx`q|PjEEjZ~};3_H?-Kiamfr5*k-CRRc!9yW0g;)`O zuCi*erVyamAm{cMDkww+uL{=M?4SlS@LKGxDI4aJz4c1~hHBP76YJL`;KQ5faEbB5 z9&KgJKL~bjE3td9c!y}099UyGu$Ci+E`VJdtmIf(xfm07OCF?n@k~tJM=Px&Q}-9c zKEwx#VL!q_F#twiA#X-gqNhNq1CX{8(zVb?EHpBakmO;grHGKkcxXH(OQB&oHeM9N zB$}fW+Jl>T7^HzX!j$;2u^XY0@yRi1T$)IPL!q8{C_XiGr3>#sLmD2rzGZ4ML~0Q! zOcTUllT(S%rKpI8LWLc=B8j2crBP`p5f8=Cs~hpq z=GX*YLaR~Lurwh`GAndQk`vL9iO^L^j)O6=ve1^%DJaXx0)<4vlz6c{%u1<;gVrYEIivj}40@SXT#gANp3;UAweqmwEGq#s+|r-7(`4yxca%`5^7J;mn73a7 z?Z)#q%F}LDF?*O2_~AIURHu+5c$ls)ob!wTcI%tJ;;S_Kdf^D5paA0-C!O*{>^zo@2tUJrbAwUUEUDWGnjXaqBf^_yb@_OZ3RJ2oO*FFND&Mi> zxrquWL%NN{pbXhc$`G@Y*!u_ag2v}$>QP_2ARoYewSkmrp(2wCAQMX|PLe!--8e<$ z6G)miPjjt?aU{iG1(@SnmJ#SMgn)QYhZz#iln#R>Y6{sLrRlo4q!egXyH9+G6 zRU{K}S_^+{Z|n(iABWsMVe7|Rc)-=k;s6-P-*d9qzk)2fd8TFmR1z!O;0B3Rt|-e+ z#tfJ<>?I<*z)jdR?VAytg9uKO8hMV*LL#{y48$WzE^ntdBt~@dGstP8x33|hjNY^g zZcyGo1NeE+o5R&qq_^gK-sY5?^=?qS8#3&t(woiI1f5O;7OSr*7pz|N-VbiL7u=BE zkqvHAf}1kz_xW-aE#rN7K?AwEwF^`92NLx)fkX>du3|H?7wjmLp50uq8brGb9ny)m zca8Pq&ck0b#0&|$`}Wv zWw`WW-j=}1;}JADu#zUVqLW0EzszXz|C;BCx5n-_Z@t&NHQU^+G<_wj)JGFbqixf7|$y9w+8$kUoQHWZ1J)@!OrAhUu@D`1%{ z@bV$bYlVg{AEif<>P#xgG*xB7&3o$1SM@?#9WeEj zmtYSUIDq1cjUFAe4s%jSppc%0H-lrzvR^ZH_Sx}R3qsFWXRK=EXk#`nNi6-@srW;cauOm=yhK8L) zCwV06msqB(C2V>USFUP+pBvN*7^lI{XZRt@1%n0UJxf2+5?}yzk6>3oT|cQR0UPV0 zUO=l*c@V(JsbR&3)%g-Ld$FAo?48hpFBSAZ-u|x znhk7I0^2geHkh4(I~YGpfXtwN`Xj@0oo-6m)WQ9}cdzv>zt_4t7Jnc0eUXK!9CKhK z`+y-`>0?S&Se2e>l(q7L5xa~PK{kTXtSH4wa13cjBlIuq(qkN@=fx{q`JjUd8M!mhH=op8xB)_nWV|p7} zzYCQVFYHaMuIq0#NlzXcxv7+&u?=NCIHQ`6ZT;AQRJZO1u>VFg#~_$C(IZJLXyr8f z@>XOukwsNxcw|B>n}3(-4g5bG1%R>F%?S-K+SX*9n-nLwA8+qi4g}|~z8PH{O}AwO z?Mk3MBeZ|wu2^VGZB8G`y4w|Z``khBUBNT=@(F|FBrt)?545%Ln`750kS)orVEh+lN`MWn5TsOjUuoK( zX*%}NrmW{_#q)H=_B6vq-p2On>{p{>Q_>J2Lc4U4dH^wI#L%`nI0yi#YaFq2u- zz1&GBHr@FtE`~VVX;;xQ{Vg3WRO85{sRT1Xs@vEjP%BmJ5KbgAeuokaOR7W+Px!aWAZh`dWzvhp4S#~-2wYM0IuwqtU?MV3JrfLBP)kP+b}`zf_pyGru3 zTyoAjCkDR6`#M3ac)v{Y(x$4JAml3MGGo|~E%(8Q!^nMxdS@$7nH6S)IhHyj%wjIj z!G#8nH9oChuyZ=uHm-ff0k;}(iuZ|Iu!~q=f1gbDHE=RFZmJ87vy6r39jecaObBDV zi#e^dyW}Z~&}l`!N{`nF=!NBdCOtV{I~j||8SR+j3NG?@s!X zzE5iF7Kh(Hb?bck8`;_&O6`uM=f@7t+m?Ru&Yru^W<7@#&!GZmb*;;JtDznKaQ)u9 zo!Rw$%KAP$J*aBVc$=|G+ps0QX6d=?`n}5fy&0hyS_8}{p7tC|e^4Jz`bd%R7oB!~ zjO3=AP@}o+FrOWdgM4-XJ|jSCs>3)5$kZswrhO1XG?CfE0|4cGh6dTF3K~~PGjLp4 z;ZbGj$7V5&6XrajQ&q$+Q-n>PrHInNQnoVoy6Whtjh5$-y&e z7`sM_=|nsR4NBGQ7{$o1A|vCS?^z9;CxlqD7UrjdikcGUrTi9hJVR4V^}mBSbGN>8 z=JtgK1R5k)i$e*;;brHN(6(IBBA>*`fpy(@7vdS~<9 zzRa0(8PEBw=e*)MpRt|)JBuUv*U>{0e!fGf`7-#S`Sdn2lN*KnoAee5th{Y_WK5b4 z#^T|xMH5#}jJzm42WovjZ-eiXWD?8zY$Ln)ThPB}_^WUWHEPXlewl1Zm{+JzyC|KU z4Og2((@!16a%W6Z<=7;A0?D!E;zez3e(@q(Ng{&zu;USaCq>~#Z4Kx7ORy&C>I}T; zZLvvd0@(U3)Gz-w0X?-$%KKEG`jJ?KUXgDj?-iPBI}w2532$vrQk?t7+&7j3*w9b4 zWCQDzz`BgE?h{X7!L}f#&)*r&c%IC9o>V+fW^7NYxaDQ$gAZ@=yg+Cs_p#~bMEL9k zd}RpDU7>QkKc9C*6S47;A(QVtu_ngo{w37-DR@73B-K2oDPZe|6xx4l-&$t?ZY z3lX_l!Dy$aRh@Q~ju4q*gIfADM&Fd8`n#zhNp zv1)>!5zKv@^-L^auf#kKzclNe@s7In_Z_44T39vA#jlw9Ne*1>606m8`T4T<8?_w8 z^k+=(mvBlJ%M};O(%WaogWPW7BxIRqm+=i#O|)WQml=1m9lJ){toI*y=Rbd?7`n!5 zJ{2>jR6&A3f%EMa4PDOV{}PBmrY=}#Ok z&5^+V9H2lO^Y$!Sw-yhb~Um>}-3B`T>Bko5Kei{FE{8FcqFD)EO-cX;6kcm1} z&0ov&QJFTy`{aKJI3V8voc`B6IDs`mr_X3v3LjbN`ba!Mk0cS9$19etI6N>JlM|BI zrF*Etp*9h^7MmJ_m44!CZ0ss5$n-W!i{qG4=;Bap^2Wt2=!_gCH(OSGC?SobAab9j z;=`en$j%I-YHbr(B+KKlWna8@aSLe;OsAldsAQbu8cC3|?l4}7CSZxZMvb@;o7x1| z+2}Bq)M3`c>9(`*p(UgC#TZ;)*`n_v4ur`N@Z|SOTg_NChvk1nDCp{85}i5aLcNJi zpb9!57K)=QQi$1Zwf2PBhBf@kBfZD^drn`N4#4YF)d;q*YQ~5-=(1tcY}=meBmWrV zmA6bJ+S~G$7|vA<$Kk?z1qw$T`Wt$fw?^TPPD@Uv9TGmuBb;qwPiF!O!h z#;UiC#$ZcuiX$>R-{qnr@qby8e-|yuI}RT{f9%YFOfv)zJqHgSK9jeP#F1bAJr)-o zB0uQ7?Of#K@w|QL3Yq|SRuz+d7+U5CI7W4q?3j7Wv6IZF1IKl!lro)9UScJyI-~qg zD8oOc7#m1vJa1>N(s^%U9A_(w%39tsEarJhewwmbqQh}gIYJjz`(+WTW=xM^QprC= zt|^*E4H&G?nf~an!0dT$u5UR|F@GafpABqK0vqOz!e%JAZ+>H8k9t%pZN2B*m~n1g z_V|rcEWH&^S^stg(6e3fY$wy@2|gE~18u(T%XOQxbsb7w$I{_UU3VtfyFC{O zGgXJORfm+SLmx?*s^b~&aaa-Xf@{li)y8a9t5VgPp2}2pWxQR>fu{8JyN*oYschgW zCGgZoHJLzPM(BeL)LTj0s)zaIz}nRLbYkiJovYcvekHK~BU>hLC?gy~9$h*1*Td1# z*Y&B@9>7r>fC6WCx#1&i$dPI2$@+U0e{V*>deyzqGWRmJUj6l%h9g=3QN@2WBOJvW z_KLX^^p~^2PDFon!moNcwBfdMNyvt}75eQ>+LAUn0kAeQUkerF;4X=jq>bDxsQ3U$%#ySu{h&Hq(XUkWCwp_=3b-ZUfTG|+KQxfT zKK8X#>#eSPfwoMbZ8=!E=uGYWPGBLBtFBo*lA5|TbFaEHQ{A~-UAuVXt!KXTOnUw8 zj%@W7rFsio@oKt0LHw~)^w#KiH+--uTfJSW-d?aH9wzIGh6O?Wqq@nFUYp6gk5RWF=MdEdEo`||y^UH95{ z-MOA^JD{{3(5w;59`F3FH`gz=y!q1N)M6)m5Iq|d&xZ7&jAwJkwwY}q{fn&)hg{qr zxx9z!t$$R<1OD;$#v?xNPkioUjn+S@>)CUx#`>q#Ji!_}qJ}WH^oy2rbUplA0ORoy z*fOU;$<Aogcy9UvoB>tE_Vp6B@w%T)A;Fx`)wZjy={BM!A;*c2)&2-S% zB$8%-PR*fZEIU;OKAsUauv+2qf+Kd&08CC?GzbjwWWX|44^Mp<@QwbfX`_7;`PIuz zj8KiS4AZWXuRh9wc|g4oc4%R<>WQVH>1YkL09yzH?M`_aZ^(H72wWOB`Fj*W1T6n0 z0m2dX5ZO?&O<-!Qc3$SM5T33u;)<1#C1f2$8gpu%-$w$d3jSHizMSBlcfR3!-S=8x zK9CF$&v7s8B&n28Ha(sd_9^TjX0Eo;G_*`-SRKLCFtZuhh+3F_(cbrU1Z!hoJV-z?AoL+M|=P zI4&m1IJr|}uD=-lmsC3u0x%1CrxHFs_HcbDlDIJ`<@v}8EK%-U_IVK z2L$gM?$_O^%}Xtr#&FV|6}BqE){ORBiA$PLY*Nt{%A?2J+zWlg>2S}a%t(C&-qC1E zT-j(f_OGbX#7O9{6dmq4^4jeDtajAvJzhIY%J_48Rhdt+s;mAvURQmOAE!_!Kwg-X zX(@w~uEcayM`c1Wqd@sTQfM#bvklPL`g)^rNk0!P|A>Jwa$ zHSnnwNjJ~4#Dc?aUjqfuz9xmecHEW**sUD+d3&4c>fENeI=4}YM&N)NM{!1gxNYf* z+l@;-AN1XMQt9eZ*7s7LZ9m}uj5$ni!_EhbC=vi3HZ-e~v);OfhbB8GQ+c%WPuuMsQLpgpplQ&+J}WAN49QMb zvr_xI-|5PFo>DwdWo%C| z@`9L+jp3-OE|O3mA(;)=6$D64n+wAYz-uJ5lA#|1p-cRgW>7B|Gr13x8@#-vd+-G1 z7E}f$jjVd=2IWo)5h5V(NovUd4ZtWF^A+(cWSk*Gl188Z9eE0bxF-?7vKK2u-`p%# zoyq;nHT8=Zl6}inaF+k}{>A;7!1_$!_zyb{e$HOEPFGyYK9&f z1Clhf890Q0{UUrZ9BoH{HbY=M=g3`R^(ko9p3vK`<2CxQ0<(Qd`D$zE?ZojOr|8qYRLU4>3a~UxgY4b7wE_ax|Bdy zM(9#UyhfexKpMWx#5SG4^y4N9u%RT@yD{|tRp+Y$J3c}66tC5LSw6b67Pc`!r4=vr zkOX~_$+$6q)3|K^8@}TFn03}_+`w76pEqlpu|DeL6Z@nSa8XjRUKfl$YNNW=n(%6E zf)Q0)#Br|)rLWzZS>~*L#$Ga`zwS&rlLD4$wwuDNW5zLKkLV_LoItf3=gJKC1ge?{ z!ZdHjgthD#11+lT)0fVuhR9G)|CwVrlaJZSEQImI4HzrQoW@SXpHuhuLziyAsE1EX zkvTKUd@ac+qzI7Zj9t$r8MEBhj%jGUmdN2cg{!IPw{I-o$OJ<; zY8Zn5s1NoK4djAr?+4rN1>3U0%}Nkw3^(V3HSj0()xu=KJ{$8(Za?>}P}th;k^eXK z#flj%Z=;Z)4S-C{Devh)X9i*zza864c0>6F(o{Bg8X>qm>MRc{SbTd$5@i=Aqs$Ws zvCI_0HXA290E~`}2M(yJmxHnqa8if=Cjy^SkG)n`<8n>M{hIK-n()%qY|SpEW>>N= z*{2;%X@qcbsUTO=Kq<*SI-b%<_8GFrWjsx}s)pn<4}`iT)=kO4C&BgUwx!l=aGMg` zmbB;U*4?k`yjRz`)OWWvQ`ecTJD}7ZNP3rj{`qI$>{&dT8l%&9zU_){d(x7FVX8jq zDA?>Sp!`w5&sDEWTIK~9;c&X9EBr$*s?2)nz`EA%M;)m_n}d}}SDa+a%|?7-%Nw?S zmk(RN-{9_T;lAJE?(MdIe;W^I;_v7^5kdPcesdj*=3#(Os!y! z0T6)1#Y<8!UjsTKTQEH4u(6aKpEvu~XabQ|1q$ky7l%4`PBt|Gh1^T#~ zTBxb9{$H6+t*2#F*3+bTnliQ~)?8Cdi8WG-9#XkqbQG?9bXOc;Q@>(|GZ5Ogr2H2s z5_%5Pd5CM2D~oChCGVqV??!-l7rrhGgnp1 z{hGVQ`n!CK6^D4`p~&#m#8BSLLdi}>E-15%OMhb4%?*5)c|-)i_yLuyyHVuMn#A=#Vk)wnEpG*65gAXiaC zDal@v4kQX6czje!P4ZaI*O2`BYcI^dkhG}Z_*&bXJiO5M8ouwP74#@}{eZj&8MFR& z%_i>myt}M_!0)os;YL6AvESW;1N@CVAebc)kSav?Qiy~oVs%8x^6%?&ss88i8jR;^)=?TzFDUDqv3Tei(x<0xkZy5~KU& zHF)g>>H?{?bKD=qzjtF!&1srIU!~%Cs?J<7tBwKs9@0a#&VOe8(EanO^E+Qu=S9>h zH=!#G6A(_XQf}5vdN1!Up8il3;yCtJOJ78dvqSsx-y$E(A^jkncM$BCiHY>7GqO*v zqf#s*F=mLyXDKBnoAVCXH=%Mf+RHny;gh*oy)klx8Eq_@fRp>U{9}68aqz;CbI1Dg zRsg1qsYW#6AkaM-XicD z1l|V7+nEEQe4Zk1vxtEyd|r(0JFELb4=IV3??ttjJd%sf$f|EG(^;6V?0;s8ef0Mk zbsfW`vnudtHs-7FT|xH2QG+jXzIsI@Oed?vVnr>lqf(q&=^>&PGYw<%U~?be+1oGg zL@It<{9A6016$+y9Os)W{^dB=9Q#`>;GScDIj%CJ{c>Du#{7HW^3Jcl?+V>>h0^uv zcT49SIfv`!*nLOSJx3GH6**cIN6VZwckl?xS?F1O8phG-rS1>*EOp$8e(y@AW52TQ zDW&>AhC_xUS?);AQ%PDS4 zHg+oqK|Alq9lm4iw*AH;Vn_@MDEJkndZ(OX&$L#Q#p2h;p* zTl&=Pv$s734v%;E@44@GfB3kvt&csIgO;!Gii1DSql)u5(}mET7WKXgtaR|FcnrWE zN;}2h*`eO=zVzYr4>o@IvibxEbTzOFtQ7ctL_$XkRtkmI-*zwUxE)ZR_CEe$<3|TS zT*sas*j)uX^1zM21U3{YGSEr%1CYZfBC8joi_+qnf)&pOx}+>dx};};3s%fer@C+L z1Y+&C_AS{mja!xynMSN^b{1Te#Z6z7Y)qZHH2^<^)?3e|p24hn9CKz=>Fmj@?NKUv z3m(eoCCc_u$WI~Gq@YUU6%P)y|rLP^aHoAV8|o|+$6 zSijgh|6Hmi<7-yz>k2-WlhvWtRD_o-Yk6!9AuA-@o2BG_f*ix*_=0@xNmK|XKhS9mbI=|tm_NhZoWE=*5a14?a7#b2;#B51?xsy zApqp?#aw|s=J18+#-&5b`fm34z~!E=FW9wwEVBV%i0o&0Y7yO6fe!ek;p2bvdkR(x ztqVb6*m&z@^=Z%E58WT__z=t*X;f1ql!~JYzPe^d1a;5|ygc8$KsE8rDfPy}27uwL zS?FHenc{ER7s2Q8nBK{5<-p&-2UT`Z39dYdtyMv3>drKD!;7$BMdAZ6?2goFY@ybt zzOGbu6zqru(x7e(E?A1X&vm7m46cg3z2Kx|&J6Z&bz3vF;mpiwk5l}+3Thu7AR5X)df%o8+6nD zcqWjR6GQrNB2JH-LGQ{v?6oFQlAc6KyfdD5yY1QeBm*$D5f=F{;bx=Vb&mbOar+Z} z^v~w|dj%A#KvLH1%;&RP0A9U%_j~o;?|u(|>~h&TT!a7Y|GxOwZ*ttfpojcr%Xz;3 zT_eZc;Y4nT6M4}v&JXeIZWuDKyK%_K?xrCVyPJp1>~0yd;%*!lCWIjyPkBw__6f(3 zgZa(l&I#9$i}@|%B@^x;H~dyn823zghrG;hgTHjBl=~nO6cEdX8YfL+IeZmEjRx*GCsw}4iB%}CDW4-$UzPWA zKgU>pgr9N^HH$mNYNTz+hlE-SX~i1Ew5c)enwVPAFlrI&-ZKw%JR^U7sP$Q8gxW_1 zvEe<_Q0L#Wi~!2mA~vG6Tl1}bMv2evl^`~uv~6r8n=z6tKgVc)#73OT9@;MM65G(P z_E5XnfnRN?3%%&XNOX%^5MHYrvmJ#o8#RerQS#1ErL>LB&s{^iLj2|3YKtjnPyQ*? zrO9a!x4mcjIifzwM{`4a#O=^_ z=cfX1g+kL5Wk;4NDH4c`O@sndqk;bMv5~g|;?&j2ZGrFP+)C?72>Hq%m@1CS`y(oA1LMR*=4o!|si71z%$HKu#RI*Hhj; zYjxH9;K;5$h+~vA7+SXTutYRg8RU$tc5UT+eoMMkyiv{Eo>vXw{mrL>` zhunp-3qFy+e&G#h(ufVZ7>_0o)hmbu5WPSG#>=H@9h%V^HHeK!;X?`w`~>j);vTUX z_p(qqLMss3vJNCvs&TFB;;PiRwsmpUC{aL(?I^z{=kI{OHs|kzzb@zB0)KtZPvEiv z?E>%vdfT2GRR!ENihEf|w{9dfePnOIBJRK&XhIn~QARV$-F!rLAw`SGpW{0BWgIU{ zQx~OBINTSM2A}fHPx-)8Yiq}apwtVXqwc&~CQBvCRL}R8rIi^9wAw*C^ob&Y&U;c^X^w@6B8FkK=M9Q8OkJ8ko8g=2x znNJ-p!ILZhBpUFfF1@H5PwsqN)GZnm>I$Licts8K)uI8Eq<5lp&O_8%)Ds0YsizF) z3{it<%F$*9k;5}Te*$^kk@kG~94DIfwB5UWq_YrvS?yt@Llat__eZ+&K8`Ca`pC{g zXw;xDzo?CTM5Q-4F3RiEqR(ofQ5vP{e7S7QYVuDPImFfGpQ0R(XP%3^kPqRw0xhe5 zkJsp()1qM)`~|9(=2ajU!HM*gM_Zu$@uX6-EUsBiNpULm8hI%nj^1$v(5>&Mlk&9X zQ?k<4HzaZZ0M@|_C()D#wsk0Ldic`VWaP_#i)*$%zup6&agmu(v{$N zSlUWaw%|-;N?G0l2ns0}nUbV#7DLp^QAq+s;3FB+NH7dQaxw>@Bti!nvlN`X7|NKa z9})v$MglU%;FXIR6Om&Xb2t)|kZ&Bh8DO#jIt{-y3F0gxjE+r?g)fD~jBO%#ZCGi9 z74RyA&S#t>Gm?adVS-o^Ey#>*ER4|;#n5ENKFmrSADawydNZbQXna&6wuiOiZ#HWB zv0|gb1|aN3d4b~V>6z{;L8<%d)vMiC#zrt$*QuXU_m$A(mG1Ge3*FP#BbTNocX#dF z*&RmHw@-ua3tkL`yGMvD?FQH;I(C@I+^*^C8DSW2WGpf~JnPq>imrSpH7>jW5IWCg zTe#}xm}#LTUEPA4J6+omGs!|#x-x)ASN>KMTEC4F)ugK%mbNB#A)$TE;f}qy>T6H= zI%QvHY#=Le9)B#lTG4Q8c5yatTJu*TnJrybO{vp?9aKPFx}}xwjVOo(H?%DCKb?iQ zWX<7?9Zoy9CH3F6vOxR?iOS_&sj@D)tSfeG&0V%sdNUe}rmO1WmbAl{bkwBXWwEzc z%Nvq`@1)9mYE$hwPn( zjA;^Fv~&Ou(gr=G$n_vr37tota3!31?i(jS;qMPD`EQ+CJoSvWQ@dH)WANzbi3Eb} z9L*fHKO4`Bhy_`5m%dN5@HM$<-mkm#vqf1;%1D@{0iiH9SsFWr7r$V8-+j~lfh{F8 z$wE_7Xi~#cLKVZWzHp=_kTvb%8~!$dJ1*Sn3dg7bv1yDP$JJ z0~RcD7o=}kV8+3Jr4*4p!g#Pwv-BMVWQ^c@B$|{oT2sM@LQ)h@D&zD>WY(=6G6ej` z$Q34#KhFWnE*zqPs!03F`gYj@USuEd-35& z%H1cs`;tQ6GsbBiMeD~Y49WGnaY8EP(od|2%29D#(Fo=^ zo-u}JCZrJafs8GlUYSyYM#CU38Khxyz1e#0(5;VOL}6i)VPYf!cCM`($s2PEb05rn zcy8H$zw&2q+1}opSF^3cJ^jpt@iQpXf*MoqFwZ3s>MtooDbPy>h`%rLb!j zVx(D&Cdo+wf-WHtLqP;En?llCESOFq8jxl3Q z5!)#Yen|`IO9IS{gPJvnfsA3tuBZG#i3p8OqjUtfj1dftG(iDog>KkGq1JE+5@j)* zv0^pPL_&~ZT$-AZ!eLqiL`LN32s^~f6G6tB%$94XWFb6(9O3^Qjtc!8wj-+^UwmNk z#4XpNE7qGXuUKljH5xmfcDmwCH%@FA;xAh=+&UIJT1eye#CP7DiOr;|YmycH_%6*T zceu;#s`tTF)tmJ6uT?iBD-J8)#CKKi1EkM|COwDKZf{IlKR?t}@H%>_Z zR>V6lngQB1@`v09hFO;~OBAw&@9s1LBt#@-3DB|t3407T77(W8RXqM+8#f$(gwxQ6 zNiZ?bt(JJ>EsGsDCKe`QMnXljRMJj&($^A?EdCfbd{fSrSU;^0`}z@}xye?@33xUi z0nB^M6a6@d2FzpQ2awE&-0x^a!RWJj@JkWp%^CtdPx)2_nHZ!nf}~M$ig8DN(h&;T zXwo74PmwRY6%IOGS{4@195aGh3@s;EdT^iBYJ@F z&WoD?1RbDTHw*v<8iX5V14RNWgwoPtm$n3?$N@_>Neq*JfLKEO>;jn3mZk-E$r_!b6i(QF>snYFO zz)m*^rXvaQ-sJ}eQ*DP*zQZZ!;aERnT;7E@vYf-#sHE??r{swBKlWEH`R_I?58OYs zd=_L?)r%?rA=!TjK-cY)-EGT_D{Se2B`m929Lzd6Z~3afVzsL7Ze^n7UdQrzdHX=B zX&_Z~RIWPug)vq2(ibDCs#nt0^>?>?W#p?`zcL!j%74qj`O0YamZBhE*`4;=?Mtn< zx)!@O1v@m~8Q3AxLcb2@_=|*UH5C6l_9#CO0eFE7aS{sFJWK6SLqeThC|kY2U7FMf zjpyg^f22O^=NI@5{+T7J>sl=Uo^L5pyT3N)x(sJSHX*WUH5M-CObB|O@6 zd4I7GUgYl@iRem@Y;xVDFP$M{P)Y4bC;cuQ$Z4S{>MT`c$BbHSrC>{N8k%HL`Y|Q^ z2|3N=5Ot-HvscO2MovFDjpVRWW8`Zh=RG*k4>28d4uG&~AhRXq)P=D~7+%sn(Q^?D z@#l!G>6~C|n8doXfepwpU5dX#o#EZUY=A2jHF8Bq%(><-kJ<8sK_Z%Le<9t_e0MHc zvn_U7<;ZrVon?=lwJT1*pg$V^>2Rv9ORnomIlENvyE5r+Nqeduc>*h*K%y$; z*(!UsCOuoT7S83Bopoz~SJmk8ouAzPNvfg)9Y;xbU5_fatW<7UK9H*1BUkRpT21bf zEC&aW%2o3JIXQ>-X4{R9g^sM-YV)n96)>w581=6KSx96la^nizQ6(AD5zJUEbELwc z9B$o?cr^?nPc>~svzGN~bW{VifnE0vdh;Sh!jXfN1z2(qWvQ@a4#r!kQ+?KA^UWZ^ z&r#cEaBVIaNH-W?Yk(;yX-k4S2 z^EtwZYU|%|XrH1&ZbYq2ajd4=tgX?avY$DsmZ*@YVD&A+oHT6=hl`>1oR!qug_V9OYg&hTrGG_ zv1uX|*cfcDhQnjCp^Oz)2Qw3sVd?KvDtq72V`pDIO43THm+}&3k%DkKZ3+*0o01tX z%#3DiQ{!SzZCElgJ_92xm0-0^hOXwK93$f)P_l}85ybB#EGEb$+BQsZiKGGSVyXou zFrTf_BA+6?%fCdP@IO=Vj!+hJ(T9)=D&9sV5;HOROLCj@*G1c zO9ximEex;t?$~eJKRB53w8@^fq^B+IVIfPq6aIVkshaMTXNTuzR9fV56l1qolAx#I9YcmoUFz^@!{HJhW zXh8N*^ezA}aw^w};9DVPC#6@ps=+=?l<>#M0y0%_#)JhSemo`AkVmCdBloU7==tRf zEA5Aq?T6E~0nFbsk7<(LcxmCKrIx$fQ_l9~-7Ai+q@#-|ULFHD*#5wA*8vr-D{II6 zU)Z1JjJ9p7{>sIZw_aL&i2zW_zwLqPmqN<7KQ<5>c|g3z>R;+#Jd_wn?1fDL3KWRKtXUpNR*}}cB!&-L5sdsFQD-8$M1J~x{Tnz~4F-@4 zWbcC~lua82A=B;7ws4FeEBKCoB)7FFoU_q!DHt!6ik%R zj{+1>TPzQ^D25;U(NMzrX*6otXr!y^2^tY}RLq{p_=gc+>sw9hzZt);2ax|Ij%S#< zfP25)n4Vz+#5x);N!D37{$BJmR{Hq)ku?I?Qqk@^mJZlMopRmM)6c3s)e*#_!mr+Iey zRc8Gg2nJMR5-cxlaR^)=3yq6xF)>gQ2K-^Gdy1_*KuvXxi8Hi4f;M|VQZ&Q1U?>1m znfpo^I(WM!I0^``MYmE}eE=WK>;)^GjFQ8J#VLIky;fGJqKmOHyBO(v2v+zOW+uYs zBU`$(V5NUZ&WCVvx~hypx}sH8N#94D9>uHUaDry(ZxH{l@xi*SBo<&}Q<)rn?*V;Z zQL}hG=?rZ4C5n42%h_EG%!wP)Ep2g=>}dqL_gBikZ4dYr-_E3OXWC!+$ltNz?@0N# z$o?%!|CY7#%D6zEw8wwPaoe%fd#hxzB#zG-pu~_x&9vj4^=ptxgVz{a2@-OE_P7*3G;g&R3E3GH)pd+sn%dzg*sy z^|25?MV2vdIagJE*PhsU@8I%}?$17Kyg#=*_3%d@&wkPT@lTRngL3m(x$@;~1xt$s z;9ZzqYF_wBwu%K*b8gSV&0nX#g^}LC* zmt>n+C>sQ2D01#8gVF2<<*Re-7IR&Gs9sN;k?VHJrMt6cgo0J{mn|M#n!x(WS}8!_ zTqO&q;&Z@-SsMk|sX7PwIKAUBnFC9Wcef;7xw{>bRdb-&aat$=WkZzSLEdUgu63N8 zr6h~y_w(`Bs0aPL*8R$e==Z*-BtWB-v^|NVl&GiRXwvnl$$UzQK1!xInqd$hx6+87NvyY;1D|VcifE2}Mqu#N2m0Y-GIla?XW%eaTvK(&3&fcx&`Yfk+hIqeu zX97uaTgHpUt=QRCY2K3M;4Gn7+#Yy;S^cp0mv~=z_@af~ik%)Ky-&SkZ!kA6?Yw(1 z5xjdS%i&>DM_JWuK@%2GEb9sC=|lsB=CR7TuZd;R8yDzNFKKkK35C+;uHtx|sTRSp z+*M%q^=MymYjYIKAH&`VSn>Qt3>r3Up!UM{U6_zL^YIWisHDcmgao#*6q(aO18+=d zWc-D)ih2h9n$#8X7vd$qR?3c+!Nf@4Hi$C7noas5gotw2=IQ=M{U{=yMDrC+dY-Y; zv_IUSwd5>F|2LNGi}Xv0KB^x0udXG1SUe*wgHY*F|;NwcRF~HXjO23Q!^JYVgK>9NY`M-{BrN{ zqpvdYc*X>?+B0N(EP@5km_rl65o~^$3h#np#gv47G2__yr*Mis&E_2HHSD9V!zK;8 ze#dAt%jC@XIO+>Y83XpuU=PfdF==WtW5f<%N`#HQ5^0JvC2ZFpZPrs#+lQyergMIQ zb_0?om9_$7(@mI6!)YV%#5CL8XPtNp5{Zdv*l~qtibWvpd7G)c9 z#>R>t9+?oOL+s7Tv&ATb9y7bfsPvH)C)49v`uOMi`U5_g6l!I|eCyBbrjX4%y| ze+*bwD4BnI)mwF|da*iYdF=51e)D2y%26vjY6+wCe0Xem@6QJB4YG$-chyo`qI3B* z*mKIvq;u8lTdclQf4e?mUG}HEU9z_;>Fs&Y^vLtVisyxt=aB3aJTFTdsO=H03@hyAPslS4G-W9=BwT@I7`_EZGtVmP095kL&_U&096ET5a#m z{zq@W`*wUZWv!E~b;-tENh^IfXqez2yyE`7@Iv&FyKTkYmY7Mox65vj2nhbu!)d`A z-@CNuE2E*u@>>oL3kMxybH^;JR&Ts>>Gi~GDeG3*x|KTbP75V5%bLkIf0jOLzM4nA z<`rLa%GWCUTHiT6-xm{BO_ujg#9n>p^n0i0PiGBgbM305EIyVfUoJ~Ix@AXqzAxXP z8pnby-T{Flb^#^x-*3#Er&>G2j|F>ivM0Z1SQqr*F%z!^O@1oXlLDKM>Mbun*X#|}V;JI+J%snj9wwZ0p7X;|i)bt$Akms*VQ{#pP2X0e(Bw{NFhu?> zL2*!&2ZD?))S%6`p{`ty(|B&O0=PhP0 zrru(LWhOCUP_nD!Mpqj6a!AH@NOEVDKD9zE-458=DIK(VS1l=mOpVP4y1oa1x zF{~zC$Ji>80Fn+$|2>?H>GaWa=NNvJXi7XaY=8B9hQ}V#S2I>A#Ln61Gy|z!3XP9T z|Cn+Zf$lOE>>!=S)5|AcKFTVPXu?UPlaT(B5?IfkQ?|8wUkY8nFcp-#?NT*#viAl=RNm-nLZo|O~VQ8w6@_(W5G=Mz8@&HwCqmx?dqlegg51Fmc7l1KH1y;$h&>TyFKOYmc8Bcr_xsE z{M=G?qW5mya@$JP4ybfiE5XM9QOQqB5?7X`ROK$Ya#yl!@In87bK<`|@o?x1{tLqw zhL3-k>Nzd5m#dRayYXdl zYeMNGp>hR!Tw7VJBwbRPE~#9Yf>kH%n_$72b#b<;ub?jnPJ}bxoAq!`*TTLeSw_(} zYp|Is(|#~*CL1x@Ht59CzDh#j9jg_MiI!AFyIj#8H?1Mt@%PW%JhKGL?*`e~kYwMi zjq-Uon|;ChzU!vzhFjUY`Q#fb=kov4vbLn7ozShT;E;CC1j@kddh+B+w%P*b*kHDm z!eIaXV>gf8II(adc7ntOrBnvQaG)2w1qZ@3?4>m#jB-P?P)c3$#CpOlc-Nn9-7&D2 z`}JP$QM>Uo8&9s=f3$`Bti^tGr}48LJX{_6B+$#y=k0$7^eGY=HIT6pv7+lQJz!&u zfMw1Ka~9M3w4~E50_Oq)_*&v!C{Cdz$0HiRT`<=w%3;$R|ExpW8sxi&o3lslo0xVA z2~E2Sy(va7`r3&dp^qLp1DQCQxt&0zR}Bi&K&XSq2Png|u`w9fSL?;1J!mM$1H?fh z)ZDcmaYX9!aUh|I)MwXvwn>-Hqo!MD&@{OnHU1r!nMawT1t`us`zITsxG@!lYiA)Ikj!5QV>jx*BFWFyubuJ`xd+!sHPa@5I=y7_^$1N;+j z4iKBuqU?W#0gpTIp$`TF?rpMr+x&@Dn?L@&rAW%wBHLOLugEqAM%$NnrUl#k)|=M2 ziD?{8q&%&%r!^(C$wFIFXd}3)q@)_!zareTR&{I%MkSt)H5Ba%~m;johaJexREBw9($*W&Cujf&ANf@^=~G|8@12 zqb4J4>ewM(I`~hJm|*wUe-92UD|nFF9blA*)W+-2U+XrDzzj5@iO;746klh&zR=0+ z9SpOF&(UcV*Rf!+mo6{^18v$92Wn3ddf=2IB0cdXk`gDDjUhG^7{%!QtIh6|4C=1I^G{7(k!ulvEcUDrt705-iV@X@TM>gvRKiu%!7Ko0f|TPXsAr_W zh*4|FG@`Z}+0>;*8Uow2{M3Cl)Hj&w6ujsSxC*_w+l+RoDlH{mqLnB%SqXUn^Fx0QBpn(hf9;)It`j7~(`Y{Rmcw1fCR~tW&F5e4yZ-Yt+PVCsK+aG_O zwuvX*9qEd?xQjknBj@SFj`CPU(diHp)+uqU2w+pb6s=XaK|p1)F;vx4(%6E)LHw?n z64L%n1Vq|phANe-s5BDfTk>(*yS9d6N*1)KVPo-A)Ch4Cc6Gxwen303P4~@uRSV-7 zG}EzAXHm;65Kr+rGxi-?%3XW1TCuWY6Uy9pzleI(_vl@0L}3DcGDgT^Amf5<^5*!TtI5dZ{Xia7KP^U{F7XK|3&B|AoC8*A+>FbKM z%Kt{u|AHLi1Ty?^#-gBZMwG(D^%%u5I+M|!48VRuVgHKK<47NzphKjr1W?3<>BSR{ zrc06Q+o(UoM6l0#a?4o_siW20gnVSyS~%rn&0BV-;dVpH+a!CNVwUudo|u(vUSOSS zu(ht1!@l6o)a|KMdAnTRPCMp(inZF^{n)oHJ6n>@maNHcD@%K-a~q(JB^wXmyL?Hx z!+m)53o+>lq&(+j&pB+iudMnb%TFzTAlwxcTle0ZZ_}w#Evx>rWciMif2Zu<`N+S2 z#lQa(OVYnT41yPFF$_chUH^ccwhM zWY4Zgo&zhM1D}+Cu`}s8kn)_7J!epuuLOnpO4fXSP?@eWP?=A%Mihg4m}rW>sOjzK zH*=qw?E@C$r|w+?yz$q(8Gc3}Z485c3)G~6L44RK8s?0X?`T!WQ9eQlEO%+4&8R`o z&q`3OBKHMs_pFAvT$3xG8zST)G!uqk9ow2g-T~MNlu7V+-Bk=phz{OZYz_q~cUcv6-xu^Fz$6`}IWyFhWra!#f^ERWB8UK417O`| zyuKb@K#IUV`Z_n4BIw#c1T?#%X03X>aI|Yel?voj(!E$syGdSEQt+(2qMa=Gi)Rha zW7Md-HSKw>GNGc_WV32<%h@(2Rbeb0{M*zT&8uffA+3GWzI^}J*G^bQdx9pEDh~ad z%*_Q&dHK?c?KbCxzu`m|QQ>)e2Rl_Ep`QL(Xg5}Tk)nT-RgJSR^rP|o zHA51m8MDjJcn2z$b>_@BPokv~Wu7&-?6bC+$msU{+rwiQXU)tzYbA6vC2c3tcUlUK zj$H#YJu`~C^d)kANu)UpIWKfpD0*!BSQuxFM_|5>qbV<3r*mO!bPGyS5N9!B7c|qF zGiAHD$EYa zhB78aJAqTX#f(M7DK%m!zq5^mK}tJKIDj`Ok(h`mbQJRckk>}#q4g8fi~Gzs#pS-aFRYRg+*%doU*0;n5 zE4!iJ;9a#JzIyMwk6QPv;BYW8)%t?m`ohEOE3GGzttT+5-}tFHC*$IcvkPZq?DLJ6 zD=m+UO9LryqwFPh1e7qZq|3_hyng%jTi;v!Ufl3^JS5oJSiRKpVcDP9l7U@{X$I9w zJQ>I)efzRz&R>4#!0iJ|KTr-DedOB-bL9tZ4_i{cBeL(vV`quBKTm$IPxlC_DTwL) ztF2`xAw}cL`uc4%$x0{Y{ zwSK;pl78OBlfOFv{}(MCaR0Kg{Nz4kr)d!T!v0@W1)_TyH|ZDT{3CMqkn<5avv4xj zGdL&#M7?yMf=-ab2y|ND8B6cv^>aA#sFqgye?@T&b{!|*S9!-kYmww0^XdnNAg~1P z-kq*%Ojk8z9d?b2m+=`uAzqu@dw74z9iW0YCXWMpjEo^w9PP}(Qu7ZUN zo*y*+a?8V4KK`D(>ll09)KLb6#^PAUI3tZS&IKo(PmMsDsFQsXZ_Ie`7vWRsU(mi< zv5RQbK0*Fvdd~#I5e-#a*tH>=bLJZVwP?A>ld*_Y2Hlt@Eo#hNVi7k=o5P=xx`@|A z>P^bUS>KQh=qX116DTcJ`Ukvh6YYA8J7)oJZ`>F^V>`d)ei6O0F)gj<>9B+h`2tV73C26^;yAE<$HHIUtsN>pOB6kKAUXE_$9f zW%0XVT0Y|@TE-%piODB4)D`3t*d6qJPV}DR)X~t$FQnhWXl&nPG)lFaLJhsWG5udO zqu2;`i>2Q>g1-My#)afn($>F8pEnveeQ#in?4N`7cB7PYo30_TEXoz@Zo$9sl0RyF zp0%Xx9|g6mp9u%p?yU{EC9z!JZYco$PJNUQ*RtbRykvH@v02;t*^1c)lUleHg*n$* znWLi{2rDszb$HZ^;4D$&UtfU3;H+Vso8aeo)?(nQ^;fZcfURllcPl;>Pv0+$IUoo` z)QT}I{xWA~@<%feP0w0MxOA|)`%B{cacrOyhykalcVX{mI3zVwvwuS|28nfn0<@d5 zGOpoVNs5%Jfr#s2l+pDf;g#|5;VxZ*Q9{52D3FNZj->v(<|ujp@Xfnc^UJ5QAK4+SB-tjgT}ebmP$a&`4w(+iyN=?*4A?$@9!^>dT*?gp4q9 z{UWpDMWI)p@?EpSHSywh>R+c})_N%tnZ~fq3gijHr|fhqRpf?5t|+SO&&c=p$)Wa1 z1&QHbQW%r&|6k<$=j0GSp{TNH&w9oxj!BI9pf`}QUkzQjAWdDxYXQH)-Ubsr2B=&n zUTmXGrl17-ClmFYNg1VXgl@#C(7z3^S0(L23X*??8-VojV)6!0uzbpzEN0&ayJ4$-YBG?w`7O>c;7X(=mLW#0GSaPoAvWoLR2cT)`S8K#ft_5Z|6K zrb=7nQaZ%aU!M%@Sl$hXzP_D|9rM@34?q!0EFAA@&F}C#p7ONFo|dGiCEsU*!Ybq+ zjVWiX?5s^XYqJIuol0DH=g93NiJp|NL-utfogGhB-Q^^th4eG;tkKcMaqOHz0Qe+u zHFg*XxN;4)Zq(op4fm{n?EVMt2gX#OM-KEPeS4Hv*T-K}Tiujz^+3wgh#iedPvhTV zGqZx*>}5l0gv7bjzu11K`*wF?dty5p)zl+5^`uJo$fbLdr7u48(TRd=O$Gx{%_#U-rIX`?O)s9%t-O;~fJw4?XUeflcI+Y( zwz7v%P~k>LYr?%juKZ4D zT`tr`I4O4(=VCj`P52ij<5S-Bl&{9d^8X!4m7Nj7(X+>xRVQ>UbS7LFKQ5=n@DE4u zMjiG=*TJE||-O_ty?=}t(y<5o@fiHg*PN0s|D+PkHVes_WB4rzvBZ z2wxe&pT^Mt>RlbVgq{vHBjO zVHxlp9@dzo(`j7wRpB%uNVXosa|i-1mp69)#_J2O#|*HDN_rcU4*G)UcDds%@s?X{ zi)}Yf$NC-%wM(z2gn%prl0tyaShlTy*+j>%mwg{~D=%BSeza?(U^t+smcqJ|cZ&aN zf@rCP3AL=dirx;7gD=$gr!!M{uH4Xk(v~j`M_RCdS#Q#Slp6k|VC7ky67M`W^>rl^ z<-smUzwLQH+N}C9ckr4E8y3MUYx}0Qa$`-6eq@NceWx6wsOnq_H5NM=r(JaaLQ{_+5uRMQ>bqJc2s8;%WNjLk)C5470BYj3bLhuc0 z9rhwt7{O1BVW*lcGJ^F6TQMnPL^hDQA%NPe6b>H?x1H}l*E{fP@5w>wuc)9PIYfP8 z!yK9XV?mQ}TM>3U=|nf=B;9#fcVr5Kea!ia7WH1NZUq2-W9K~Ozdy1#mU0J}DAjB$ zqm$N#Ql5b92|zvUExl8DyOM1@>%%Jc`WLGnc^g-}jf&MgY)kO}N4;5-%jR9JX_9NU zEx($o*&)~Lh@H-w1Xn%IdWR@(mvV$cI)AjnV^0MrmqgQt7v;8n4{KANW3uO1(sPWZ zR#ew1Pm}CvN_v{06pkNC`^)YezkU4H$;Fd#_JPXT-xxnc*5uyGzg1bRBv1!W9=ppI z=7{oTM6Tk1vLavySuitA4-*^s7mfa-aQ9aBw{gEJ>7|EH+j=Vo4jF%a$cTr}IQLPX z@v~AMt`3!0keQ*9OLzhLU0wP`24xwqRZ|y$9UUOA7i=Y{#C4bU%uwAlrZ%uk4>s}F zAD9^*sbGPQ5QF)R1}y1HQN>>RQly5BQ*E+;YMrUKR@Jo;!W)4}34Qc!RRnAsnVK^S z!8rJ306k_JDHsfBoYmK9&s{! z$s8ww!(`8bqvu^!H-5PALps;6d`TiLOvO^^(yO-`78@RU+gH5p|Fq-4KW_fGGu1I5 zcMN%xkXut%(dje-kdYzO1}eU83%f+(%{z&N9vCab->+rBR zHA2Uh;G`PbkOYy0^ezqLpOf=3IWNM=Sn%Iiq!D160vb+|`$6M4Hl_Rz-)#yak~U+e zf6)rFGf7Z9_GLj|sO$-5TsM1t?4>a~bHYr@(U~-T@!y~Mf9(w`raq)}#6S2kO2|rQ zpS%u=hsa9_{|C-V{|Witq@32{^v6$QBkUj&&j z{fc~Ha)?2f9*~dbk#vN*SdtqVY%imI%hG>A(QIN8;Uyg-=L9)=g7&HKqH+$*Vd)2m z#g_|rfgS;L;(0Kpya}uk94E(@CONP2O>>TU_DOTLdG<+j_IdWvL?M0do8|&Z{Wr~3 zB=z4kSDDm*(_BMR|6SucllpI(t4Zp=X|64)|8A6KeS3=QN^^Bd{dc1luCJ@OUu!1U zeD8ZFVG@0fWgeKvOE zjfLFm@(pM4U!Zy?jYK+ zAM9XUlpQr$D+LIg#h$g1kJCG+c`ILo&0Py8vPSYXHr=aU?!VWdJRLararGwy@`01= zam{SYnvn=lMCbT_$kQNf?0&_@0^H)rZ@r4r9Cie_!}PPXGV_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c2657c1cdd1d0c9767837ec89864e6bdbf7961f GIT binary patch literal 2636 zcmaJ@TW=dh6rR0$ZEtSQrF9#(ZqkI9mY7@$sI90<%O!vkp&}3wuyVbdWD{rY&aUGm zT}zP&k{eZO9xBDCMY4EEi^>D)D^L6b8?A)dr$`8iN<3^8kWgRX%-Y^K>1B5I%$Yft zIdk@#W8Z6O2_R^bzx_2k!6EcJnKT;A-M0H43|mM>GL=HpwUL^pVNR!*MRuB{5RKkN zGP90kRzdR(JG9Lp^Z?#ko91Nd3W{-$$aFGB*{#X6W+=u++ZP==Smobhq!o|llhr|>|1B2eTpCp3MX@5<8Qc-`8{tl ztn6QBw?XuvAx6^yIpErGAPs_-pv=R0L_7E~9O6@)$Yd03w_#;T!MY+#$+@hypxZ(+ zi=~vRDYnn$6wT&xs%*^JJXVY>)+Uo)!eB3QIFhnmM3I9VKpV|uO=cAmBU9Tn1O{)d zAd6SdTzBR$5OPHx*K+hzSij-1j44X|Qbi-znSs+-^b)pb$ zv?uS!ml8Oh%jM!rYSKvK6+>NAaC}M8mf|V(YCN-I%%!!l;gONJt{TcK;CBH)tjCin zHMtO%2(EJgiQ&wO-672-G&u$PHbP#FG(l$gDKUv!F9BIY|Foi>aIw2|=$qsBPgJ^3 zTivG%ft_HR6^uH_=O3$f_LWAh&cVXvYN%)PdNHth-3s*=E|J;l=Jm!*?7B6zF;%=& z5u=tEEsN1=-#}ri_*O+cUUqx6BkUjw{M9w5e(jC_(i^Yzj##}T6>-!ON6U@wFresa z??Q~o=2cBrG$Yvz9s=Wjcy}KH`2euIg#e_$*IJ%#hHRcO(K59sHL2AWgp#z>PzPI( zdjRz0-ijaK@(J3a0Gi;r$qqbAo)&>r{|hy8Xqov8<)|1n8Kdo1RZ|T$k&k%Pz12xMBU};;bv?!OURwp zzXI|nJZoqta>9zdS{9B}qbIHCYh@u)6~wY|)Dn&smnyU_}@z3xsu8 z)_<-lb`;(w&raWX;j$$juMV6gV_(_r|2honKXX8Ewk+1W9)vg^vKM*uGv9u(hp}0L z_V=`T8uF0OMc|g~#P?&`AgbKuX+plO@C=&@o zA*Cjz8l>*)xEB;~gphV1HankIwHRMR&Iz(Y<0YF>!e^}T83*zHm`iR<6fSLc zRlCDh_fX-Towm^CM;p09t{RS5;rJ%MBevd}*qA8xlzUz(bpe515r-^ssO z`=e}~I_J*z$YTZ+*S~aCox?#cQeqqg!~NRe^3Ni*bCDwff&_An$Pb6j8!H)Ao5jN* zumknKO7PR;W~i2dF%a!#<%w{mVSPOHTrUa!pZH)VAh6RTL^WdKC?n_jiXs XMMWI+G}#=oLW7Tq;O}Qh-5~x4Hk53x literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abcd1415c0dfe40fe8932180a3e18ea76b437ef7 GIT binary patch literal 13326 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 PmyC75Zv15h1Mt5A;;eAR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..99ac4a5d6e0b980a4125b5be55ee207808414872 GIT binary patch literal 142555 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80eaa14478b95de8a47550e28b445460db96f365 GIT binary patch literal 16344 zcmb_jZ)_V!cHbqJ6iJbyBvRBL$JWYHWJy*e+wu92;@Gh*$BvW8zH@SDg!UMkyRzs| zq_RudF(VzE*6pzeqtyo$QF}g|Q20^>F;Jrj3ZqDYptu6}r3I-HFuQ;Op+$fmP_#7U zL)(1n@6B?TyCmhfxh|J)XXnk#&d$tx?>BE|{~{3ZaX6;_`QNYHe4gX}m2Ql~RS9hQ z9US*DCvg&=SUY3M3BZlR<}?h}MRGZ~+t+|SIiFChh5%Q=;GisNEkonAz?t%D%1 zb3Cip?}V0kTg`ZTdEe(g=6UXRSVF0v^3?o-BF`(s4$U#PPvbvOsiva%_3Pu;V#@gS z>(|GxCE}U1awC(Nla=vna_ZW6GI4o){zhgtoqBO>|Ne0`k&$1RkHz1MU6IxCcrp=x zZ(RN$F3)EY>6AJ)f8%TKu`6;){$O4?o*jr@O(#;(YICb&$CBxIEU6wJGgF082XzSK z-|)N1<+~5zT#Nm5VD_B`gC3^+rCRcWIp7wmx&Yxes-}ASZ3WFz$gC}uY3WonU`{S(s@bw8? z3*Co`put1M;Gw+d&}MT-Ug%IdQAiwr^Ds5xGNOKjzLJ?9oOVe3v{Q0S3zAcIk^Y+z za@-6rxo`QW-I5@?W*kxzv`JGX>_ONgHA`OEdzI;3dIG}D#*+{>bz)UpRYUqSB;PI9 zbRfrlz)!beeEGGO)6{WijDE`=Ihhj8UKBI4v5d%4i1AoToP{hUWf4?VXVcfkOd2U< zaY2=pF@@e#Ynqc)6$3(P!QE8cI{rzHm@NGefj{9t=B(q@E(>d>93ZKAEY^%^p34}m zi!}BU7P%-riyezR?nsi^K@y;lB^Y*TE_GoZTEG*HCQ^w^G^#WqUh~nr>1syVMG2jn zpvuV^cB6Tt(RebZs?n%QPY}hMY-lNcxXE_fTXW1PxED7l1< z!_&3eS@84~J$-pk->===3#a(P=;`9<>6~yoSnAw`i$8~-KCG;bLSfdJG;~QZUBy*D zDzEn`&+3ayKjN)I&{9#9m9EO}tf{n}J&4>}G~#Y@rC{jxV&1dk+f+xPa+EzaRcS&i zW|U|&8>y*7C4QJPF+zf+38dR?gUXF))((Gz0NR1S*|Pnxf{LWHmBTuCq?)0%W=UtH z=g`V)<}j+p)(*XU4!i25;dj*>sP~+9lL=@-ie8xdy7i2rq?HNr!%Dv_u_pV}p^V~L znv0peVYfnWtavDjk7{ncuM|?6%5IQh2kUN@r=rt!%_q>H&W385nIfrpRRTc=HwSaa z9))%nLIcInKyLCYkN=TBkZ%zS{=TBW@1cKa!#{LC{BZx|#{S8|{#T3pU(Nf63jVW2 z|JhPoN2xusGG1;HyuQaA$P*%EJ7Ggd7r!9M9U1CqRP#lnb7^TINnw99`u;*JS>a%W zNa;ADz48YT(RdngfRq}OH~qc$;#T7`n&$#DJ+Y+bc56^V_@$z(JN zffzt66Np!I(cMYq5ut+BUw}YNjbBMPl^0IIEVQ-Xe61|FT)k_~GKb5$z%JX97T)z7 zrNyO|xDmG+s*PnS-5wVj4P>?LPS4uOyOZl}_d4#rUhLk-VjoPh%QFzYsp+-i_?ri* zI6AggKpGmPW->XFOLkv1(sGj9Vn~`K=Zu>fE6=S!#VA?QBA=H%0R&;wSXE1?h9oLW zU`DB#86`h6O1`(rhA?@E?S-m?O#(ubl~gQQYn;@?6~wAy3|0tvM1aM#GA4>|%_dYa zb7MXMjFG(I6LG{YrdKgprI=v&M63wl1T$`|KqHDQo|I7M zld&6P)*SK72NPntGW?P^SjKpo0Z!e9#$zy&62hpJQAH+;;`Kx_$%>*X8VB@T60dA4 zC$^AD1K;W|L`*e3CyPK~3y37d#Y*`VncOMeR5?*Cg#ZGx#&N4oqcHuqZiD>)7~@3; z%&ckfq4UhJ;nR<3<%@Iqp{aG@o~Jl;BtLZImje`^!%r74Ql5$oB;M><4e;{0S$ye(I=sw+UNWWXIUCRl|NA6EHzwN!jd~N{H%tl>L7PS-OyB=YbTEjV4DcF`1HvO%)&*l9hVpcrGR`Fr$zKzy>_rsre6;$i6IM(AXz>$y9gV%H1zrO#)Jhc4#7`@Q0!OJye)KE*%g9O0HH zL~@g`-km#^U!q@b5+LXHk$iJ+DcrSkZe=QW=8?a3d2;34!|>onc(4#2Du##hZ3l3! zPwLkP;V<9L`(H2kUoZM!N8r)_6&7_qGbjouG^LxkoF%3&f$h>)-;M~O@j=_B$I zkz+&%=_oG~A=PF@H?L465h_akOArgXDLdRQPnjdqT0uBY*9E@J5hd_K*Y&=8Blq7a zj-1eMe|b>9egpM|3CMsn05XUrAY-I>dPvu_^agSK&BKt%tv^CkEs*hY^ppIUT?+(f zu9~_`a#gjKP)cG(oKLH2;&M{9 zAv{(^<|v$CeWd_3>eVC-hYpxW!&bXSr0Gkge;Pc6)tEdgs5AqH$Qw&CgqulRlc~+$ zWlwyUfL=VN%6g~S-ZAu%{e4w{9e1cW<3FQ-tG*Jkt%+O9S< z0NG0=GJDu~lIVrhh4}2Kh(=+tF)^7?sdwZ?9l)w1(@276a1LWZe19RG!C+?oBAMO? zcY3Sp2vrAfB*>bJy{_U%n0f7V$ZEwXWN08p+}13}w}Y&U4m(QWxkVr^3uqN^N6%nK z)l(!`;OKY3V>QHFyr05V6l$_`JW48uwTTsxc3Aa-iAm>?R3$47)%@!g&f8-35UuqW zJcC8gVBRxW>gWOf^p$!Dh6Z!^G399U4^x}5b{c`jwY!Es@&H+ZtshH#>Vg$%eI#1% z8vCx1!fYQq-a%Q3XPJre>~noLu5;zR#>VUHfB(V?{vsA9^U=@MN4 zsN)$t)5j8dqzyj~b6^t;6e|FWJU!VRwn3z;>S$%w`XLgiG^=A^>-LF!^I)la=bhf% z`P}(ZpzZc_KG07QJrBDNY;+&EfAI4oh3;d;?qigIA*}I2XkRh3?_uchM(FUD!Y};! z(BVSp&0^@yy#LLwg01pg|egT>B+52P=WKwqtA2z|A} z0R&R!99|zArJp*drlvmiHAFaMUu(e)y=r4fbCEbiet^IF*B~}X6C_AOWQZFaDGk3+ z8XPG%dtJ|$Igrh^aM?vSZmuPGdwSJd4D2p9QG|zUZM&Ua-CGO}mc10=<2oWM=U3I0 z3wm}x=W8hkh(iT6BoUv>N3aQ(XCOMVp%;ncZywa?bZq@2NMmHf&`k@Wo2qM3wmNA9 zE2jqYSn^1A%wyr$N(08(<~cr~AwNSy%?u6sWH-=|pRHEt;Q+#3hKziWvY^)bW&-v# zb>*Uoj_yEFeJ_?E2MH`qoE9WRMSg!Fp)li7ajX!4i78hW=HygHybQ<$ym1{SDwWPK zn>MecuO$FAbP$wCT}!{G+h{mR;!0vZvn?_?*a(?K2`tsx`b0{C|0N^CwS;vK2B*?9 zEX?!(17+J8*td|QvT8}TkziE{wi|CjWtsW)QVG0mR}dw?0+f(4FaoUm_sQ_lo3!Lg9YtDC!?fPIa{F!1_1XE2 zJy7shB->`Ns!?Ghs)B_`4J={porLOZehls@28Ec;cnfhl<{^;7l4wCz6jQg%2gN{; zCQvb2h~UzkZZ8agQ}t#U2%MEqkJFrU>J`lk62;yTC5Gi_J+EqFaVw1Ktln5H#;x8@M}?-+hE3v|{&*x$~PX?YEOTCwZ+V^38qZ@$%gXKJ0pFqwA#y zlV6-Kbe%1Boz1;g3U*LXAJulSHXvlmp6GEOIyIxd}STzP)XsGHOCeO&i(Lw|Co2hl+4X>FS zteHlI(i_JjUq2_o^9*)nhmJ9fsx}-m0ew)D7XY$gSV+1ZcIhaeO$P*uu?*g^Rg z!Mb{@>_tSjt8TbfR>}XKl9S|OoYE3Kt+|S&(S7&M=eu874d3ax)4SUHU@~|95jju~ z6+(xLp~DYD$2UU9e>sv59WR95E{5RYe0ww0xpFM;?`2(p2@xH`%?$zjQ9Mp}M0QiC zj|ccW5A$yNY#83J`KQvC;2FBWRy?yawcs5NMR{(X zTt7g$=B6P7$FogEQW_xIfbLk@SDy~g36o7}%{o-In2CVytV<*lnS`uX{Yg)8AN>{D zfN&@POTTrmNS#VB6^YSobgfqjSh}*fHa-i>sWfxQRT>gnrlMbzSv&*QuEEthWNBy_pqwfPvbLg>^O$V)P0>`j06UW~?jCtDD6r$>FndGh5G3TCAGw zMUEM)q+u^CZ7*tKo+A%NzfWs{+fz3=Y=Jq}1u?0b9>{`j9>}{w8;=#*`2&SHKc7s% z6p_n_Tqjs>5i3p`Jw0=ckS8gTil-F?>ra-2HS4mMsF+SFDk!xucNu$#P?j;F(idqc zi>)#+b68x{OV*db>Q~2VeNYxlr>~Kbs<+o0i$~<(V(Uj{)svNtNmCX*e+r#p*#|_j zY#bCOS>2ij`BvT;_+{!ARmhf^;JdnvVs*)o6#^6{HBwvC0mP|f{GdQ=ZkSGc|C`q6 ze<;HXAdo2RqTPP=q+)6Eo-UmF5N<=ZVQ)i-YnOCgz8i}6HI$(c`A_`SEQn3Cn@F^Y zgt<5Pi+tHBxb~2&?Fq|IALWKYIJBBdw(zF;D?41&n>M0nrChcqH)fk#MjGX=6w|#qR-Hl$LwxPZ;7-|ns)3{(_o1?jU`~LyiREzVz4{DNOX{O?)PP@81sHs~Vht9}`k65x(Z)7ZRx>Y$A|VyU4hE6! zpx7~$4J@SIOVNG@wyI`;U=cZVi6xVyH7_L0?}C&cBF5OwL}7)s1=Bk8tQw`$ZZ@&0 zZ~Qba&LJtpys~9Fyc{iro-c-;r%lt={r%yBXIIg)EAQF$NF2ZKDTqgl;!z#%c8OTT z4dn1+BgnRhOBJDp-TDED{Zol&oTpg!Ujk5?odkylx~2M=63PBlcJFDnS%8KMjTL?T zd}s`oKBZ=DleO9|)C|p7opanogznqegOEx+Yz2T_)rPdAzc4i??O(#T5wyB^ybwH5 z44!xxe03xEYN?~U*zx>&=H4PLES_z+u*mk4E8nNbA2*)-iVi)OD3XYm9zylDsOFL| zniodPg4+ea39^Q%JTB`e@14J|-n+nVzRa-8_N3LRulV6Y8=}5}=(>U`WYZPYR&;Ey zo?Rzt_j2~-la{T}`rhXxfq z)?aXxrFAp95g?bY_*+5CTG46TaV=!_HH-VHF>MCexR(cVGYN%C(S5Anc(WOlJq)dgtPq=;?E3PQU)z z)LH5dMOJ*orunzNQ)q%pb-kU!HZvtdu?(}(+JfdaziDHib||k9n{6Cmen>VQBbcO{ zdy+`a|GkA2eecK&Dw7D-W;OEiwda`rt;%s_1-a0moced@pR$wZ`4ZQjH_j3#=Iv*R zdoFK3H@Shl{VZ`KdHY%7I`j6k#O==8&rPRri?(O-VoBJUx1Wt-dh>$qEW6!&q}1BB z;#=K+=kVJ8yA$j2yC?3S&i5ZK?l@9xJz91m!KTZ7YkJvvD_VBp4m#0B+IR5Ke)VMe zoyQdWq{=!rKq>3V@~+1e`=rX6;`dO}da^w6m|~w)S#R;DcpiS(#&mh{G2=Y3^3OYZ zc}#Tc36+l6Cso!Y-@*g6*OTSx#}xad%G&Mb0TJuTa`rLBKB=&V(xh|DiFPyMEZz$jURNuIzQlfIFI8FIHimN)`xJ_~2wT(6Ye_{5h z9)`WC+zL~R%r#Y7H11HmsB@E3;6J5ZX;ghm6R>T<)sKI(>IY`uxJTK1*FM&45zY$A zmb-$|@{vUlKEa*_1E;f4Q*&q#4Ex;$1_4OG9c#bL$PRF zy&aznMuXQ?4Jmck)i|X*!}JPxmg1^58HlJ++&lHDNH`vdO~vz`;cs3(b>?*7o%5$h z&*g1eY(~#JG&Mf0MF&Gvv~)@DWPI-*gBOk+m<9m4;G3~*5pvCb00yG}M9;+!R6 zd0TiOio%jh5r9D)`50*Omcc!F@pfLkqf>ENmcP2V`&LlfJu@@2`&KvjPD@M_v6d& zrMj0J`BOD~ftr9RR$&H`gSlP4^%x>LdY~AxW z+dmunt6iV&%C@~>w7roWULIPwn7ml9QlWo$2%cikKfIM5|MSS7Mt%|fWi;D$!00-F zvB>%k8i4MDhWlW~c2J`c%sbJIKqxjHjfbjfp6I$4{}<-~O4Nb%(m|A=hzap!>uMI9 zeHKGAi?T&3>SR=8A$C9u-b!oT%7#|!LN2WxphQ!AES(sCEkJ8tqlRpz3}*oNbQc_g z&yTUP4>6Fm=IR@l&!oQdt4%9cK5lu`lI`4^_3z8p@5@M)6T?)@&-(ss1n9JGfZ@E2 z*iqijW;tIUj)vpmU?dQZDrz*IZ`7x+>FRsaxGyDbn$lEV)o!VQsh}3Tt_7zi^bk=) z>7W6mHS*$LFswiE{KWf{`Uen45MRQiI0uoH5Y}fh=A}F*ScHTf%)8kM;{ zAc1%1q=ck<(XKl4JBVB0U20tL&L1$bG|AkKIcGxpI!q4rIA4Z`$ZXNO;7M08;Y!OB zHMN43eSf_+Ul-++NqyA@Vc1r^IP;Yh^XPKIS77*(ok)8*}GZa9iU z*Y3#inV76jPQ~xY5hUpYgDzI+{CK5#x*XJ0nWIs5qWzVIhk{Z08hWAu;cXzC3CAa7 zq%n*P5n+`{dkTUhMXyuez&pN(Ny~QLo7@DBD)78*)JbX)KEiu);4uKxw z6b#xNj|8t1jp{0m0H%uOzC4RWt-qsw*-Xtv60DG)&fB7q(1JvEk7AbJAu3U|VTk5e zkgRP7$Tw*!8}q=-1Vpk91x_8&h%JQhFCWC=NTGPq0rmQitPg|*LAQ|5Ux3uB7!c`l zf$AHx98oMcnJS_kT(G3e%6fJF1#wD*EVU}O^<^mPv@61ot4udDzZ$oipTPrn{f@dE zO5H|vnQ^Vfjn?4zW6SG+;FJbz(ohWW9?_g_F$=hzk!qAfP z)@#$_c}Gzf5vQ1%G(SJj)g)J7JTk3MkQy@EN%Rq5jJ2#US6&Ze1eqrKB~;OdCQ>vv z?igAIo}PH$1Or*tu#db6}OrSgZ9l@T&|BTjJie!+<7PK4E0Lefwy@VYy&W4m;`#>HjXur zcQI>`abK>*J0fflwSAP|1De)?C7sR9hcFO}M($`sct6mfZNo+DCr~DMZGawGeRXWX zshaj0lJYjHCNIUb@O83P^A_zE?1A8nwx0?dAaD>sC;ve;UwGqUj_6hb^GPeHebJg8&@5JJXth>W-cg&y8)wd>Z<|J=!%eGwGj$FH3aM~Lj z&jo-l2+W@?cmz)uX~aFbhRyd9i;2|fY(uxv(4CRGR|j^?pUiD(oj;ZHHqH+hY;|^+ zBEK6n360GU8a`;q`nnBYcR_I4I~hpYa%9U$&d!`?bMnH%rKL;BOS$G&n$gvU=H%}` zZSPH={^{|D$Csttmi7lf_}~Zc&)uI}w&hy8|Lok#=r2ZoIg)MNx9k8l+`F)NVL6`l zbQqqF3_EkS`uPigaOv))`Ae%#_xzi=&aDN(ZXaYIE43ya%hu)5oY()kxBH0~Ce(`K z7dx}w-G+B}L9jWI4}g)m)jOE;H9c^C;7q;pdE2fhZM#;KY}=60Hk9@4H+=gu>|8Bn z`IDVL+nJ7M+jbglJF~uBhHqEKx2xbRp=5ZU6Y?+0)l@31xx>WPq_D>?X_}hu9bG)S ztSy{aI+3xp>BKw#Vb4kb8K3fCbFx7s;K^f^#Z58gTI5vD!r&z}&MS^3f4o)6Pp=X=of;-2lbTfCB3s(=G-A+O2 zQR8kGCG}x8ES! znjNa7O4Sahs@hu7?>78-t?j6_N!_G$5Po3rmoO;SN*VO8^RCS-d&ZhkYU2_XW$T&} zn~@)_Qo7KCEs7N!zAx`R2Q_$@`!=Aw{!h%;=meyBC<5h{>Bu@)_bUDmrf}`L7Sy5K zkP;0^4L1oi$nc)T7#i@<7*(RjxN4)Qx6}yf*k~TK&lwF;p0tgyCdX!?@^~;Bx+BM?<5Sad z=nM?S$vA1PIhOIc>)Tr??QLr^Et9rzc+sA3(Ri6gD~B=4*31Ct$jCrShuBCZ%!8`888t@yt%0GJCvhzN5wnDj!RtlT85^A^Q2 zXH8ht_+IN_+rAd2RbC^lG!U_^rv+1W;$%IyH=2WT^Z7Unq@b(CS zvN?Pmj*CFqoMj4)ohvlYeh&@N$Y1n~gztb0uCxiLz7g#_y&w!)GXVT<;b^`Qem6*W zJ}m(~JgesG;EI}_jOu($>qFC;1}Z5@ZwIuXad?mId7G|A#yQe{LVAG!`EqLAaZ&(< z;Y$w8ZZ@sQ!BVC~t{CWiEX81$!Tb1`DZHCmDbNe&yj$BJy@_f$iOTPZpFDK9B z8vMz*r!DOto=Q7Dmk&LW4`t;e2AyyI`h2!y#ON5wymdL-aXB;kcDCgmqvf4td#<@H zXrC{IVjp_rl;Eg`;8X?2i!&UgkN;=z#ti*^NdF(nH3qjdi^fKIERoqBZ)a%<~rQaBX@`9N~ zh$v(UAQwN1eQi5W%!N1~TlRdl28q24jzF)xjLeL1J{DQ0bi&7dw@iPV^_x4x%P%0) z3-VI3-ejb9%wZ~SbnVYd`}q?f&i_nz5N%nnJEzqRyQ7U!XTA$i)r-6XLII1Wwj(_C zzfg(q5g=`Yc|P+tI6TqRnOPYg%2%12h(Hk5pKadq9t}z=OczRXHVFxSzc{mMX{4(`6gq1+F`}|vb^N2 zgO_vz-=@jCXn~*AmT)|Bn0>6Zt15bXBW$(pWIo>Nu`Ko%EVr%}D|%51dLmc#h?sg; zW4D?aw<6KF{0DpN_}x9;sK4v)^@EhW$!B{*3fZFwTlixf==3 zh!zln5(AtOG2un(f%a_zX9$ph9H`?Qm$;jDl|T?6@0q5m1AL9}fqs}J$>UF3T2tG9>VD|XH23op23?z++44qu zztMXTSAKrxFW)9TF#PV1rTdJY1KH*SN!O~o`NQq$W7)PnM%$jp`?75Zo*?MtKDgT4 z^5LQMrEL3NqkV6-c`v*V9v@kMPkpU9e@o84HP^d4*S`~%ZDSKG+r}nXwz#v_dF#Ir z0AR6}fM4)7GQ%;E_4FB@zKo}@h^)$#%%Q?lX`3Mr{mr*O8_ym%V;ne>?HD#XhJVwT z?YNL_zF5`m|)k5_Hd_my3)kgILz<>jQvf#bvT68T#2DBJbOQv*kfnGPE z1{F9PO%k2>72~9ra6_^!jqBQjVno&J-^@AJ@C_SQoPD;tyyA*ASA=_UxiN09g;3wD z<%o+UJR>@ih$RV6lGY^Qy_`&nC}-Q(qoLx<|3+oW`@v)+8=7mGO|Pf+8|{O*^7HYQ z@@-Z+Zb-*7rSm1C^GzT%>p$8Sj9pn1!0YmX@I2B#DZhgbWVyor1J>Ez@)%WI@U=`y zqjg$Vf7l4sO4tTIC}kY8o$C!t`St$*LVXYb1LJO3I!bOgI7}GLSCJ`qdQcn}&J_SI zp|_!&iH1n=W;FB=H)KqJQgFu)#`!@z>yJ&G=&yK?@o|IjumkEojE_gwkC5Y&a<1Bu z+z2nshuSf>gC-rb!Qyyp>MpKFk$FX-gxWzb+H5?e07EsZl$mbHMUGfaIm}w&yNunA zRy(V??~YHRjdR%wZzX<<%uJi5k!32MIq2--lS|ECNAxtgZlnV@g6(^K#tS z@@ls6)ubaQd5H9%dYW@SKhFEET-UZ-&-Ps3_JZ5tt$!{6d_my3RdTw%fb+~n9yC{> z>7@+i8R^n|BLW#o0ou6WrW^9c6Q8l+ed#D`Y@cF=9|+ajTCI&RCz`jtm}e53V#?G2 zoup=-74ascAg!TVL#fpVe)@uI?w&OqttZY0=SV@1GvzxRs@nvl=mp?5mi|+>5 z1{Md4XOnDQbI?{XP=DFHE%H|fUCsT6{#K`N2HmfZ$5ESm>5X{VQ-$%Wc@OQ9ncFuR zcS5vyBfNFceqVy8w7H_T_UM5PG1jz%>80!U33XSGO-Y}utt(FUL-9a<=;yYH%I(@U|C$cup!1Zvx3|~#RJ~y z4MssEWpTv<&df)~HQWvOC)|q@u^B|m$=u~0LsAC8P7#Kj#O6DN$D&Ja#G>nwLbzpq zTU3*2*Ub?*SXQVh&JEulg2J>#3c<;8I9How3|qbxj7-B@S&OL1thicVa;tHV8-?wm zg>$u=dw$j}USx3`1@>-TL&zItSsYSF{5(FR7NesaRkiq_{?{Ie$Hv%@kgusyBXeBM zZa;GyepIq0sLQ-nyt_4%!1mKsbSkDdFmd#Z7Q^U($R!c+&yfKyg^u9kVO+ciNqOh! zohkK-x2R36Z zpI(?b-}~^lMrF4#U4==a{>$B zNS;|fSk$3XJ((@X$Q!c{SAIVJ7QdDQletZ;*lp)+g+zYf`oNXipY_RxPtN${oUi3+ z!3emqgb}*^=$j`tnY;3JCR}M>N@y% z4Jfvv7=tIXJtwp6Z)Sa`4Bx4Y@6>NwJ5r+$$5sZiokNd<+0NHKYs$7BGg^-&FFbAU zOTWD`_M6d6`{iu=WuyHvf@yyFbN`Mf{vBEWF2lbod1kf2Ux4<|U22`0KKXDWb%K6b z-wwmKBjek#+R>fvPWPmH9-fCL*?5I^6ap@vhI#ei!Uq@9J(;ez(sv&3H-?6@uMFdX zpTF^!Z?pc(hW~PgozJZdhl7HE=CQ*d7It7d*u-$V$3_;rNns_$q!<4e{{~RnN0`R_ z+QZD^nUG?lvNmU}62o$W4%Z&F7!h0&`F=z&<+9MJE>~NE+={(qs(r28GXmd01*dD8 zl*jRDgkkvJXT%iP=4bFc?1y4&2#m9$)zZ$OqA9hr%tVQGbN?*)^h&`OTB}7qO~cI@ zBbGYbZbd1)4u}J)CJyF^?Jq^#6@E7|VAG=Lx)ve8g4f^2UC9>wecYRD!Mb7%v(09; zxS0HZDL{O$#d z)!CNwG$zl`ZxuGu#l?#Y-&p!alKs9+o~}+nY?ZODzY}dI+l9Yt-+Xef)#OVqlinYr zS^qK8GZD(VM7SZLe68G7gtGVK`Xs_)Ve31xF-PV3TH^pNZgOBg?^>@Fpl1M4rKH;x7pOnngKr4s-FUUJUCTkkkwFlJ5^3a*pO(;Z`*^bL>+dp^f zbC(7mH(D1=4r5e?fR+a?YK?XY(I%#%)Jn5b`equB%_t8uy`k~m%;L;){QeKJ4ZTJ~ zZ$|26>*i`20JgEM@T1#{rK8ErTvJ&T>|7~=FSDOF|@NKFpeAj02Al)7zFwiEKa*bTRo&g zo6y~p>)w{zHc)Uj+WQLvz-n7(!A=j@iru(0o9bQqVWEzmCBff(|41ry{{+wM5?u8K zcc~aF%R#@z-kUl_8{x50gk5TZWU(Khv}&+knoBq>o)Zh!emf*RK+eB~J> zexao;*WOWZzG{cK1X!(aSh|sFe7GgODIH3;7_F}w^*ai7dhLKmp-@M6lCZgz7vUpV zD$Fo&@NH3W_zM<~y^Y2Zm-NYBURa46ef!x{1w6MR^p{Qp6SZ*7q1f*VhzX(HpWx3A z_!aBYw$fAe6+39~3D3(v$Vphn;guY42Hik-7F$DUTXQLP!AGwcq9t|*IZpck8RwgX z?~G{#lQA9JE~XGDnbN|DeK3^)n=qKQ$G?y=7a(H~;fw8Mqc6Z?&Rp3DM(-5k3W2a5 z(6LEnVgP%LXC_qaT_z2LTN2y`EH;6eg0w?5$oHy}V#AsNDZ_RkVUchR+l$yNrq-z<7Ctnr-(S;cc~O^(e_3Or0zSZZzuWY}W>j zEqx%hi&{%H7e9aU_hW1(;nUw-*cRYdyHbRtkLV#P>qlwPkvD zijp_2LlAi@Mvg_IYPVTRk%FZzSq{3v29sx*i1|Y@&f>$J~g(b zhTh+Le`{Ja8hetCRd?g^mBrVSujhLDGoG$h$#u`U==`IhEe{^=aez|`BY}VFg*ic7T4tpjKFCOOoPw&Gu>+d%J-Tj8UKePR4#(gwn zJIV*dru9*$yGvkrpf&G^-=UrI+9DG3uA=^qPuZAY)o9ggBrNlFu(chHSkk&|W&^OmIj%$C4w-|Uq|7Spi5=1d4G-ayJoUkopK68ScF`uhKXU2Ty%#U~r z8P&aQ-jfVMhHYAkWrRMQS)s4ss1sjHi4R@ry}x{IW$3YW<&e?4-)MpK#*5Fo|NASy z?)|m?>+Qyoi!7xU_-*1)&gEWub@{FP@1(AzdsE*wn)?mcD+MdP+5Z~5uG$@U$CkzW zbt!A=N=m|>RKwm=upZ!%Fbc^~a&l_CF3AgKw~u4FRLw{|8MYE=vFa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c118a436fc82e3d9ad7ed2a1b8f97616d2fb9e5a GIT binary patch literal 3346 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 ID%;`z2RLJr8~^|S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..915c8b725ac7acc20831d74532a7f4c8fa5b7940 GIT binary patch literal 24121 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48e56c4650295519e43ec662bf2aa8534a92716f GIT binary patch literal 53704 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 P(VVMjp0m>*Qz`#1hH#S> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b1993d9e5fae18a341a13a3a16d2f3ecdc135e0 GIT binary patch literal 28032 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 HM4SH$ju(y& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/_compat.py b/venv/lib/python3.11/site-packages/click/_compat.py new file mode 100644 index 0000000..9153d15 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/_compat.py @@ -0,0 +1,623 @@ +import codecs +import io +import os +import re +import sys +import typing as t +from weakref import WeakKeyDictionary + +CYGWIN = sys.platform.startswith("cygwin") +WIN = sys.platform.startswith("win") +auto_wrap_for_ansi: t.Optional[t.Callable[[t.TextIO], t.TextIO]] = None +_ansi_re = re.compile(r"\033\[[;?0-9]*[a-zA-Z]") + + +def _make_text_stream( + stream: t.BinaryIO, + encoding: t.Optional[str], + errors: t.Optional[str], + force_readable: bool = False, + force_writable: bool = False, +) -> t.TextIO: + if encoding is None: + encoding = get_best_encoding(stream) + if errors is None: + errors = "replace" + return _NonClosingTextIOWrapper( + stream, + encoding, + errors, + line_buffering=True, + force_readable=force_readable, + force_writable=force_writable, + ) + + +def is_ascii_encoding(encoding: str) -> bool: + """Checks if a given encoding is ascii.""" + try: + return codecs.lookup(encoding).name == "ascii" + except LookupError: + return False + + +def get_best_encoding(stream: t.IO[t.Any]) -> str: + """Returns the default stream encoding if not found.""" + rv = getattr(stream, "encoding", None) or sys.getdefaultencoding() + if is_ascii_encoding(rv): + return "utf-8" + return rv + + +class _NonClosingTextIOWrapper(io.TextIOWrapper): + def __init__( + self, + stream: t.BinaryIO, + encoding: t.Optional[str], + errors: t.Optional[str], + force_readable: bool = False, + force_writable: bool = False, + **extra: t.Any, + ) -> None: + self._stream = stream = t.cast( + t.BinaryIO, _FixupStream(stream, force_readable, force_writable) + ) + super().__init__(stream, encoding, errors, **extra) + + def __del__(self) -> None: + try: + self.detach() + except Exception: + pass + + def isatty(self) -> bool: + # https://bitbucket.org/pypy/pypy/issue/1803 + return self._stream.isatty() + + +class _FixupStream: + """The new io interface needs more from streams than streams + traditionally implement. As such, this fix-up code is necessary in + some circumstances. + + The forcing of readable and writable flags are there because some tools + put badly patched objects on sys (one such offender are certain version + of jupyter notebook). + """ + + def __init__( + self, + stream: t.BinaryIO, + force_readable: bool = False, + force_writable: bool = False, + ): + self._stream = stream + self._force_readable = force_readable + self._force_writable = force_writable + + def __getattr__(self, name: str) -> t.Any: + return getattr(self._stream, name) + + def read1(self, size: int) -> bytes: + f = getattr(self._stream, "read1", None) + + if f is not None: + return t.cast(bytes, f(size)) + + return self._stream.read(size) + + def readable(self) -> bool: + if self._force_readable: + return True + x = getattr(self._stream, "readable", None) + if x is not None: + return t.cast(bool, x()) + try: + self._stream.read(0) + except Exception: + return False + return True + + def writable(self) -> bool: + if self._force_writable: + return True + x = getattr(self._stream, "writable", None) + if x is not None: + return t.cast(bool, x()) + try: + self._stream.write("") # type: ignore + except Exception: + try: + self._stream.write(b"") + except Exception: + return False + return True + + def seekable(self) -> bool: + x = getattr(self._stream, "seekable", None) + if x is not None: + return t.cast(bool, x()) + try: + self._stream.seek(self._stream.tell()) + except Exception: + return False + return True + + +def _is_binary_reader(stream: t.IO[t.Any], default: bool = False) -> bool: + try: + return isinstance(stream.read(0), bytes) + except Exception: + return default + # This happens in some cases where the stream was already + # closed. In this case, we assume the default. + + +def _is_binary_writer(stream: t.IO[t.Any], default: bool = False) -> bool: + try: + stream.write(b"") + except Exception: + try: + stream.write("") + return False + except Exception: + pass + return default + return True + + +def _find_binary_reader(stream: t.IO[t.Any]) -> t.Optional[t.BinaryIO]: + # We need to figure out if the given stream is already binary. + # This can happen because the official docs recommend detaching + # the streams to get binary streams. Some code might do this, so + # we need to deal with this case explicitly. + if _is_binary_reader(stream, False): + return t.cast(t.BinaryIO, stream) + + buf = getattr(stream, "buffer", None) + + # Same situation here; this time we assume that the buffer is + # actually binary in case it's closed. + if buf is not None and _is_binary_reader(buf, True): + return t.cast(t.BinaryIO, buf) + + return None + + +def _find_binary_writer(stream: t.IO[t.Any]) -> t.Optional[t.BinaryIO]: + # We need to figure out if the given stream is already binary. + # This can happen because the official docs recommend detaching + # the streams to get binary streams. Some code might do this, so + # we need to deal with this case explicitly. + if _is_binary_writer(stream, False): + return t.cast(t.BinaryIO, stream) + + buf = getattr(stream, "buffer", None) + + # Same situation here; this time we assume that the buffer is + # actually binary in case it's closed. + if buf is not None and _is_binary_writer(buf, True): + return t.cast(t.BinaryIO, buf) + + return None + + +def _stream_is_misconfigured(stream: t.TextIO) -> bool: + """A stream is misconfigured if its encoding is ASCII.""" + # If the stream does not have an encoding set, we assume it's set + # to ASCII. This appears to happen in certain unittest + # environments. It's not quite clear what the correct behavior is + # but this at least will force Click to recover somehow. + return is_ascii_encoding(getattr(stream, "encoding", None) or "ascii") + + +def _is_compat_stream_attr(stream: t.TextIO, attr: str, value: t.Optional[str]) -> bool: + """A stream attribute is compatible if it is equal to the + desired value or the desired value is unset and the attribute + has a value. + """ + stream_value = getattr(stream, attr, None) + return stream_value == value or (value is None and stream_value is not None) + + +def _is_compatible_text_stream( + stream: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str] +) -> bool: + """Check if a stream's encoding and errors attributes are + compatible with the desired values. + """ + return _is_compat_stream_attr( + stream, "encoding", encoding + ) and _is_compat_stream_attr(stream, "errors", errors) + + +def _force_correct_text_stream( + text_stream: t.IO[t.Any], + encoding: t.Optional[str], + errors: t.Optional[str], + is_binary: t.Callable[[t.IO[t.Any], bool], bool], + find_binary: t.Callable[[t.IO[t.Any]], t.Optional[t.BinaryIO]], + force_readable: bool = False, + force_writable: bool = False, +) -> t.TextIO: + if is_binary(text_stream, False): + binary_reader = t.cast(t.BinaryIO, text_stream) + else: + text_stream = t.cast(t.TextIO, text_stream) + # If the stream looks compatible, and won't default to a + # misconfigured ascii encoding, return it as-is. + if _is_compatible_text_stream(text_stream, encoding, errors) and not ( + encoding is None and _stream_is_misconfigured(text_stream) + ): + return text_stream + + # Otherwise, get the underlying binary reader. + possible_binary_reader = find_binary(text_stream) + + # If that's not possible, silently use the original reader + # and get mojibake instead of exceptions. + if possible_binary_reader is None: + return text_stream + + binary_reader = possible_binary_reader + + # Default errors to replace instead of strict in order to get + # something that works. + if errors is None: + errors = "replace" + + # Wrap the binary stream in a text stream with the correct + # encoding parameters. + return _make_text_stream( + binary_reader, + encoding, + errors, + force_readable=force_readable, + force_writable=force_writable, + ) + + +def _force_correct_text_reader( + text_reader: t.IO[t.Any], + encoding: t.Optional[str], + errors: t.Optional[str], + force_readable: bool = False, +) -> t.TextIO: + return _force_correct_text_stream( + text_reader, + encoding, + errors, + _is_binary_reader, + _find_binary_reader, + force_readable=force_readable, + ) + + +def _force_correct_text_writer( + text_writer: t.IO[t.Any], + encoding: t.Optional[str], + errors: t.Optional[str], + force_writable: bool = False, +) -> t.TextIO: + return _force_correct_text_stream( + text_writer, + encoding, + errors, + _is_binary_writer, + _find_binary_writer, + force_writable=force_writable, + ) + + +def get_binary_stdin() -> t.BinaryIO: + reader = _find_binary_reader(sys.stdin) + if reader is None: + raise RuntimeError("Was not able to determine binary stream for sys.stdin.") + return reader + + +def get_binary_stdout() -> t.BinaryIO: + writer = _find_binary_writer(sys.stdout) + if writer is None: + raise RuntimeError("Was not able to determine binary stream for sys.stdout.") + return writer + + +def get_binary_stderr() -> t.BinaryIO: + writer = _find_binary_writer(sys.stderr) + if writer is None: + raise RuntimeError("Was not able to determine binary stream for sys.stderr.") + return writer + + +def get_text_stdin( + encoding: t.Optional[str] = None, errors: t.Optional[str] = None +) -> t.TextIO: + rv = _get_windows_console_stream(sys.stdin, encoding, errors) + if rv is not None: + return rv + return _force_correct_text_reader(sys.stdin, encoding, errors, force_readable=True) + + +def get_text_stdout( + encoding: t.Optional[str] = None, errors: t.Optional[str] = None +) -> t.TextIO: + rv = _get_windows_console_stream(sys.stdout, encoding, errors) + if rv is not None: + return rv + return _force_correct_text_writer(sys.stdout, encoding, errors, force_writable=True) + + +def get_text_stderr( + encoding: t.Optional[str] = None, errors: t.Optional[str] = None +) -> t.TextIO: + rv = _get_windows_console_stream(sys.stderr, encoding, errors) + if rv is not None: + return rv + return _force_correct_text_writer(sys.stderr, encoding, errors, force_writable=True) + + +def _wrap_io_open( + file: t.Union[str, "os.PathLike[str]", int], + mode: str, + encoding: t.Optional[str], + errors: t.Optional[str], +) -> t.IO[t.Any]: + """Handles not passing ``encoding`` and ``errors`` in binary mode.""" + if "b" in mode: + return open(file, mode) + + return open(file, mode, encoding=encoding, errors=errors) + + +def open_stream( + filename: "t.Union[str, os.PathLike[str]]", + mode: str = "r", + encoding: t.Optional[str] = None, + errors: t.Optional[str] = "strict", + atomic: bool = False, +) -> t.Tuple[t.IO[t.Any], bool]: + binary = "b" in mode + filename = os.fspath(filename) + + # Standard streams first. These are simple because they ignore the + # atomic flag. Use fsdecode to handle Path("-"). + if os.fsdecode(filename) == "-": + if any(m in mode for m in ["w", "a", "x"]): + if binary: + return get_binary_stdout(), False + return get_text_stdout(encoding=encoding, errors=errors), False + if binary: + return get_binary_stdin(), False + return get_text_stdin(encoding=encoding, errors=errors), False + + # Non-atomic writes directly go out through the regular open functions. + if not atomic: + return _wrap_io_open(filename, mode, encoding, errors), True + + # Some usability stuff for atomic writes + if "a" in mode: + raise ValueError( + "Appending to an existing file is not supported, because that" + " would involve an expensive `copy`-operation to a temporary" + " file. Open the file in normal `w`-mode and copy explicitly" + " if that's what you're after." + ) + if "x" in mode: + raise ValueError("Use the `overwrite`-parameter instead.") + if "w" not in mode: + raise ValueError("Atomic writes only make sense with `w`-mode.") + + # Atomic writes are more complicated. They work by opening a file + # as a proxy in the same folder and then using the fdopen + # functionality to wrap it in a Python file. Then we wrap it in an + # atomic file that moves the file over on close. + import errno + import random + + try: + perm: t.Optional[int] = os.stat(filename).st_mode + except OSError: + perm = None + + flags = os.O_RDWR | os.O_CREAT | os.O_EXCL + + if binary: + flags |= getattr(os, "O_BINARY", 0) + + while True: + tmp_filename = os.path.join( + os.path.dirname(filename), + f".__atomic-write{random.randrange(1 << 32):08x}", + ) + try: + fd = os.open(tmp_filename, flags, 0o666 if perm is None else perm) + break + except OSError as e: + if e.errno == errno.EEXIST or ( + os.name == "nt" + and e.errno == errno.EACCES + and os.path.isdir(e.filename) + and os.access(e.filename, os.W_OK) + ): + continue + raise + + if perm is not None: + os.chmod(tmp_filename, perm) # in case perm includes bits in umask + + f = _wrap_io_open(fd, mode, encoding, errors) + af = _AtomicFile(f, tmp_filename, os.path.realpath(filename)) + return t.cast(t.IO[t.Any], af), True + + +class _AtomicFile: + def __init__(self, f: t.IO[t.Any], tmp_filename: str, real_filename: str) -> None: + self._f = f + self._tmp_filename = tmp_filename + self._real_filename = real_filename + self.closed = False + + @property + def name(self) -> str: + return self._real_filename + + def close(self, delete: bool = False) -> None: + if self.closed: + return + self._f.close() + os.replace(self._tmp_filename, self._real_filename) + self.closed = True + + def __getattr__(self, name: str) -> t.Any: + return getattr(self._f, name) + + def __enter__(self) -> "_AtomicFile": + return self + + def __exit__(self, exc_type: t.Optional[t.Type[BaseException]], *_: t.Any) -> None: + self.close(delete=exc_type is not None) + + def __repr__(self) -> str: + return repr(self._f) + + +def strip_ansi(value: str) -> str: + return _ansi_re.sub("", value) + + +def _is_jupyter_kernel_output(stream: t.IO[t.Any]) -> bool: + while isinstance(stream, (_FixupStream, _NonClosingTextIOWrapper)): + stream = stream._stream + + return stream.__class__.__module__.startswith("ipykernel.") + + +def should_strip_ansi( + stream: t.Optional[t.IO[t.Any]] = None, color: t.Optional[bool] = None +) -> bool: + if color is None: + if stream is None: + stream = sys.stdin + return not isatty(stream) and not _is_jupyter_kernel_output(stream) + return not color + + +# On Windows, wrap the output streams with colorama to support ANSI +# color codes. +# NOTE: double check is needed so mypy does not analyze this on Linux +if sys.platform.startswith("win") and WIN: + from ._winconsole import _get_windows_console_stream + + def _get_argv_encoding() -> str: + import locale + + return locale.getpreferredencoding() + + _ansi_stream_wrappers: t.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary() + + def auto_wrap_for_ansi( + stream: t.TextIO, color: t.Optional[bool] = None + ) -> t.TextIO: + """Support ANSI color and style codes on Windows by wrapping a + stream with colorama. + """ + try: + cached = _ansi_stream_wrappers.get(stream) + except Exception: + cached = None + + if cached is not None: + return cached + + import colorama + + strip = should_strip_ansi(stream, color) + ansi_wrapper = colorama.AnsiToWin32(stream, strip=strip) + rv = t.cast(t.TextIO, ansi_wrapper.stream) + _write = rv.write + + def _safe_write(s): + try: + return _write(s) + except BaseException: + ansi_wrapper.reset_all() + raise + + rv.write = _safe_write + + try: + _ansi_stream_wrappers[stream] = rv + except Exception: + pass + + return rv + +else: + + def _get_argv_encoding() -> str: + return getattr(sys.stdin, "encoding", None) or sys.getfilesystemencoding() + + def _get_windows_console_stream( + f: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str] + ) -> t.Optional[t.TextIO]: + return None + + +def term_len(x: str) -> int: + return len(strip_ansi(x)) + + +def isatty(stream: t.IO[t.Any]) -> bool: + try: + return stream.isatty() + except Exception: + return False + + +def _make_cached_stream_func( + src_func: t.Callable[[], t.Optional[t.TextIO]], + wrapper_func: t.Callable[[], t.TextIO], +) -> t.Callable[[], t.Optional[t.TextIO]]: + cache: t.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary() + + def func() -> t.Optional[t.TextIO]: + stream = src_func() + + if stream is None: + return None + + try: + rv = cache.get(stream) + except Exception: + rv = None + if rv is not None: + return rv + rv = wrapper_func() + try: + cache[stream] = rv + except Exception: + pass + return rv + + return func + + +_default_text_stdin = _make_cached_stream_func(lambda: sys.stdin, get_text_stdin) +_default_text_stdout = _make_cached_stream_func(lambda: sys.stdout, get_text_stdout) +_default_text_stderr = _make_cached_stream_func(lambda: sys.stderr, get_text_stderr) + + +binary_streams: t.Mapping[str, t.Callable[[], t.BinaryIO]] = { + "stdin": get_binary_stdin, + "stdout": get_binary_stdout, + "stderr": get_binary_stderr, +} + +text_streams: t.Mapping[ + str, t.Callable[[t.Optional[str], t.Optional[str]], t.TextIO] +] = { + "stdin": get_text_stdin, + "stdout": get_text_stdout, + "stderr": get_text_stderr, +} diff --git a/venv/lib/python3.11/site-packages/click/_termui_impl.py b/venv/lib/python3.11/site-packages/click/_termui_impl.py new file mode 100644 index 0000000..ad9f8f6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/_termui_impl.py @@ -0,0 +1,788 @@ +""" +This module contains implementations for the termui module. To keep the +import time of Click down, some infrequently used functionality is +placed in this module and only imported as needed. +""" + +import contextlib +import math +import os +import sys +import time +import typing as t +from gettext import gettext as _ +from io import StringIO +from shutil import which +from types import TracebackType + +from ._compat import _default_text_stdout +from ._compat import CYGWIN +from ._compat import get_best_encoding +from ._compat import isatty +from ._compat import open_stream +from ._compat import strip_ansi +from ._compat import term_len +from ._compat import WIN +from .exceptions import ClickException +from .utils import echo + +V = t.TypeVar("V") + +if os.name == "nt": + BEFORE_BAR = "\r" + AFTER_BAR = "\n" +else: + BEFORE_BAR = "\r\033[?25l" + AFTER_BAR = "\033[?25h\n" + + +class ProgressBar(t.Generic[V]): + def __init__( + self, + iterable: t.Optional[t.Iterable[V]], + length: t.Optional[int] = None, + fill_char: str = "#", + empty_char: str = " ", + bar_template: str = "%(bar)s", + info_sep: str = " ", + show_eta: bool = True, + show_percent: t.Optional[bool] = None, + show_pos: bool = False, + item_show_func: t.Optional[t.Callable[[t.Optional[V]], t.Optional[str]]] = None, + label: t.Optional[str] = None, + file: t.Optional[t.TextIO] = None, + color: t.Optional[bool] = None, + update_min_steps: int = 1, + width: int = 30, + ) -> None: + self.fill_char = fill_char + self.empty_char = empty_char + self.bar_template = bar_template + self.info_sep = info_sep + self.show_eta = show_eta + self.show_percent = show_percent + self.show_pos = show_pos + self.item_show_func = item_show_func + self.label: str = label or "" + + if file is None: + file = _default_text_stdout() + + # There are no standard streams attached to write to. For example, + # pythonw on Windows. + if file is None: + file = StringIO() + + self.file = file + self.color = color + self.update_min_steps = update_min_steps + self._completed_intervals = 0 + self.width: int = width + self.autowidth: bool = width == 0 + + if length is None: + from operator import length_hint + + length = length_hint(iterable, -1) + + if length == -1: + length = None + if iterable is None: + if length is None: + raise TypeError("iterable or length is required") + iterable = t.cast(t.Iterable[V], range(length)) + self.iter: t.Iterable[V] = iter(iterable) + self.length = length + self.pos = 0 + self.avg: t.List[float] = [] + self.last_eta: float + self.start: float + self.start = self.last_eta = time.time() + self.eta_known: bool = False + self.finished: bool = False + self.max_width: t.Optional[int] = None + self.entered: bool = False + self.current_item: t.Optional[V] = None + self.is_hidden: bool = not isatty(self.file) + self._last_line: t.Optional[str] = None + + def __enter__(self) -> "ProgressBar[V]": + self.entered = True + self.render_progress() + return self + + def __exit__( + self, + exc_type: t.Optional[t.Type[BaseException]], + exc_value: t.Optional[BaseException], + tb: t.Optional[TracebackType], + ) -> None: + self.render_finish() + + def __iter__(self) -> t.Iterator[V]: + if not self.entered: + raise RuntimeError("You need to use progress bars in a with block.") + self.render_progress() + return self.generator() + + def __next__(self) -> V: + # Iteration is defined in terms of a generator function, + # returned by iter(self); use that to define next(). This works + # because `self.iter` is an iterable consumed by that generator, + # so it is re-entry safe. Calling `next(self.generator())` + # twice works and does "what you want". + return next(iter(self)) + + def render_finish(self) -> None: + if self.is_hidden: + return + self.file.write(AFTER_BAR) + self.file.flush() + + @property + def pct(self) -> float: + if self.finished: + return 1.0 + return min(self.pos / (float(self.length or 1) or 1), 1.0) + + @property + def time_per_iteration(self) -> float: + if not self.avg: + return 0.0 + return sum(self.avg) / float(len(self.avg)) + + @property + def eta(self) -> float: + if self.length is not None and not self.finished: + return self.time_per_iteration * (self.length - self.pos) + return 0.0 + + def format_eta(self) -> str: + if self.eta_known: + t = int(self.eta) + seconds = t % 60 + t //= 60 + minutes = t % 60 + t //= 60 + hours = t % 24 + t //= 24 + if t > 0: + return f"{t}d {hours:02}:{minutes:02}:{seconds:02}" + else: + return f"{hours:02}:{minutes:02}:{seconds:02}" + return "" + + def format_pos(self) -> str: + pos = str(self.pos) + if self.length is not None: + pos += f"/{self.length}" + return pos + + def format_pct(self) -> str: + return f"{int(self.pct * 100): 4}%"[1:] + + def format_bar(self) -> str: + if self.length is not None: + bar_length = int(self.pct * self.width) + bar = self.fill_char * bar_length + bar += self.empty_char * (self.width - bar_length) + elif self.finished: + bar = self.fill_char * self.width + else: + chars = list(self.empty_char * (self.width or 1)) + if self.time_per_iteration != 0: + chars[ + int( + (math.cos(self.pos * self.time_per_iteration) / 2.0 + 0.5) + * self.width + ) + ] = self.fill_char + bar = "".join(chars) + return bar + + def format_progress_line(self) -> str: + show_percent = self.show_percent + + info_bits = [] + if self.length is not None and show_percent is None: + show_percent = not self.show_pos + + if self.show_pos: + info_bits.append(self.format_pos()) + if show_percent: + info_bits.append(self.format_pct()) + if self.show_eta and self.eta_known and not self.finished: + info_bits.append(self.format_eta()) + if self.item_show_func is not None: + item_info = self.item_show_func(self.current_item) + if item_info is not None: + info_bits.append(item_info) + + return ( + self.bar_template + % { + "label": self.label, + "bar": self.format_bar(), + "info": self.info_sep.join(info_bits), + } + ).rstrip() + + def render_progress(self) -> None: + import shutil + + if self.is_hidden: + # Only output the label as it changes if the output is not a + # TTY. Use file=stderr if you expect to be piping stdout. + if self._last_line != self.label: + self._last_line = self.label + echo(self.label, file=self.file, color=self.color) + + return + + buf = [] + # Update width in case the terminal has been resized + if self.autowidth: + old_width = self.width + self.width = 0 + clutter_length = term_len(self.format_progress_line()) + new_width = max(0, shutil.get_terminal_size().columns - clutter_length) + if new_width < old_width: + buf.append(BEFORE_BAR) + buf.append(" " * self.max_width) # type: ignore + self.max_width = new_width + self.width = new_width + + clear_width = self.width + if self.max_width is not None: + clear_width = self.max_width + + buf.append(BEFORE_BAR) + line = self.format_progress_line() + line_len = term_len(line) + if self.max_width is None or self.max_width < line_len: + self.max_width = line_len + + buf.append(line) + buf.append(" " * (clear_width - line_len)) + line = "".join(buf) + # Render the line only if it changed. + + if line != self._last_line: + self._last_line = line + echo(line, file=self.file, color=self.color, nl=False) + self.file.flush() + + def make_step(self, n_steps: int) -> None: + self.pos += n_steps + if self.length is not None and self.pos >= self.length: + self.finished = True + + if (time.time() - self.last_eta) < 1.0: + return + + self.last_eta = time.time() + + # self.avg is a rolling list of length <= 7 of steps where steps are + # defined as time elapsed divided by the total progress through + # self.length. + if self.pos: + step = (time.time() - self.start) / self.pos + else: + step = time.time() - self.start + + self.avg = self.avg[-6:] + [step] + + self.eta_known = self.length is not None + + def update(self, n_steps: int, current_item: t.Optional[V] = None) -> None: + """Update the progress bar by advancing a specified number of + steps, and optionally set the ``current_item`` for this new + position. + + :param n_steps: Number of steps to advance. + :param current_item: Optional item to set as ``current_item`` + for the updated position. + + .. versionchanged:: 8.0 + Added the ``current_item`` optional parameter. + + .. versionchanged:: 8.0 + Only render when the number of steps meets the + ``update_min_steps`` threshold. + """ + if current_item is not None: + self.current_item = current_item + + self._completed_intervals += n_steps + + if self._completed_intervals >= self.update_min_steps: + self.make_step(self._completed_intervals) + self.render_progress() + self._completed_intervals = 0 + + def finish(self) -> None: + self.eta_known = False + self.current_item = None + self.finished = True + + def generator(self) -> t.Iterator[V]: + """Return a generator which yields the items added to the bar + during construction, and updates the progress bar *after* the + yielded block returns. + """ + # WARNING: the iterator interface for `ProgressBar` relies on + # this and only works because this is a simple generator which + # doesn't create or manage additional state. If this function + # changes, the impact should be evaluated both against + # `iter(bar)` and `next(bar)`. `next()` in particular may call + # `self.generator()` repeatedly, and this must remain safe in + # order for that interface to work. + if not self.entered: + raise RuntimeError("You need to use progress bars in a with block.") + + if self.is_hidden: + yield from self.iter + else: + for rv in self.iter: + self.current_item = rv + + # This allows show_item_func to be updated before the + # item is processed. Only trigger at the beginning of + # the update interval. + if self._completed_intervals == 0: + self.render_progress() + + yield rv + self.update(1) + + self.finish() + self.render_progress() + + +def pager(generator: t.Iterable[str], color: t.Optional[bool] = None) -> None: + """Decide what method to use for paging through text.""" + stdout = _default_text_stdout() + + # There are no standard streams attached to write to. For example, + # pythonw on Windows. + if stdout is None: + stdout = StringIO() + + if not isatty(sys.stdin) or not isatty(stdout): + return _nullpager(stdout, generator, color) + pager_cmd = (os.environ.get("PAGER", None) or "").strip() + if pager_cmd: + if WIN: + if _tempfilepager(generator, pager_cmd, color): + return + elif _pipepager(generator, pager_cmd, color): + return + if os.environ.get("TERM") in ("dumb", "emacs"): + return _nullpager(stdout, generator, color) + if (WIN or sys.platform.startswith("os2")) and _tempfilepager( + generator, "more", color + ): + return + if _pipepager(generator, "less", color): + return + + import tempfile + + fd, filename = tempfile.mkstemp() + os.close(fd) + try: + if _pipepager(generator, "more", color): + return + return _nullpager(stdout, generator, color) + finally: + os.unlink(filename) + + +def _pipepager(generator: t.Iterable[str], cmd: str, color: t.Optional[bool]) -> bool: + """Page through text by feeding it to another program. Invoking a + pager through this might support colors. + + Returns True if the command was found, False otherwise and thus another + pager should be attempted. + """ + cmd_absolute = which(cmd) + if cmd_absolute is None: + return False + + import subprocess + + env = dict(os.environ) + + # If we're piping to less we might support colors under the + # condition that + cmd_detail = cmd.rsplit("/", 1)[-1].split() + if color is None and cmd_detail[0] == "less": + less_flags = f"{os.environ.get('LESS', '')}{' '.join(cmd_detail[1:])}" + if not less_flags: + env["LESS"] = "-R" + color = True + elif "r" in less_flags or "R" in less_flags: + color = True + + c = subprocess.Popen( + [cmd_absolute], + shell=True, + stdin=subprocess.PIPE, + env=env, + errors="replace", + text=True, + ) + assert c.stdin is not None + try: + for text in generator: + if not color: + text = strip_ansi(text) + + c.stdin.write(text) + except (OSError, KeyboardInterrupt): + pass + else: + c.stdin.close() + + # Less doesn't respect ^C, but catches it for its own UI purposes (aborting + # search or other commands inside less). + # + # That means when the user hits ^C, the parent process (click) terminates, + # but less is still alive, paging the output and messing up the terminal. + # + # If the user wants to make the pager exit on ^C, they should set + # `LESS='-K'`. It's not our decision to make. + while True: + try: + c.wait() + except KeyboardInterrupt: + pass + else: + break + + return True + + +def _tempfilepager( + generator: t.Iterable[str], + cmd: str, + color: t.Optional[bool], +) -> bool: + """Page through text by invoking a program on a temporary file. + + Returns True if the command was found, False otherwise and thus another + pager should be attempted. + """ + # Which is necessary for Windows, it is also recommended in the Popen docs. + cmd_absolute = which(cmd) + if cmd_absolute is None: + return False + + import subprocess + import tempfile + + fd, filename = tempfile.mkstemp() + # TODO: This never terminates if the passed generator never terminates. + text = "".join(generator) + if not color: + text = strip_ansi(text) + encoding = get_best_encoding(sys.stdout) + with open_stream(filename, "wb")[0] as f: + f.write(text.encode(encoding)) + try: + subprocess.call([cmd_absolute, filename]) + except OSError: + # Command not found + pass + finally: + os.close(fd) + os.unlink(filename) + + return True + + +def _nullpager( + stream: t.TextIO, generator: t.Iterable[str], color: t.Optional[bool] +) -> None: + """Simply print unformatted text. This is the ultimate fallback.""" + for text in generator: + if not color: + text = strip_ansi(text) + stream.write(text) + + +class Editor: + def __init__( + self, + editor: t.Optional[str] = None, + env: t.Optional[t.Mapping[str, str]] = None, + require_save: bool = True, + extension: str = ".txt", + ) -> None: + self.editor = editor + self.env = env + self.require_save = require_save + self.extension = extension + + def get_editor(self) -> str: + if self.editor is not None: + return self.editor + for key in "VISUAL", "EDITOR": + rv = os.environ.get(key) + if rv: + return rv + if WIN: + return "notepad" + for editor in "sensible-editor", "vim", "nano": + if which(editor) is not None: + return editor + return "vi" + + def edit_file(self, filename: str) -> None: + import subprocess + + editor = self.get_editor() + environ: t.Optional[t.Dict[str, str]] = None + + if self.env: + environ = os.environ.copy() + environ.update(self.env) + + try: + c = subprocess.Popen(f'{editor} "{filename}"', env=environ, shell=True) + exit_code = c.wait() + if exit_code != 0: + raise ClickException( + _("{editor}: Editing failed").format(editor=editor) + ) + except OSError as e: + raise ClickException( + _("{editor}: Editing failed: {e}").format(editor=editor, e=e) + ) from e + + def edit(self, text: t.Optional[t.AnyStr]) -> t.Optional[t.AnyStr]: + import tempfile + + if not text: + data = b"" + elif isinstance(text, (bytes, bytearray)): + data = text + else: + if text and not text.endswith("\n"): + text += "\n" + + if WIN: + data = text.replace("\n", "\r\n").encode("utf-8-sig") + else: + data = text.encode("utf-8") + + fd, name = tempfile.mkstemp(prefix="editor-", suffix=self.extension) + f: t.BinaryIO + + try: + with os.fdopen(fd, "wb") as f: + f.write(data) + + # If the filesystem resolution is 1 second, like Mac OS + # 10.12 Extended, or 2 seconds, like FAT32, and the editor + # closes very fast, require_save can fail. Set the modified + # time to be 2 seconds in the past to work around this. + os.utime(name, (os.path.getatime(name), os.path.getmtime(name) - 2)) + # Depending on the resolution, the exact value might not be + # recorded, so get the new recorded value. + timestamp = os.path.getmtime(name) + + self.edit_file(name) + + if self.require_save and os.path.getmtime(name) == timestamp: + return None + + with open(name, "rb") as f: + rv = f.read() + + if isinstance(text, (bytes, bytearray)): + return rv + + return rv.decode("utf-8-sig").replace("\r\n", "\n") # type: ignore + finally: + os.unlink(name) + + +def open_url(url: str, wait: bool = False, locate: bool = False) -> int: + import subprocess + + def _unquote_file(url: str) -> str: + from urllib.parse import unquote + + if url.startswith("file://"): + url = unquote(url[7:]) + + return url + + if sys.platform == "darwin": + args = ["open"] + if wait: + args.append("-W") + if locate: + args.append("-R") + args.append(_unquote_file(url)) + null = open("/dev/null", "w") + try: + return subprocess.Popen(args, stderr=null).wait() + finally: + null.close() + elif WIN: + if locate: + url = _unquote_file(url) + args = ["explorer", f"/select,{url}"] + else: + args = ["start"] + if wait: + args.append("/WAIT") + args.append("") + args.append(url) + try: + return subprocess.call(args) + except OSError: + # Command not found + return 127 + elif CYGWIN: + if locate: + url = _unquote_file(url) + args = ["cygstart", os.path.dirname(url)] + else: + args = ["cygstart"] + if wait: + args.append("-w") + args.append(url) + try: + return subprocess.call(args) + except OSError: + # Command not found + return 127 + + try: + if locate: + url = os.path.dirname(_unquote_file(url)) or "." + else: + url = _unquote_file(url) + c = subprocess.Popen(["xdg-open", url]) + if wait: + return c.wait() + return 0 + except OSError: + if url.startswith(("http://", "https://")) and not locate and not wait: + import webbrowser + + webbrowser.open(url) + return 0 + return 1 + + +def _translate_ch_to_exc(ch: str) -> t.Optional[BaseException]: + if ch == "\x03": + raise KeyboardInterrupt() + + if ch == "\x04" and not WIN: # Unix-like, Ctrl+D + raise EOFError() + + if ch == "\x1a" and WIN: # Windows, Ctrl+Z + raise EOFError() + + return None + + +if WIN: + import msvcrt + + @contextlib.contextmanager + def raw_terminal() -> t.Iterator[int]: + yield -1 + + def getchar(echo: bool) -> str: + # The function `getch` will return a bytes object corresponding to + # the pressed character. Since Windows 10 build 1803, it will also + # return \x00 when called a second time after pressing a regular key. + # + # `getwch` does not share this probably-bugged behavior. Moreover, it + # returns a Unicode object by default, which is what we want. + # + # Either of these functions will return \x00 or \xe0 to indicate + # a special key, and you need to call the same function again to get + # the "rest" of the code. The fun part is that \u00e0 is + # "latin small letter a with grave", so if you type that on a French + # keyboard, you _also_ get a \xe0. + # E.g., consider the Up arrow. This returns \xe0 and then \x48. The + # resulting Unicode string reads as "a with grave" + "capital H". + # This is indistinguishable from when the user actually types + # "a with grave" and then "capital H". + # + # When \xe0 is returned, we assume it's part of a special-key sequence + # and call `getwch` again, but that means that when the user types + # the \u00e0 character, `getchar` doesn't return until a second + # character is typed. + # The alternative is returning immediately, but that would mess up + # cross-platform handling of arrow keys and others that start with + # \xe0. Another option is using `getch`, but then we can't reliably + # read non-ASCII characters, because return values of `getch` are + # limited to the current 8-bit codepage. + # + # Anyway, Click doesn't claim to do this Right(tm), and using `getwch` + # is doing the right thing in more situations than with `getch`. + func: t.Callable[[], str] + + if echo: + func = msvcrt.getwche # type: ignore + else: + func = msvcrt.getwch # type: ignore + + rv = func() + + if rv in ("\x00", "\xe0"): + # \x00 and \xe0 are control characters that indicate special key, + # see above. + rv += func() + + _translate_ch_to_exc(rv) + return rv + +else: + import termios + import tty + + @contextlib.contextmanager + def raw_terminal() -> t.Iterator[int]: + f: t.Optional[t.TextIO] + fd: int + + if not isatty(sys.stdin): + f = open("/dev/tty") + fd = f.fileno() + else: + fd = sys.stdin.fileno() + f = None + + try: + old_settings = termios.tcgetattr(fd) + + try: + tty.setraw(fd) + yield fd + finally: + termios.tcsetattr(fd, termios.TCSADRAIN, old_settings) + sys.stdout.flush() + + if f is not None: + f.close() + except termios.error: + pass + + def getchar(echo: bool) -> str: + with raw_terminal() as fd: + ch = os.read(fd, 32).decode(get_best_encoding(sys.stdin), "replace") + + if echo and isatty(sys.stdout): + sys.stdout.write(ch) + + _translate_ch_to_exc(ch) + return ch diff --git a/venv/lib/python3.11/site-packages/click/_textwrap.py b/venv/lib/python3.11/site-packages/click/_textwrap.py new file mode 100644 index 0000000..b47dcbd --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/_textwrap.py @@ -0,0 +1,49 @@ +import textwrap +import typing as t +from contextlib import contextmanager + + +class TextWrapper(textwrap.TextWrapper): + def _handle_long_word( + self, + reversed_chunks: t.List[str], + cur_line: t.List[str], + cur_len: int, + width: int, + ) -> None: + space_left = max(width - cur_len, 1) + + if self.break_long_words: + last = reversed_chunks[-1] + cut = last[:space_left] + res = last[space_left:] + cur_line.append(cut) + reversed_chunks[-1] = res + elif not cur_line: + cur_line.append(reversed_chunks.pop()) + + @contextmanager + def extra_indent(self, indent: str) -> t.Iterator[None]: + old_initial_indent = self.initial_indent + old_subsequent_indent = self.subsequent_indent + self.initial_indent += indent + self.subsequent_indent += indent + + try: + yield + finally: + self.initial_indent = old_initial_indent + self.subsequent_indent = old_subsequent_indent + + def indent_only(self, text: str) -> str: + rv = [] + + for idx, line in enumerate(text.splitlines()): + indent = self.initial_indent + + if idx > 0: + indent = self.subsequent_indent + + rv.append(f"{indent}{line}") + + return "\n".join(rv) diff --git a/venv/lib/python3.11/site-packages/click/_winconsole.py b/venv/lib/python3.11/site-packages/click/_winconsole.py new file mode 100644 index 0000000..6b20df3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/_winconsole.py @@ -0,0 +1,279 @@ +# This module is based on the excellent work by Adam Bartoš who +# provided a lot of what went into the implementation here in +# the discussion to issue1602 in the Python bug tracker. +# +# There are some general differences in regards to how this works +# compared to the original patches as we do not need to patch +# the entire interpreter but just work in our little world of +# echo and prompt. +import io +import sys +import time +import typing as t +from ctypes import byref +from ctypes import c_char +from ctypes import c_char_p +from ctypes import c_int +from ctypes import c_ssize_t +from ctypes import c_ulong +from ctypes import c_void_p +from ctypes import POINTER +from ctypes import py_object +from ctypes import Structure +from ctypes.wintypes import DWORD +from ctypes.wintypes import HANDLE +from ctypes.wintypes import LPCWSTR +from ctypes.wintypes import LPWSTR + +from ._compat import _NonClosingTextIOWrapper + +assert sys.platform == "win32" +import msvcrt # noqa: E402 +from ctypes import windll # noqa: E402 +from ctypes import WINFUNCTYPE # noqa: E402 + +c_ssize_p = POINTER(c_ssize_t) + +kernel32 = windll.kernel32 +GetStdHandle = kernel32.GetStdHandle +ReadConsoleW = kernel32.ReadConsoleW +WriteConsoleW = kernel32.WriteConsoleW +GetConsoleMode = kernel32.GetConsoleMode +GetLastError = kernel32.GetLastError +GetCommandLineW = WINFUNCTYPE(LPWSTR)(("GetCommandLineW", windll.kernel32)) +CommandLineToArgvW = WINFUNCTYPE(POINTER(LPWSTR), LPCWSTR, POINTER(c_int))( + ("CommandLineToArgvW", windll.shell32) +) +LocalFree = WINFUNCTYPE(c_void_p, c_void_p)(("LocalFree", windll.kernel32)) + +STDIN_HANDLE = GetStdHandle(-10) +STDOUT_HANDLE = GetStdHandle(-11) +STDERR_HANDLE = GetStdHandle(-12) + +PyBUF_SIMPLE = 0 +PyBUF_WRITABLE = 1 + +ERROR_SUCCESS = 0 +ERROR_NOT_ENOUGH_MEMORY = 8 +ERROR_OPERATION_ABORTED = 995 + +STDIN_FILENO = 0 +STDOUT_FILENO = 1 +STDERR_FILENO = 2 + +EOF = b"\x1a" +MAX_BYTES_WRITTEN = 32767 + +try: + from ctypes import pythonapi +except ImportError: + # On PyPy we cannot get buffers so our ability to operate here is + # severely limited. + get_buffer = None +else: + + class Py_buffer(Structure): + _fields_ = [ + ("buf", c_void_p), + ("obj", py_object), + ("len", c_ssize_t), + ("itemsize", c_ssize_t), + ("readonly", c_int), + ("ndim", c_int), + ("format", c_char_p), + ("shape", c_ssize_p), + ("strides", c_ssize_p), + ("suboffsets", c_ssize_p), + ("internal", c_void_p), + ] + + PyObject_GetBuffer = pythonapi.PyObject_GetBuffer + PyBuffer_Release = pythonapi.PyBuffer_Release + + def get_buffer(obj, writable=False): + buf = Py_buffer() + flags = PyBUF_WRITABLE if writable else PyBUF_SIMPLE + PyObject_GetBuffer(py_object(obj), byref(buf), flags) + + try: + buffer_type = c_char * buf.len + return buffer_type.from_address(buf.buf) + finally: + PyBuffer_Release(byref(buf)) + + +class _WindowsConsoleRawIOBase(io.RawIOBase): + def __init__(self, handle): + self.handle = handle + + def isatty(self): + super().isatty() + return True + + +class _WindowsConsoleReader(_WindowsConsoleRawIOBase): + def readable(self): + return True + + def readinto(self, b): + bytes_to_be_read = len(b) + if not bytes_to_be_read: + return 0 + elif bytes_to_be_read % 2: + raise ValueError( + "cannot read odd number of bytes from UTF-16-LE encoded console" + ) + + buffer = get_buffer(b, writable=True) + code_units_to_be_read = bytes_to_be_read // 2 + code_units_read = c_ulong() + + rv = ReadConsoleW( + HANDLE(self.handle), + buffer, + code_units_to_be_read, + byref(code_units_read), + None, + ) + if GetLastError() == ERROR_OPERATION_ABORTED: + # wait for KeyboardInterrupt + time.sleep(0.1) + if not rv: + raise OSError(f"Windows error: {GetLastError()}") + + if buffer[0] == EOF: + return 0 + return 2 * code_units_read.value + + +class _WindowsConsoleWriter(_WindowsConsoleRawIOBase): + def writable(self): + return True + + @staticmethod + def _get_error_message(errno): + if errno == ERROR_SUCCESS: + return "ERROR_SUCCESS" + elif errno == ERROR_NOT_ENOUGH_MEMORY: + return "ERROR_NOT_ENOUGH_MEMORY" + return f"Windows error {errno}" + + def write(self, b): + bytes_to_be_written = len(b) + buf = get_buffer(b) + code_units_to_be_written = min(bytes_to_be_written, MAX_BYTES_WRITTEN) // 2 + code_units_written = c_ulong() + + WriteConsoleW( + HANDLE(self.handle), + buf, + code_units_to_be_written, + byref(code_units_written), + None, + ) + bytes_written = 2 * code_units_written.value + + if bytes_written == 0 and bytes_to_be_written > 0: + raise OSError(self._get_error_message(GetLastError())) + return bytes_written + + +class ConsoleStream: + def __init__(self, text_stream: t.TextIO, byte_stream: t.BinaryIO) -> None: + self._text_stream = text_stream + self.buffer = byte_stream + + @property + def name(self) -> str: + return self.buffer.name + + def write(self, x: t.AnyStr) -> int: + if isinstance(x, str): + return self._text_stream.write(x) + try: + self.flush() + except Exception: + pass + return self.buffer.write(x) + + def writelines(self, lines: t.Iterable[t.AnyStr]) -> None: + for line in lines: + self.write(line) + + def __getattr__(self, name: str) -> t.Any: + return getattr(self._text_stream, name) + + def isatty(self) -> bool: + return self.buffer.isatty() + + def __repr__(self): + return f"" + + +def _get_text_stdin(buffer_stream: t.BinaryIO) -> t.TextIO: + text_stream = _NonClosingTextIOWrapper( + io.BufferedReader(_WindowsConsoleReader(STDIN_HANDLE)), + "utf-16-le", + "strict", + line_buffering=True, + ) + return t.cast(t.TextIO, ConsoleStream(text_stream, buffer_stream)) + + +def _get_text_stdout(buffer_stream: t.BinaryIO) -> t.TextIO: + text_stream = _NonClosingTextIOWrapper( + io.BufferedWriter(_WindowsConsoleWriter(STDOUT_HANDLE)), + "utf-16-le", + "strict", + line_buffering=True, + ) + return t.cast(t.TextIO, ConsoleStream(text_stream, buffer_stream)) + + +def _get_text_stderr(buffer_stream: t.BinaryIO) -> t.TextIO: + text_stream = _NonClosingTextIOWrapper( + io.BufferedWriter(_WindowsConsoleWriter(STDERR_HANDLE)), + "utf-16-le", + "strict", + line_buffering=True, + ) + return t.cast(t.TextIO, ConsoleStream(text_stream, buffer_stream)) + + +_stream_factories: t.Mapping[int, t.Callable[[t.BinaryIO], t.TextIO]] = { + 0: _get_text_stdin, + 1: _get_text_stdout, + 2: _get_text_stderr, +} + + +def _is_console(f: t.TextIO) -> bool: + if not hasattr(f, "fileno"): + return False + + try: + fileno = f.fileno() + except (OSError, io.UnsupportedOperation): + return False + + handle = msvcrt.get_osfhandle(fileno) + return bool(GetConsoleMode(handle, byref(DWORD()))) + + +def _get_windows_console_stream( + f: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str] +) -> t.Optional[t.TextIO]: + if ( + get_buffer is not None + and encoding in {"utf-16-le", None} + and errors in {"strict", None} + and _is_console(f) + ): + func = _stream_factories.get(f.fileno()) + if func is not None: + b = getattr(f, "buffer", None) + + if b is None: + return None + + return func(b) diff --git a/venv/lib/python3.11/site-packages/click/core.py b/venv/lib/python3.11/site-packages/click/core.py new file mode 100644 index 0000000..e630501 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/core.py @@ -0,0 +1,3047 @@ +import enum +import errno +import inspect +import os +import sys +import typing as t +from collections import abc +from contextlib import contextmanager +from contextlib import ExitStack +from functools import update_wrapper +from gettext import gettext as _ +from gettext import ngettext +from itertools import repeat +from types import TracebackType + +from . import types +from .exceptions import Abort +from .exceptions import BadParameter +from .exceptions import ClickException +from .exceptions import Exit +from .exceptions import MissingParameter +from .exceptions import UsageError +from .formatting import HelpFormatter +from .formatting import join_options +from .globals import pop_context +from .globals import push_context +from .parser import _flag_needs_value +from .parser import OptionParser +from .parser import split_opt +from .termui import confirm +from .termui import prompt +from .termui import style +from .utils import _detect_program_name +from .utils import _expand_args +from .utils import echo +from .utils import make_default_short_help +from .utils import make_str +from .utils import PacifyFlushWrapper + +if t.TYPE_CHECKING: + import typing_extensions as te + + from .decorators import HelpOption + from .shell_completion import CompletionItem + +F = t.TypeVar("F", bound=t.Callable[..., t.Any]) +V = t.TypeVar("V") + + +def _complete_visible_commands( + ctx: "Context", incomplete: str +) -> t.Iterator[t.Tuple[str, "Command"]]: + """List all the subcommands of a group that start with the + incomplete value and aren't hidden. + + :param ctx: Invocation context for the group. + :param incomplete: Value being completed. May be empty. + """ + multi = t.cast(MultiCommand, ctx.command) + + for name in multi.list_commands(ctx): + if name.startswith(incomplete): + command = multi.get_command(ctx, name) + + if command is not None and not command.hidden: + yield name, command + + +def _check_multicommand( + base_command: "MultiCommand", cmd_name: str, cmd: "Command", register: bool = False +) -> None: + if not base_command.chain or not isinstance(cmd, MultiCommand): + return + if register: + hint = ( + "It is not possible to add multi commands as children to" + " another multi command that is in chain mode." + ) + else: + hint = ( + "Found a multi command as subcommand to a multi command" + " that is in chain mode. This is not supported." + ) + raise RuntimeError( + f"{hint}. Command {base_command.name!r} is set to chain and" + f" {cmd_name!r} was added as a subcommand but it in itself is a" + f" multi command. ({cmd_name!r} is a {type(cmd).__name__}" + f" within a chained {type(base_command).__name__} named" + f" {base_command.name!r})." + ) + + +def batch(iterable: t.Iterable[V], batch_size: int) -> t.List[t.Tuple[V, ...]]: + return list(zip(*repeat(iter(iterable), batch_size))) + + +@contextmanager +def augment_usage_errors( + ctx: "Context", param: t.Optional["Parameter"] = None +) -> t.Iterator[None]: + """Context manager that attaches extra information to exceptions.""" + try: + yield + except BadParameter as e: + if e.ctx is None: + e.ctx = ctx + if param is not None and e.param is None: + e.param = param + raise + except UsageError as e: + if e.ctx is None: + e.ctx = ctx + raise + + +def iter_params_for_processing( + invocation_order: t.Sequence["Parameter"], + declaration_order: t.Sequence["Parameter"], +) -> t.List["Parameter"]: + """Returns all declared parameters in the order they should be processed. + + The declared parameters are re-shuffled depending on the order in which + they were invoked, as well as the eagerness of each parameters. + + The invocation order takes precedence over the declaration order. I.e. the + order in which the user provided them to the CLI is respected. + + This behavior and its effect on callback evaluation is detailed at: + https://click.palletsprojects.com/en/stable/advanced/#callback-evaluation-order + """ + + def sort_key(item: "Parameter") -> t.Tuple[bool, float]: + try: + idx: float = invocation_order.index(item) + except ValueError: + idx = float("inf") + + return not item.is_eager, idx + + return sorted(declaration_order, key=sort_key) + + +class ParameterSource(enum.Enum): + """This is an :class:`~enum.Enum` that indicates the source of a + parameter's value. + + Use :meth:`click.Context.get_parameter_source` to get the + source for a parameter by name. + + .. versionchanged:: 8.0 + Use :class:`~enum.Enum` and drop the ``validate`` method. + + .. versionchanged:: 8.0 + Added the ``PROMPT`` value. + """ + + COMMANDLINE = enum.auto() + """The value was provided by the command line args.""" + ENVIRONMENT = enum.auto() + """The value was provided with an environment variable.""" + DEFAULT = enum.auto() + """Used the default specified by the parameter.""" + DEFAULT_MAP = enum.auto() + """Used a default provided by :attr:`Context.default_map`.""" + PROMPT = enum.auto() + """Used a prompt to confirm a default or provide a value.""" + + +class Context: + """The context is a special internal object that holds state relevant + for the script execution at every single level. It's normally invisible + to commands unless they opt-in to getting access to it. + + The context is useful as it can pass internal objects around and can + control special execution features such as reading data from + environment variables. + + A context can be used as context manager in which case it will call + :meth:`close` on teardown. + + :param command: the command class for this context. + :param parent: the parent context. + :param info_name: the info name for this invocation. Generally this + is the most descriptive name for the script or + command. For the toplevel script it is usually + the name of the script, for commands below it it's + the name of the script. + :param obj: an arbitrary object of user data. + :param auto_envvar_prefix: the prefix to use for automatic environment + variables. If this is `None` then reading + from environment variables is disabled. This + does not affect manually set environment + variables which are always read. + :param default_map: a dictionary (like object) with default values + for parameters. + :param terminal_width: the width of the terminal. The default is + inherit from parent context. If no context + defines the terminal width then auto + detection will be applied. + :param max_content_width: the maximum width for content rendered by + Click (this currently only affects help + pages). This defaults to 80 characters if + not overridden. In other words: even if the + terminal is larger than that, Click will not + format things wider than 80 characters by + default. In addition to that, formatters might + add some safety mapping on the right. + :param resilient_parsing: if this flag is enabled then Click will + parse without any interactivity or callback + invocation. Default values will also be + ignored. This is useful for implementing + things such as completion support. + :param allow_extra_args: if this is set to `True` then extra arguments + at the end will not raise an error and will be + kept on the context. The default is to inherit + from the command. + :param allow_interspersed_args: if this is set to `False` then options + and arguments cannot be mixed. The + default is to inherit from the command. + :param ignore_unknown_options: instructs click to ignore options it does + not know and keeps them for later + processing. + :param help_option_names: optionally a list of strings that define how + the default help parameter is named. The + default is ``['--help']``. + :param token_normalize_func: an optional function that is used to + normalize tokens (options, choices, + etc.). This for instance can be used to + implement case insensitive behavior. + :param color: controls if the terminal supports ANSI colors or not. The + default is autodetection. This is only needed if ANSI + codes are used in texts that Click prints which is by + default not the case. This for instance would affect + help output. + :param show_default: Show the default value for commands. If this + value is not set, it defaults to the value from the parent + context. ``Command.show_default`` overrides this default for the + specific command. + + .. versionchanged:: 8.1 + The ``show_default`` parameter is overridden by + ``Command.show_default``, instead of the other way around. + + .. versionchanged:: 8.0 + The ``show_default`` parameter defaults to the value from the + parent context. + + .. versionchanged:: 7.1 + Added the ``show_default`` parameter. + + .. versionchanged:: 4.0 + Added the ``color``, ``ignore_unknown_options``, and + ``max_content_width`` parameters. + + .. versionchanged:: 3.0 + Added the ``allow_extra_args`` and ``allow_interspersed_args`` + parameters. + + .. versionchanged:: 2.0 + Added the ``resilient_parsing``, ``help_option_names``, and + ``token_normalize_func`` parameters. + """ + + #: The formatter class to create with :meth:`make_formatter`. + #: + #: .. versionadded:: 8.0 + formatter_class: t.Type["HelpFormatter"] = HelpFormatter + + def __init__( + self, + command: "Command", + parent: t.Optional["Context"] = None, + info_name: t.Optional[str] = None, + obj: t.Optional[t.Any] = None, + auto_envvar_prefix: t.Optional[str] = None, + default_map: t.Optional[t.MutableMapping[str, t.Any]] = None, + terminal_width: t.Optional[int] = None, + max_content_width: t.Optional[int] = None, + resilient_parsing: bool = False, + allow_extra_args: t.Optional[bool] = None, + allow_interspersed_args: t.Optional[bool] = None, + ignore_unknown_options: t.Optional[bool] = None, + help_option_names: t.Optional[t.List[str]] = None, + token_normalize_func: t.Optional[t.Callable[[str], str]] = None, + color: t.Optional[bool] = None, + show_default: t.Optional[bool] = None, + ) -> None: + #: the parent context or `None` if none exists. + self.parent = parent + #: the :class:`Command` for this context. + self.command = command + #: the descriptive information name + self.info_name = info_name + #: Map of parameter names to their parsed values. Parameters + #: with ``expose_value=False`` are not stored. + self.params: t.Dict[str, t.Any] = {} + #: the leftover arguments. + self.args: t.List[str] = [] + #: protected arguments. These are arguments that are prepended + #: to `args` when certain parsing scenarios are encountered but + #: must be never propagated to another arguments. This is used + #: to implement nested parsing. + self.protected_args: t.List[str] = [] + #: the collected prefixes of the command's options. + self._opt_prefixes: t.Set[str] = set(parent._opt_prefixes) if parent else set() + + if obj is None and parent is not None: + obj = parent.obj + + #: the user object stored. + self.obj: t.Any = obj + self._meta: t.Dict[str, t.Any] = getattr(parent, "meta", {}) + + #: A dictionary (-like object) with defaults for parameters. + if ( + default_map is None + and info_name is not None + and parent is not None + and parent.default_map is not None + ): + default_map = parent.default_map.get(info_name) + + self.default_map: t.Optional[t.MutableMapping[str, t.Any]] = default_map + + #: This flag indicates if a subcommand is going to be executed. A + #: group callback can use this information to figure out if it's + #: being executed directly or because the execution flow passes + #: onwards to a subcommand. By default it's None, but it can be + #: the name of the subcommand to execute. + #: + #: If chaining is enabled this will be set to ``'*'`` in case + #: any commands are executed. It is however not possible to + #: figure out which ones. If you require this knowledge you + #: should use a :func:`result_callback`. + self.invoked_subcommand: t.Optional[str] = None + + if terminal_width is None and parent is not None: + terminal_width = parent.terminal_width + + #: The width of the terminal (None is autodetection). + self.terminal_width: t.Optional[int] = terminal_width + + if max_content_width is None and parent is not None: + max_content_width = parent.max_content_width + + #: The maximum width of formatted content (None implies a sensible + #: default which is 80 for most things). + self.max_content_width: t.Optional[int] = max_content_width + + if allow_extra_args is None: + allow_extra_args = command.allow_extra_args + + #: Indicates if the context allows extra args or if it should + #: fail on parsing. + #: + #: .. versionadded:: 3.0 + self.allow_extra_args = allow_extra_args + + if allow_interspersed_args is None: + allow_interspersed_args = command.allow_interspersed_args + + #: Indicates if the context allows mixing of arguments and + #: options or not. + #: + #: .. versionadded:: 3.0 + self.allow_interspersed_args: bool = allow_interspersed_args + + if ignore_unknown_options is None: + ignore_unknown_options = command.ignore_unknown_options + + #: Instructs click to ignore options that a command does not + #: understand and will store it on the context for later + #: processing. This is primarily useful for situations where you + #: want to call into external programs. Generally this pattern is + #: strongly discouraged because it's not possibly to losslessly + #: forward all arguments. + #: + #: .. versionadded:: 4.0 + self.ignore_unknown_options: bool = ignore_unknown_options + + if help_option_names is None: + if parent is not None: + help_option_names = parent.help_option_names + else: + help_option_names = ["--help"] + + #: The names for the help options. + self.help_option_names: t.List[str] = help_option_names + + if token_normalize_func is None and parent is not None: + token_normalize_func = parent.token_normalize_func + + #: An optional normalization function for tokens. This is + #: options, choices, commands etc. + self.token_normalize_func: t.Optional[t.Callable[[str], str]] = ( + token_normalize_func + ) + + #: Indicates if resilient parsing is enabled. In that case Click + #: will do its best to not cause any failures and default values + #: will be ignored. Useful for completion. + self.resilient_parsing: bool = resilient_parsing + + # If there is no envvar prefix yet, but the parent has one and + # the command on this level has a name, we can expand the envvar + # prefix automatically. + if auto_envvar_prefix is None: + if ( + parent is not None + and parent.auto_envvar_prefix is not None + and self.info_name is not None + ): + auto_envvar_prefix = ( + f"{parent.auto_envvar_prefix}_{self.info_name.upper()}" + ) + else: + auto_envvar_prefix = auto_envvar_prefix.upper() + + if auto_envvar_prefix is not None: + auto_envvar_prefix = auto_envvar_prefix.replace("-", "_") + + self.auto_envvar_prefix: t.Optional[str] = auto_envvar_prefix + + if color is None and parent is not None: + color = parent.color + + #: Controls if styling output is wanted or not. + self.color: t.Optional[bool] = color + + if show_default is None and parent is not None: + show_default = parent.show_default + + #: Show option default values when formatting help text. + self.show_default: t.Optional[bool] = show_default + + self._close_callbacks: t.List[t.Callable[[], t.Any]] = [] + self._depth = 0 + self._parameter_source: t.Dict[str, ParameterSource] = {} + self._exit_stack = ExitStack() + + def to_info_dict(self) -> t.Dict[str, t.Any]: + """Gather information that could be useful for a tool generating + user-facing documentation. This traverses the entire CLI + structure. + + .. code-block:: python + + with Context(cli) as ctx: + info = ctx.to_info_dict() + + .. versionadded:: 8.0 + """ + return { + "command": self.command.to_info_dict(self), + "info_name": self.info_name, + "allow_extra_args": self.allow_extra_args, + "allow_interspersed_args": self.allow_interspersed_args, + "ignore_unknown_options": self.ignore_unknown_options, + "auto_envvar_prefix": self.auto_envvar_prefix, + } + + def __enter__(self) -> "Context": + self._depth += 1 + push_context(self) + return self + + def __exit__( + self, + exc_type: t.Optional[t.Type[BaseException]], + exc_value: t.Optional[BaseException], + tb: t.Optional[TracebackType], + ) -> None: + self._depth -= 1 + if self._depth == 0: + self.close() + pop_context() + + @contextmanager + def scope(self, cleanup: bool = True) -> t.Iterator["Context"]: + """This helper method can be used with the context object to promote + it to the current thread local (see :func:`get_current_context`). + The default behavior of this is to invoke the cleanup functions which + can be disabled by setting `cleanup` to `False`. The cleanup + functions are typically used for things such as closing file handles. + + If the cleanup is intended the context object can also be directly + used as a context manager. + + Example usage:: + + with ctx.scope(): + assert get_current_context() is ctx + + This is equivalent:: + + with ctx: + assert get_current_context() is ctx + + .. versionadded:: 5.0 + + :param cleanup: controls if the cleanup functions should be run or + not. The default is to run these functions. In + some situations the context only wants to be + temporarily pushed in which case this can be disabled. + Nested pushes automatically defer the cleanup. + """ + if not cleanup: + self._depth += 1 + try: + with self as rv: + yield rv + finally: + if not cleanup: + self._depth -= 1 + + @property + def meta(self) -> t.Dict[str, t.Any]: + """This is a dictionary which is shared with all the contexts + that are nested. It exists so that click utilities can store some + state here if they need to. It is however the responsibility of + that code to manage this dictionary well. + + The keys are supposed to be unique dotted strings. For instance + module paths are a good choice for it. What is stored in there is + irrelevant for the operation of click. However what is important is + that code that places data here adheres to the general semantics of + the system. + + Example usage:: + + LANG_KEY = f'{__name__}.lang' + + def set_language(value): + ctx = get_current_context() + ctx.meta[LANG_KEY] = value + + def get_language(): + return get_current_context().meta.get(LANG_KEY, 'en_US') + + .. versionadded:: 5.0 + """ + return self._meta + + def make_formatter(self) -> HelpFormatter: + """Creates the :class:`~click.HelpFormatter` for the help and + usage output. + + To quickly customize the formatter class used without overriding + this method, set the :attr:`formatter_class` attribute. + + .. versionchanged:: 8.0 + Added the :attr:`formatter_class` attribute. + """ + return self.formatter_class( + width=self.terminal_width, max_width=self.max_content_width + ) + + def with_resource(self, context_manager: t.ContextManager[V]) -> V: + """Register a resource as if it were used in a ``with`` + statement. The resource will be cleaned up when the context is + popped. + + Uses :meth:`contextlib.ExitStack.enter_context`. It calls the + resource's ``__enter__()`` method and returns the result. When + the context is popped, it closes the stack, which calls the + resource's ``__exit__()`` method. + + To register a cleanup function for something that isn't a + context manager, use :meth:`call_on_close`. Or use something + from :mod:`contextlib` to turn it into a context manager first. + + .. code-block:: python + + @click.group() + @click.option("--name") + @click.pass_context + def cli(ctx): + ctx.obj = ctx.with_resource(connect_db(name)) + + :param context_manager: The context manager to enter. + :return: Whatever ``context_manager.__enter__()`` returns. + + .. versionadded:: 8.0 + """ + return self._exit_stack.enter_context(context_manager) + + def call_on_close(self, f: t.Callable[..., t.Any]) -> t.Callable[..., t.Any]: + """Register a function to be called when the context tears down. + + This can be used to close resources opened during the script + execution. Resources that support Python's context manager + protocol which would be used in a ``with`` statement should be + registered with :meth:`with_resource` instead. + + :param f: The function to execute on teardown. + """ + return self._exit_stack.callback(f) + + def close(self) -> None: + """Invoke all close callbacks registered with + :meth:`call_on_close`, and exit all context managers entered + with :meth:`with_resource`. + """ + self._exit_stack.close() + # In case the context is reused, create a new exit stack. + self._exit_stack = ExitStack() + + @property + def command_path(self) -> str: + """The computed command path. This is used for the ``usage`` + information on the help page. It's automatically created by + combining the info names of the chain of contexts to the root. + """ + rv = "" + if self.info_name is not None: + rv = self.info_name + if self.parent is not None: + parent_command_path = [self.parent.command_path] + + if isinstance(self.parent.command, Command): + for param in self.parent.command.get_params(self): + parent_command_path.extend(param.get_usage_pieces(self)) + + rv = f"{' '.join(parent_command_path)} {rv}" + return rv.lstrip() + + def find_root(self) -> "Context": + """Finds the outermost context.""" + node = self + while node.parent is not None: + node = node.parent + return node + + def find_object(self, object_type: t.Type[V]) -> t.Optional[V]: + """Finds the closest object of a given type.""" + node: t.Optional[Context] = self + + while node is not None: + if isinstance(node.obj, object_type): + return node.obj + + node = node.parent + + return None + + def ensure_object(self, object_type: t.Type[V]) -> V: + """Like :meth:`find_object` but sets the innermost object to a + new instance of `object_type` if it does not exist. + """ + rv = self.find_object(object_type) + if rv is None: + self.obj = rv = object_type() + return rv + + @t.overload + def lookup_default( + self, name: str, call: "te.Literal[True]" = True + ) -> t.Optional[t.Any]: ... + + @t.overload + def lookup_default( + self, name: str, call: "te.Literal[False]" = ... + ) -> t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]]: ... + + def lookup_default(self, name: str, call: bool = True) -> t.Optional[t.Any]: + """Get the default for a parameter from :attr:`default_map`. + + :param name: Name of the parameter. + :param call: If the default is a callable, call it. Disable to + return the callable instead. + + .. versionchanged:: 8.0 + Added the ``call`` parameter. + """ + if self.default_map is not None: + value = self.default_map.get(name) + + if call and callable(value): + return value() + + return value + + return None + + def fail(self, message: str) -> "te.NoReturn": + """Aborts the execution of the program with a specific error + message. + + :param message: the error message to fail with. + """ + raise UsageError(message, self) + + def abort(self) -> "te.NoReturn": + """Aborts the script.""" + raise Abort() + + def exit(self, code: int = 0) -> "te.NoReturn": + """Exits the application with a given exit code.""" + raise Exit(code) + + def get_usage(self) -> str: + """Helper method to get formatted usage string for the current + context and command. + """ + return self.command.get_usage(self) + + def get_help(self) -> str: + """Helper method to get formatted help page for the current + context and command. + """ + return self.command.get_help(self) + + def _make_sub_context(self, command: "Command") -> "Context": + """Create a new context of the same type as this context, but + for a new command. + + :meta private: + """ + return type(self)(command, info_name=command.name, parent=self) + + @t.overload + def invoke( + __self, + __callback: "t.Callable[..., V]", + *args: t.Any, + **kwargs: t.Any, + ) -> V: ... + + @t.overload + def invoke( + __self, + __callback: "Command", + *args: t.Any, + **kwargs: t.Any, + ) -> t.Any: ... + + def invoke( + __self, + __callback: t.Union["Command", "t.Callable[..., V]"], + *args: t.Any, + **kwargs: t.Any, + ) -> t.Union[t.Any, V]: + """Invokes a command callback in exactly the way it expects. There + are two ways to invoke this method: + + 1. the first argument can be a callback and all other arguments and + keyword arguments are forwarded directly to the function. + 2. the first argument is a click command object. In that case all + arguments are forwarded as well but proper click parameters + (options and click arguments) must be keyword arguments and Click + will fill in defaults. + + Note that before Click 3.2 keyword arguments were not properly filled + in against the intention of this code and no context was created. For + more information about this change and why it was done in a bugfix + release see :ref:`upgrade-to-3.2`. + + .. versionchanged:: 8.0 + All ``kwargs`` are tracked in :attr:`params` so they will be + passed if :meth:`forward` is called at multiple levels. + """ + if isinstance(__callback, Command): + other_cmd = __callback + + if other_cmd.callback is None: + raise TypeError( + "The given command does not have a callback that can be invoked." + ) + else: + __callback = t.cast("t.Callable[..., V]", other_cmd.callback) + + ctx = __self._make_sub_context(other_cmd) + + for param in other_cmd.params: + if param.name not in kwargs and param.expose_value: + kwargs[param.name] = param.type_cast_value( # type: ignore + ctx, param.get_default(ctx) + ) + + # Track all kwargs as params, so that forward() will pass + # them on in subsequent calls. + ctx.params.update(kwargs) + else: + ctx = __self + + with augment_usage_errors(__self): + with ctx: + return __callback(*args, **kwargs) + + def forward(__self, __cmd: "Command", *args: t.Any, **kwargs: t.Any) -> t.Any: + """Similar to :meth:`invoke` but fills in default keyword + arguments from the current context if the other command expects + it. This cannot invoke callbacks directly, only other commands. + + .. versionchanged:: 8.0 + All ``kwargs`` are tracked in :attr:`params` so they will be + passed if ``forward`` is called at multiple levels. + """ + # Can only forward to other commands, not direct callbacks. + if not isinstance(__cmd, Command): + raise TypeError("Callback is not a command.") + + for param in __self.params: + if param not in kwargs: + kwargs[param] = __self.params[param] + + return __self.invoke(__cmd, *args, **kwargs) + + def set_parameter_source(self, name: str, source: ParameterSource) -> None: + """Set the source of a parameter. This indicates the location + from which the value of the parameter was obtained. + + :param name: The name of the parameter. + :param source: A member of :class:`~click.core.ParameterSource`. + """ + self._parameter_source[name] = source + + def get_parameter_source(self, name: str) -> t.Optional[ParameterSource]: + """Get the source of a parameter. This indicates the location + from which the value of the parameter was obtained. + + This can be useful for determining when a user specified a value + on the command line that is the same as the default value. It + will be :attr:`~click.core.ParameterSource.DEFAULT` only if the + value was actually taken from the default. + + :param name: The name of the parameter. + :rtype: ParameterSource + + .. versionchanged:: 8.0 + Returns ``None`` if the parameter was not provided from any + source. + """ + return self._parameter_source.get(name) + + +class BaseCommand: + """The base command implements the minimal API contract of commands. + Most code will never use this as it does not implement a lot of useful + functionality but it can act as the direct subclass of alternative + parsing methods that do not depend on the Click parser. + + For instance, this can be used to bridge Click and other systems like + argparse or docopt. + + Because base commands do not implement a lot of the API that other + parts of Click take for granted, they are not supported for all + operations. For instance, they cannot be used with the decorators + usually and they have no built-in callback system. + + .. versionchanged:: 2.0 + Added the `context_settings` parameter. + + :param name: the name of the command to use unless a group overrides it. + :param context_settings: an optional dictionary with defaults that are + passed to the context object. + """ + + #: The context class to create with :meth:`make_context`. + #: + #: .. versionadded:: 8.0 + context_class: t.Type[Context] = Context + #: the default for the :attr:`Context.allow_extra_args` flag. + allow_extra_args = False + #: the default for the :attr:`Context.allow_interspersed_args` flag. + allow_interspersed_args = True + #: the default for the :attr:`Context.ignore_unknown_options` flag. + ignore_unknown_options = False + + def __init__( + self, + name: t.Optional[str], + context_settings: t.Optional[t.MutableMapping[str, t.Any]] = None, + ) -> None: + #: the name the command thinks it has. Upon registering a command + #: on a :class:`Group` the group will default the command name + #: with this information. You should instead use the + #: :class:`Context`\'s :attr:`~Context.info_name` attribute. + self.name = name + + if context_settings is None: + context_settings = {} + + #: an optional dictionary with defaults passed to the context. + self.context_settings: t.MutableMapping[str, t.Any] = context_settings + + def to_info_dict(self, ctx: Context) -> t.Dict[str, t.Any]: + """Gather information that could be useful for a tool generating + user-facing documentation. This traverses the entire structure + below this command. + + Use :meth:`click.Context.to_info_dict` to traverse the entire + CLI structure. + + :param ctx: A :class:`Context` representing this command. + + .. versionadded:: 8.0 + """ + return {"name": self.name} + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.name}>" + + def get_usage(self, ctx: Context) -> str: + raise NotImplementedError("Base commands cannot get usage") + + def get_help(self, ctx: Context) -> str: + raise NotImplementedError("Base commands cannot get help") + + def make_context( + self, + info_name: t.Optional[str], + args: t.List[str], + parent: t.Optional[Context] = None, + **extra: t.Any, + ) -> Context: + """This function when given an info name and arguments will kick + off the parsing and create a new :class:`Context`. It does not + invoke the actual command callback though. + + To quickly customize the context class used without overriding + this method, set the :attr:`context_class` attribute. + + :param info_name: the info name for this invocation. Generally this + is the most descriptive name for the script or + command. For the toplevel script it's usually + the name of the script, for commands below it's + the name of the command. + :param args: the arguments to parse as list of strings. + :param parent: the parent context if available. + :param extra: extra keyword arguments forwarded to the context + constructor. + + .. versionchanged:: 8.0 + Added the :attr:`context_class` attribute. + """ + for key, value in self.context_settings.items(): + if key not in extra: + extra[key] = value + + ctx = self.context_class( + self, # type: ignore[arg-type] + info_name=info_name, + parent=parent, + **extra, + ) + + with ctx.scope(cleanup=False): + self.parse_args(ctx, args) + return ctx + + def parse_args(self, ctx: Context, args: t.List[str]) -> t.List[str]: + """Given a context and a list of arguments this creates the parser + and parses the arguments, then modifies the context as necessary. + This is automatically invoked by :meth:`make_context`. + """ + raise NotImplementedError("Base commands do not know how to parse arguments.") + + def invoke(self, ctx: Context) -> t.Any: + """Given a context, this invokes the command. The default + implementation is raising a not implemented error. + """ + raise NotImplementedError("Base commands are not invocable by default") + + def shell_complete(self, ctx: Context, incomplete: str) -> t.List["CompletionItem"]: + """Return a list of completions for the incomplete value. Looks + at the names of chained multi-commands. + + Any command could be part of a chained multi-command, so sibling + commands are valid at any point during command completion. Other + command classes will return more completions. + + :param ctx: Invocation context for this command. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + results: t.List[CompletionItem] = [] + + while ctx.parent is not None: + ctx = ctx.parent + + if isinstance(ctx.command, MultiCommand) and ctx.command.chain: + results.extend( + CompletionItem(name, help=command.get_short_help_str()) + for name, command in _complete_visible_commands(ctx, incomplete) + if name not in ctx.protected_args + ) + + return results + + @t.overload + def main( + self, + args: t.Optional[t.Sequence[str]] = None, + prog_name: t.Optional[str] = None, + complete_var: t.Optional[str] = None, + standalone_mode: "te.Literal[True]" = True, + **extra: t.Any, + ) -> "te.NoReturn": ... + + @t.overload + def main( + self, + args: t.Optional[t.Sequence[str]] = None, + prog_name: t.Optional[str] = None, + complete_var: t.Optional[str] = None, + standalone_mode: bool = ..., + **extra: t.Any, + ) -> t.Any: ... + + def main( + self, + args: t.Optional[t.Sequence[str]] = None, + prog_name: t.Optional[str] = None, + complete_var: t.Optional[str] = None, + standalone_mode: bool = True, + windows_expand_args: bool = True, + **extra: t.Any, + ) -> t.Any: + """This is the way to invoke a script with all the bells and + whistles as a command line application. This will always terminate + the application after a call. If this is not wanted, ``SystemExit`` + needs to be caught. + + This method is also available by directly calling the instance of + a :class:`Command`. + + :param args: the arguments that should be used for parsing. If not + provided, ``sys.argv[1:]`` is used. + :param prog_name: the program name that should be used. By default + the program name is constructed by taking the file + name from ``sys.argv[0]``. + :param complete_var: the environment variable that controls the + bash completion support. The default is + ``"__COMPLETE"`` with prog_name in + uppercase. + :param standalone_mode: the default behavior is to invoke the script + in standalone mode. Click will then + handle exceptions and convert them into + error messages and the function will never + return but shut down the interpreter. If + this is set to `False` they will be + propagated to the caller and the return + value of this function is the return value + of :meth:`invoke`. + :param windows_expand_args: Expand glob patterns, user dir, and + env vars in command line args on Windows. + :param extra: extra keyword arguments are forwarded to the context + constructor. See :class:`Context` for more information. + + .. versionchanged:: 8.0.1 + Added the ``windows_expand_args`` parameter to allow + disabling command line arg expansion on Windows. + + .. versionchanged:: 8.0 + When taking arguments from ``sys.argv`` on Windows, glob + patterns, user dir, and env vars are expanded. + + .. versionchanged:: 3.0 + Added the ``standalone_mode`` parameter. + """ + if args is None: + args = sys.argv[1:] + + if os.name == "nt" and windows_expand_args: + args = _expand_args(args) + else: + args = list(args) + + if prog_name is None: + prog_name = _detect_program_name() + + # Process shell completion requests and exit early. + self._main_shell_completion(extra, prog_name, complete_var) + + try: + try: + with self.make_context(prog_name, args, **extra) as ctx: + rv = self.invoke(ctx) + if not standalone_mode: + return rv + # it's not safe to `ctx.exit(rv)` here! + # note that `rv` may actually contain data like "1" which + # has obvious effects + # more subtle case: `rv=[None, None]` can come out of + # chained commands which all returned `None` -- so it's not + # even always obvious that `rv` indicates success/failure + # by its truthiness/falsiness + ctx.exit() + except (EOFError, KeyboardInterrupt) as e: + echo(file=sys.stderr) + raise Abort() from e + except ClickException as e: + if not standalone_mode: + raise + e.show() + sys.exit(e.exit_code) + except OSError as e: + if e.errno == errno.EPIPE: + sys.stdout = t.cast(t.TextIO, PacifyFlushWrapper(sys.stdout)) + sys.stderr = t.cast(t.TextIO, PacifyFlushWrapper(sys.stderr)) + sys.exit(1) + else: + raise + except Exit as e: + if standalone_mode: + sys.exit(e.exit_code) + else: + # in non-standalone mode, return the exit code + # note that this is only reached if `self.invoke` above raises + # an Exit explicitly -- thus bypassing the check there which + # would return its result + # the results of non-standalone execution may therefore be + # somewhat ambiguous: if there are codepaths which lead to + # `ctx.exit(1)` and to `return 1`, the caller won't be able to + # tell the difference between the two + return e.exit_code + except Abort: + if not standalone_mode: + raise + echo(_("Aborted!"), file=sys.stderr) + sys.exit(1) + + def _main_shell_completion( + self, + ctx_args: t.MutableMapping[str, t.Any], + prog_name: str, + complete_var: t.Optional[str] = None, + ) -> None: + """Check if the shell is asking for tab completion, process + that, then exit early. Called from :meth:`main` before the + program is invoked. + + :param prog_name: Name of the executable in the shell. + :param complete_var: Name of the environment variable that holds + the completion instruction. Defaults to + ``_{PROG_NAME}_COMPLETE``. + + .. versionchanged:: 8.2.0 + Dots (``.``) in ``prog_name`` are replaced with underscores (``_``). + """ + if complete_var is None: + complete_name = prog_name.replace("-", "_").replace(".", "_") + complete_var = f"_{complete_name}_COMPLETE".upper() + + instruction = os.environ.get(complete_var) + + if not instruction: + return + + from .shell_completion import shell_complete + + rv = shell_complete(self, ctx_args, prog_name, complete_var, instruction) + sys.exit(rv) + + def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any: + """Alias for :meth:`main`.""" + return self.main(*args, **kwargs) + + +class Command(BaseCommand): + """Commands are the basic building block of command line interfaces in + Click. A basic command handles command line parsing and might dispatch + more parsing to commands nested below it. + + :param name: the name of the command to use unless a group overrides it. + :param context_settings: an optional dictionary with defaults that are + passed to the context object. + :param callback: the callback to invoke. This is optional. + :param params: the parameters to register with this command. This can + be either :class:`Option` or :class:`Argument` objects. + :param help: the help string to use for this command. + :param epilog: like the help string but it's printed at the end of the + help page after everything else. + :param short_help: the short help to use for this command. This is + shown on the command listing of the parent command. + :param add_help_option: by default each command registers a ``--help`` + option. This can be disabled by this parameter. + :param no_args_is_help: this controls what happens if no arguments are + provided. This option is disabled by default. + If enabled this will add ``--help`` as argument + if no arguments are passed + :param hidden: hide this command from help outputs. + + :param deprecated: issues a message indicating that + the command is deprecated. + + .. versionchanged:: 8.1 + ``help``, ``epilog``, and ``short_help`` are stored unprocessed, + all formatting is done when outputting help text, not at init, + and is done even if not using the ``@command`` decorator. + + .. versionchanged:: 8.0 + Added a ``repr`` showing the command name. + + .. versionchanged:: 7.1 + Added the ``no_args_is_help`` parameter. + + .. versionchanged:: 2.0 + Added the ``context_settings`` parameter. + """ + + def __init__( + self, + name: t.Optional[str], + context_settings: t.Optional[t.MutableMapping[str, t.Any]] = None, + callback: t.Optional[t.Callable[..., t.Any]] = None, + params: t.Optional[t.List["Parameter"]] = None, + help: t.Optional[str] = None, + epilog: t.Optional[str] = None, + short_help: t.Optional[str] = None, + options_metavar: t.Optional[str] = "[OPTIONS]", + add_help_option: bool = True, + no_args_is_help: bool = False, + hidden: bool = False, + deprecated: bool = False, + ) -> None: + super().__init__(name, context_settings) + #: the callback to execute when the command fires. This might be + #: `None` in which case nothing happens. + self.callback = callback + #: the list of parameters for this command in the order they + #: should show up in the help page and execute. Eager parameters + #: will automatically be handled before non eager ones. + self.params: t.List[Parameter] = params or [] + self.help = help + self.epilog = epilog + self.options_metavar = options_metavar + self.short_help = short_help + self.add_help_option = add_help_option + self._help_option: t.Optional[HelpOption] = None + self.no_args_is_help = no_args_is_help + self.hidden = hidden + self.deprecated = deprecated + + def to_info_dict(self, ctx: Context) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict(ctx) + info_dict.update( + params=[param.to_info_dict() for param in self.get_params(ctx)], + help=self.help, + epilog=self.epilog, + short_help=self.short_help, + hidden=self.hidden, + deprecated=self.deprecated, + ) + return info_dict + + def get_usage(self, ctx: Context) -> str: + """Formats the usage line into a string and returns it. + + Calls :meth:`format_usage` internally. + """ + formatter = ctx.make_formatter() + self.format_usage(ctx, formatter) + return formatter.getvalue().rstrip("\n") + + def get_params(self, ctx: Context) -> t.List["Parameter"]: + rv = self.params + help_option = self.get_help_option(ctx) + + if help_option is not None: + rv = [*rv, help_option] + + return rv + + def format_usage(self, ctx: Context, formatter: HelpFormatter) -> None: + """Writes the usage line into the formatter. + + This is a low-level method called by :meth:`get_usage`. + """ + pieces = self.collect_usage_pieces(ctx) + formatter.write_usage(ctx.command_path, " ".join(pieces)) + + def collect_usage_pieces(self, ctx: Context) -> t.List[str]: + """Returns all the pieces that go into the usage line and returns + it as a list of strings. + """ + rv = [self.options_metavar] if self.options_metavar else [] + + for param in self.get_params(ctx): + rv.extend(param.get_usage_pieces(ctx)) + + return rv + + def get_help_option_names(self, ctx: Context) -> t.List[str]: + """Returns the names for the help option.""" + all_names = set(ctx.help_option_names) + for param in self.params: + all_names.difference_update(param.opts) + all_names.difference_update(param.secondary_opts) + return list(all_names) + + def get_help_option(self, ctx: Context) -> t.Optional["Option"]: + """Returns the help option object. + + Unless ``add_help_option`` is ``False``. + + .. versionchanged:: 8.1.8 + The help option is now cached to avoid creating it multiple times. + """ + help_options = self.get_help_option_names(ctx) + + if not help_options or not self.add_help_option: + return None + + # Cache the help option object in private _help_option attribute to + # avoid creating it multiple times. Not doing this will break the + # callback odering by iter_params_for_processing(), which relies on + # object comparison. + if self._help_option is None: + # Avoid circular import. + from .decorators import HelpOption + + self._help_option = HelpOption(help_options) + + return self._help_option + + def make_parser(self, ctx: Context) -> OptionParser: + """Creates the underlying option parser for this command.""" + parser = OptionParser(ctx) + for param in self.get_params(ctx): + param.add_to_parser(parser, ctx) + return parser + + def get_help(self, ctx: Context) -> str: + """Formats the help into a string and returns it. + + Calls :meth:`format_help` internally. + """ + formatter = ctx.make_formatter() + self.format_help(ctx, formatter) + return formatter.getvalue().rstrip("\n") + + def get_short_help_str(self, limit: int = 45) -> str: + """Gets short help for the command or makes it by shortening the + long help string. + """ + if self.short_help: + text = inspect.cleandoc(self.short_help) + elif self.help: + text = make_default_short_help(self.help, limit) + else: + text = "" + + if self.deprecated: + text = _("(Deprecated) {text}").format(text=text) + + return text.strip() + + def format_help(self, ctx: Context, formatter: HelpFormatter) -> None: + """Writes the help into the formatter if it exists. + + This is a low-level method called by :meth:`get_help`. + + This calls the following methods: + + - :meth:`format_usage` + - :meth:`format_help_text` + - :meth:`format_options` + - :meth:`format_epilog` + """ + self.format_usage(ctx, formatter) + self.format_help_text(ctx, formatter) + self.format_options(ctx, formatter) + self.format_epilog(ctx, formatter) + + def format_help_text(self, ctx: Context, formatter: HelpFormatter) -> None: + """Writes the help text to the formatter if it exists.""" + if self.help is not None: + # truncate the help text to the first form feed + text = inspect.cleandoc(self.help).partition("\f")[0] + else: + text = "" + + if self.deprecated: + text = _("(Deprecated) {text}").format(text=text) + + if text: + formatter.write_paragraph() + + with formatter.indentation(): + formatter.write_text(text) + + def format_options(self, ctx: Context, formatter: HelpFormatter) -> None: + """Writes all the options into the formatter if they exist.""" + opts = [] + for param in self.get_params(ctx): + rv = param.get_help_record(ctx) + if rv is not None: + opts.append(rv) + + if opts: + with formatter.section(_("Options")): + formatter.write_dl(opts) + + def format_epilog(self, ctx: Context, formatter: HelpFormatter) -> None: + """Writes the epilog into the formatter if it exists.""" + if self.epilog: + epilog = inspect.cleandoc(self.epilog) + formatter.write_paragraph() + + with formatter.indentation(): + formatter.write_text(epilog) + + def parse_args(self, ctx: Context, args: t.List[str]) -> t.List[str]: + if not args and self.no_args_is_help and not ctx.resilient_parsing: + echo(ctx.get_help(), color=ctx.color) + ctx.exit() + + parser = self.make_parser(ctx) + opts, args, param_order = parser.parse_args(args=args) + + for param in iter_params_for_processing(param_order, self.get_params(ctx)): + value, args = param.handle_parse_result(ctx, opts, args) + + if args and not ctx.allow_extra_args and not ctx.resilient_parsing: + ctx.fail( + ngettext( + "Got unexpected extra argument ({args})", + "Got unexpected extra arguments ({args})", + len(args), + ).format(args=" ".join(map(str, args))) + ) + + ctx.args = args + ctx._opt_prefixes.update(parser._opt_prefixes) + return args + + def invoke(self, ctx: Context) -> t.Any: + """Given a context, this invokes the attached callback (if it exists) + in the right way. + """ + if self.deprecated: + message = _( + "DeprecationWarning: The command {name!r} is deprecated." + ).format(name=self.name) + echo(style(message, fg="red"), err=True) + + if self.callback is not None: + return ctx.invoke(self.callback, **ctx.params) + + def shell_complete(self, ctx: Context, incomplete: str) -> t.List["CompletionItem"]: + """Return a list of completions for the incomplete value. Looks + at the names of options and chained multi-commands. + + :param ctx: Invocation context for this command. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + results: t.List[CompletionItem] = [] + + if incomplete and not incomplete[0].isalnum(): + for param in self.get_params(ctx): + if ( + not isinstance(param, Option) + or param.hidden + or ( + not param.multiple + and ctx.get_parameter_source(param.name) # type: ignore + is ParameterSource.COMMANDLINE + ) + ): + continue + + results.extend( + CompletionItem(name, help=param.help) + for name in [*param.opts, *param.secondary_opts] + if name.startswith(incomplete) + ) + + results.extend(super().shell_complete(ctx, incomplete)) + return results + + +class MultiCommand(Command): + """A multi command is the basic implementation of a command that + dispatches to subcommands. The most common version is the + :class:`Group`. + + :param invoke_without_command: this controls how the multi command itself + is invoked. By default it's only invoked + if a subcommand is provided. + :param no_args_is_help: this controls what happens if no arguments are + provided. This option is enabled by default if + `invoke_without_command` is disabled or disabled + if it's enabled. If enabled this will add + ``--help`` as argument if no arguments are + passed. + :param subcommand_metavar: the string that is used in the documentation + to indicate the subcommand place. + :param chain: if this is set to `True` chaining of multiple subcommands + is enabled. This restricts the form of commands in that + they cannot have optional arguments but it allows + multiple commands to be chained together. + :param result_callback: The result callback to attach to this multi + command. This can be set or changed later with the + :meth:`result_callback` decorator. + :param attrs: Other command arguments described in :class:`Command`. + """ + + allow_extra_args = True + allow_interspersed_args = False + + def __init__( + self, + name: t.Optional[str] = None, + invoke_without_command: bool = False, + no_args_is_help: t.Optional[bool] = None, + subcommand_metavar: t.Optional[str] = None, + chain: bool = False, + result_callback: t.Optional[t.Callable[..., t.Any]] = None, + **attrs: t.Any, + ) -> None: + super().__init__(name, **attrs) + + if no_args_is_help is None: + no_args_is_help = not invoke_without_command + + self.no_args_is_help = no_args_is_help + self.invoke_without_command = invoke_without_command + + if subcommand_metavar is None: + if chain: + subcommand_metavar = "COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]..." + else: + subcommand_metavar = "COMMAND [ARGS]..." + + self.subcommand_metavar = subcommand_metavar + self.chain = chain + # The result callback that is stored. This can be set or + # overridden with the :func:`result_callback` decorator. + self._result_callback = result_callback + + if self.chain: + for param in self.params: + if isinstance(param, Argument) and not param.required: + raise RuntimeError( + "Multi commands in chain mode cannot have" + " optional arguments." + ) + + def to_info_dict(self, ctx: Context) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict(ctx) + commands = {} + + for name in self.list_commands(ctx): + command = self.get_command(ctx, name) + + if command is None: + continue + + sub_ctx = ctx._make_sub_context(command) + + with sub_ctx.scope(cleanup=False): + commands[name] = command.to_info_dict(sub_ctx) + + info_dict.update(commands=commands, chain=self.chain) + return info_dict + + def collect_usage_pieces(self, ctx: Context) -> t.List[str]: + rv = super().collect_usage_pieces(ctx) + rv.append(self.subcommand_metavar) + return rv + + def format_options(self, ctx: Context, formatter: HelpFormatter) -> None: + super().format_options(ctx, formatter) + self.format_commands(ctx, formatter) + + def result_callback(self, replace: bool = False) -> t.Callable[[F], F]: + """Adds a result callback to the command. By default if a + result callback is already registered this will chain them but + this can be disabled with the `replace` parameter. The result + callback is invoked with the return value of the subcommand + (or the list of return values from all subcommands if chaining + is enabled) as well as the parameters as they would be passed + to the main callback. + + Example:: + + @click.group() + @click.option('-i', '--input', default=23) + def cli(input): + return 42 + + @cli.result_callback() + def process_result(result, input): + return result + input + + :param replace: if set to `True` an already existing result + callback will be removed. + + .. versionchanged:: 8.0 + Renamed from ``resultcallback``. + + .. versionadded:: 3.0 + """ + + def decorator(f: F) -> F: + old_callback = self._result_callback + + if old_callback is None or replace: + self._result_callback = f + return f + + def function(__value, *args, **kwargs): # type: ignore + inner = old_callback(__value, *args, **kwargs) + return f(inner, *args, **kwargs) + + self._result_callback = rv = update_wrapper(t.cast(F, function), f) + return rv # type: ignore[return-value] + + return decorator + + def format_commands(self, ctx: Context, formatter: HelpFormatter) -> None: + """Extra format methods for multi methods that adds all the commands + after the options. + """ + commands = [] + for subcommand in self.list_commands(ctx): + cmd = self.get_command(ctx, subcommand) + # What is this, the tool lied about a command. Ignore it + if cmd is None: + continue + if cmd.hidden: + continue + + commands.append((subcommand, cmd)) + + # allow for 3 times the default spacing + if len(commands): + limit = formatter.width - 6 - max(len(cmd[0]) for cmd in commands) + + rows = [] + for subcommand, cmd in commands: + help = cmd.get_short_help_str(limit) + rows.append((subcommand, help)) + + if rows: + with formatter.section(_("Commands")): + formatter.write_dl(rows) + + def parse_args(self, ctx: Context, args: t.List[str]) -> t.List[str]: + if not args and self.no_args_is_help and not ctx.resilient_parsing: + echo(ctx.get_help(), color=ctx.color) + ctx.exit() + + rest = super().parse_args(ctx, args) + + if self.chain: + ctx.protected_args = rest + ctx.args = [] + elif rest: + ctx.protected_args, ctx.args = rest[:1], rest[1:] + + return ctx.args + + def invoke(self, ctx: Context) -> t.Any: + def _process_result(value: t.Any) -> t.Any: + if self._result_callback is not None: + value = ctx.invoke(self._result_callback, value, **ctx.params) + return value + + if not ctx.protected_args: + if self.invoke_without_command: + # No subcommand was invoked, so the result callback is + # invoked with the group return value for regular + # groups, or an empty list for chained groups. + with ctx: + rv = super().invoke(ctx) + return _process_result([] if self.chain else rv) + ctx.fail(_("Missing command.")) + + # Fetch args back out + args = [*ctx.protected_args, *ctx.args] + ctx.args = [] + ctx.protected_args = [] + + # If we're not in chain mode, we only allow the invocation of a + # single command but we also inform the current context about the + # name of the command to invoke. + if not self.chain: + # Make sure the context is entered so we do not clean up + # resources until the result processor has worked. + with ctx: + cmd_name, cmd, args = self.resolve_command(ctx, args) + assert cmd is not None + ctx.invoked_subcommand = cmd_name + super().invoke(ctx) + sub_ctx = cmd.make_context(cmd_name, args, parent=ctx) + with sub_ctx: + return _process_result(sub_ctx.command.invoke(sub_ctx)) + + # In chain mode we create the contexts step by step, but after the + # base command has been invoked. Because at that point we do not + # know the subcommands yet, the invoked subcommand attribute is + # set to ``*`` to inform the command that subcommands are executed + # but nothing else. + with ctx: + ctx.invoked_subcommand = "*" if args else None + super().invoke(ctx) + + # Otherwise we make every single context and invoke them in a + # chain. In that case the return value to the result processor + # is the list of all invoked subcommand's results. + contexts = [] + while args: + cmd_name, cmd, args = self.resolve_command(ctx, args) + assert cmd is not None + sub_ctx = cmd.make_context( + cmd_name, + args, + parent=ctx, + allow_extra_args=True, + allow_interspersed_args=False, + ) + contexts.append(sub_ctx) + args, sub_ctx.args = sub_ctx.args, [] + + rv = [] + for sub_ctx in contexts: + with sub_ctx: + rv.append(sub_ctx.command.invoke(sub_ctx)) + return _process_result(rv) + + def resolve_command( + self, ctx: Context, args: t.List[str] + ) -> t.Tuple[t.Optional[str], t.Optional[Command], t.List[str]]: + cmd_name = make_str(args[0]) + original_cmd_name = cmd_name + + # Get the command + cmd = self.get_command(ctx, cmd_name) + + # If we can't find the command but there is a normalization + # function available, we try with that one. + if cmd is None and ctx.token_normalize_func is not None: + cmd_name = ctx.token_normalize_func(cmd_name) + cmd = self.get_command(ctx, cmd_name) + + # If we don't find the command we want to show an error message + # to the user that it was not provided. However, there is + # something else we should do: if the first argument looks like + # an option we want to kick off parsing again for arguments to + # resolve things like --help which now should go to the main + # place. + if cmd is None and not ctx.resilient_parsing: + if split_opt(cmd_name)[0]: + self.parse_args(ctx, ctx.args) + ctx.fail(_("No such command {name!r}.").format(name=original_cmd_name)) + return cmd_name if cmd else None, cmd, args[1:] + + def get_command(self, ctx: Context, cmd_name: str) -> t.Optional[Command]: + """Given a context and a command name, this returns a + :class:`Command` object if it exists or returns `None`. + """ + raise NotImplementedError + + def list_commands(self, ctx: Context) -> t.List[str]: + """Returns a list of subcommand names in the order they should + appear. + """ + return [] + + def shell_complete(self, ctx: Context, incomplete: str) -> t.List["CompletionItem"]: + """Return a list of completions for the incomplete value. Looks + at the names of options, subcommands, and chained + multi-commands. + + :param ctx: Invocation context for this command. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + results = [ + CompletionItem(name, help=command.get_short_help_str()) + for name, command in _complete_visible_commands(ctx, incomplete) + ] + results.extend(super().shell_complete(ctx, incomplete)) + return results + + +class Group(MultiCommand): + """A group allows a command to have subcommands attached. This is + the most common way to implement nesting in Click. + + :param name: The name of the group command. + :param commands: A dict mapping names to :class:`Command` objects. + Can also be a list of :class:`Command`, which will use + :attr:`Command.name` to create the dict. + :param attrs: Other command arguments described in + :class:`MultiCommand`, :class:`Command`, and + :class:`BaseCommand`. + + .. versionchanged:: 8.0 + The ``commands`` argument can be a list of command objects. + """ + + #: If set, this is used by the group's :meth:`command` decorator + #: as the default :class:`Command` class. This is useful to make all + #: subcommands use a custom command class. + #: + #: .. versionadded:: 8.0 + command_class: t.Optional[t.Type[Command]] = None + + #: If set, this is used by the group's :meth:`group` decorator + #: as the default :class:`Group` class. This is useful to make all + #: subgroups use a custom group class. + #: + #: If set to the special value :class:`type` (literally + #: ``group_class = type``), this group's class will be used as the + #: default class. This makes a custom group class continue to make + #: custom groups. + #: + #: .. versionadded:: 8.0 + group_class: t.Optional[t.Union[t.Type["Group"], t.Type[type]]] = None + # Literal[type] isn't valid, so use Type[type] + + def __init__( + self, + name: t.Optional[str] = None, + commands: t.Optional[ + t.Union[t.MutableMapping[str, Command], t.Sequence[Command]] + ] = None, + **attrs: t.Any, + ) -> None: + super().__init__(name, **attrs) + + if commands is None: + commands = {} + elif isinstance(commands, abc.Sequence): + commands = {c.name: c for c in commands if c.name is not None} + + #: The registered subcommands by their exported names. + self.commands: t.MutableMapping[str, Command] = commands + + def add_command(self, cmd: Command, name: t.Optional[str] = None) -> None: + """Registers another :class:`Command` with this group. If the name + is not provided, the name of the command is used. + """ + name = name or cmd.name + if name is None: + raise TypeError("Command has no name.") + _check_multicommand(self, name, cmd, register=True) + self.commands[name] = cmd + + @t.overload + def command(self, __func: t.Callable[..., t.Any]) -> Command: ... + + @t.overload + def command( + self, *args: t.Any, **kwargs: t.Any + ) -> t.Callable[[t.Callable[..., t.Any]], Command]: ... + + def command( + self, *args: t.Any, **kwargs: t.Any + ) -> t.Union[t.Callable[[t.Callable[..., t.Any]], Command], Command]: + """A shortcut decorator for declaring and attaching a command to + the group. This takes the same arguments as :func:`command` and + immediately registers the created command with this group by + calling :meth:`add_command`. + + To customize the command class used, set the + :attr:`command_class` attribute. + + .. versionchanged:: 8.1 + This decorator can be applied without parentheses. + + .. versionchanged:: 8.0 + Added the :attr:`command_class` attribute. + """ + from .decorators import command + + func: t.Optional[t.Callable[..., t.Any]] = None + + if args and callable(args[0]): + assert ( + len(args) == 1 and not kwargs + ), "Use 'command(**kwargs)(callable)' to provide arguments." + (func,) = args + args = () + + if self.command_class and kwargs.get("cls") is None: + kwargs["cls"] = self.command_class + + def decorator(f: t.Callable[..., t.Any]) -> Command: + cmd: Command = command(*args, **kwargs)(f) + self.add_command(cmd) + return cmd + + if func is not None: + return decorator(func) + + return decorator + + @t.overload + def group(self, __func: t.Callable[..., t.Any]) -> "Group": ... + + @t.overload + def group( + self, *args: t.Any, **kwargs: t.Any + ) -> t.Callable[[t.Callable[..., t.Any]], "Group"]: ... + + def group( + self, *args: t.Any, **kwargs: t.Any + ) -> t.Union[t.Callable[[t.Callable[..., t.Any]], "Group"], "Group"]: + """A shortcut decorator for declaring and attaching a group to + the group. This takes the same arguments as :func:`group` and + immediately registers the created group with this group by + calling :meth:`add_command`. + + To customize the group class used, set the :attr:`group_class` + attribute. + + .. versionchanged:: 8.1 + This decorator can be applied without parentheses. + + .. versionchanged:: 8.0 + Added the :attr:`group_class` attribute. + """ + from .decorators import group + + func: t.Optional[t.Callable[..., t.Any]] = None + + if args and callable(args[0]): + assert ( + len(args) == 1 and not kwargs + ), "Use 'group(**kwargs)(callable)' to provide arguments." + (func,) = args + args = () + + if self.group_class is not None and kwargs.get("cls") is None: + if self.group_class is type: + kwargs["cls"] = type(self) + else: + kwargs["cls"] = self.group_class + + def decorator(f: t.Callable[..., t.Any]) -> "Group": + cmd: Group = group(*args, **kwargs)(f) + self.add_command(cmd) + return cmd + + if func is not None: + return decorator(func) + + return decorator + + def get_command(self, ctx: Context, cmd_name: str) -> t.Optional[Command]: + return self.commands.get(cmd_name) + + def list_commands(self, ctx: Context) -> t.List[str]: + return sorted(self.commands) + + +class CommandCollection(MultiCommand): + """A command collection is a multi command that merges multiple multi + commands together into one. This is a straightforward implementation + that accepts a list of different multi commands as sources and + provides all the commands for each of them. + + See :class:`MultiCommand` and :class:`Command` for the description of + ``name`` and ``attrs``. + """ + + def __init__( + self, + name: t.Optional[str] = None, + sources: t.Optional[t.List[MultiCommand]] = None, + **attrs: t.Any, + ) -> None: + super().__init__(name, **attrs) + #: The list of registered multi commands. + self.sources: t.List[MultiCommand] = sources or [] + + def add_source(self, multi_cmd: MultiCommand) -> None: + """Adds a new multi command to the chain dispatcher.""" + self.sources.append(multi_cmd) + + def get_command(self, ctx: Context, cmd_name: str) -> t.Optional[Command]: + for source in self.sources: + rv = source.get_command(ctx, cmd_name) + + if rv is not None: + if self.chain: + _check_multicommand(self, cmd_name, rv) + + return rv + + return None + + def list_commands(self, ctx: Context) -> t.List[str]: + rv: t.Set[str] = set() + + for source in self.sources: + rv.update(source.list_commands(ctx)) + + return sorted(rv) + + +def _check_iter(value: t.Any) -> t.Iterator[t.Any]: + """Check if the value is iterable but not a string. Raises a type + error, or return an iterator over the value. + """ + if isinstance(value, str): + raise TypeError + + return iter(value) + + +class Parameter: + r"""A parameter to a command comes in two versions: they are either + :class:`Option`\s or :class:`Argument`\s. Other subclasses are currently + not supported by design as some of the internals for parsing are + intentionally not finalized. + + Some settings are supported by both options and arguments. + + :param param_decls: the parameter declarations for this option or + argument. This is a list of flags or argument + names. + :param type: the type that should be used. Either a :class:`ParamType` + or a Python type. The latter is converted into the former + automatically if supported. + :param required: controls if this is optional or not. + :param default: the default value if omitted. This can also be a callable, + in which case it's invoked when the default is needed + without any arguments. + :param callback: A function to further process or validate the value + after type conversion. It is called as ``f(ctx, param, value)`` + and must return the value. It is called for all sources, + including prompts. + :param nargs: the number of arguments to match. If not ``1`` the return + value is a tuple instead of single value. The default for + nargs is ``1`` (except if the type is a tuple, then it's + the arity of the tuple). If ``nargs=-1``, all remaining + parameters are collected. + :param metavar: how the value is represented in the help page. + :param expose_value: if this is `True` then the value is passed onwards + to the command callback and stored on the context, + otherwise it's skipped. + :param is_eager: eager values are processed before non eager ones. This + should not be set for arguments or it will inverse the + order of processing. + :param envvar: a string or list of strings that are environment variables + that should be checked. + :param shell_complete: A function that returns custom shell + completions. Used instead of the param's type completion if + given. Takes ``ctx, param, incomplete`` and must return a list + of :class:`~click.shell_completion.CompletionItem` or a list of + strings. + + .. versionchanged:: 8.0 + ``process_value`` validates required parameters and bounded + ``nargs``, and invokes the parameter callback before returning + the value. This allows the callback to validate prompts. + ``full_process_value`` is removed. + + .. versionchanged:: 8.0 + ``autocompletion`` is renamed to ``shell_complete`` and has new + semantics described above. The old name is deprecated and will + be removed in 8.1, until then it will be wrapped to match the + new requirements. + + .. versionchanged:: 8.0 + For ``multiple=True, nargs>1``, the default must be a list of + tuples. + + .. versionchanged:: 8.0 + Setting a default is no longer required for ``nargs>1``, it will + default to ``None``. ``multiple=True`` or ``nargs=-1`` will + default to ``()``. + + .. versionchanged:: 7.1 + Empty environment variables are ignored rather than taking the + empty string value. This makes it possible for scripts to clear + variables if they can't unset them. + + .. versionchanged:: 2.0 + Changed signature for parameter callback to also be passed the + parameter. The old callback format will still work, but it will + raise a warning to give you a chance to migrate the code easier. + """ + + param_type_name = "parameter" + + def __init__( + self, + param_decls: t.Optional[t.Sequence[str]] = None, + type: t.Optional[t.Union[types.ParamType, t.Any]] = None, + required: bool = False, + default: t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]] = None, + callback: t.Optional[t.Callable[[Context, "Parameter", t.Any], t.Any]] = None, + nargs: t.Optional[int] = None, + multiple: bool = False, + metavar: t.Optional[str] = None, + expose_value: bool = True, + is_eager: bool = False, + envvar: t.Optional[t.Union[str, t.Sequence[str]]] = None, + shell_complete: t.Optional[ + t.Callable[ + [Context, "Parameter", str], + t.Union[t.List["CompletionItem"], t.List[str]], + ] + ] = None, + ) -> None: + self.name: t.Optional[str] + self.opts: t.List[str] + self.secondary_opts: t.List[str] + self.name, self.opts, self.secondary_opts = self._parse_decls( + param_decls or (), expose_value + ) + self.type: types.ParamType = types.convert_type(type, default) + + # Default nargs to what the type tells us if we have that + # information available. + if nargs is None: + if self.type.is_composite: + nargs = self.type.arity + else: + nargs = 1 + + self.required = required + self.callback = callback + self.nargs = nargs + self.multiple = multiple + self.expose_value = expose_value + self.default = default + self.is_eager = is_eager + self.metavar = metavar + self.envvar = envvar + self._custom_shell_complete = shell_complete + + if __debug__: + if self.type.is_composite and nargs != self.type.arity: + raise ValueError( + f"'nargs' must be {self.type.arity} (or None) for" + f" type {self.type!r}, but it was {nargs}." + ) + + # Skip no default or callable default. + check_default = default if not callable(default) else None + + if check_default is not None: + if multiple: + try: + # Only check the first value against nargs. + check_default = next(_check_iter(check_default), None) + except TypeError: + raise ValueError( + "'default' must be a list when 'multiple' is true." + ) from None + + # Can be None for multiple with empty default. + if nargs != 1 and check_default is not None: + try: + _check_iter(check_default) + except TypeError: + if multiple: + message = ( + "'default' must be a list of lists when 'multiple' is" + " true and 'nargs' != 1." + ) + else: + message = "'default' must be a list when 'nargs' != 1." + + raise ValueError(message) from None + + if nargs > 1 and len(check_default) != nargs: + subject = "item length" if multiple else "length" + raise ValueError( + f"'default' {subject} must match nargs={nargs}." + ) + + def to_info_dict(self) -> t.Dict[str, t.Any]: + """Gather information that could be useful for a tool generating + user-facing documentation. + + Use :meth:`click.Context.to_info_dict` to traverse the entire + CLI structure. + + .. versionadded:: 8.0 + """ + return { + "name": self.name, + "param_type_name": self.param_type_name, + "opts": self.opts, + "secondary_opts": self.secondary_opts, + "type": self.type.to_info_dict(), + "required": self.required, + "nargs": self.nargs, + "multiple": self.multiple, + "default": self.default, + "envvar": self.envvar, + } + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.name}>" + + def _parse_decls( + self, decls: t.Sequence[str], expose_value: bool + ) -> t.Tuple[t.Optional[str], t.List[str], t.List[str]]: + raise NotImplementedError() + + @property + def human_readable_name(self) -> str: + """Returns the human readable name of this parameter. This is the + same as the name for options, but the metavar for arguments. + """ + return self.name # type: ignore + + def make_metavar(self) -> str: + if self.metavar is not None: + return self.metavar + + metavar = self.type.get_metavar(self) + + if metavar is None: + metavar = self.type.name.upper() + + if self.nargs != 1: + metavar += "..." + + return metavar + + @t.overload + def get_default( + self, ctx: Context, call: "te.Literal[True]" = True + ) -> t.Optional[t.Any]: ... + + @t.overload + def get_default( + self, ctx: Context, call: bool = ... + ) -> t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]]: ... + + def get_default( + self, ctx: Context, call: bool = True + ) -> t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]]: + """Get the default for the parameter. Tries + :meth:`Context.lookup_default` first, then the local default. + + :param ctx: Current context. + :param call: If the default is a callable, call it. Disable to + return the callable instead. + + .. versionchanged:: 8.0.2 + Type casting is no longer performed when getting a default. + + .. versionchanged:: 8.0.1 + Type casting can fail in resilient parsing mode. Invalid + defaults will not prevent showing help text. + + .. versionchanged:: 8.0 + Looks at ``ctx.default_map`` first. + + .. versionchanged:: 8.0 + Added the ``call`` parameter. + """ + value = ctx.lookup_default(self.name, call=False) # type: ignore + + if value is None: + value = self.default + + if call and callable(value): + value = value() + + return value + + def add_to_parser(self, parser: OptionParser, ctx: Context) -> None: + raise NotImplementedError() + + def consume_value( + self, ctx: Context, opts: t.Mapping[str, t.Any] + ) -> t.Tuple[t.Any, ParameterSource]: + value = opts.get(self.name) # type: ignore + source = ParameterSource.COMMANDLINE + + if value is None: + value = self.value_from_envvar(ctx) + source = ParameterSource.ENVIRONMENT + + if value is None: + value = ctx.lookup_default(self.name) # type: ignore + source = ParameterSource.DEFAULT_MAP + + if value is None: + value = self.get_default(ctx) + source = ParameterSource.DEFAULT + + return value, source + + def type_cast_value(self, ctx: Context, value: t.Any) -> t.Any: + """Convert and validate a value against the option's + :attr:`type`, :attr:`multiple`, and :attr:`nargs`. + """ + if value is None: + return () if self.multiple or self.nargs == -1 else None + + def check_iter(value: t.Any) -> t.Iterator[t.Any]: + try: + return _check_iter(value) + except TypeError: + # This should only happen when passing in args manually, + # the parser should construct an iterable when parsing + # the command line. + raise BadParameter( + _("Value must be an iterable."), ctx=ctx, param=self + ) from None + + if self.nargs == 1 or self.type.is_composite: + + def convert(value: t.Any) -> t.Any: + return self.type(value, param=self, ctx=ctx) + + elif self.nargs == -1: + + def convert(value: t.Any) -> t.Any: # t.Tuple[t.Any, ...] + return tuple(self.type(x, self, ctx) for x in check_iter(value)) + + else: # nargs > 1 + + def convert(value: t.Any) -> t.Any: # t.Tuple[t.Any, ...] + value = tuple(check_iter(value)) + + if len(value) != self.nargs: + raise BadParameter( + ngettext( + "Takes {nargs} values but 1 was given.", + "Takes {nargs} values but {len} were given.", + len(value), + ).format(nargs=self.nargs, len=len(value)), + ctx=ctx, + param=self, + ) + + return tuple(self.type(x, self, ctx) for x in value) + + if self.multiple: + return tuple(convert(x) for x in check_iter(value)) + + return convert(value) + + def value_is_missing(self, value: t.Any) -> bool: + if value is None: + return True + + if (self.nargs != 1 or self.multiple) and value == (): + return True + + return False + + def process_value(self, ctx: Context, value: t.Any) -> t.Any: + value = self.type_cast_value(ctx, value) + + if self.required and self.value_is_missing(value): + raise MissingParameter(ctx=ctx, param=self) + + if self.callback is not None: + value = self.callback(ctx, self, value) + + return value + + def resolve_envvar_value(self, ctx: Context) -> t.Optional[str]: + if self.envvar is None: + return None + + if isinstance(self.envvar, str): + rv = os.environ.get(self.envvar) + + if rv: + return rv + else: + for envvar in self.envvar: + rv = os.environ.get(envvar) + + if rv: + return rv + + return None + + def value_from_envvar(self, ctx: Context) -> t.Optional[t.Any]: + rv: t.Optional[t.Any] = self.resolve_envvar_value(ctx) + + if rv is not None and self.nargs != 1: + rv = self.type.split_envvar_value(rv) + + return rv + + def handle_parse_result( + self, ctx: Context, opts: t.Mapping[str, t.Any], args: t.List[str] + ) -> t.Tuple[t.Any, t.List[str]]: + with augment_usage_errors(ctx, param=self): + value, source = self.consume_value(ctx, opts) + ctx.set_parameter_source(self.name, source) # type: ignore + + try: + value = self.process_value(ctx, value) + except Exception: + if not ctx.resilient_parsing: + raise + + value = None + + if self.expose_value: + ctx.params[self.name] = value # type: ignore + + return value, args + + def get_help_record(self, ctx: Context) -> t.Optional[t.Tuple[str, str]]: + pass + + def get_usage_pieces(self, ctx: Context) -> t.List[str]: + return [] + + def get_error_hint(self, ctx: Context) -> str: + """Get a stringified version of the param for use in error messages to + indicate which param caused the error. + """ + hint_list = self.opts or [self.human_readable_name] + return " / ".join(f"'{x}'" for x in hint_list) + + def shell_complete(self, ctx: Context, incomplete: str) -> t.List["CompletionItem"]: + """Return a list of completions for the incomplete value. If a + ``shell_complete`` function was given during init, it is used. + Otherwise, the :attr:`type` + :meth:`~click.types.ParamType.shell_complete` function is used. + + :param ctx: Invocation context for this command. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + if self._custom_shell_complete is not None: + results = self._custom_shell_complete(ctx, self, incomplete) + + if results and isinstance(results[0], str): + from click.shell_completion import CompletionItem + + results = [CompletionItem(c) for c in results] + + return t.cast(t.List["CompletionItem"], results) + + return self.type.shell_complete(ctx, self, incomplete) + + +class Option(Parameter): + """Options are usually optional values on the command line and + have some extra features that arguments don't have. + + All other parameters are passed onwards to the parameter constructor. + + :param show_default: Show the default value for this option in its + help text. Values are not shown by default, unless + :attr:`Context.show_default` is ``True``. If this value is a + string, it shows that string in parentheses instead of the + actual value. This is particularly useful for dynamic options. + For single option boolean flags, the default remains hidden if + its value is ``False``. + :param show_envvar: Controls if an environment variable should be + shown on the help page. Normally, environment variables are not + shown. + :param prompt: If set to ``True`` or a non empty string then the + user will be prompted for input. If set to ``True`` the prompt + will be the option name capitalized. + :param confirmation_prompt: Prompt a second time to confirm the + value if it was prompted for. Can be set to a string instead of + ``True`` to customize the message. + :param prompt_required: If set to ``False``, the user will be + prompted for input only when the option was specified as a flag + without a value. + :param hide_input: If this is ``True`` then the input on the prompt + will be hidden from the user. This is useful for password input. + :param is_flag: forces this option to act as a flag. The default is + auto detection. + :param flag_value: which value should be used for this flag if it's + enabled. This is set to a boolean automatically if + the option string contains a slash to mark two options. + :param multiple: if this is set to `True` then the argument is accepted + multiple times and recorded. This is similar to ``nargs`` + in how it works but supports arbitrary number of + arguments. + :param count: this flag makes an option increment an integer. + :param allow_from_autoenv: if this is enabled then the value of this + parameter will be pulled from an environment + variable in case a prefix is defined on the + context. + :param help: the help string. + :param hidden: hide this option from help outputs. + :param attrs: Other command arguments described in :class:`Parameter`. + + .. versionchanged:: 8.1.0 + Help text indentation is cleaned here instead of only in the + ``@option`` decorator. + + .. versionchanged:: 8.1.0 + The ``show_default`` parameter overrides + ``Context.show_default``. + + .. versionchanged:: 8.1.0 + The default of a single option boolean flag is not shown if the + default value is ``False``. + + .. versionchanged:: 8.0.1 + ``type`` is detected from ``flag_value`` if given. + """ + + param_type_name = "option" + + def __init__( + self, + param_decls: t.Optional[t.Sequence[str]] = None, + show_default: t.Union[bool, str, None] = None, + prompt: t.Union[bool, str] = False, + confirmation_prompt: t.Union[bool, str] = False, + prompt_required: bool = True, + hide_input: bool = False, + is_flag: t.Optional[bool] = None, + flag_value: t.Optional[t.Any] = None, + multiple: bool = False, + count: bool = False, + allow_from_autoenv: bool = True, + type: t.Optional[t.Union[types.ParamType, t.Any]] = None, + help: t.Optional[str] = None, + hidden: bool = False, + show_choices: bool = True, + show_envvar: bool = False, + **attrs: t.Any, + ) -> None: + if help: + help = inspect.cleandoc(help) + + default_is_missing = "default" not in attrs + super().__init__(param_decls, type=type, multiple=multiple, **attrs) + + if prompt is True: + if self.name is None: + raise TypeError("'name' is required with 'prompt=True'.") + + prompt_text: t.Optional[str] = self.name.replace("_", " ").capitalize() + elif prompt is False: + prompt_text = None + else: + prompt_text = prompt + + self.prompt = prompt_text + self.confirmation_prompt = confirmation_prompt + self.prompt_required = prompt_required + self.hide_input = hide_input + self.hidden = hidden + + # If prompt is enabled but not required, then the option can be + # used as a flag to indicate using prompt or flag_value. + self._flag_needs_value = self.prompt is not None and not self.prompt_required + + if is_flag is None: + if flag_value is not None: + # Implicitly a flag because flag_value was set. + is_flag = True + elif self._flag_needs_value: + # Not a flag, but when used as a flag it shows a prompt. + is_flag = False + else: + # Implicitly a flag because flag options were given. + is_flag = bool(self.secondary_opts) + elif is_flag is False and not self._flag_needs_value: + # Not a flag, and prompt is not enabled, can be used as a + # flag if flag_value is set. + self._flag_needs_value = flag_value is not None + + self.default: t.Union[t.Any, t.Callable[[], t.Any]] + + if is_flag and default_is_missing and not self.required: + if multiple: + self.default = () + else: + self.default = False + + if flag_value is None: + flag_value = not self.default + + self.type: types.ParamType + if is_flag and type is None: + # Re-guess the type from the flag value instead of the + # default. + self.type = types.convert_type(None, flag_value) + + self.is_flag: bool = is_flag + self.is_bool_flag: bool = is_flag and isinstance(self.type, types.BoolParamType) + self.flag_value: t.Any = flag_value + + # Counting + self.count = count + if count: + if type is None: + self.type = types.IntRange(min=0) + if default_is_missing: + self.default = 0 + + self.allow_from_autoenv = allow_from_autoenv + self.help = help + self.show_default = show_default + self.show_choices = show_choices + self.show_envvar = show_envvar + + if __debug__: + if self.nargs == -1: + raise TypeError("nargs=-1 is not supported for options.") + + if self.prompt and self.is_flag and not self.is_bool_flag: + raise TypeError("'prompt' is not valid for non-boolean flag.") + + if not self.is_bool_flag and self.secondary_opts: + raise TypeError("Secondary flag is not valid for non-boolean flag.") + + if self.is_bool_flag and self.hide_input and self.prompt is not None: + raise TypeError( + "'prompt' with 'hide_input' is not valid for boolean flag." + ) + + if self.count: + if self.multiple: + raise TypeError("'count' is not valid with 'multiple'.") + + if self.is_flag: + raise TypeError("'count' is not valid with 'is_flag'.") + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict.update( + help=self.help, + prompt=self.prompt, + is_flag=self.is_flag, + flag_value=self.flag_value, + count=self.count, + hidden=self.hidden, + ) + return info_dict + + def _parse_decls( + self, decls: t.Sequence[str], expose_value: bool + ) -> t.Tuple[t.Optional[str], t.List[str], t.List[str]]: + opts = [] + secondary_opts = [] + name = None + possible_names = [] + + for decl in decls: + if decl.isidentifier(): + if name is not None: + raise TypeError(f"Name '{name}' defined twice") + name = decl + else: + split_char = ";" if decl[:1] == "/" else "/" + if split_char in decl: + first, second = decl.split(split_char, 1) + first = first.rstrip() + if first: + possible_names.append(split_opt(first)) + opts.append(first) + second = second.lstrip() + if second: + secondary_opts.append(second.lstrip()) + if first == second: + raise ValueError( + f"Boolean option {decl!r} cannot use the" + " same flag for true/false." + ) + else: + possible_names.append(split_opt(decl)) + opts.append(decl) + + if name is None and possible_names: + possible_names.sort(key=lambda x: -len(x[0])) # group long options first + name = possible_names[0][1].replace("-", "_").lower() + if not name.isidentifier(): + name = None + + if name is None: + if not expose_value: + return None, opts, secondary_opts + raise TypeError( + f"Could not determine name for option with declarations {decls!r}" + ) + + if not opts and not secondary_opts: + raise TypeError( + f"No options defined but a name was passed ({name})." + " Did you mean to declare an argument instead? Did" + f" you mean to pass '--{name}'?" + ) + + return name, opts, secondary_opts + + def add_to_parser(self, parser: OptionParser, ctx: Context) -> None: + if self.multiple: + action = "append" + elif self.count: + action = "count" + else: + action = "store" + + if self.is_flag: + action = f"{action}_const" + + if self.is_bool_flag and self.secondary_opts: + parser.add_option( + obj=self, opts=self.opts, dest=self.name, action=action, const=True + ) + parser.add_option( + obj=self, + opts=self.secondary_opts, + dest=self.name, + action=action, + const=False, + ) + else: + parser.add_option( + obj=self, + opts=self.opts, + dest=self.name, + action=action, + const=self.flag_value, + ) + else: + parser.add_option( + obj=self, + opts=self.opts, + dest=self.name, + action=action, + nargs=self.nargs, + ) + + def get_help_record(self, ctx: Context) -> t.Optional[t.Tuple[str, str]]: + if self.hidden: + return None + + any_prefix_is_slash = False + + def _write_opts(opts: t.Sequence[str]) -> str: + nonlocal any_prefix_is_slash + + rv, any_slashes = join_options(opts) + + if any_slashes: + any_prefix_is_slash = True + + if not self.is_flag and not self.count: + rv += f" {self.make_metavar()}" + + return rv + + rv = [_write_opts(self.opts)] + + if self.secondary_opts: + rv.append(_write_opts(self.secondary_opts)) + + help = self.help or "" + extra = [] + + if self.show_envvar: + envvar = self.envvar + + if envvar is None: + if ( + self.allow_from_autoenv + and ctx.auto_envvar_prefix is not None + and self.name is not None + ): + envvar = f"{ctx.auto_envvar_prefix}_{self.name.upper()}" + + if envvar is not None: + var_str = ( + envvar + if isinstance(envvar, str) + else ", ".join(str(d) for d in envvar) + ) + extra.append(_("env var: {var}").format(var=var_str)) + + # Temporarily enable resilient parsing to avoid type casting + # failing for the default. Might be possible to extend this to + # help formatting in general. + resilient = ctx.resilient_parsing + ctx.resilient_parsing = True + + try: + default_value = self.get_default(ctx, call=False) + finally: + ctx.resilient_parsing = resilient + + show_default = False + show_default_is_str = False + + if self.show_default is not None: + if isinstance(self.show_default, str): + show_default_is_str = show_default = True + else: + show_default = self.show_default + elif ctx.show_default is not None: + show_default = ctx.show_default + + if show_default_is_str or (show_default and (default_value is not None)): + if show_default_is_str: + default_string = f"({self.show_default})" + elif isinstance(default_value, (list, tuple)): + default_string = ", ".join(str(d) for d in default_value) + elif inspect.isfunction(default_value): + default_string = _("(dynamic)") + elif self.is_bool_flag and self.secondary_opts: + # For boolean flags that have distinct True/False opts, + # use the opt without prefix instead of the value. + default_string = split_opt( + (self.opts if default_value else self.secondary_opts)[0] + )[1] + elif self.is_bool_flag and not self.secondary_opts and not default_value: + default_string = "" + elif default_value == "": + default_string = '""' + else: + default_string = str(default_value) + + if default_string: + extra.append(_("default: {default}").format(default=default_string)) + + if ( + isinstance(self.type, types._NumberRangeBase) + # skip count with default range type + and not (self.count and self.type.min == 0 and self.type.max is None) + ): + range_str = self.type._describe_range() + + if range_str: + extra.append(range_str) + + if self.required: + extra.append(_("required")) + + if extra: + extra_str = "; ".join(extra) + help = f"{help} [{extra_str}]" if help else f"[{extra_str}]" + + return ("; " if any_prefix_is_slash else " / ").join(rv), help + + @t.overload + def get_default( + self, ctx: Context, call: "te.Literal[True]" = True + ) -> t.Optional[t.Any]: ... + + @t.overload + def get_default( + self, ctx: Context, call: bool = ... + ) -> t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]]: ... + + def get_default( + self, ctx: Context, call: bool = True + ) -> t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]]: + # If we're a non boolean flag our default is more complex because + # we need to look at all flags in the same group to figure out + # if we're the default one in which case we return the flag + # value as default. + if self.is_flag and not self.is_bool_flag: + for param in ctx.command.params: + if param.name == self.name and param.default: + return t.cast(Option, param).flag_value + + return None + + return super().get_default(ctx, call=call) + + def prompt_for_value(self, ctx: Context) -> t.Any: + """This is an alternative flow that can be activated in the full + value processing if a value does not exist. It will prompt the + user until a valid value exists and then returns the processed + value as result. + """ + assert self.prompt is not None + + # Calculate the default before prompting anything to be stable. + default = self.get_default(ctx) + + # If this is a prompt for a flag we need to handle this + # differently. + if self.is_bool_flag: + return confirm(self.prompt, default) + + return prompt( + self.prompt, + default=default, + type=self.type, + hide_input=self.hide_input, + show_choices=self.show_choices, + confirmation_prompt=self.confirmation_prompt, + value_proc=lambda x: self.process_value(ctx, x), + ) + + def resolve_envvar_value(self, ctx: Context) -> t.Optional[str]: + rv = super().resolve_envvar_value(ctx) + + if rv is not None: + return rv + + if ( + self.allow_from_autoenv + and ctx.auto_envvar_prefix is not None + and self.name is not None + ): + envvar = f"{ctx.auto_envvar_prefix}_{self.name.upper()}" + rv = os.environ.get(envvar) + + if rv: + return rv + + return None + + def value_from_envvar(self, ctx: Context) -> t.Optional[t.Any]: + rv: t.Optional[t.Any] = self.resolve_envvar_value(ctx) + + if rv is None: + return None + + value_depth = (self.nargs != 1) + bool(self.multiple) + + if value_depth > 0: + rv = self.type.split_envvar_value(rv) + + if self.multiple and self.nargs != 1: + rv = batch(rv, self.nargs) + + return rv + + def consume_value( + self, ctx: Context, opts: t.Mapping[str, "Parameter"] + ) -> t.Tuple[t.Any, ParameterSource]: + value, source = super().consume_value(ctx, opts) + + # The parser will emit a sentinel value if the option can be + # given as a flag without a value. This is different from None + # to distinguish from the flag not being given at all. + if value is _flag_needs_value: + if self.prompt is not None and not ctx.resilient_parsing: + value = self.prompt_for_value(ctx) + source = ParameterSource.PROMPT + else: + value = self.flag_value + source = ParameterSource.COMMANDLINE + + elif ( + self.multiple + and value is not None + and any(v is _flag_needs_value for v in value) + ): + value = [self.flag_value if v is _flag_needs_value else v for v in value] + source = ParameterSource.COMMANDLINE + + # The value wasn't set, or used the param's default, prompt if + # prompting is enabled. + elif ( + source in {None, ParameterSource.DEFAULT} + and self.prompt is not None + and (self.required or self.prompt_required) + and not ctx.resilient_parsing + ): + value = self.prompt_for_value(ctx) + source = ParameterSource.PROMPT + + return value, source + + +class Argument(Parameter): + """Arguments are positional parameters to a command. They generally + provide fewer features than options but can have infinite ``nargs`` + and are required by default. + + All parameters are passed onwards to the constructor of :class:`Parameter`. + """ + + param_type_name = "argument" + + def __init__( + self, + param_decls: t.Sequence[str], + required: t.Optional[bool] = None, + **attrs: t.Any, + ) -> None: + if required is None: + if attrs.get("default") is not None: + required = False + else: + required = attrs.get("nargs", 1) > 0 + + if "multiple" in attrs: + raise TypeError("__init__() got an unexpected keyword argument 'multiple'.") + + super().__init__(param_decls, required=required, **attrs) + + if __debug__: + if self.default is not None and self.nargs == -1: + raise TypeError("'default' is not supported for nargs=-1.") + + @property + def human_readable_name(self) -> str: + if self.metavar is not None: + return self.metavar + return self.name.upper() # type: ignore + + def make_metavar(self) -> str: + if self.metavar is not None: + return self.metavar + var = self.type.get_metavar(self) + if not var: + var = self.name.upper() # type: ignore + if not self.required: + var = f"[{var}]" + if self.nargs != 1: + var += "..." + return var + + def _parse_decls( + self, decls: t.Sequence[str], expose_value: bool + ) -> t.Tuple[t.Optional[str], t.List[str], t.List[str]]: + if not decls: + if not expose_value: + return None, [], [] + raise TypeError("Argument is marked as exposed, but does not have a name.") + if len(decls) == 1: + name = arg = decls[0] + name = name.replace("-", "_").lower() + else: + raise TypeError( + "Arguments take exactly one parameter declaration, got" + f" {len(decls)}." + ) + return name, [arg], [] + + def get_usage_pieces(self, ctx: Context) -> t.List[str]: + return [self.make_metavar()] + + def get_error_hint(self, ctx: Context) -> str: + return f"'{self.make_metavar()}'" + + def add_to_parser(self, parser: OptionParser, ctx: Context) -> None: + parser.add_argument(dest=self.name, nargs=self.nargs, obj=self) diff --git a/venv/lib/python3.11/site-packages/click/decorators.py b/venv/lib/python3.11/site-packages/click/decorators.py new file mode 100644 index 0000000..bcf8906 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/decorators.py @@ -0,0 +1,562 @@ +import inspect +import types +import typing as t +from functools import update_wrapper +from gettext import gettext as _ + +from .core import Argument +from .core import Command +from .core import Context +from .core import Group +from .core import Option +from .core import Parameter +from .globals import get_current_context +from .utils import echo + +if t.TYPE_CHECKING: + import typing_extensions as te + + P = te.ParamSpec("P") + +R = t.TypeVar("R") +T = t.TypeVar("T") +_AnyCallable = t.Callable[..., t.Any] +FC = t.TypeVar("FC", bound=t.Union[_AnyCallable, Command]) + + +def pass_context(f: "t.Callable[te.Concatenate[Context, P], R]") -> "t.Callable[P, R]": + """Marks a callback as wanting to receive the current context + object as first argument. + """ + + def new_func(*args: "P.args", **kwargs: "P.kwargs") -> "R": + return f(get_current_context(), *args, **kwargs) + + return update_wrapper(new_func, f) + + +def pass_obj(f: "t.Callable[te.Concatenate[t.Any, P], R]") -> "t.Callable[P, R]": + """Similar to :func:`pass_context`, but only pass the object on the + context onwards (:attr:`Context.obj`). This is useful if that object + represents the state of a nested system. + """ + + def new_func(*args: "P.args", **kwargs: "P.kwargs") -> "R": + return f(get_current_context().obj, *args, **kwargs) + + return update_wrapper(new_func, f) + + +def make_pass_decorator( + object_type: t.Type[T], ensure: bool = False +) -> t.Callable[["t.Callable[te.Concatenate[T, P], R]"], "t.Callable[P, R]"]: + """Given an object type this creates a decorator that will work + similar to :func:`pass_obj` but instead of passing the object of the + current context, it will find the innermost context of type + :func:`object_type`. + + This generates a decorator that works roughly like this:: + + from functools import update_wrapper + + def decorator(f): + @pass_context + def new_func(ctx, *args, **kwargs): + obj = ctx.find_object(object_type) + return ctx.invoke(f, obj, *args, **kwargs) + return update_wrapper(new_func, f) + return decorator + + :param object_type: the type of the object to pass. + :param ensure: if set to `True`, a new object will be created and + remembered on the context if it's not there yet. + """ + + def decorator(f: "t.Callable[te.Concatenate[T, P], R]") -> "t.Callable[P, R]": + def new_func(*args: "P.args", **kwargs: "P.kwargs") -> "R": + ctx = get_current_context() + + obj: t.Optional[T] + if ensure: + obj = ctx.ensure_object(object_type) + else: + obj = ctx.find_object(object_type) + + if obj is None: + raise RuntimeError( + "Managed to invoke callback without a context" + f" object of type {object_type.__name__!r}" + " existing." + ) + + return ctx.invoke(f, obj, *args, **kwargs) + + return update_wrapper(new_func, f) + + return decorator + + +def pass_meta_key( + key: str, *, doc_description: t.Optional[str] = None +) -> "t.Callable[[t.Callable[te.Concatenate[t.Any, P], R]], t.Callable[P, R]]": + """Create a decorator that passes a key from + :attr:`click.Context.meta` as the first argument to the decorated + function. + + :param key: Key in ``Context.meta`` to pass. + :param doc_description: Description of the object being passed, + inserted into the decorator's docstring. Defaults to "the 'key' + key from Context.meta". + + .. versionadded:: 8.0 + """ + + def decorator(f: "t.Callable[te.Concatenate[t.Any, P], R]") -> "t.Callable[P, R]": + def new_func(*args: "P.args", **kwargs: "P.kwargs") -> R: + ctx = get_current_context() + obj = ctx.meta[key] + return ctx.invoke(f, obj, *args, **kwargs) + + return update_wrapper(new_func, f) + + if doc_description is None: + doc_description = f"the {key!r} key from :attr:`click.Context.meta`" + + decorator.__doc__ = ( + f"Decorator that passes {doc_description} as the first argument" + " to the decorated function." + ) + return decorator + + +CmdType = t.TypeVar("CmdType", bound=Command) + + +# variant: no call, directly as decorator for a function. +@t.overload +def command(name: _AnyCallable) -> Command: ... + + +# variant: with positional name and with positional or keyword cls argument: +# @command(namearg, CommandCls, ...) or @command(namearg, cls=CommandCls, ...) +@t.overload +def command( + name: t.Optional[str], + cls: t.Type[CmdType], + **attrs: t.Any, +) -> t.Callable[[_AnyCallable], CmdType]: ... + + +# variant: name omitted, cls _must_ be a keyword argument, @command(cls=CommandCls, ...) +@t.overload +def command( + name: None = None, + *, + cls: t.Type[CmdType], + **attrs: t.Any, +) -> t.Callable[[_AnyCallable], CmdType]: ... + + +# variant: with optional string name, no cls argument provided. +@t.overload +def command( + name: t.Optional[str] = ..., cls: None = None, **attrs: t.Any +) -> t.Callable[[_AnyCallable], Command]: ... + + +def command( + name: t.Union[t.Optional[str], _AnyCallable] = None, + cls: t.Optional[t.Type[CmdType]] = None, + **attrs: t.Any, +) -> t.Union[Command, t.Callable[[_AnyCallable], t.Union[Command, CmdType]]]: + r"""Creates a new :class:`Command` and uses the decorated function as + callback. This will also automatically attach all decorated + :func:`option`\s and :func:`argument`\s as parameters to the command. + + The name of the command defaults to the name of the function with + underscores replaced by dashes. If you want to change that, you can + pass the intended name as the first argument. + + All keyword arguments are forwarded to the underlying command class. + For the ``params`` argument, any decorated params are appended to + the end of the list. + + Once decorated the function turns into a :class:`Command` instance + that can be invoked as a command line utility or be attached to a + command :class:`Group`. + + :param name: the name of the command. This defaults to the function + name with underscores replaced by dashes. + :param cls: the command class to instantiate. This defaults to + :class:`Command`. + + .. versionchanged:: 8.1 + This decorator can be applied without parentheses. + + .. versionchanged:: 8.1 + The ``params`` argument can be used. Decorated params are + appended to the end of the list. + """ + + func: t.Optional[t.Callable[[_AnyCallable], t.Any]] = None + + if callable(name): + func = name + name = None + assert cls is None, "Use 'command(cls=cls)(callable)' to specify a class." + assert not attrs, "Use 'command(**kwargs)(callable)' to provide arguments." + + if cls is None: + cls = t.cast(t.Type[CmdType], Command) + + def decorator(f: _AnyCallable) -> CmdType: + if isinstance(f, Command): + raise TypeError("Attempted to convert a callback into a command twice.") + + attr_params = attrs.pop("params", None) + params = attr_params if attr_params is not None else [] + + try: + decorator_params = f.__click_params__ # type: ignore + except AttributeError: + pass + else: + del f.__click_params__ # type: ignore + params.extend(reversed(decorator_params)) + + if attrs.get("help") is None: + attrs["help"] = f.__doc__ + + if t.TYPE_CHECKING: + assert cls is not None + assert not callable(name) + + cmd = cls( + name=name or f.__name__.lower().replace("_", "-"), + callback=f, + params=params, + **attrs, + ) + cmd.__doc__ = f.__doc__ + return cmd + + if func is not None: + return decorator(func) + + return decorator + + +GrpType = t.TypeVar("GrpType", bound=Group) + + +# variant: no call, directly as decorator for a function. +@t.overload +def group(name: _AnyCallable) -> Group: ... + + +# variant: with positional name and with positional or keyword cls argument: +# @group(namearg, GroupCls, ...) or @group(namearg, cls=GroupCls, ...) +@t.overload +def group( + name: t.Optional[str], + cls: t.Type[GrpType], + **attrs: t.Any, +) -> t.Callable[[_AnyCallable], GrpType]: ... + + +# variant: name omitted, cls _must_ be a keyword argument, @group(cmd=GroupCls, ...) +@t.overload +def group( + name: None = None, + *, + cls: t.Type[GrpType], + **attrs: t.Any, +) -> t.Callable[[_AnyCallable], GrpType]: ... + + +# variant: with optional string name, no cls argument provided. +@t.overload +def group( + name: t.Optional[str] = ..., cls: None = None, **attrs: t.Any +) -> t.Callable[[_AnyCallable], Group]: ... + + +def group( + name: t.Union[str, _AnyCallable, None] = None, + cls: t.Optional[t.Type[GrpType]] = None, + **attrs: t.Any, +) -> t.Union[Group, t.Callable[[_AnyCallable], t.Union[Group, GrpType]]]: + """Creates a new :class:`Group` with a function as callback. This + works otherwise the same as :func:`command` just that the `cls` + parameter is set to :class:`Group`. + + .. versionchanged:: 8.1 + This decorator can be applied without parentheses. + """ + if cls is None: + cls = t.cast(t.Type[GrpType], Group) + + if callable(name): + return command(cls=cls, **attrs)(name) + + return command(name, cls, **attrs) + + +def _param_memo(f: t.Callable[..., t.Any], param: Parameter) -> None: + if isinstance(f, Command): + f.params.append(param) + else: + if not hasattr(f, "__click_params__"): + f.__click_params__ = [] # type: ignore + + f.__click_params__.append(param) # type: ignore + + +def argument( + *param_decls: str, cls: t.Optional[t.Type[Argument]] = None, **attrs: t.Any +) -> t.Callable[[FC], FC]: + """Attaches an argument to the command. All positional arguments are + passed as parameter declarations to :class:`Argument`; all keyword + arguments are forwarded unchanged (except ``cls``). + This is equivalent to creating an :class:`Argument` instance manually + and attaching it to the :attr:`Command.params` list. + + For the default argument class, refer to :class:`Argument` and + :class:`Parameter` for descriptions of parameters. + + :param cls: the argument class to instantiate. This defaults to + :class:`Argument`. + :param param_decls: Passed as positional arguments to the constructor of + ``cls``. + :param attrs: Passed as keyword arguments to the constructor of ``cls``. + """ + if cls is None: + cls = Argument + + def decorator(f: FC) -> FC: + _param_memo(f, cls(param_decls, **attrs)) + return f + + return decorator + + +def option( + *param_decls: str, cls: t.Optional[t.Type[Option]] = None, **attrs: t.Any +) -> t.Callable[[FC], FC]: + """Attaches an option to the command. All positional arguments are + passed as parameter declarations to :class:`Option`; all keyword + arguments are forwarded unchanged (except ``cls``). + This is equivalent to creating an :class:`Option` instance manually + and attaching it to the :attr:`Command.params` list. + + For the default option class, refer to :class:`Option` and + :class:`Parameter` for descriptions of parameters. + + :param cls: the option class to instantiate. This defaults to + :class:`Option`. + :param param_decls: Passed as positional arguments to the constructor of + ``cls``. + :param attrs: Passed as keyword arguments to the constructor of ``cls``. + """ + if cls is None: + cls = Option + + def decorator(f: FC) -> FC: + _param_memo(f, cls(param_decls, **attrs)) + return f + + return decorator + + +def confirmation_option(*param_decls: str, **kwargs: t.Any) -> t.Callable[[FC], FC]: + """Add a ``--yes`` option which shows a prompt before continuing if + not passed. If the prompt is declined, the program will exit. + + :param param_decls: One or more option names. Defaults to the single + value ``"--yes"``. + :param kwargs: Extra arguments are passed to :func:`option`. + """ + + def callback(ctx: Context, param: Parameter, value: bool) -> None: + if not value: + ctx.abort() + + if not param_decls: + param_decls = ("--yes",) + + kwargs.setdefault("is_flag", True) + kwargs.setdefault("callback", callback) + kwargs.setdefault("expose_value", False) + kwargs.setdefault("prompt", "Do you want to continue?") + kwargs.setdefault("help", "Confirm the action without prompting.") + return option(*param_decls, **kwargs) + + +def password_option(*param_decls: str, **kwargs: t.Any) -> t.Callable[[FC], FC]: + """Add a ``--password`` option which prompts for a password, hiding + input and asking to enter the value again for confirmation. + + :param param_decls: One or more option names. Defaults to the single + value ``"--password"``. + :param kwargs: Extra arguments are passed to :func:`option`. + """ + if not param_decls: + param_decls = ("--password",) + + kwargs.setdefault("prompt", True) + kwargs.setdefault("confirmation_prompt", True) + kwargs.setdefault("hide_input", True) + return option(*param_decls, **kwargs) + + +def version_option( + version: t.Optional[str] = None, + *param_decls: str, + package_name: t.Optional[str] = None, + prog_name: t.Optional[str] = None, + message: t.Optional[str] = None, + **kwargs: t.Any, +) -> t.Callable[[FC], FC]: + """Add a ``--version`` option which immediately prints the version + number and exits the program. + + If ``version`` is not provided, Click will try to detect it using + :func:`importlib.metadata.version` to get the version for the + ``package_name``. On Python < 3.8, the ``importlib_metadata`` + backport must be installed. + + If ``package_name`` is not provided, Click will try to detect it by + inspecting the stack frames. This will be used to detect the + version, so it must match the name of the installed package. + + :param version: The version number to show. If not provided, Click + will try to detect it. + :param param_decls: One or more option names. Defaults to the single + value ``"--version"``. + :param package_name: The package name to detect the version from. If + not provided, Click will try to detect it. + :param prog_name: The name of the CLI to show in the message. If not + provided, it will be detected from the command. + :param message: The message to show. The values ``%(prog)s``, + ``%(package)s``, and ``%(version)s`` are available. Defaults to + ``"%(prog)s, version %(version)s"``. + :param kwargs: Extra arguments are passed to :func:`option`. + :raise RuntimeError: ``version`` could not be detected. + + .. versionchanged:: 8.0 + Add the ``package_name`` parameter, and the ``%(package)s`` + value for messages. + + .. versionchanged:: 8.0 + Use :mod:`importlib.metadata` instead of ``pkg_resources``. The + version is detected based on the package name, not the entry + point name. The Python package name must match the installed + package name, or be passed with ``package_name=``. + """ + if message is None: + message = _("%(prog)s, version %(version)s") + + if version is None and package_name is None: + frame = inspect.currentframe() + f_back = frame.f_back if frame is not None else None + f_globals = f_back.f_globals if f_back is not None else None + # break reference cycle + # https://docs.python.org/3/library/inspect.html#the-interpreter-stack + del frame + + if f_globals is not None: + package_name = f_globals.get("__name__") + + if package_name == "__main__": + package_name = f_globals.get("__package__") + + if package_name: + package_name = package_name.partition(".")[0] + + def callback(ctx: Context, param: Parameter, value: bool) -> None: + if not value or ctx.resilient_parsing: + return + + nonlocal prog_name + nonlocal version + + if prog_name is None: + prog_name = ctx.find_root().info_name + + if version is None and package_name is not None: + metadata: t.Optional[types.ModuleType] + + try: + from importlib import metadata + except ImportError: + # Python < 3.8 + import importlib_metadata as metadata # type: ignore + + try: + version = metadata.version(package_name) # type: ignore + except metadata.PackageNotFoundError: # type: ignore + raise RuntimeError( + f"{package_name!r} is not installed. Try passing" + " 'package_name' instead." + ) from None + + if version is None: + raise RuntimeError( + f"Could not determine the version for {package_name!r} automatically." + ) + + echo( + message % {"prog": prog_name, "package": package_name, "version": version}, + color=ctx.color, + ) + ctx.exit() + + if not param_decls: + param_decls = ("--version",) + + kwargs.setdefault("is_flag", True) + kwargs.setdefault("expose_value", False) + kwargs.setdefault("is_eager", True) + kwargs.setdefault("help", _("Show the version and exit.")) + kwargs["callback"] = callback + return option(*param_decls, **kwargs) + + +class HelpOption(Option): + """Pre-configured ``--help`` option which immediately prints the help page + and exits the program. + """ + + def __init__( + self, + param_decls: t.Optional[t.Sequence[str]] = None, + **kwargs: t.Any, + ) -> None: + if not param_decls: + param_decls = ("--help",) + + kwargs.setdefault("is_flag", True) + kwargs.setdefault("expose_value", False) + kwargs.setdefault("is_eager", True) + kwargs.setdefault("help", _("Show this message and exit.")) + kwargs.setdefault("callback", self.show_help) + + super().__init__(param_decls, **kwargs) + + @staticmethod + def show_help(ctx: Context, param: Parameter, value: bool) -> None: + """Callback that print the help page on ```` and exits.""" + if value and not ctx.resilient_parsing: + echo(ctx.get_help(), color=ctx.color) + ctx.exit() + + +def help_option(*param_decls: str, **kwargs: t.Any) -> t.Callable[[FC], FC]: + """Decorator for the pre-configured ``--help`` option defined above. + + :param param_decls: One or more option names. Defaults to the single + value ``"--help"``. + :param kwargs: Extra arguments are passed to :func:`option`. + """ + kwargs.setdefault("cls", HelpOption) + return option(*param_decls, **kwargs) diff --git a/venv/lib/python3.11/site-packages/click/exceptions.py b/venv/lib/python3.11/site-packages/click/exceptions.py new file mode 100644 index 0000000..0b83151 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/exceptions.py @@ -0,0 +1,296 @@ +import typing as t +from gettext import gettext as _ +from gettext import ngettext + +from ._compat import get_text_stderr +from .globals import resolve_color_default +from .utils import echo +from .utils import format_filename + +if t.TYPE_CHECKING: + from .core import Command + from .core import Context + from .core import Parameter + + +def _join_param_hints( + param_hint: t.Optional[t.Union[t.Sequence[str], str]], +) -> t.Optional[str]: + if param_hint is not None and not isinstance(param_hint, str): + return " / ".join(repr(x) for x in param_hint) + + return param_hint + + +class ClickException(Exception): + """An exception that Click can handle and show to the user.""" + + #: The exit code for this exception. + exit_code = 1 + + def __init__(self, message: str) -> None: + super().__init__(message) + # The context will be removed by the time we print the message, so cache + # the color settings here to be used later on (in `show`) + self.show_color: t.Optional[bool] = resolve_color_default() + self.message = message + + def format_message(self) -> str: + return self.message + + def __str__(self) -> str: + return self.message + + def show(self, file: t.Optional[t.IO[t.Any]] = None) -> None: + if file is None: + file = get_text_stderr() + + echo( + _("Error: {message}").format(message=self.format_message()), + file=file, + color=self.show_color, + ) + + +class UsageError(ClickException): + """An internal exception that signals a usage error. This typically + aborts any further handling. + + :param message: the error message to display. + :param ctx: optionally the context that caused this error. Click will + fill in the context automatically in some situations. + """ + + exit_code = 2 + + def __init__(self, message: str, ctx: t.Optional["Context"] = None) -> None: + super().__init__(message) + self.ctx = ctx + self.cmd: t.Optional[Command] = self.ctx.command if self.ctx else None + + def show(self, file: t.Optional[t.IO[t.Any]] = None) -> None: + if file is None: + file = get_text_stderr() + color = None + hint = "" + if ( + self.ctx is not None + and self.ctx.command.get_help_option(self.ctx) is not None + ): + hint = _("Try '{command} {option}' for help.").format( + command=self.ctx.command_path, option=self.ctx.help_option_names[0] + ) + hint = f"{hint}\n" + if self.ctx is not None: + color = self.ctx.color + echo(f"{self.ctx.get_usage()}\n{hint}", file=file, color=color) + echo( + _("Error: {message}").format(message=self.format_message()), + file=file, + color=color, + ) + + +class BadParameter(UsageError): + """An exception that formats out a standardized error message for a + bad parameter. This is useful when thrown from a callback or type as + Click will attach contextual information to it (for instance, which + parameter it is). + + .. versionadded:: 2.0 + + :param param: the parameter object that caused this error. This can + be left out, and Click will attach this info itself + if possible. + :param param_hint: a string that shows up as parameter name. This + can be used as alternative to `param` in cases + where custom validation should happen. If it is + a string it's used as such, if it's a list then + each item is quoted and separated. + """ + + def __init__( + self, + message: str, + ctx: t.Optional["Context"] = None, + param: t.Optional["Parameter"] = None, + param_hint: t.Optional[str] = None, + ) -> None: + super().__init__(message, ctx) + self.param = param + self.param_hint = param_hint + + def format_message(self) -> str: + if self.param_hint is not None: + param_hint = self.param_hint + elif self.param is not None: + param_hint = self.param.get_error_hint(self.ctx) # type: ignore + else: + return _("Invalid value: {message}").format(message=self.message) + + return _("Invalid value for {param_hint}: {message}").format( + param_hint=_join_param_hints(param_hint), message=self.message + ) + + +class MissingParameter(BadParameter): + """Raised if click required an option or argument but it was not + provided when invoking the script. + + .. versionadded:: 4.0 + + :param param_type: a string that indicates the type of the parameter. + The default is to inherit the parameter type from + the given `param`. Valid values are ``'parameter'``, + ``'option'`` or ``'argument'``. + """ + + def __init__( + self, + message: t.Optional[str] = None, + ctx: t.Optional["Context"] = None, + param: t.Optional["Parameter"] = None, + param_hint: t.Optional[str] = None, + param_type: t.Optional[str] = None, + ) -> None: + super().__init__(message or "", ctx, param, param_hint) + self.param_type = param_type + + def format_message(self) -> str: + if self.param_hint is not None: + param_hint: t.Optional[str] = self.param_hint + elif self.param is not None: + param_hint = self.param.get_error_hint(self.ctx) # type: ignore + else: + param_hint = None + + param_hint = _join_param_hints(param_hint) + param_hint = f" {param_hint}" if param_hint else "" + + param_type = self.param_type + if param_type is None and self.param is not None: + param_type = self.param.param_type_name + + msg = self.message + if self.param is not None: + msg_extra = self.param.type.get_missing_message(self.param) + if msg_extra: + if msg: + msg += f". {msg_extra}" + else: + msg = msg_extra + + msg = f" {msg}" if msg else "" + + # Translate param_type for known types. + if param_type == "argument": + missing = _("Missing argument") + elif param_type == "option": + missing = _("Missing option") + elif param_type == "parameter": + missing = _("Missing parameter") + else: + missing = _("Missing {param_type}").format(param_type=param_type) + + return f"{missing}{param_hint}.{msg}" + + def __str__(self) -> str: + if not self.message: + param_name = self.param.name if self.param else None + return _("Missing parameter: {param_name}").format(param_name=param_name) + else: + return self.message + + +class NoSuchOption(UsageError): + """Raised if click attempted to handle an option that does not + exist. + + .. versionadded:: 4.0 + """ + + def __init__( + self, + option_name: str, + message: t.Optional[str] = None, + possibilities: t.Optional[t.Sequence[str]] = None, + ctx: t.Optional["Context"] = None, + ) -> None: + if message is None: + message = _("No such option: {name}").format(name=option_name) + + super().__init__(message, ctx) + self.option_name = option_name + self.possibilities = possibilities + + def format_message(self) -> str: + if not self.possibilities: + return self.message + + possibility_str = ", ".join(sorted(self.possibilities)) + suggest = ngettext( + "Did you mean {possibility}?", + "(Possible options: {possibilities})", + len(self.possibilities), + ).format(possibility=possibility_str, possibilities=possibility_str) + return f"{self.message} {suggest}" + + +class BadOptionUsage(UsageError): + """Raised if an option is generally supplied but the use of the option + was incorrect. This is for instance raised if the number of arguments + for an option is not correct. + + .. versionadded:: 4.0 + + :param option_name: the name of the option being used incorrectly. + """ + + def __init__( + self, option_name: str, message: str, ctx: t.Optional["Context"] = None + ) -> None: + super().__init__(message, ctx) + self.option_name = option_name + + +class BadArgumentUsage(UsageError): + """Raised if an argument is generally supplied but the use of the argument + was incorrect. This is for instance raised if the number of values + for an argument is not correct. + + .. versionadded:: 6.0 + """ + + +class FileError(ClickException): + """Raised if a file cannot be opened.""" + + def __init__(self, filename: str, hint: t.Optional[str] = None) -> None: + if hint is None: + hint = _("unknown error") + + super().__init__(hint) + self.ui_filename: str = format_filename(filename) + self.filename = filename + + def format_message(self) -> str: + return _("Could not open file {filename!r}: {message}").format( + filename=self.ui_filename, message=self.message + ) + + +class Abort(RuntimeError): + """An internal signalling exception that signals Click to abort.""" + + +class Exit(RuntimeError): + """An exception that indicates that the application should exit with some + status code. + + :param code: the status code to exit with. + """ + + __slots__ = ("exit_code",) + + def __init__(self, code: int = 0) -> None: + self.exit_code: int = code diff --git a/venv/lib/python3.11/site-packages/click/formatting.py b/venv/lib/python3.11/site-packages/click/formatting.py new file mode 100644 index 0000000..ddd2a2f --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/formatting.py @@ -0,0 +1,301 @@ +import typing as t +from contextlib import contextmanager +from gettext import gettext as _ + +from ._compat import term_len +from .parser import split_opt + +# Can force a width. This is used by the test system +FORCED_WIDTH: t.Optional[int] = None + + +def measure_table(rows: t.Iterable[t.Tuple[str, str]]) -> t.Tuple[int, ...]: + widths: t.Dict[int, int] = {} + + for row in rows: + for idx, col in enumerate(row): + widths[idx] = max(widths.get(idx, 0), term_len(col)) + + return tuple(y for x, y in sorted(widths.items())) + + +def iter_rows( + rows: t.Iterable[t.Tuple[str, str]], col_count: int +) -> t.Iterator[t.Tuple[str, ...]]: + for row in rows: + yield row + ("",) * (col_count - len(row)) + + +def wrap_text( + text: str, + width: int = 78, + initial_indent: str = "", + subsequent_indent: str = "", + preserve_paragraphs: bool = False, +) -> str: + """A helper function that intelligently wraps text. By default, it + assumes that it operates on a single paragraph of text but if the + `preserve_paragraphs` parameter is provided it will intelligently + handle paragraphs (defined by two empty lines). + + If paragraphs are handled, a paragraph can be prefixed with an empty + line containing the ``\\b`` character (``\\x08``) to indicate that + no rewrapping should happen in that block. + + :param text: the text that should be rewrapped. + :param width: the maximum width for the text. + :param initial_indent: the initial indent that should be placed on the + first line as a string. + :param subsequent_indent: the indent string that should be placed on + each consecutive line. + :param preserve_paragraphs: if this flag is set then the wrapping will + intelligently handle paragraphs. + """ + from ._textwrap import TextWrapper + + text = text.expandtabs() + wrapper = TextWrapper( + width, + initial_indent=initial_indent, + subsequent_indent=subsequent_indent, + replace_whitespace=False, + ) + if not preserve_paragraphs: + return wrapper.fill(text) + + p: t.List[t.Tuple[int, bool, str]] = [] + buf: t.List[str] = [] + indent = None + + def _flush_par() -> None: + if not buf: + return + if buf[0].strip() == "\b": + p.append((indent or 0, True, "\n".join(buf[1:]))) + else: + p.append((indent or 0, False, " ".join(buf))) + del buf[:] + + for line in text.splitlines(): + if not line: + _flush_par() + indent = None + else: + if indent is None: + orig_len = term_len(line) + line = line.lstrip() + indent = orig_len - term_len(line) + buf.append(line) + _flush_par() + + rv = [] + for indent, raw, text in p: + with wrapper.extra_indent(" " * indent): + if raw: + rv.append(wrapper.indent_only(text)) + else: + rv.append(wrapper.fill(text)) + + return "\n\n".join(rv) + + +class HelpFormatter: + """This class helps with formatting text-based help pages. It's + usually just needed for very special internal cases, but it's also + exposed so that developers can write their own fancy outputs. + + At present, it always writes into memory. + + :param indent_increment: the additional increment for each level. + :param width: the width for the text. This defaults to the terminal + width clamped to a maximum of 78. + """ + + def __init__( + self, + indent_increment: int = 2, + width: t.Optional[int] = None, + max_width: t.Optional[int] = None, + ) -> None: + import shutil + + self.indent_increment = indent_increment + if max_width is None: + max_width = 80 + if width is None: + width = FORCED_WIDTH + if width is None: + width = max(min(shutil.get_terminal_size().columns, max_width) - 2, 50) + self.width = width + self.current_indent = 0 + self.buffer: t.List[str] = [] + + def write(self, string: str) -> None: + """Writes a unicode string into the internal buffer.""" + self.buffer.append(string) + + def indent(self) -> None: + """Increases the indentation.""" + self.current_indent += self.indent_increment + + def dedent(self) -> None: + """Decreases the indentation.""" + self.current_indent -= self.indent_increment + + def write_usage( + self, prog: str, args: str = "", prefix: t.Optional[str] = None + ) -> None: + """Writes a usage line into the buffer. + + :param prog: the program name. + :param args: whitespace separated list of arguments. + :param prefix: The prefix for the first line. Defaults to + ``"Usage: "``. + """ + if prefix is None: + prefix = f"{_('Usage:')} " + + usage_prefix = f"{prefix:>{self.current_indent}}{prog} " + text_width = self.width - self.current_indent + + if text_width >= (term_len(usage_prefix) + 20): + # The arguments will fit to the right of the prefix. + indent = " " * term_len(usage_prefix) + self.write( + wrap_text( + args, + text_width, + initial_indent=usage_prefix, + subsequent_indent=indent, + ) + ) + else: + # The prefix is too long, put the arguments on the next line. + self.write(usage_prefix) + self.write("\n") + indent = " " * (max(self.current_indent, term_len(prefix)) + 4) + self.write( + wrap_text( + args, text_width, initial_indent=indent, subsequent_indent=indent + ) + ) + + self.write("\n") + + def write_heading(self, heading: str) -> None: + """Writes a heading into the buffer.""" + self.write(f"{'':>{self.current_indent}}{heading}:\n") + + def write_paragraph(self) -> None: + """Writes a paragraph into the buffer.""" + if self.buffer: + self.write("\n") + + def write_text(self, text: str) -> None: + """Writes re-indented text into the buffer. This rewraps and + preserves paragraphs. + """ + indent = " " * self.current_indent + self.write( + wrap_text( + text, + self.width, + initial_indent=indent, + subsequent_indent=indent, + preserve_paragraphs=True, + ) + ) + self.write("\n") + + def write_dl( + self, + rows: t.Sequence[t.Tuple[str, str]], + col_max: int = 30, + col_spacing: int = 2, + ) -> None: + """Writes a definition list into the buffer. This is how options + and commands are usually formatted. + + :param rows: a list of two item tuples for the terms and values. + :param col_max: the maximum width of the first column. + :param col_spacing: the number of spaces between the first and + second column. + """ + rows = list(rows) + widths = measure_table(rows) + if len(widths) != 2: + raise TypeError("Expected two columns for definition list") + + first_col = min(widths[0], col_max) + col_spacing + + for first, second in iter_rows(rows, len(widths)): + self.write(f"{'':>{self.current_indent}}{first}") + if not second: + self.write("\n") + continue + if term_len(first) <= first_col - col_spacing: + self.write(" " * (first_col - term_len(first))) + else: + self.write("\n") + self.write(" " * (first_col + self.current_indent)) + + text_width = max(self.width - first_col - 2, 10) + wrapped_text = wrap_text(second, text_width, preserve_paragraphs=True) + lines = wrapped_text.splitlines() + + if lines: + self.write(f"{lines[0]}\n") + + for line in lines[1:]: + self.write(f"{'':>{first_col + self.current_indent}}{line}\n") + else: + self.write("\n") + + @contextmanager + def section(self, name: str) -> t.Iterator[None]: + """Helpful context manager that writes a paragraph, a heading, + and the indents. + + :param name: the section name that is written as heading. + """ + self.write_paragraph() + self.write_heading(name) + self.indent() + try: + yield + finally: + self.dedent() + + @contextmanager + def indentation(self) -> t.Iterator[None]: + """A context manager that increases the indentation.""" + self.indent() + try: + yield + finally: + self.dedent() + + def getvalue(self) -> str: + """Returns the buffer contents.""" + return "".join(self.buffer) + + +def join_options(options: t.Sequence[str]) -> t.Tuple[str, bool]: + """Given a list of option strings this joins them in the most appropriate + way and returns them in the form ``(formatted_string, + any_prefix_is_slash)`` where the second item in the tuple is a flag that + indicates if any of the option prefixes was a slash. + """ + rv = [] + any_prefix_is_slash = False + + for opt in options: + prefix = split_opt(opt)[0] + + if prefix == "/": + any_prefix_is_slash = True + + rv.append((len(prefix), opt)) + + rv.sort(key=lambda x: x[0]) + return ", ".join(x[1] for x in rv), any_prefix_is_slash diff --git a/venv/lib/python3.11/site-packages/click/globals.py b/venv/lib/python3.11/site-packages/click/globals.py new file mode 100644 index 0000000..191e712 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/globals.py @@ -0,0 +1,67 @@ +import typing as t +from threading import local + +if t.TYPE_CHECKING: + import typing_extensions as te + + from .core import Context + +_local = local() + + +@t.overload +def get_current_context(silent: "te.Literal[False]" = False) -> "Context": ... + + +@t.overload +def get_current_context(silent: bool = ...) -> t.Optional["Context"]: ... + + +def get_current_context(silent: bool = False) -> t.Optional["Context"]: + """Returns the current click context. This can be used as a way to + access the current context object from anywhere. This is a more implicit + alternative to the :func:`pass_context` decorator. This function is + primarily useful for helpers such as :func:`echo` which might be + interested in changing its behavior based on the current context. + + To push the current context, :meth:`Context.scope` can be used. + + .. versionadded:: 5.0 + + :param silent: if set to `True` the return value is `None` if no context + is available. The default behavior is to raise a + :exc:`RuntimeError`. + """ + try: + return t.cast("Context", _local.stack[-1]) + except (AttributeError, IndexError) as e: + if not silent: + raise RuntimeError("There is no active click context.") from e + + return None + + +def push_context(ctx: "Context") -> None: + """Pushes a new context to the current stack.""" + _local.__dict__.setdefault("stack", []).append(ctx) + + +def pop_context() -> None: + """Removes the top level from the stack.""" + _local.stack.pop() + + +def resolve_color_default(color: t.Optional[bool] = None) -> t.Optional[bool]: + """Internal helper to get the default value of the color flag. If a + value is passed it's returned unchanged, otherwise it's looked up from + the current context. + """ + if color is not None: + return color + + ctx = get_current_context(silent=True) + + if ctx is not None: + return ctx.color + + return None diff --git a/venv/lib/python3.11/site-packages/click/parser.py b/venv/lib/python3.11/site-packages/click/parser.py new file mode 100644 index 0000000..600b843 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/parser.py @@ -0,0 +1,531 @@ +""" +This module started out as largely a copy paste from the stdlib's +optparse module with the features removed that we do not need from +optparse because we implement them in Click on a higher level (for +instance type handling, help formatting and a lot more). + +The plan is to remove more and more from here over time. + +The reason this is a different module and not optparse from the stdlib +is that there are differences in 2.x and 3.x about the error messages +generated and optparse in the stdlib uses gettext for no good reason +and might cause us issues. + +Click uses parts of optparse written by Gregory P. Ward and maintained +by the Python Software Foundation. This is limited to code in parser.py. + +Copyright 2001-2006 Gregory P. Ward. All rights reserved. +Copyright 2002-2006 Python Software Foundation. All rights reserved. +""" + +# This code uses parts of optparse written by Gregory P. Ward and +# maintained by the Python Software Foundation. +# Copyright 2001-2006 Gregory P. Ward +# Copyright 2002-2006 Python Software Foundation +import typing as t +from collections import deque +from gettext import gettext as _ +from gettext import ngettext + +from .exceptions import BadArgumentUsage +from .exceptions import BadOptionUsage +from .exceptions import NoSuchOption +from .exceptions import UsageError + +if t.TYPE_CHECKING: + import typing_extensions as te + + from .core import Argument as CoreArgument + from .core import Context + from .core import Option as CoreOption + from .core import Parameter as CoreParameter + +V = t.TypeVar("V") + +# Sentinel value that indicates an option was passed as a flag without a +# value but is not a flag option. Option.consume_value uses this to +# prompt or use the flag_value. +_flag_needs_value = object() + + +def _unpack_args( + args: t.Sequence[str], nargs_spec: t.Sequence[int] +) -> t.Tuple[t.Sequence[t.Union[str, t.Sequence[t.Optional[str]], None]], t.List[str]]: + """Given an iterable of arguments and an iterable of nargs specifications, + it returns a tuple with all the unpacked arguments at the first index + and all remaining arguments as the second. + + The nargs specification is the number of arguments that should be consumed + or `-1` to indicate that this position should eat up all the remainders. + + Missing items are filled with `None`. + """ + args = deque(args) + nargs_spec = deque(nargs_spec) + rv: t.List[t.Union[str, t.Tuple[t.Optional[str], ...], None]] = [] + spos: t.Optional[int] = None + + def _fetch(c: "te.Deque[V]") -> t.Optional[V]: + try: + if spos is None: + return c.popleft() + else: + return c.pop() + except IndexError: + return None + + while nargs_spec: + nargs = _fetch(nargs_spec) + + if nargs is None: + continue + + if nargs == 1: + rv.append(_fetch(args)) + elif nargs > 1: + x = [_fetch(args) for _ in range(nargs)] + + # If we're reversed, we're pulling in the arguments in reverse, + # so we need to turn them around. + if spos is not None: + x.reverse() + + rv.append(tuple(x)) + elif nargs < 0: + if spos is not None: + raise TypeError("Cannot have two nargs < 0") + + spos = len(rv) + rv.append(None) + + # spos is the position of the wildcard (star). If it's not `None`, + # we fill it with the remainder. + if spos is not None: + rv[spos] = tuple(args) + args = [] + rv[spos + 1 :] = reversed(rv[spos + 1 :]) + + return tuple(rv), list(args) + + +def split_opt(opt: str) -> t.Tuple[str, str]: + first = opt[:1] + if first.isalnum(): + return "", opt + if opt[1:2] == first: + return opt[:2], opt[2:] + return first, opt[1:] + + +def normalize_opt(opt: str, ctx: t.Optional["Context"]) -> str: + if ctx is None or ctx.token_normalize_func is None: + return opt + prefix, opt = split_opt(opt) + return f"{prefix}{ctx.token_normalize_func(opt)}" + + +def split_arg_string(string: str) -> t.List[str]: + """Split an argument string as with :func:`shlex.split`, but don't + fail if the string is incomplete. Ignores a missing closing quote or + incomplete escape sequence and uses the partial token as-is. + + .. code-block:: python + + split_arg_string("example 'my file") + ["example", "my file"] + + split_arg_string("example my\\") + ["example", "my"] + + :param string: String to split. + """ + import shlex + + lex = shlex.shlex(string, posix=True) + lex.whitespace_split = True + lex.commenters = "" + out = [] + + try: + for token in lex: + out.append(token) + except ValueError: + # Raised when end-of-string is reached in an invalid state. Use + # the partial token as-is. The quote or escape character is in + # lex.state, not lex.token. + out.append(lex.token) + + return out + + +class Option: + def __init__( + self, + obj: "CoreOption", + opts: t.Sequence[str], + dest: t.Optional[str], + action: t.Optional[str] = None, + nargs: int = 1, + const: t.Optional[t.Any] = None, + ): + self._short_opts = [] + self._long_opts = [] + self.prefixes: t.Set[str] = set() + + for opt in opts: + prefix, value = split_opt(opt) + if not prefix: + raise ValueError(f"Invalid start character for option ({opt})") + self.prefixes.add(prefix[0]) + if len(prefix) == 1 and len(value) == 1: + self._short_opts.append(opt) + else: + self._long_opts.append(opt) + self.prefixes.add(prefix) + + if action is None: + action = "store" + + self.dest = dest + self.action = action + self.nargs = nargs + self.const = const + self.obj = obj + + @property + def takes_value(self) -> bool: + return self.action in ("store", "append") + + def process(self, value: t.Any, state: "ParsingState") -> None: + if self.action == "store": + state.opts[self.dest] = value # type: ignore + elif self.action == "store_const": + state.opts[self.dest] = self.const # type: ignore + elif self.action == "append": + state.opts.setdefault(self.dest, []).append(value) # type: ignore + elif self.action == "append_const": + state.opts.setdefault(self.dest, []).append(self.const) # type: ignore + elif self.action == "count": + state.opts[self.dest] = state.opts.get(self.dest, 0) + 1 # type: ignore + else: + raise ValueError(f"unknown action '{self.action}'") + state.order.append(self.obj) + + +class Argument: + def __init__(self, obj: "CoreArgument", dest: t.Optional[str], nargs: int = 1): + self.dest = dest + self.nargs = nargs + self.obj = obj + + def process( + self, + value: t.Union[t.Optional[str], t.Sequence[t.Optional[str]]], + state: "ParsingState", + ) -> None: + if self.nargs > 1: + assert value is not None + holes = sum(1 for x in value if x is None) + if holes == len(value): + value = None + elif holes != 0: + raise BadArgumentUsage( + _("Argument {name!r} takes {nargs} values.").format( + name=self.dest, nargs=self.nargs + ) + ) + + if self.nargs == -1 and self.obj.envvar is not None and value == (): + # Replace empty tuple with None so that a value from the + # environment may be tried. + value = None + + state.opts[self.dest] = value # type: ignore + state.order.append(self.obj) + + +class ParsingState: + def __init__(self, rargs: t.List[str]) -> None: + self.opts: t.Dict[str, t.Any] = {} + self.largs: t.List[str] = [] + self.rargs = rargs + self.order: t.List[CoreParameter] = [] + + +class OptionParser: + """The option parser is an internal class that is ultimately used to + parse options and arguments. It's modelled after optparse and brings + a similar but vastly simplified API. It should generally not be used + directly as the high level Click classes wrap it for you. + + It's not nearly as extensible as optparse or argparse as it does not + implement features that are implemented on a higher level (such as + types or defaults). + + :param ctx: optionally the :class:`~click.Context` where this parser + should go with. + """ + + def __init__(self, ctx: t.Optional["Context"] = None) -> None: + #: The :class:`~click.Context` for this parser. This might be + #: `None` for some advanced use cases. + self.ctx = ctx + #: This controls how the parser deals with interspersed arguments. + #: If this is set to `False`, the parser will stop on the first + #: non-option. Click uses this to implement nested subcommands + #: safely. + self.allow_interspersed_args: bool = True + #: This tells the parser how to deal with unknown options. By + #: default it will error out (which is sensible), but there is a + #: second mode where it will ignore it and continue processing + #: after shifting all the unknown options into the resulting args. + self.ignore_unknown_options: bool = False + + if ctx is not None: + self.allow_interspersed_args = ctx.allow_interspersed_args + self.ignore_unknown_options = ctx.ignore_unknown_options + + self._short_opt: t.Dict[str, Option] = {} + self._long_opt: t.Dict[str, Option] = {} + self._opt_prefixes = {"-", "--"} + self._args: t.List[Argument] = [] + + def add_option( + self, + obj: "CoreOption", + opts: t.Sequence[str], + dest: t.Optional[str], + action: t.Optional[str] = None, + nargs: int = 1, + const: t.Optional[t.Any] = None, + ) -> None: + """Adds a new option named `dest` to the parser. The destination + is not inferred (unlike with optparse) and needs to be explicitly + provided. Action can be any of ``store``, ``store_const``, + ``append``, ``append_const`` or ``count``. + + The `obj` can be used to identify the option in the order list + that is returned from the parser. + """ + opts = [normalize_opt(opt, self.ctx) for opt in opts] + option = Option(obj, opts, dest, action=action, nargs=nargs, const=const) + self._opt_prefixes.update(option.prefixes) + for opt in option._short_opts: + self._short_opt[opt] = option + for opt in option._long_opts: + self._long_opt[opt] = option + + def add_argument( + self, obj: "CoreArgument", dest: t.Optional[str], nargs: int = 1 + ) -> None: + """Adds a positional argument named `dest` to the parser. + + The `obj` can be used to identify the option in the order list + that is returned from the parser. + """ + self._args.append(Argument(obj, dest=dest, nargs=nargs)) + + def parse_args( + self, args: t.List[str] + ) -> t.Tuple[t.Dict[str, t.Any], t.List[str], t.List["CoreParameter"]]: + """Parses positional arguments and returns ``(values, args, order)`` + for the parsed options and arguments as well as the leftover + arguments if there are any. The order is a list of objects as they + appear on the command line. If arguments appear multiple times they + will be memorized multiple times as well. + """ + state = ParsingState(args) + try: + self._process_args_for_options(state) + self._process_args_for_args(state) + except UsageError: + if self.ctx is None or not self.ctx.resilient_parsing: + raise + return state.opts, state.largs, state.order + + def _process_args_for_args(self, state: ParsingState) -> None: + pargs, args = _unpack_args( + state.largs + state.rargs, [x.nargs for x in self._args] + ) + + for idx, arg in enumerate(self._args): + arg.process(pargs[idx], state) + + state.largs = args + state.rargs = [] + + def _process_args_for_options(self, state: ParsingState) -> None: + while state.rargs: + arg = state.rargs.pop(0) + arglen = len(arg) + # Double dashes always handled explicitly regardless of what + # prefixes are valid. + if arg == "--": + return + elif arg[:1] in self._opt_prefixes and arglen > 1: + self._process_opts(arg, state) + elif self.allow_interspersed_args: + state.largs.append(arg) + else: + state.rargs.insert(0, arg) + return + + # Say this is the original argument list: + # [arg0, arg1, ..., arg(i-1), arg(i), arg(i+1), ..., arg(N-1)] + # ^ + # (we are about to process arg(i)). + # + # Then rargs is [arg(i), ..., arg(N-1)] and largs is a *subset* of + # [arg0, ..., arg(i-1)] (any options and their arguments will have + # been removed from largs). + # + # The while loop will usually consume 1 or more arguments per pass. + # If it consumes 1 (eg. arg is an option that takes no arguments), + # then after _process_arg() is done the situation is: + # + # largs = subset of [arg0, ..., arg(i)] + # rargs = [arg(i+1), ..., arg(N-1)] + # + # If allow_interspersed_args is false, largs will always be + # *empty* -- still a subset of [arg0, ..., arg(i-1)], but + # not a very interesting subset! + + def _match_long_opt( + self, opt: str, explicit_value: t.Optional[str], state: ParsingState + ) -> None: + if opt not in self._long_opt: + from difflib import get_close_matches + + possibilities = get_close_matches(opt, self._long_opt) + raise NoSuchOption(opt, possibilities=possibilities, ctx=self.ctx) + + option = self._long_opt[opt] + if option.takes_value: + # At this point it's safe to modify rargs by injecting the + # explicit value, because no exception is raised in this + # branch. This means that the inserted value will be fully + # consumed. + if explicit_value is not None: + state.rargs.insert(0, explicit_value) + + value = self._get_value_from_state(opt, option, state) + + elif explicit_value is not None: + raise BadOptionUsage( + opt, _("Option {name!r} does not take a value.").format(name=opt) + ) + + else: + value = None + + option.process(value, state) + + def _match_short_opt(self, arg: str, state: ParsingState) -> None: + stop = False + i = 1 + prefix = arg[0] + unknown_options = [] + + for ch in arg[1:]: + opt = normalize_opt(f"{prefix}{ch}", self.ctx) + option = self._short_opt.get(opt) + i += 1 + + if not option: + if self.ignore_unknown_options: + unknown_options.append(ch) + continue + raise NoSuchOption(opt, ctx=self.ctx) + if option.takes_value: + # Any characters left in arg? Pretend they're the + # next arg, and stop consuming characters of arg. + if i < len(arg): + state.rargs.insert(0, arg[i:]) + stop = True + + value = self._get_value_from_state(opt, option, state) + + else: + value = None + + option.process(value, state) + + if stop: + break + + # If we got any unknown options we recombine the string of the + # remaining options and re-attach the prefix, then report that + # to the state as new larg. This way there is basic combinatorics + # that can be achieved while still ignoring unknown arguments. + if self.ignore_unknown_options and unknown_options: + state.largs.append(f"{prefix}{''.join(unknown_options)}") + + def _get_value_from_state( + self, option_name: str, option: Option, state: ParsingState + ) -> t.Any: + nargs = option.nargs + + if len(state.rargs) < nargs: + if option.obj._flag_needs_value: + # Option allows omitting the value. + value = _flag_needs_value + else: + raise BadOptionUsage( + option_name, + ngettext( + "Option {name!r} requires an argument.", + "Option {name!r} requires {nargs} arguments.", + nargs, + ).format(name=option_name, nargs=nargs), + ) + elif nargs == 1: + next_rarg = state.rargs[0] + + if ( + option.obj._flag_needs_value + and isinstance(next_rarg, str) + and next_rarg[:1] in self._opt_prefixes + and len(next_rarg) > 1 + ): + # The next arg looks like the start of an option, don't + # use it as the value if omitting the value is allowed. + value = _flag_needs_value + else: + value = state.rargs.pop(0) + else: + value = tuple(state.rargs[:nargs]) + del state.rargs[:nargs] + + return value + + def _process_opts(self, arg: str, state: ParsingState) -> None: + explicit_value = None + # Long option handling happens in two parts. The first part is + # supporting explicitly attached values. In any case, we will try + # to long match the option first. + if "=" in arg: + long_opt, explicit_value = arg.split("=", 1) + else: + long_opt = arg + norm_long_opt = normalize_opt(long_opt, self.ctx) + + # At this point we will match the (assumed) long option through + # the long option matching code. Note that this allows options + # like "-foo" to be matched as long options. + try: + self._match_long_opt(norm_long_opt, explicit_value, state) + except NoSuchOption: + # At this point the long option matching failed, and we need + # to try with short options. However there is a special rule + # which says, that if we have a two character options prefix + # (applies to "--foo" for instance), we do not dispatch to the + # short option code and will instead raise the no option + # error. + if arg[:2] not in self._opt_prefixes: + self._match_short_opt(arg, state) + return + + if not self.ignore_unknown_options: + raise + + state.largs.append(arg) diff --git a/venv/lib/python3.11/site-packages/click/py.typed b/venv/lib/python3.11/site-packages/click/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/click/shell_completion.py b/venv/lib/python3.11/site-packages/click/shell_completion.py new file mode 100644 index 0000000..07d0f09 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/shell_completion.py @@ -0,0 +1,603 @@ +import os +import re +import typing as t +from gettext import gettext as _ + +from .core import Argument +from .core import BaseCommand +from .core import Context +from .core import MultiCommand +from .core import Option +from .core import Parameter +from .core import ParameterSource +from .parser import split_arg_string +from .utils import echo + + +def shell_complete( + cli: BaseCommand, + ctx_args: t.MutableMapping[str, t.Any], + prog_name: str, + complete_var: str, + instruction: str, +) -> int: + """Perform shell completion for the given CLI program. + + :param cli: Command being called. + :param ctx_args: Extra arguments to pass to + ``cli.make_context``. + :param prog_name: Name of the executable in the shell. + :param complete_var: Name of the environment variable that holds + the completion instruction. + :param instruction: Value of ``complete_var`` with the completion + instruction and shell, in the form ``instruction_shell``. + :return: Status code to exit with. + """ + shell, _, instruction = instruction.partition("_") + comp_cls = get_completion_class(shell) + + if comp_cls is None: + return 1 + + comp = comp_cls(cli, ctx_args, prog_name, complete_var) + + if instruction == "source": + echo(comp.source()) + return 0 + + if instruction == "complete": + echo(comp.complete()) + return 0 + + return 1 + + +class CompletionItem: + """Represents a completion value and metadata about the value. The + default metadata is ``type`` to indicate special shell handling, + and ``help`` if a shell supports showing a help string next to the + value. + + Arbitrary parameters can be passed when creating the object, and + accessed using ``item.attr``. If an attribute wasn't passed, + accessing it returns ``None``. + + :param value: The completion suggestion. + :param type: Tells the shell script to provide special completion + support for the type. Click uses ``"dir"`` and ``"file"``. + :param help: String shown next to the value if supported. + :param kwargs: Arbitrary metadata. The built-in implementations + don't use this, but custom type completions paired with custom + shell support could use it. + """ + + __slots__ = ("value", "type", "help", "_info") + + def __init__( + self, + value: t.Any, + type: str = "plain", + help: t.Optional[str] = None, + **kwargs: t.Any, + ) -> None: + self.value: t.Any = value + self.type: str = type + self.help: t.Optional[str] = help + self._info = kwargs + + def __getattr__(self, name: str) -> t.Any: + return self._info.get(name) + + +# Only Bash >= 4.4 has the nosort option. +_SOURCE_BASH = """\ +%(complete_func)s() { + local IFS=$'\\n' + local response + + response=$(env COMP_WORDS="${COMP_WORDS[*]}" COMP_CWORD=$COMP_CWORD \ +%(complete_var)s=bash_complete $1) + + for completion in $response; do + IFS=',' read type value <<< "$completion" + + if [[ $type == 'dir' ]]; then + COMPREPLY=() + compopt -o dirnames + elif [[ $type == 'file' ]]; then + COMPREPLY=() + compopt -o default + elif [[ $type == 'plain' ]]; then + COMPREPLY+=($value) + fi + done + + return 0 +} + +%(complete_func)s_setup() { + complete -o nosort -F %(complete_func)s %(prog_name)s +} + +%(complete_func)s_setup; +""" + +_SOURCE_ZSH = """\ +#compdef %(prog_name)s + +%(complete_func)s() { + local -a completions + local -a completions_with_descriptions + local -a response + (( ! $+commands[%(prog_name)s] )) && return 1 + + response=("${(@f)$(env COMP_WORDS="${words[*]}" COMP_CWORD=$((CURRENT-1)) \ +%(complete_var)s=zsh_complete %(prog_name)s)}") + + for type key descr in ${response}; do + if [[ "$type" == "plain" ]]; then + if [[ "$descr" == "_" ]]; then + completions+=("$key") + else + completions_with_descriptions+=("$key":"$descr") + fi + elif [[ "$type" == "dir" ]]; then + _path_files -/ + elif [[ "$type" == "file" ]]; then + _path_files -f + fi + done + + if [ -n "$completions_with_descriptions" ]; then + _describe -V unsorted completions_with_descriptions -U + fi + + if [ -n "$completions" ]; then + compadd -U -V unsorted -a completions + fi +} + +if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + %(complete_func)s "$@" +else + # eval/source/. command, register function for later + compdef %(complete_func)s %(prog_name)s +fi +""" + +_SOURCE_FISH = """\ +function %(complete_func)s; + set -l response (env %(complete_var)s=fish_complete COMP_WORDS=(commandline -cp) \ +COMP_CWORD=(commandline -t) %(prog_name)s); + + for completion in $response; + set -l metadata (string split "," $completion); + + if test $metadata[1] = "dir"; + __fish_complete_directories $metadata[2]; + else if test $metadata[1] = "file"; + __fish_complete_path $metadata[2]; + else if test $metadata[1] = "plain"; + echo $metadata[2]; + end; + end; +end; + +complete --no-files --command %(prog_name)s --arguments \ +"(%(complete_func)s)"; +""" + + +class ShellComplete: + """Base class for providing shell completion support. A subclass for + a given shell will override attributes and methods to implement the + completion instructions (``source`` and ``complete``). + + :param cli: Command being called. + :param prog_name: Name of the executable in the shell. + :param complete_var: Name of the environment variable that holds + the completion instruction. + + .. versionadded:: 8.0 + """ + + name: t.ClassVar[str] + """Name to register the shell as with :func:`add_completion_class`. + This is used in completion instructions (``{name}_source`` and + ``{name}_complete``). + """ + + source_template: t.ClassVar[str] + """Completion script template formatted by :meth:`source`. This must + be provided by subclasses. + """ + + def __init__( + self, + cli: BaseCommand, + ctx_args: t.MutableMapping[str, t.Any], + prog_name: str, + complete_var: str, + ) -> None: + self.cli = cli + self.ctx_args = ctx_args + self.prog_name = prog_name + self.complete_var = complete_var + + @property + def func_name(self) -> str: + """The name of the shell function defined by the completion + script. + """ + safe_name = re.sub(r"\W*", "", self.prog_name.replace("-", "_"), flags=re.ASCII) + return f"_{safe_name}_completion" + + def source_vars(self) -> t.Dict[str, t.Any]: + """Vars for formatting :attr:`source_template`. + + By default this provides ``complete_func``, ``complete_var``, + and ``prog_name``. + """ + return { + "complete_func": self.func_name, + "complete_var": self.complete_var, + "prog_name": self.prog_name, + } + + def source(self) -> str: + """Produce the shell script that defines the completion + function. By default this ``%``-style formats + :attr:`source_template` with the dict returned by + :meth:`source_vars`. + """ + return self.source_template % self.source_vars() + + def get_completion_args(self) -> t.Tuple[t.List[str], str]: + """Use the env vars defined by the shell script to return a + tuple of ``args, incomplete``. This must be implemented by + subclasses. + """ + raise NotImplementedError + + def get_completions( + self, args: t.List[str], incomplete: str + ) -> t.List[CompletionItem]: + """Determine the context and last complete command or parameter + from the complete args. Call that object's ``shell_complete`` + method to get the completions for the incomplete value. + + :param args: List of complete args before the incomplete value. + :param incomplete: Value being completed. May be empty. + """ + ctx = _resolve_context(self.cli, self.ctx_args, self.prog_name, args) + obj, incomplete = _resolve_incomplete(ctx, args, incomplete) + return obj.shell_complete(ctx, incomplete) + + def format_completion(self, item: CompletionItem) -> str: + """Format a completion item into the form recognized by the + shell script. This must be implemented by subclasses. + + :param item: Completion item to format. + """ + raise NotImplementedError + + def complete(self) -> str: + """Produce the completion data to send back to the shell. + + By default this calls :meth:`get_completion_args`, gets the + completions, then calls :meth:`format_completion` for each + completion. + """ + args, incomplete = self.get_completion_args() + completions = self.get_completions(args, incomplete) + out = [self.format_completion(item) for item in completions] + return "\n".join(out) + + +class BashComplete(ShellComplete): + """Shell completion for Bash.""" + + name = "bash" + source_template = _SOURCE_BASH + + @staticmethod + def _check_version() -> None: + import shutil + import subprocess + + bash_exe = shutil.which("bash") + + if bash_exe is None: + match = None + else: + output = subprocess.run( + [bash_exe, "--norc", "-c", 'echo "${BASH_VERSION}"'], + stdout=subprocess.PIPE, + ) + match = re.search(r"^(\d+)\.(\d+)\.\d+", output.stdout.decode()) + + if match is not None: + major, minor = match.groups() + + if major < "4" or major == "4" and minor < "4": + echo( + _( + "Shell completion is not supported for Bash" + " versions older than 4.4." + ), + err=True, + ) + else: + echo( + _("Couldn't detect Bash version, shell completion is not supported."), + err=True, + ) + + def source(self) -> str: + self._check_version() + return super().source() + + def get_completion_args(self) -> t.Tuple[t.List[str], str]: + cwords = split_arg_string(os.environ["COMP_WORDS"]) + cword = int(os.environ["COMP_CWORD"]) + args = cwords[1:cword] + + try: + incomplete = cwords[cword] + except IndexError: + incomplete = "" + + return args, incomplete + + def format_completion(self, item: CompletionItem) -> str: + return f"{item.type},{item.value}" + + +class ZshComplete(ShellComplete): + """Shell completion for Zsh.""" + + name = "zsh" + source_template = _SOURCE_ZSH + + def get_completion_args(self) -> t.Tuple[t.List[str], str]: + cwords = split_arg_string(os.environ["COMP_WORDS"]) + cword = int(os.environ["COMP_CWORD"]) + args = cwords[1:cword] + + try: + incomplete = cwords[cword] + except IndexError: + incomplete = "" + + return args, incomplete + + def format_completion(self, item: CompletionItem) -> str: + return f"{item.type}\n{item.value}\n{item.help if item.help else '_'}" + + +class FishComplete(ShellComplete): + """Shell completion for Fish.""" + + name = "fish" + source_template = _SOURCE_FISH + + def get_completion_args(self) -> t.Tuple[t.List[str], str]: + cwords = split_arg_string(os.environ["COMP_WORDS"]) + incomplete = os.environ["COMP_CWORD"] + args = cwords[1:] + + # Fish stores the partial word in both COMP_WORDS and + # COMP_CWORD, remove it from complete args. + if incomplete and args and args[-1] == incomplete: + args.pop() + + return args, incomplete + + def format_completion(self, item: CompletionItem) -> str: + if item.help: + return f"{item.type},{item.value}\t{item.help}" + + return f"{item.type},{item.value}" + + +ShellCompleteType = t.TypeVar("ShellCompleteType", bound=t.Type[ShellComplete]) + + +_available_shells: t.Dict[str, t.Type[ShellComplete]] = { + "bash": BashComplete, + "fish": FishComplete, + "zsh": ZshComplete, +} + + +def add_completion_class( + cls: ShellCompleteType, name: t.Optional[str] = None +) -> ShellCompleteType: + """Register a :class:`ShellComplete` subclass under the given name. + The name will be provided by the completion instruction environment + variable during completion. + + :param cls: The completion class that will handle completion for the + shell. + :param name: Name to register the class under. Defaults to the + class's ``name`` attribute. + """ + if name is None: + name = cls.name + + _available_shells[name] = cls + + return cls + + +def get_completion_class(shell: str) -> t.Optional[t.Type[ShellComplete]]: + """Look up a registered :class:`ShellComplete` subclass by the name + provided by the completion instruction environment variable. If the + name isn't registered, returns ``None``. + + :param shell: Name the class is registered under. + """ + return _available_shells.get(shell) + + +def _is_incomplete_argument(ctx: Context, param: Parameter) -> bool: + """Determine if the given parameter is an argument that can still + accept values. + + :param ctx: Invocation context for the command represented by the + parsed complete args. + :param param: Argument object being checked. + """ + if not isinstance(param, Argument): + return False + + assert param.name is not None + # Will be None if expose_value is False. + value = ctx.params.get(param.name) + return ( + param.nargs == -1 + or ctx.get_parameter_source(param.name) is not ParameterSource.COMMANDLINE + or ( + param.nargs > 1 + and isinstance(value, (tuple, list)) + and len(value) < param.nargs + ) + ) + + +def _start_of_option(ctx: Context, value: str) -> bool: + """Check if the value looks like the start of an option.""" + if not value: + return False + + c = value[0] + return c in ctx._opt_prefixes + + +def _is_incomplete_option(ctx: Context, args: t.List[str], param: Parameter) -> bool: + """Determine if the given parameter is an option that needs a value. + + :param args: List of complete args before the incomplete value. + :param param: Option object being checked. + """ + if not isinstance(param, Option): + return False + + if param.is_flag or param.count: + return False + + last_option = None + + for index, arg in enumerate(reversed(args)): + if index + 1 > param.nargs: + break + + if _start_of_option(ctx, arg): + last_option = arg + + return last_option is not None and last_option in param.opts + + +def _resolve_context( + cli: BaseCommand, + ctx_args: t.MutableMapping[str, t.Any], + prog_name: str, + args: t.List[str], +) -> Context: + """Produce the context hierarchy starting with the command and + traversing the complete arguments. This only follows the commands, + it doesn't trigger input prompts or callbacks. + + :param cli: Command being called. + :param prog_name: Name of the executable in the shell. + :param args: List of complete args before the incomplete value. + """ + ctx_args["resilient_parsing"] = True + ctx = cli.make_context(prog_name, args.copy(), **ctx_args) + args = ctx.protected_args + ctx.args + + while args: + command = ctx.command + + if isinstance(command, MultiCommand): + if not command.chain: + name, cmd, args = command.resolve_command(ctx, args) + + if cmd is None: + return ctx + + ctx = cmd.make_context(name, args, parent=ctx, resilient_parsing=True) + args = ctx.protected_args + ctx.args + else: + sub_ctx = ctx + + while args: + name, cmd, args = command.resolve_command(ctx, args) + + if cmd is None: + return ctx + + sub_ctx = cmd.make_context( + name, + args, + parent=ctx, + allow_extra_args=True, + allow_interspersed_args=False, + resilient_parsing=True, + ) + args = sub_ctx.args + + ctx = sub_ctx + args = [*sub_ctx.protected_args, *sub_ctx.args] + else: + break + + return ctx + + +def _resolve_incomplete( + ctx: Context, args: t.List[str], incomplete: str +) -> t.Tuple[t.Union[BaseCommand, Parameter], str]: + """Find the Click object that will handle the completion of the + incomplete value. Return the object and the incomplete value. + + :param ctx: Invocation context for the command represented by + the parsed complete args. + :param args: List of complete args before the incomplete value. + :param incomplete: Value being completed. May be empty. + """ + # Different shells treat an "=" between a long option name and + # value differently. Might keep the value joined, return the "=" + # as a separate item, or return the split name and value. Always + # split and discard the "=" to make completion easier. + if incomplete == "=": + incomplete = "" + elif "=" in incomplete and _start_of_option(ctx, incomplete): + name, _, incomplete = incomplete.partition("=") + args.append(name) + + # The "--" marker tells Click to stop treating values as options + # even if they start with the option character. If it hasn't been + # given and the incomplete arg looks like an option, the current + # command will provide option name completions. + if "--" not in args and _start_of_option(ctx, incomplete): + return ctx.command, incomplete + + params = ctx.command.get_params(ctx) + + # If the last complete arg is an option name with an incomplete + # value, the option will provide value completions. + for param in params: + if _is_incomplete_option(ctx, args, param): + return param, incomplete + + # It's not an option name or value. The first argument without a + # parsed value will provide value completions. + for param in params: + if _is_incomplete_argument(ctx, param): + return param, incomplete + + # There were no unparsed arguments, the command may be a group that + # will provide command name completions. + return ctx.command, incomplete diff --git a/venv/lib/python3.11/site-packages/click/termui.py b/venv/lib/python3.11/site-packages/click/termui.py new file mode 100644 index 0000000..c084f19 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/termui.py @@ -0,0 +1,784 @@ +import inspect +import io +import itertools +import sys +import typing as t +from gettext import gettext as _ + +from ._compat import isatty +from ._compat import strip_ansi +from .exceptions import Abort +from .exceptions import UsageError +from .globals import resolve_color_default +from .types import Choice +from .types import convert_type +from .types import ParamType +from .utils import echo +from .utils import LazyFile + +if t.TYPE_CHECKING: + from ._termui_impl import ProgressBar + +V = t.TypeVar("V") + +# The prompt functions to use. The doc tools currently override these +# functions to customize how they work. +visible_prompt_func: t.Callable[[str], str] = input + +_ansi_colors = { + "black": 30, + "red": 31, + "green": 32, + "yellow": 33, + "blue": 34, + "magenta": 35, + "cyan": 36, + "white": 37, + "reset": 39, + "bright_black": 90, + "bright_red": 91, + "bright_green": 92, + "bright_yellow": 93, + "bright_blue": 94, + "bright_magenta": 95, + "bright_cyan": 96, + "bright_white": 97, +} +_ansi_reset_all = "\033[0m" + + +def hidden_prompt_func(prompt: str) -> str: + import getpass + + return getpass.getpass(prompt) + + +def _build_prompt( + text: str, + suffix: str, + show_default: bool = False, + default: t.Optional[t.Any] = None, + show_choices: bool = True, + type: t.Optional[ParamType] = None, +) -> str: + prompt = text + if type is not None and show_choices and isinstance(type, Choice): + prompt += f" ({', '.join(map(str, type.choices))})" + if default is not None and show_default: + prompt = f"{prompt} [{_format_default(default)}]" + return f"{prompt}{suffix}" + + +def _format_default(default: t.Any) -> t.Any: + if isinstance(default, (io.IOBase, LazyFile)) and hasattr(default, "name"): + return default.name + + return default + + +def prompt( + text: str, + default: t.Optional[t.Any] = None, + hide_input: bool = False, + confirmation_prompt: t.Union[bool, str] = False, + type: t.Optional[t.Union[ParamType, t.Any]] = None, + value_proc: t.Optional[t.Callable[[str], t.Any]] = None, + prompt_suffix: str = ": ", + show_default: bool = True, + err: bool = False, + show_choices: bool = True, +) -> t.Any: + """Prompts a user for input. This is a convenience function that can + be used to prompt a user for input later. + + If the user aborts the input by sending an interrupt signal, this + function will catch it and raise a :exc:`Abort` exception. + + :param text: the text to show for the prompt. + :param default: the default value to use if no input happens. If this + is not given it will prompt until it's aborted. + :param hide_input: if this is set to true then the input value will + be hidden. + :param confirmation_prompt: Prompt a second time to confirm the + value. Can be set to a string instead of ``True`` to customize + the message. + :param type: the type to use to check the value against. + :param value_proc: if this parameter is provided it's a function that + is invoked instead of the type conversion to + convert a value. + :param prompt_suffix: a suffix that should be added to the prompt. + :param show_default: shows or hides the default value in the prompt. + :param err: if set to true the file defaults to ``stderr`` instead of + ``stdout``, the same as with echo. + :param show_choices: Show or hide choices if the passed type is a Choice. + For example if type is a Choice of either day or week, + show_choices is true and text is "Group by" then the + prompt will be "Group by (day, week): ". + + .. versionadded:: 8.0 + ``confirmation_prompt`` can be a custom string. + + .. versionadded:: 7.0 + Added the ``show_choices`` parameter. + + .. versionadded:: 6.0 + Added unicode support for cmd.exe on Windows. + + .. versionadded:: 4.0 + Added the `err` parameter. + + """ + + def prompt_func(text: str) -> str: + f = hidden_prompt_func if hide_input else visible_prompt_func + try: + # Write the prompt separately so that we get nice + # coloring through colorama on Windows + echo(text.rstrip(" "), nl=False, err=err) + # Echo a space to stdout to work around an issue where + # readline causes backspace to clear the whole line. + return f(" ") + except (KeyboardInterrupt, EOFError): + # getpass doesn't print a newline if the user aborts input with ^C. + # Allegedly this behavior is inherited from getpass(3). + # A doc bug has been filed at https://bugs.python.org/issue24711 + if hide_input: + echo(None, err=err) + raise Abort() from None + + if value_proc is None: + value_proc = convert_type(type, default) + + prompt = _build_prompt( + text, prompt_suffix, show_default, default, show_choices, type + ) + + if confirmation_prompt: + if confirmation_prompt is True: + confirmation_prompt = _("Repeat for confirmation") + + confirmation_prompt = _build_prompt(confirmation_prompt, prompt_suffix) + + while True: + while True: + value = prompt_func(prompt) + if value: + break + elif default is not None: + value = default + break + try: + result = value_proc(value) + except UsageError as e: + if hide_input: + echo(_("Error: The value you entered was invalid."), err=err) + else: + echo(_("Error: {e.message}").format(e=e), err=err) + continue + if not confirmation_prompt: + return result + while True: + value2 = prompt_func(confirmation_prompt) + is_empty = not value and not value2 + if value2 or is_empty: + break + if value == value2: + return result + echo(_("Error: The two entered values do not match."), err=err) + + +def confirm( + text: str, + default: t.Optional[bool] = False, + abort: bool = False, + prompt_suffix: str = ": ", + show_default: bool = True, + err: bool = False, +) -> bool: + """Prompts for confirmation (yes/no question). + + If the user aborts the input by sending a interrupt signal this + function will catch it and raise a :exc:`Abort` exception. + + :param text: the question to ask. + :param default: The default value to use when no input is given. If + ``None``, repeat until input is given. + :param abort: if this is set to `True` a negative answer aborts the + exception by raising :exc:`Abort`. + :param prompt_suffix: a suffix that should be added to the prompt. + :param show_default: shows or hides the default value in the prompt. + :param err: if set to true the file defaults to ``stderr`` instead of + ``stdout``, the same as with echo. + + .. versionchanged:: 8.0 + Repeat until input is given if ``default`` is ``None``. + + .. versionadded:: 4.0 + Added the ``err`` parameter. + """ + prompt = _build_prompt( + text, + prompt_suffix, + show_default, + "y/n" if default is None else ("Y/n" if default else "y/N"), + ) + + while True: + try: + # Write the prompt separately so that we get nice + # coloring through colorama on Windows + echo(prompt.rstrip(" "), nl=False, err=err) + # Echo a space to stdout to work around an issue where + # readline causes backspace to clear the whole line. + value = visible_prompt_func(" ").lower().strip() + except (KeyboardInterrupt, EOFError): + raise Abort() from None + if value in ("y", "yes"): + rv = True + elif value in ("n", "no"): + rv = False + elif default is not None and value == "": + rv = default + else: + echo(_("Error: invalid input"), err=err) + continue + break + if abort and not rv: + raise Abort() + return rv + + +def echo_via_pager( + text_or_generator: t.Union[t.Iterable[str], t.Callable[[], t.Iterable[str]], str], + color: t.Optional[bool] = None, +) -> None: + """This function takes a text and shows it via an environment specific + pager on stdout. + + .. versionchanged:: 3.0 + Added the `color` flag. + + :param text_or_generator: the text to page, or alternatively, a + generator emitting the text to page. + :param color: controls if the pager supports ANSI colors or not. The + default is autodetection. + """ + color = resolve_color_default(color) + + if inspect.isgeneratorfunction(text_or_generator): + i = t.cast(t.Callable[[], t.Iterable[str]], text_or_generator)() + elif isinstance(text_or_generator, str): + i = [text_or_generator] + else: + i = iter(t.cast(t.Iterable[str], text_or_generator)) + + # convert every element of i to a text type if necessary + text_generator = (el if isinstance(el, str) else str(el) for el in i) + + from ._termui_impl import pager + + return pager(itertools.chain(text_generator, "\n"), color) + + +def progressbar( + iterable: t.Optional[t.Iterable[V]] = None, + length: t.Optional[int] = None, + label: t.Optional[str] = None, + show_eta: bool = True, + show_percent: t.Optional[bool] = None, + show_pos: bool = False, + item_show_func: t.Optional[t.Callable[[t.Optional[V]], t.Optional[str]]] = None, + fill_char: str = "#", + empty_char: str = "-", + bar_template: str = "%(label)s [%(bar)s] %(info)s", + info_sep: str = " ", + width: int = 36, + file: t.Optional[t.TextIO] = None, + color: t.Optional[bool] = None, + update_min_steps: int = 1, +) -> "ProgressBar[V]": + """This function creates an iterable context manager that can be used + to iterate over something while showing a progress bar. It will + either iterate over the `iterable` or `length` items (that are counted + up). While iteration happens, this function will print a rendered + progress bar to the given `file` (defaults to stdout) and will attempt + to calculate remaining time and more. By default, this progress bar + will not be rendered if the file is not a terminal. + + The context manager creates the progress bar. When the context + manager is entered the progress bar is already created. With every + iteration over the progress bar, the iterable passed to the bar is + advanced and the bar is updated. When the context manager exits, + a newline is printed and the progress bar is finalized on screen. + + Note: The progress bar is currently designed for use cases where the + total progress can be expected to take at least several seconds. + Because of this, the ProgressBar class object won't display + progress that is considered too fast, and progress where the time + between steps is less than a second. + + No printing must happen or the progress bar will be unintentionally + destroyed. + + Example usage:: + + with progressbar(items) as bar: + for item in bar: + do_something_with(item) + + Alternatively, if no iterable is specified, one can manually update the + progress bar through the `update()` method instead of directly + iterating over the progress bar. The update method accepts the number + of steps to increment the bar with:: + + with progressbar(length=chunks.total_bytes) as bar: + for chunk in chunks: + process_chunk(chunk) + bar.update(chunks.bytes) + + The ``update()`` method also takes an optional value specifying the + ``current_item`` at the new position. This is useful when used + together with ``item_show_func`` to customize the output for each + manual step:: + + with click.progressbar( + length=total_size, + label='Unzipping archive', + item_show_func=lambda a: a.filename + ) as bar: + for archive in zip_file: + archive.extract() + bar.update(archive.size, archive) + + :param iterable: an iterable to iterate over. If not provided the length + is required. + :param length: the number of items to iterate over. By default the + progressbar will attempt to ask the iterator about its + length, which might or might not work. If an iterable is + also provided this parameter can be used to override the + length. If an iterable is not provided the progress bar + will iterate over a range of that length. + :param label: the label to show next to the progress bar. + :param show_eta: enables or disables the estimated time display. This is + automatically disabled if the length cannot be + determined. + :param show_percent: enables or disables the percentage display. The + default is `True` if the iterable has a length or + `False` if not. + :param show_pos: enables or disables the absolute position display. The + default is `False`. + :param item_show_func: A function called with the current item which + can return a string to show next to the progress bar. If the + function returns ``None`` nothing is shown. The current item can + be ``None``, such as when entering and exiting the bar. + :param fill_char: the character to use to show the filled part of the + progress bar. + :param empty_char: the character to use to show the non-filled part of + the progress bar. + :param bar_template: the format string to use as template for the bar. + The parameters in it are ``label`` for the label, + ``bar`` for the progress bar and ``info`` for the + info section. + :param info_sep: the separator between multiple info items (eta etc.) + :param width: the width of the progress bar in characters, 0 means full + terminal width + :param file: The file to write to. If this is not a terminal then + only the label is printed. + :param color: controls if the terminal supports ANSI colors or not. The + default is autodetection. This is only needed if ANSI + codes are included anywhere in the progress bar output + which is not the case by default. + :param update_min_steps: Render only when this many updates have + completed. This allows tuning for very fast iterators. + + .. versionchanged:: 8.0 + Output is shown even if execution time is less than 0.5 seconds. + + .. versionchanged:: 8.0 + ``item_show_func`` shows the current item, not the previous one. + + .. versionchanged:: 8.0 + Labels are echoed if the output is not a TTY. Reverts a change + in 7.0 that removed all output. + + .. versionadded:: 8.0 + Added the ``update_min_steps`` parameter. + + .. versionchanged:: 4.0 + Added the ``color`` parameter. Added the ``update`` method to + the object. + + .. versionadded:: 2.0 + """ + from ._termui_impl import ProgressBar + + color = resolve_color_default(color) + return ProgressBar( + iterable=iterable, + length=length, + show_eta=show_eta, + show_percent=show_percent, + show_pos=show_pos, + item_show_func=item_show_func, + fill_char=fill_char, + empty_char=empty_char, + bar_template=bar_template, + info_sep=info_sep, + file=file, + label=label, + width=width, + color=color, + update_min_steps=update_min_steps, + ) + + +def clear() -> None: + """Clears the terminal screen. This will have the effect of clearing + the whole visible space of the terminal and moving the cursor to the + top left. This does not do anything if not connected to a terminal. + + .. versionadded:: 2.0 + """ + if not isatty(sys.stdout): + return + + # ANSI escape \033[2J clears the screen, \033[1;1H moves the cursor + echo("\033[2J\033[1;1H", nl=False) + + +def _interpret_color( + color: t.Union[int, t.Tuple[int, int, int], str], offset: int = 0 +) -> str: + if isinstance(color, int): + return f"{38 + offset};5;{color:d}" + + if isinstance(color, (tuple, list)): + r, g, b = color + return f"{38 + offset};2;{r:d};{g:d};{b:d}" + + return str(_ansi_colors[color] + offset) + + +def style( + text: t.Any, + fg: t.Optional[t.Union[int, t.Tuple[int, int, int], str]] = None, + bg: t.Optional[t.Union[int, t.Tuple[int, int, int], str]] = None, + bold: t.Optional[bool] = None, + dim: t.Optional[bool] = None, + underline: t.Optional[bool] = None, + overline: t.Optional[bool] = None, + italic: t.Optional[bool] = None, + blink: t.Optional[bool] = None, + reverse: t.Optional[bool] = None, + strikethrough: t.Optional[bool] = None, + reset: bool = True, +) -> str: + """Styles a text with ANSI styles and returns the new string. By + default the styling is self contained which means that at the end + of the string a reset code is issued. This can be prevented by + passing ``reset=False``. + + Examples:: + + click.echo(click.style('Hello World!', fg='green')) + click.echo(click.style('ATTENTION!', blink=True)) + click.echo(click.style('Some things', reverse=True, fg='cyan')) + click.echo(click.style('More colors', fg=(255, 12, 128), bg=117)) + + Supported color names: + + * ``black`` (might be a gray) + * ``red`` + * ``green`` + * ``yellow`` (might be an orange) + * ``blue`` + * ``magenta`` + * ``cyan`` + * ``white`` (might be light gray) + * ``bright_black`` + * ``bright_red`` + * ``bright_green`` + * ``bright_yellow`` + * ``bright_blue`` + * ``bright_magenta`` + * ``bright_cyan`` + * ``bright_white`` + * ``reset`` (reset the color code only) + + If the terminal supports it, color may also be specified as: + + - An integer in the interval [0, 255]. The terminal must support + 8-bit/256-color mode. + - An RGB tuple of three integers in [0, 255]. The terminal must + support 24-bit/true-color mode. + + See https://en.wikipedia.org/wiki/ANSI_color and + https://gist.github.com/XVilka/8346728 for more information. + + :param text: the string to style with ansi codes. + :param fg: if provided this will become the foreground color. + :param bg: if provided this will become the background color. + :param bold: if provided this will enable or disable bold mode. + :param dim: if provided this will enable or disable dim mode. This is + badly supported. + :param underline: if provided this will enable or disable underline. + :param overline: if provided this will enable or disable overline. + :param italic: if provided this will enable or disable italic. + :param blink: if provided this will enable or disable blinking. + :param reverse: if provided this will enable or disable inverse + rendering (foreground becomes background and the + other way round). + :param strikethrough: if provided this will enable or disable + striking through text. + :param reset: by default a reset-all code is added at the end of the + string which means that styles do not carry over. This + can be disabled to compose styles. + + .. versionchanged:: 8.0 + A non-string ``message`` is converted to a string. + + .. versionchanged:: 8.0 + Added support for 256 and RGB color codes. + + .. versionchanged:: 8.0 + Added the ``strikethrough``, ``italic``, and ``overline`` + parameters. + + .. versionchanged:: 7.0 + Added support for bright colors. + + .. versionadded:: 2.0 + """ + if not isinstance(text, str): + text = str(text) + + bits = [] + + if fg: + try: + bits.append(f"\033[{_interpret_color(fg)}m") + except KeyError: + raise TypeError(f"Unknown color {fg!r}") from None + + if bg: + try: + bits.append(f"\033[{_interpret_color(bg, 10)}m") + except KeyError: + raise TypeError(f"Unknown color {bg!r}") from None + + if bold is not None: + bits.append(f"\033[{1 if bold else 22}m") + if dim is not None: + bits.append(f"\033[{2 if dim else 22}m") + if underline is not None: + bits.append(f"\033[{4 if underline else 24}m") + if overline is not None: + bits.append(f"\033[{53 if overline else 55}m") + if italic is not None: + bits.append(f"\033[{3 if italic else 23}m") + if blink is not None: + bits.append(f"\033[{5 if blink else 25}m") + if reverse is not None: + bits.append(f"\033[{7 if reverse else 27}m") + if strikethrough is not None: + bits.append(f"\033[{9 if strikethrough else 29}m") + bits.append(text) + if reset: + bits.append(_ansi_reset_all) + return "".join(bits) + + +def unstyle(text: str) -> str: + """Removes ANSI styling information from a string. Usually it's not + necessary to use this function as Click's echo function will + automatically remove styling if necessary. + + .. versionadded:: 2.0 + + :param text: the text to remove style information from. + """ + return strip_ansi(text) + + +def secho( + message: t.Optional[t.Any] = None, + file: t.Optional[t.IO[t.AnyStr]] = None, + nl: bool = True, + err: bool = False, + color: t.Optional[bool] = None, + **styles: t.Any, +) -> None: + """This function combines :func:`echo` and :func:`style` into one + call. As such the following two calls are the same:: + + click.secho('Hello World!', fg='green') + click.echo(click.style('Hello World!', fg='green')) + + All keyword arguments are forwarded to the underlying functions + depending on which one they go with. + + Non-string types will be converted to :class:`str`. However, + :class:`bytes` are passed directly to :meth:`echo` without applying + style. If you want to style bytes that represent text, call + :meth:`bytes.decode` first. + + .. versionchanged:: 8.0 + A non-string ``message`` is converted to a string. Bytes are + passed through without style applied. + + .. versionadded:: 2.0 + """ + if message is not None and not isinstance(message, (bytes, bytearray)): + message = style(message, **styles) + + return echo(message, file=file, nl=nl, err=err, color=color) + + +def edit( + text: t.Optional[t.AnyStr] = None, + editor: t.Optional[str] = None, + env: t.Optional[t.Mapping[str, str]] = None, + require_save: bool = True, + extension: str = ".txt", + filename: t.Optional[str] = None, +) -> t.Optional[t.AnyStr]: + r"""Edits the given text in the defined editor. If an editor is given + (should be the full path to the executable but the regular operating + system search path is used for finding the executable) it overrides + the detected editor. Optionally, some environment variables can be + used. If the editor is closed without changes, `None` is returned. In + case a file is edited directly the return value is always `None` and + `require_save` and `extension` are ignored. + + If the editor cannot be opened a :exc:`UsageError` is raised. + + Note for Windows: to simplify cross-platform usage, the newlines are + automatically converted from POSIX to Windows and vice versa. As such, + the message here will have ``\n`` as newline markers. + + :param text: the text to edit. + :param editor: optionally the editor to use. Defaults to automatic + detection. + :param env: environment variables to forward to the editor. + :param require_save: if this is true, then not saving in the editor + will make the return value become `None`. + :param extension: the extension to tell the editor about. This defaults + to `.txt` but changing this might change syntax + highlighting. + :param filename: if provided it will edit this file instead of the + provided text contents. It will not use a temporary + file as an indirection in that case. + """ + from ._termui_impl import Editor + + ed = Editor(editor=editor, env=env, require_save=require_save, extension=extension) + + if filename is None: + return ed.edit(text) + + ed.edit_file(filename) + return None + + +def launch(url: str, wait: bool = False, locate: bool = False) -> int: + """This function launches the given URL (or filename) in the default + viewer application for this file type. If this is an executable, it + might launch the executable in a new session. The return value is + the exit code of the launched application. Usually, ``0`` indicates + success. + + Examples:: + + click.launch('https://click.palletsprojects.com/') + click.launch('/my/downloaded/file', locate=True) + + .. versionadded:: 2.0 + + :param url: URL or filename of the thing to launch. + :param wait: Wait for the program to exit before returning. This + only works if the launched program blocks. In particular, + ``xdg-open`` on Linux does not block. + :param locate: if this is set to `True` then instead of launching the + application associated with the URL it will attempt to + launch a file manager with the file located. This + might have weird effects if the URL does not point to + the filesystem. + """ + from ._termui_impl import open_url + + return open_url(url, wait=wait, locate=locate) + + +# If this is provided, getchar() calls into this instead. This is used +# for unittesting purposes. +_getchar: t.Optional[t.Callable[[bool], str]] = None + + +def getchar(echo: bool = False) -> str: + """Fetches a single character from the terminal and returns it. This + will always return a unicode character and under certain rare + circumstances this might return more than one character. The + situations which more than one character is returned is when for + whatever reason multiple characters end up in the terminal buffer or + standard input was not actually a terminal. + + Note that this will always read from the terminal, even if something + is piped into the standard input. + + Note for Windows: in rare cases when typing non-ASCII characters, this + function might wait for a second character and then return both at once. + This is because certain Unicode characters look like special-key markers. + + .. versionadded:: 2.0 + + :param echo: if set to `True`, the character read will also show up on + the terminal. The default is to not show it. + """ + global _getchar + + if _getchar is None: + from ._termui_impl import getchar as f + + _getchar = f + + return _getchar(echo) + + +def raw_terminal() -> t.ContextManager[int]: + from ._termui_impl import raw_terminal as f + + return f() + + +def pause(info: t.Optional[str] = None, err: bool = False) -> None: + """This command stops execution and waits for the user to press any + key to continue. This is similar to the Windows batch "pause" + command. If the program is not run through a terminal, this command + will instead do nothing. + + .. versionadded:: 2.0 + + .. versionadded:: 4.0 + Added the `err` parameter. + + :param info: The message to print before pausing. Defaults to + ``"Press any key to continue..."``. + :param err: if set to message goes to ``stderr`` instead of + ``stdout``, the same as with echo. + """ + if not isatty(sys.stdin) or not isatty(sys.stdout): + return + + if info is None: + info = _("Press any key to continue...") + + try: + if info: + echo(info, nl=False, err=err) + try: + getchar() + except (KeyboardInterrupt, EOFError): + pass + finally: + if info: + echo(err=err) diff --git a/venv/lib/python3.11/site-packages/click/testing.py b/venv/lib/python3.11/site-packages/click/testing.py new file mode 100644 index 0000000..772b215 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/testing.py @@ -0,0 +1,483 @@ +import contextlib +import io +import os +import shlex +import shutil +import sys +import tempfile +import typing as t +from types import TracebackType + +from . import _compat +from . import formatting +from . import termui +from . import utils +from ._compat import _find_binary_reader + +if t.TYPE_CHECKING: + from .core import BaseCommand + + +class EchoingStdin: + def __init__(self, input: t.BinaryIO, output: t.BinaryIO) -> None: + self._input = input + self._output = output + self._paused = False + + def __getattr__(self, x: str) -> t.Any: + return getattr(self._input, x) + + def _echo(self, rv: bytes) -> bytes: + if not self._paused: + self._output.write(rv) + + return rv + + def read(self, n: int = -1) -> bytes: + return self._echo(self._input.read(n)) + + def read1(self, n: int = -1) -> bytes: + return self._echo(self._input.read1(n)) # type: ignore + + def readline(self, n: int = -1) -> bytes: + return self._echo(self._input.readline(n)) + + def readlines(self) -> t.List[bytes]: + return [self._echo(x) for x in self._input.readlines()] + + def __iter__(self) -> t.Iterator[bytes]: + return iter(self._echo(x) for x in self._input) + + def __repr__(self) -> str: + return repr(self._input) + + +@contextlib.contextmanager +def _pause_echo(stream: t.Optional[EchoingStdin]) -> t.Iterator[None]: + if stream is None: + yield + else: + stream._paused = True + yield + stream._paused = False + + +class _NamedTextIOWrapper(io.TextIOWrapper): + def __init__( + self, buffer: t.BinaryIO, name: str, mode: str, **kwargs: t.Any + ) -> None: + super().__init__(buffer, **kwargs) + self._name = name + self._mode = mode + + @property + def name(self) -> str: + return self._name + + @property + def mode(self) -> str: + return self._mode + + +def make_input_stream( + input: t.Optional[t.Union[str, bytes, t.IO[t.Any]]], charset: str +) -> t.BinaryIO: + # Is already an input stream. + if hasattr(input, "read"): + rv = _find_binary_reader(t.cast(t.IO[t.Any], input)) + + if rv is not None: + return rv + + raise TypeError("Could not find binary reader for input stream.") + + if input is None: + input = b"" + elif isinstance(input, str): + input = input.encode(charset) + + return io.BytesIO(input) + + +class Result: + """Holds the captured result of an invoked CLI script.""" + + def __init__( + self, + runner: "CliRunner", + stdout_bytes: bytes, + stderr_bytes: t.Optional[bytes], + return_value: t.Any, + exit_code: int, + exception: t.Optional[BaseException], + exc_info: t.Optional[ + t.Tuple[t.Type[BaseException], BaseException, TracebackType] + ] = None, + ): + #: The runner that created the result + self.runner = runner + #: The standard output as bytes. + self.stdout_bytes = stdout_bytes + #: The standard error as bytes, or None if not available + self.stderr_bytes = stderr_bytes + #: The value returned from the invoked command. + #: + #: .. versionadded:: 8.0 + self.return_value = return_value + #: The exit code as integer. + self.exit_code = exit_code + #: The exception that happened if one did. + self.exception = exception + #: The traceback + self.exc_info = exc_info + + @property + def output(self) -> str: + """The (standard) output as unicode string.""" + return self.stdout + + @property + def stdout(self) -> str: + """The standard output as unicode string.""" + return self.stdout_bytes.decode(self.runner.charset, "replace").replace( + "\r\n", "\n" + ) + + @property + def stderr(self) -> str: + """The standard error as unicode string.""" + if self.stderr_bytes is None: + raise ValueError("stderr not separately captured") + return self.stderr_bytes.decode(self.runner.charset, "replace").replace( + "\r\n", "\n" + ) + + def __repr__(self) -> str: + exc_str = repr(self.exception) if self.exception else "okay" + return f"<{type(self).__name__} {exc_str}>" + + +class CliRunner: + """The CLI runner provides functionality to invoke a Click command line + script for unittesting purposes in a isolated environment. This only + works in single-threaded systems without any concurrency as it changes the + global interpreter state. + + :param charset: the character set for the input and output data. + :param env: a dictionary with environment variables for overriding. + :param echo_stdin: if this is set to `True`, then reading from stdin writes + to stdout. This is useful for showing examples in + some circumstances. Note that regular prompts + will automatically echo the input. + :param mix_stderr: if this is set to `False`, then stdout and stderr are + preserved as independent streams. This is useful for + Unix-philosophy apps that have predictable stdout and + noisy stderr, such that each may be measured + independently + """ + + def __init__( + self, + charset: str = "utf-8", + env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, + echo_stdin: bool = False, + mix_stderr: bool = True, + ) -> None: + self.charset = charset + self.env: t.Mapping[str, t.Optional[str]] = env or {} + self.echo_stdin = echo_stdin + self.mix_stderr = mix_stderr + + def get_default_prog_name(self, cli: "BaseCommand") -> str: + """Given a command object it will return the default program name + for it. The default is the `name` attribute or ``"root"`` if not + set. + """ + return cli.name or "root" + + def make_env( + self, overrides: t.Optional[t.Mapping[str, t.Optional[str]]] = None + ) -> t.Mapping[str, t.Optional[str]]: + """Returns the environment overrides for invoking a script.""" + rv = dict(self.env) + if overrides: + rv.update(overrides) + return rv + + @contextlib.contextmanager + def isolation( + self, + input: t.Optional[t.Union[str, bytes, t.IO[t.Any]]] = None, + env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, + color: bool = False, + ) -> t.Iterator[t.Tuple[io.BytesIO, t.Optional[io.BytesIO]]]: + """A context manager that sets up the isolation for invoking of a + command line tool. This sets up stdin with the given input data + and `os.environ` with the overrides from the given dictionary. + This also rebinds some internals in Click to be mocked (like the + prompt functionality). + + This is automatically done in the :meth:`invoke` method. + + :param input: the input stream to put into sys.stdin. + :param env: the environment overrides as dictionary. + :param color: whether the output should contain color codes. The + application can still override this explicitly. + + .. versionchanged:: 8.0 + ``stderr`` is opened with ``errors="backslashreplace"`` + instead of the default ``"strict"``. + + .. versionchanged:: 4.0 + Added the ``color`` parameter. + """ + bytes_input = make_input_stream(input, self.charset) + echo_input = None + + old_stdin = sys.stdin + old_stdout = sys.stdout + old_stderr = sys.stderr + old_forced_width = formatting.FORCED_WIDTH + formatting.FORCED_WIDTH = 80 + + env = self.make_env(env) + + bytes_output = io.BytesIO() + + if self.echo_stdin: + bytes_input = echo_input = t.cast( + t.BinaryIO, EchoingStdin(bytes_input, bytes_output) + ) + + sys.stdin = text_input = _NamedTextIOWrapper( + bytes_input, encoding=self.charset, name="", mode="r" + ) + + if self.echo_stdin: + # Force unbuffered reads, otherwise TextIOWrapper reads a + # large chunk which is echoed early. + text_input._CHUNK_SIZE = 1 # type: ignore + + sys.stdout = _NamedTextIOWrapper( + bytes_output, encoding=self.charset, name="", mode="w" + ) + + bytes_error = None + if self.mix_stderr: + sys.stderr = sys.stdout + else: + bytes_error = io.BytesIO() + sys.stderr = _NamedTextIOWrapper( + bytes_error, + encoding=self.charset, + name="", + mode="w", + errors="backslashreplace", + ) + + @_pause_echo(echo_input) # type: ignore + def visible_input(prompt: t.Optional[str] = None) -> str: + sys.stdout.write(prompt or "") + val = text_input.readline().rstrip("\r\n") + sys.stdout.write(f"{val}\n") + sys.stdout.flush() + return val + + @_pause_echo(echo_input) # type: ignore + def hidden_input(prompt: t.Optional[str] = None) -> str: + sys.stdout.write(f"{prompt or ''}\n") + sys.stdout.flush() + return text_input.readline().rstrip("\r\n") + + @_pause_echo(echo_input) # type: ignore + def _getchar(echo: bool) -> str: + char = sys.stdin.read(1) + + if echo: + sys.stdout.write(char) + + sys.stdout.flush() + return char + + default_color = color + + def should_strip_ansi( + stream: t.Optional[t.IO[t.Any]] = None, color: t.Optional[bool] = None + ) -> bool: + if color is None: + return not default_color + return not color + + old_visible_prompt_func = termui.visible_prompt_func + old_hidden_prompt_func = termui.hidden_prompt_func + old__getchar_func = termui._getchar + old_should_strip_ansi = utils.should_strip_ansi # type: ignore + old__compat_should_strip_ansi = _compat.should_strip_ansi + termui.visible_prompt_func = visible_input + termui.hidden_prompt_func = hidden_input + termui._getchar = _getchar + utils.should_strip_ansi = should_strip_ansi # type: ignore + _compat.should_strip_ansi = should_strip_ansi + + old_env = {} + try: + for key, value in env.items(): + old_env[key] = os.environ.get(key) + if value is None: + try: + del os.environ[key] + except Exception: + pass + else: + os.environ[key] = value + yield (bytes_output, bytes_error) + finally: + for key, value in old_env.items(): + if value is None: + try: + del os.environ[key] + except Exception: + pass + else: + os.environ[key] = value + sys.stdout = old_stdout + sys.stderr = old_stderr + sys.stdin = old_stdin + termui.visible_prompt_func = old_visible_prompt_func + termui.hidden_prompt_func = old_hidden_prompt_func + termui._getchar = old__getchar_func + utils.should_strip_ansi = old_should_strip_ansi # type: ignore + _compat.should_strip_ansi = old__compat_should_strip_ansi + formatting.FORCED_WIDTH = old_forced_width + + def invoke( + self, + cli: "BaseCommand", + args: t.Optional[t.Union[str, t.Sequence[str]]] = None, + input: t.Optional[t.Union[str, bytes, t.IO[t.Any]]] = None, + env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, + catch_exceptions: bool = True, + color: bool = False, + **extra: t.Any, + ) -> Result: + """Invokes a command in an isolated environment. The arguments are + forwarded directly to the command line script, the `extra` keyword + arguments are passed to the :meth:`~clickpkg.Command.main` function of + the command. + + This returns a :class:`Result` object. + + :param cli: the command to invoke + :param args: the arguments to invoke. It may be given as an iterable + or a string. When given as string it will be interpreted + as a Unix shell command. More details at + :func:`shlex.split`. + :param input: the input data for `sys.stdin`. + :param env: the environment overrides. + :param catch_exceptions: Whether to catch any other exceptions than + ``SystemExit``. + :param extra: the keyword arguments to pass to :meth:`main`. + :param color: whether the output should contain color codes. The + application can still override this explicitly. + + .. versionchanged:: 8.0 + The result object has the ``return_value`` attribute with + the value returned from the invoked command. + + .. versionchanged:: 4.0 + Added the ``color`` parameter. + + .. versionchanged:: 3.0 + Added the ``catch_exceptions`` parameter. + + .. versionchanged:: 3.0 + The result object has the ``exc_info`` attribute with the + traceback if available. + """ + exc_info = None + with self.isolation(input=input, env=env, color=color) as outstreams: + return_value = None + exception: t.Optional[BaseException] = None + exit_code = 0 + + if isinstance(args, str): + args = shlex.split(args) + + try: + prog_name = extra.pop("prog_name") + except KeyError: + prog_name = self.get_default_prog_name(cli) + + try: + return_value = cli.main(args=args or (), prog_name=prog_name, **extra) + except SystemExit as e: + exc_info = sys.exc_info() + e_code = t.cast(t.Optional[t.Union[int, t.Any]], e.code) + + if e_code is None: + e_code = 0 + + if e_code != 0: + exception = e + + if not isinstance(e_code, int): + sys.stdout.write(str(e_code)) + sys.stdout.write("\n") + e_code = 1 + + exit_code = e_code + + except Exception as e: + if not catch_exceptions: + raise + exception = e + exit_code = 1 + exc_info = sys.exc_info() + finally: + sys.stdout.flush() + stdout = outstreams[0].getvalue() + if self.mix_stderr: + stderr = None + else: + stderr = outstreams[1].getvalue() # type: ignore + + return Result( + runner=self, + stdout_bytes=stdout, + stderr_bytes=stderr, + return_value=return_value, + exit_code=exit_code, + exception=exception, + exc_info=exc_info, # type: ignore + ) + + @contextlib.contextmanager + def isolated_filesystem( + self, temp_dir: t.Optional[t.Union[str, "os.PathLike[str]"]] = None + ) -> t.Iterator[str]: + """A context manager that creates a temporary directory and + changes the current working directory to it. This isolates tests + that affect the contents of the CWD to prevent them from + interfering with each other. + + :param temp_dir: Create the temporary directory under this + directory. If given, the created directory is not removed + when exiting. + + .. versionchanged:: 8.0 + Added the ``temp_dir`` parameter. + """ + cwd = os.getcwd() + dt = tempfile.mkdtemp(dir=temp_dir) + os.chdir(dt) + + try: + yield dt + finally: + os.chdir(cwd) + + if temp_dir is None: + try: + shutil.rmtree(dt) + except OSError: + pass diff --git a/venv/lib/python3.11/site-packages/click/types.py b/venv/lib/python3.11/site-packages/click/types.py new file mode 100644 index 0000000..a70fd58 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/types.py @@ -0,0 +1,1093 @@ +import os +import stat +import sys +import typing as t +from datetime import datetime +from gettext import gettext as _ +from gettext import ngettext + +from ._compat import _get_argv_encoding +from ._compat import open_stream +from .exceptions import BadParameter +from .utils import format_filename +from .utils import LazyFile +from .utils import safecall + +if t.TYPE_CHECKING: + import typing_extensions as te + + from .core import Context + from .core import Parameter + from .shell_completion import CompletionItem + + +class ParamType: + """Represents the type of a parameter. Validates and converts values + from the command line or Python into the correct type. + + To implement a custom type, subclass and implement at least the + following: + + - The :attr:`name` class attribute must be set. + - Calling an instance of the type with ``None`` must return + ``None``. This is already implemented by default. + - :meth:`convert` must convert string values to the correct type. + - :meth:`convert` must accept values that are already the correct + type. + - It must be able to convert a value if the ``ctx`` and ``param`` + arguments are ``None``. This can occur when converting prompt + input. + """ + + is_composite: t.ClassVar[bool] = False + arity: t.ClassVar[int] = 1 + + #: the descriptive name of this type + name: str + + #: if a list of this type is expected and the value is pulled from a + #: string environment variable, this is what splits it up. `None` + #: means any whitespace. For all parameters the general rule is that + #: whitespace splits them up. The exception are paths and files which + #: are split by ``os.path.pathsep`` by default (":" on Unix and ";" on + #: Windows). + envvar_list_splitter: t.ClassVar[t.Optional[str]] = None + + def to_info_dict(self) -> t.Dict[str, t.Any]: + """Gather information that could be useful for a tool generating + user-facing documentation. + + Use :meth:`click.Context.to_info_dict` to traverse the entire + CLI structure. + + .. versionadded:: 8.0 + """ + # The class name without the "ParamType" suffix. + param_type = type(self).__name__.partition("ParamType")[0] + param_type = param_type.partition("ParameterType")[0] + + # Custom subclasses might not remember to set a name. + if hasattr(self, "name"): + name = self.name + else: + name = param_type + + return {"param_type": param_type, "name": name} + + def __call__( + self, + value: t.Any, + param: t.Optional["Parameter"] = None, + ctx: t.Optional["Context"] = None, + ) -> t.Any: + if value is not None: + return self.convert(value, param, ctx) + + def get_metavar(self, param: "Parameter") -> t.Optional[str]: + """Returns the metavar default for this param if it provides one.""" + + def get_missing_message(self, param: "Parameter") -> t.Optional[str]: + """Optionally might return extra information about a missing + parameter. + + .. versionadded:: 2.0 + """ + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + """Convert the value to the correct type. This is not called if + the value is ``None`` (the missing value). + + This must accept string values from the command line, as well as + values that are already the correct type. It may also convert + other compatible types. + + The ``param`` and ``ctx`` arguments may be ``None`` in certain + situations, such as when converting prompt input. + + If the value cannot be converted, call :meth:`fail` with a + descriptive message. + + :param value: The value to convert. + :param param: The parameter that is using this type to convert + its value. May be ``None``. + :param ctx: The current context that arrived at this value. May + be ``None``. + """ + return value + + def split_envvar_value(self, rv: str) -> t.Sequence[str]: + """Given a value from an environment variable this splits it up + into small chunks depending on the defined envvar list splitter. + + If the splitter is set to `None`, which means that whitespace splits, + then leading and trailing whitespace is ignored. Otherwise, leading + and trailing splitters usually lead to empty items being included. + """ + return (rv or "").split(self.envvar_list_splitter) + + def fail( + self, + message: str, + param: t.Optional["Parameter"] = None, + ctx: t.Optional["Context"] = None, + ) -> "t.NoReturn": + """Helper method to fail with an invalid value message.""" + raise BadParameter(message, ctx=ctx, param=param) + + def shell_complete( + self, ctx: "Context", param: "Parameter", incomplete: str + ) -> t.List["CompletionItem"]: + """Return a list of + :class:`~click.shell_completion.CompletionItem` objects for the + incomplete value. Most types do not provide completions, but + some do, and this allows custom types to provide custom + completions as well. + + :param ctx: Invocation context for this command. + :param param: The parameter that is requesting completion. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + return [] + + +class CompositeParamType(ParamType): + is_composite = True + + @property + def arity(self) -> int: # type: ignore + raise NotImplementedError() + + +class FuncParamType(ParamType): + def __init__(self, func: t.Callable[[t.Any], t.Any]) -> None: + self.name: str = func.__name__ + self.func = func + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict["func"] = self.func + return info_dict + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + try: + return self.func(value) + except ValueError: + try: + value = str(value) + except UnicodeError: + value = value.decode("utf-8", "replace") + + self.fail(value, param, ctx) + + +class UnprocessedParamType(ParamType): + name = "text" + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + return value + + def __repr__(self) -> str: + return "UNPROCESSED" + + +class StringParamType(ParamType): + name = "text" + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + if isinstance(value, bytes): + enc = _get_argv_encoding() + try: + value = value.decode(enc) + except UnicodeError: + fs_enc = sys.getfilesystemencoding() + if fs_enc != enc: + try: + value = value.decode(fs_enc) + except UnicodeError: + value = value.decode("utf-8", "replace") + else: + value = value.decode("utf-8", "replace") + return value + return str(value) + + def __repr__(self) -> str: + return "STRING" + + +class Choice(ParamType): + """The choice type allows a value to be checked against a fixed set + of supported values. All of these values have to be strings. + + You should only pass a list or tuple of choices. Other iterables + (like generators) may lead to surprising results. + + The resulting value will always be one of the originally passed choices + regardless of ``case_sensitive`` or any ``ctx.token_normalize_func`` + being specified. + + See :ref:`choice-opts` for an example. + + :param case_sensitive: Set to false to make choices case + insensitive. Defaults to true. + """ + + name = "choice" + + def __init__(self, choices: t.Sequence[str], case_sensitive: bool = True) -> None: + self.choices = choices + self.case_sensitive = case_sensitive + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict["choices"] = self.choices + info_dict["case_sensitive"] = self.case_sensitive + return info_dict + + def get_metavar(self, param: "Parameter") -> str: + choices_str = "|".join(self.choices) + + # Use curly braces to indicate a required argument. + if param.required and param.param_type_name == "argument": + return f"{{{choices_str}}}" + + # Use square braces to indicate an option or optional argument. + return f"[{choices_str}]" + + def get_missing_message(self, param: "Parameter") -> str: + return _("Choose from:\n\t{choices}").format(choices=",\n\t".join(self.choices)) + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + # Match through normalization and case sensitivity + # first do token_normalize_func, then lowercase + # preserve original `value` to produce an accurate message in + # `self.fail` + normed_value = value + normed_choices = {choice: choice for choice in self.choices} + + if ctx is not None and ctx.token_normalize_func is not None: + normed_value = ctx.token_normalize_func(value) + normed_choices = { + ctx.token_normalize_func(normed_choice): original + for normed_choice, original in normed_choices.items() + } + + if not self.case_sensitive: + normed_value = normed_value.casefold() + normed_choices = { + normed_choice.casefold(): original + for normed_choice, original in normed_choices.items() + } + + if normed_value in normed_choices: + return normed_choices[normed_value] + + choices_str = ", ".join(map(repr, self.choices)) + self.fail( + ngettext( + "{value!r} is not {choice}.", + "{value!r} is not one of {choices}.", + len(self.choices), + ).format(value=value, choice=choices_str, choices=choices_str), + param, + ctx, + ) + + def __repr__(self) -> str: + return f"Choice({list(self.choices)})" + + def shell_complete( + self, ctx: "Context", param: "Parameter", incomplete: str + ) -> t.List["CompletionItem"]: + """Complete choices that start with the incomplete value. + + :param ctx: Invocation context for this command. + :param param: The parameter that is requesting completion. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + str_choices = map(str, self.choices) + + if self.case_sensitive: + matched = (c for c in str_choices if c.startswith(incomplete)) + else: + incomplete = incomplete.lower() + matched = (c for c in str_choices if c.lower().startswith(incomplete)) + + return [CompletionItem(c) for c in matched] + + +class DateTime(ParamType): + """The DateTime type converts date strings into `datetime` objects. + + The format strings which are checked are configurable, but default to some + common (non-timezone aware) ISO 8601 formats. + + When specifying *DateTime* formats, you should only pass a list or a tuple. + Other iterables, like generators, may lead to surprising results. + + The format strings are processed using ``datetime.strptime``, and this + consequently defines the format strings which are allowed. + + Parsing is tried using each format, in order, and the first format which + parses successfully is used. + + :param formats: A list or tuple of date format strings, in the order in + which they should be tried. Defaults to + ``'%Y-%m-%d'``, ``'%Y-%m-%dT%H:%M:%S'``, + ``'%Y-%m-%d %H:%M:%S'``. + """ + + name = "datetime" + + def __init__(self, formats: t.Optional[t.Sequence[str]] = None): + self.formats: t.Sequence[str] = formats or [ + "%Y-%m-%d", + "%Y-%m-%dT%H:%M:%S", + "%Y-%m-%d %H:%M:%S", + ] + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict["formats"] = self.formats + return info_dict + + def get_metavar(self, param: "Parameter") -> str: + return f"[{'|'.join(self.formats)}]" + + def _try_to_convert_date(self, value: t.Any, format: str) -> t.Optional[datetime]: + try: + return datetime.strptime(value, format) + except ValueError: + return None + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + if isinstance(value, datetime): + return value + + for format in self.formats: + converted = self._try_to_convert_date(value, format) + + if converted is not None: + return converted + + formats_str = ", ".join(map(repr, self.formats)) + self.fail( + ngettext( + "{value!r} does not match the format {format}.", + "{value!r} does not match the formats {formats}.", + len(self.formats), + ).format(value=value, format=formats_str, formats=formats_str), + param, + ctx, + ) + + def __repr__(self) -> str: + return "DateTime" + + +class _NumberParamTypeBase(ParamType): + _number_class: t.ClassVar[t.Type[t.Any]] + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + try: + return self._number_class(value) + except ValueError: + self.fail( + _("{value!r} is not a valid {number_type}.").format( + value=value, number_type=self.name + ), + param, + ctx, + ) + + +class _NumberRangeBase(_NumberParamTypeBase): + def __init__( + self, + min: t.Optional[float] = None, + max: t.Optional[float] = None, + min_open: bool = False, + max_open: bool = False, + clamp: bool = False, + ) -> None: + self.min = min + self.max = max + self.min_open = min_open + self.max_open = max_open + self.clamp = clamp + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict.update( + min=self.min, + max=self.max, + min_open=self.min_open, + max_open=self.max_open, + clamp=self.clamp, + ) + return info_dict + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + import operator + + rv = super().convert(value, param, ctx) + lt_min: bool = self.min is not None and ( + operator.le if self.min_open else operator.lt + )(rv, self.min) + gt_max: bool = self.max is not None and ( + operator.ge if self.max_open else operator.gt + )(rv, self.max) + + if self.clamp: + if lt_min: + return self._clamp(self.min, 1, self.min_open) # type: ignore + + if gt_max: + return self._clamp(self.max, -1, self.max_open) # type: ignore + + if lt_min or gt_max: + self.fail( + _("{value} is not in the range {range}.").format( + value=rv, range=self._describe_range() + ), + param, + ctx, + ) + + return rv + + def _clamp(self, bound: float, dir: "te.Literal[1, -1]", open: bool) -> float: + """Find the valid value to clamp to bound in the given + direction. + + :param bound: The boundary value. + :param dir: 1 or -1 indicating the direction to move. + :param open: If true, the range does not include the bound. + """ + raise NotImplementedError + + def _describe_range(self) -> str: + """Describe the range for use in help text.""" + if self.min is None: + op = "<" if self.max_open else "<=" + return f"x{op}{self.max}" + + if self.max is None: + op = ">" if self.min_open else ">=" + return f"x{op}{self.min}" + + lop = "<" if self.min_open else "<=" + rop = "<" if self.max_open else "<=" + return f"{self.min}{lop}x{rop}{self.max}" + + def __repr__(self) -> str: + clamp = " clamped" if self.clamp else "" + return f"<{type(self).__name__} {self._describe_range()}{clamp}>" + + +class IntParamType(_NumberParamTypeBase): + name = "integer" + _number_class = int + + def __repr__(self) -> str: + return "INT" + + +class IntRange(_NumberRangeBase, IntParamType): + """Restrict an :data:`click.INT` value to a range of accepted + values. See :ref:`ranges`. + + If ``min`` or ``max`` are not passed, any value is accepted in that + direction. If ``min_open`` or ``max_open`` are enabled, the + corresponding boundary is not included in the range. + + If ``clamp`` is enabled, a value outside the range is clamped to the + boundary instead of failing. + + .. versionchanged:: 8.0 + Added the ``min_open`` and ``max_open`` parameters. + """ + + name = "integer range" + + def _clamp( # type: ignore + self, bound: int, dir: "te.Literal[1, -1]", open: bool + ) -> int: + if not open: + return bound + + return bound + dir + + +class FloatParamType(_NumberParamTypeBase): + name = "float" + _number_class = float + + def __repr__(self) -> str: + return "FLOAT" + + +class FloatRange(_NumberRangeBase, FloatParamType): + """Restrict a :data:`click.FLOAT` value to a range of accepted + values. See :ref:`ranges`. + + If ``min`` or ``max`` are not passed, any value is accepted in that + direction. If ``min_open`` or ``max_open`` are enabled, the + corresponding boundary is not included in the range. + + If ``clamp`` is enabled, a value outside the range is clamped to the + boundary instead of failing. This is not supported if either + boundary is marked ``open``. + + .. versionchanged:: 8.0 + Added the ``min_open`` and ``max_open`` parameters. + """ + + name = "float range" + + def __init__( + self, + min: t.Optional[float] = None, + max: t.Optional[float] = None, + min_open: bool = False, + max_open: bool = False, + clamp: bool = False, + ) -> None: + super().__init__( + min=min, max=max, min_open=min_open, max_open=max_open, clamp=clamp + ) + + if (min_open or max_open) and clamp: + raise TypeError("Clamping is not supported for open bounds.") + + def _clamp(self, bound: float, dir: "te.Literal[1, -1]", open: bool) -> float: + if not open: + return bound + + # Could use Python 3.9's math.nextafter here, but clamping an + # open float range doesn't seem to be particularly useful. It's + # left up to the user to write a callback to do it if needed. + raise RuntimeError("Clamping is not supported for open bounds.") + + +class BoolParamType(ParamType): + name = "boolean" + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + if value in {False, True}: + return bool(value) + + norm = value.strip().lower() + + if norm in {"1", "true", "t", "yes", "y", "on"}: + return True + + if norm in {"0", "false", "f", "no", "n", "off"}: + return False + + self.fail( + _("{value!r} is not a valid boolean.").format(value=value), param, ctx + ) + + def __repr__(self) -> str: + return "BOOL" + + +class UUIDParameterType(ParamType): + name = "uuid" + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + import uuid + + if isinstance(value, uuid.UUID): + return value + + value = value.strip() + + try: + return uuid.UUID(value) + except ValueError: + self.fail( + _("{value!r} is not a valid UUID.").format(value=value), param, ctx + ) + + def __repr__(self) -> str: + return "UUID" + + +class File(ParamType): + """Declares a parameter to be a file for reading or writing. The file + is automatically closed once the context tears down (after the command + finished working). + + Files can be opened for reading or writing. The special value ``-`` + indicates stdin or stdout depending on the mode. + + By default, the file is opened for reading text data, but it can also be + opened in binary mode or for writing. The encoding parameter can be used + to force a specific encoding. + + The `lazy` flag controls if the file should be opened immediately or upon + first IO. The default is to be non-lazy for standard input and output + streams as well as files opened for reading, `lazy` otherwise. When opening a + file lazily for reading, it is still opened temporarily for validation, but + will not be held open until first IO. lazy is mainly useful when opening + for writing to avoid creating the file until it is needed. + + Files can also be opened atomically in which case all writes go into a + separate file in the same folder and upon completion the file will + be moved over to the original location. This is useful if a file + regularly read by other users is modified. + + See :ref:`file-args` for more information. + + .. versionchanged:: 2.0 + Added the ``atomic`` parameter. + """ + + name = "filename" + envvar_list_splitter: t.ClassVar[str] = os.path.pathsep + + def __init__( + self, + mode: str = "r", + encoding: t.Optional[str] = None, + errors: t.Optional[str] = "strict", + lazy: t.Optional[bool] = None, + atomic: bool = False, + ) -> None: + self.mode = mode + self.encoding = encoding + self.errors = errors + self.lazy = lazy + self.atomic = atomic + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict.update(mode=self.mode, encoding=self.encoding) + return info_dict + + def resolve_lazy_flag(self, value: "t.Union[str, os.PathLike[str]]") -> bool: + if self.lazy is not None: + return self.lazy + if os.fspath(value) == "-": + return False + elif "w" in self.mode: + return True + return False + + def convert( + self, + value: t.Union[str, "os.PathLike[str]", t.IO[t.Any]], + param: t.Optional["Parameter"], + ctx: t.Optional["Context"], + ) -> t.IO[t.Any]: + if _is_file_like(value): + return value + + value = t.cast("t.Union[str, os.PathLike[str]]", value) + + try: + lazy = self.resolve_lazy_flag(value) + + if lazy: + lf = LazyFile( + value, self.mode, self.encoding, self.errors, atomic=self.atomic + ) + + if ctx is not None: + ctx.call_on_close(lf.close_intelligently) + + return t.cast(t.IO[t.Any], lf) + + f, should_close = open_stream( + value, self.mode, self.encoding, self.errors, atomic=self.atomic + ) + + # If a context is provided, we automatically close the file + # at the end of the context execution (or flush out). If a + # context does not exist, it's the caller's responsibility to + # properly close the file. This for instance happens when the + # type is used with prompts. + if ctx is not None: + if should_close: + ctx.call_on_close(safecall(f.close)) + else: + ctx.call_on_close(safecall(f.flush)) + + return f + except OSError as e: + self.fail(f"'{format_filename(value)}': {e.strerror}", param, ctx) + + def shell_complete( + self, ctx: "Context", param: "Parameter", incomplete: str + ) -> t.List["CompletionItem"]: + """Return a special completion marker that tells the completion + system to use the shell to provide file path completions. + + :param ctx: Invocation context for this command. + :param param: The parameter that is requesting completion. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + return [CompletionItem(incomplete, type="file")] + + +def _is_file_like(value: t.Any) -> "te.TypeGuard[t.IO[t.Any]]": + return hasattr(value, "read") or hasattr(value, "write") + + +class Path(ParamType): + """The ``Path`` type is similar to the :class:`File` type, but + returns the filename instead of an open file. Various checks can be + enabled to validate the type of file and permissions. + + :param exists: The file or directory needs to exist for the value to + be valid. If this is not set to ``True``, and the file does not + exist, then all further checks are silently skipped. + :param file_okay: Allow a file as a value. + :param dir_okay: Allow a directory as a value. + :param readable: if true, a readable check is performed. + :param writable: if true, a writable check is performed. + :param executable: if true, an executable check is performed. + :param resolve_path: Make the value absolute and resolve any + symlinks. A ``~`` is not expanded, as this is supposed to be + done by the shell only. + :param allow_dash: Allow a single dash as a value, which indicates + a standard stream (but does not open it). Use + :func:`~click.open_file` to handle opening this value. + :param path_type: Convert the incoming path value to this type. If + ``None``, keep Python's default, which is ``str``. Useful to + convert to :class:`pathlib.Path`. + + .. versionchanged:: 8.1 + Added the ``executable`` parameter. + + .. versionchanged:: 8.0 + Allow passing ``path_type=pathlib.Path``. + + .. versionchanged:: 6.0 + Added the ``allow_dash`` parameter. + """ + + envvar_list_splitter: t.ClassVar[str] = os.path.pathsep + + def __init__( + self, + exists: bool = False, + file_okay: bool = True, + dir_okay: bool = True, + writable: bool = False, + readable: bool = True, + resolve_path: bool = False, + allow_dash: bool = False, + path_type: t.Optional[t.Type[t.Any]] = None, + executable: bool = False, + ): + self.exists = exists + self.file_okay = file_okay + self.dir_okay = dir_okay + self.readable = readable + self.writable = writable + self.executable = executable + self.resolve_path = resolve_path + self.allow_dash = allow_dash + self.type = path_type + + if self.file_okay and not self.dir_okay: + self.name: str = _("file") + elif self.dir_okay and not self.file_okay: + self.name = _("directory") + else: + self.name = _("path") + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict.update( + exists=self.exists, + file_okay=self.file_okay, + dir_okay=self.dir_okay, + writable=self.writable, + readable=self.readable, + allow_dash=self.allow_dash, + ) + return info_dict + + def coerce_path_result( + self, value: "t.Union[str, os.PathLike[str]]" + ) -> "t.Union[str, bytes, os.PathLike[str]]": + if self.type is not None and not isinstance(value, self.type): + if self.type is str: + return os.fsdecode(value) + elif self.type is bytes: + return os.fsencode(value) + else: + return t.cast("os.PathLike[str]", self.type(value)) + + return value + + def convert( + self, + value: "t.Union[str, os.PathLike[str]]", + param: t.Optional["Parameter"], + ctx: t.Optional["Context"], + ) -> "t.Union[str, bytes, os.PathLike[str]]": + rv = value + + is_dash = self.file_okay and self.allow_dash and rv in (b"-", "-") + + if not is_dash: + if self.resolve_path: + # os.path.realpath doesn't resolve symlinks on Windows + # until Python 3.8. Use pathlib for now. + import pathlib + + rv = os.fsdecode(pathlib.Path(rv).resolve()) + + try: + st = os.stat(rv) + except OSError: + if not self.exists: + return self.coerce_path_result(rv) + self.fail( + _("{name} {filename!r} does not exist.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + + if not self.file_okay and stat.S_ISREG(st.st_mode): + self.fail( + _("{name} {filename!r} is a file.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + if not self.dir_okay and stat.S_ISDIR(st.st_mode): + self.fail( + _("{name} {filename!r} is a directory.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + + if self.readable and not os.access(rv, os.R_OK): + self.fail( + _("{name} {filename!r} is not readable.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + + if self.writable and not os.access(rv, os.W_OK): + self.fail( + _("{name} {filename!r} is not writable.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + + if self.executable and not os.access(value, os.X_OK): + self.fail( + _("{name} {filename!r} is not executable.").format( + name=self.name.title(), filename=format_filename(value) + ), + param, + ctx, + ) + + return self.coerce_path_result(rv) + + def shell_complete( + self, ctx: "Context", param: "Parameter", incomplete: str + ) -> t.List["CompletionItem"]: + """Return a special completion marker that tells the completion + system to use the shell to provide path completions for only + directories or any paths. + + :param ctx: Invocation context for this command. + :param param: The parameter that is requesting completion. + :param incomplete: Value being completed. May be empty. + + .. versionadded:: 8.0 + """ + from click.shell_completion import CompletionItem + + type = "dir" if self.dir_okay and not self.file_okay else "file" + return [CompletionItem(incomplete, type=type)] + + +class Tuple(CompositeParamType): + """The default behavior of Click is to apply a type on a value directly. + This works well in most cases, except for when `nargs` is set to a fixed + count and different types should be used for different items. In this + case the :class:`Tuple` type can be used. This type can only be used + if `nargs` is set to a fixed number. + + For more information see :ref:`tuple-type`. + + This can be selected by using a Python tuple literal as a type. + + :param types: a list of types that should be used for the tuple items. + """ + + def __init__(self, types: t.Sequence[t.Union[t.Type[t.Any], ParamType]]) -> None: + self.types: t.Sequence[ParamType] = [convert_type(ty) for ty in types] + + def to_info_dict(self) -> t.Dict[str, t.Any]: + info_dict = super().to_info_dict() + info_dict["types"] = [t.to_info_dict() for t in self.types] + return info_dict + + @property + def name(self) -> str: # type: ignore + return f"<{' '.join(ty.name for ty in self.types)}>" + + @property + def arity(self) -> int: # type: ignore + return len(self.types) + + def convert( + self, value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"] + ) -> t.Any: + len_type = len(self.types) + len_value = len(value) + + if len_value != len_type: + self.fail( + ngettext( + "{len_type} values are required, but {len_value} was given.", + "{len_type} values are required, but {len_value} were given.", + len_value, + ).format(len_type=len_type, len_value=len_value), + param=param, + ctx=ctx, + ) + + return tuple(ty(x, param, ctx) for ty, x in zip(self.types, value)) + + +def convert_type(ty: t.Optional[t.Any], default: t.Optional[t.Any] = None) -> ParamType: + """Find the most appropriate :class:`ParamType` for the given Python + type. If the type isn't provided, it can be inferred from a default + value. + """ + guessed_type = False + + if ty is None and default is not None: + if isinstance(default, (tuple, list)): + # If the default is empty, ty will remain None and will + # return STRING. + if default: + item = default[0] + + # A tuple of tuples needs to detect the inner types. + # Can't call convert recursively because that would + # incorrectly unwind the tuple to a single type. + if isinstance(item, (tuple, list)): + ty = tuple(map(type, item)) + else: + ty = type(item) + else: + ty = type(default) + + guessed_type = True + + if isinstance(ty, tuple): + return Tuple(ty) + + if isinstance(ty, ParamType): + return ty + + if ty is str or ty is None: + return STRING + + if ty is int: + return INT + + if ty is float: + return FLOAT + + if ty is bool: + return BOOL + + if guessed_type: + return STRING + + if __debug__: + try: + if issubclass(ty, ParamType): + raise AssertionError( + f"Attempted to use an uninstantiated parameter type ({ty})." + ) + except TypeError: + # ty is an instance (correct), so issubclass fails. + pass + + return FuncParamType(ty) + + +#: A dummy parameter type that just does nothing. From a user's +#: perspective this appears to just be the same as `STRING` but +#: internally no string conversion takes place if the input was bytes. +#: This is usually useful when working with file paths as they can +#: appear in bytes and unicode. +#: +#: For path related uses the :class:`Path` type is a better choice but +#: there are situations where an unprocessed type is useful which is why +#: it is is provided. +#: +#: .. versionadded:: 4.0 +UNPROCESSED = UnprocessedParamType() + +#: A unicode string parameter type which is the implicit default. This +#: can also be selected by using ``str`` as type. +STRING = StringParamType() + +#: An integer parameter. This can also be selected by using ``int`` as +#: type. +INT = IntParamType() + +#: A floating point value parameter. This can also be selected by using +#: ``float`` as type. +FLOAT = FloatParamType() + +#: A boolean parameter. This is the default for boolean flags. This can +#: also be selected by using ``bool`` as a type. +BOOL = BoolParamType() + +#: A UUID parameter. +UUID = UUIDParameterType() diff --git a/venv/lib/python3.11/site-packages/click/utils.py b/venv/lib/python3.11/site-packages/click/utils.py new file mode 100644 index 0000000..836c6f2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click/utils.py @@ -0,0 +1,624 @@ +import os +import re +import sys +import typing as t +from functools import update_wrapper +from types import ModuleType +from types import TracebackType + +from ._compat import _default_text_stderr +from ._compat import _default_text_stdout +from ._compat import _find_binary_writer +from ._compat import auto_wrap_for_ansi +from ._compat import binary_streams +from ._compat import open_stream +from ._compat import should_strip_ansi +from ._compat import strip_ansi +from ._compat import text_streams +from ._compat import WIN +from .globals import resolve_color_default + +if t.TYPE_CHECKING: + import typing_extensions as te + + P = te.ParamSpec("P") + +R = t.TypeVar("R") + + +def _posixify(name: str) -> str: + return "-".join(name.split()).lower() + + +def safecall(func: "t.Callable[P, R]") -> "t.Callable[P, t.Optional[R]]": + """Wraps a function so that it swallows exceptions.""" + + def wrapper(*args: "P.args", **kwargs: "P.kwargs") -> t.Optional[R]: + try: + return func(*args, **kwargs) + except Exception: + pass + return None + + return update_wrapper(wrapper, func) + + +def make_str(value: t.Any) -> str: + """Converts a value into a valid string.""" + if isinstance(value, bytes): + try: + return value.decode(sys.getfilesystemencoding()) + except UnicodeError: + return value.decode("utf-8", "replace") + return str(value) + + +def make_default_short_help(help: str, max_length: int = 45) -> str: + """Returns a condensed version of help string.""" + # Consider only the first paragraph. + paragraph_end = help.find("\n\n") + + if paragraph_end != -1: + help = help[:paragraph_end] + + # Collapse newlines, tabs, and spaces. + words = help.split() + + if not words: + return "" + + # The first paragraph started with a "no rewrap" marker, ignore it. + if words[0] == "\b": + words = words[1:] + + total_length = 0 + last_index = len(words) - 1 + + for i, word in enumerate(words): + total_length += len(word) + (i > 0) + + if total_length > max_length: # too long, truncate + break + + if word[-1] == ".": # sentence end, truncate without "..." + return " ".join(words[: i + 1]) + + if total_length == max_length and i != last_index: + break # not at sentence end, truncate with "..." + else: + return " ".join(words) # no truncation needed + + # Account for the length of the suffix. + total_length += len("...") + + # remove words until the length is short enough + while i > 0: + total_length -= len(words[i]) + (i > 0) + + if total_length <= max_length: + break + + i -= 1 + + return " ".join(words[:i]) + "..." + + +class LazyFile: + """A lazy file works like a regular file but it does not fully open + the file but it does perform some basic checks early to see if the + filename parameter does make sense. This is useful for safely opening + files for writing. + """ + + def __init__( + self, + filename: t.Union[str, "os.PathLike[str]"], + mode: str = "r", + encoding: t.Optional[str] = None, + errors: t.Optional[str] = "strict", + atomic: bool = False, + ): + self.name: str = os.fspath(filename) + self.mode = mode + self.encoding = encoding + self.errors = errors + self.atomic = atomic + self._f: t.Optional[t.IO[t.Any]] + self.should_close: bool + + if self.name == "-": + self._f, self.should_close = open_stream(filename, mode, encoding, errors) + else: + if "r" in mode: + # Open and close the file in case we're opening it for + # reading so that we can catch at least some errors in + # some cases early. + open(filename, mode).close() + self._f = None + self.should_close = True + + def __getattr__(self, name: str) -> t.Any: + return getattr(self.open(), name) + + def __repr__(self) -> str: + if self._f is not None: + return repr(self._f) + return f"" + + def open(self) -> t.IO[t.Any]: + """Opens the file if it's not yet open. This call might fail with + a :exc:`FileError`. Not handling this error will produce an error + that Click shows. + """ + if self._f is not None: + return self._f + try: + rv, self.should_close = open_stream( + self.name, self.mode, self.encoding, self.errors, atomic=self.atomic + ) + except OSError as e: + from .exceptions import FileError + + raise FileError(self.name, hint=e.strerror) from e + self._f = rv + return rv + + def close(self) -> None: + """Closes the underlying file, no matter what.""" + if self._f is not None: + self._f.close() + + def close_intelligently(self) -> None: + """This function only closes the file if it was opened by the lazy + file wrapper. For instance this will never close stdin. + """ + if self.should_close: + self.close() + + def __enter__(self) -> "LazyFile": + return self + + def __exit__( + self, + exc_type: t.Optional[t.Type[BaseException]], + exc_value: t.Optional[BaseException], + tb: t.Optional[TracebackType], + ) -> None: + self.close_intelligently() + + def __iter__(self) -> t.Iterator[t.AnyStr]: + self.open() + return iter(self._f) # type: ignore + + +class KeepOpenFile: + def __init__(self, file: t.IO[t.Any]) -> None: + self._file: t.IO[t.Any] = file + + def __getattr__(self, name: str) -> t.Any: + return getattr(self._file, name) + + def __enter__(self) -> "KeepOpenFile": + return self + + def __exit__( + self, + exc_type: t.Optional[t.Type[BaseException]], + exc_value: t.Optional[BaseException], + tb: t.Optional[TracebackType], + ) -> None: + pass + + def __repr__(self) -> str: + return repr(self._file) + + def __iter__(self) -> t.Iterator[t.AnyStr]: + return iter(self._file) + + +def echo( + message: t.Optional[t.Any] = None, + file: t.Optional[t.IO[t.Any]] = None, + nl: bool = True, + err: bool = False, + color: t.Optional[bool] = None, +) -> None: + """Print a message and newline to stdout or a file. This should be + used instead of :func:`print` because it provides better support + for different data, files, and environments. + + Compared to :func:`print`, this does the following: + + - Ensures that the output encoding is not misconfigured on Linux. + - Supports Unicode in the Windows console. + - Supports writing to binary outputs, and supports writing bytes + to text outputs. + - Supports colors and styles on Windows. + - Removes ANSI color and style codes if the output does not look + like an interactive terminal. + - Always flushes the output. + + :param message: The string or bytes to output. Other objects are + converted to strings. + :param file: The file to write to. Defaults to ``stdout``. + :param err: Write to ``stderr`` instead of ``stdout``. + :param nl: Print a newline after the message. Enabled by default. + :param color: Force showing or hiding colors and other styles. By + default Click will remove color if the output does not look like + an interactive terminal. + + .. versionchanged:: 6.0 + Support Unicode output on the Windows console. Click does not + modify ``sys.stdout``, so ``sys.stdout.write()`` and ``print()`` + will still not support Unicode. + + .. versionchanged:: 4.0 + Added the ``color`` parameter. + + .. versionadded:: 3.0 + Added the ``err`` parameter. + + .. versionchanged:: 2.0 + Support colors on Windows if colorama is installed. + """ + if file is None: + if err: + file = _default_text_stderr() + else: + file = _default_text_stdout() + + # There are no standard streams attached to write to. For example, + # pythonw on Windows. + if file is None: + return + + # Convert non bytes/text into the native string type. + if message is not None and not isinstance(message, (str, bytes, bytearray)): + out: t.Optional[t.Union[str, bytes]] = str(message) + else: + out = message + + if nl: + out = out or "" + if isinstance(out, str): + out += "\n" + else: + out += b"\n" + + if not out: + file.flush() + return + + # If there is a message and the value looks like bytes, we manually + # need to find the binary stream and write the message in there. + # This is done separately so that most stream types will work as you + # would expect. Eg: you can write to StringIO for other cases. + if isinstance(out, (bytes, bytearray)): + binary_file = _find_binary_writer(file) + + if binary_file is not None: + file.flush() + binary_file.write(out) + binary_file.flush() + return + + # ANSI style code support. For no message or bytes, nothing happens. + # When outputting to a file instead of a terminal, strip codes. + else: + color = resolve_color_default(color) + + if should_strip_ansi(file, color): + out = strip_ansi(out) + elif WIN: + if auto_wrap_for_ansi is not None: + file = auto_wrap_for_ansi(file, color) # type: ignore + elif not color: + out = strip_ansi(out) + + file.write(out) # type: ignore + file.flush() + + +def get_binary_stream(name: "te.Literal['stdin', 'stdout', 'stderr']") -> t.BinaryIO: + """Returns a system stream for byte processing. + + :param name: the name of the stream to open. Valid names are ``'stdin'``, + ``'stdout'`` and ``'stderr'`` + """ + opener = binary_streams.get(name) + if opener is None: + raise TypeError(f"Unknown standard stream '{name}'") + return opener() + + +def get_text_stream( + name: "te.Literal['stdin', 'stdout', 'stderr']", + encoding: t.Optional[str] = None, + errors: t.Optional[str] = "strict", +) -> t.TextIO: + """Returns a system stream for text processing. This usually returns + a wrapped stream around a binary stream returned from + :func:`get_binary_stream` but it also can take shortcuts for already + correctly configured streams. + + :param name: the name of the stream to open. Valid names are ``'stdin'``, + ``'stdout'`` and ``'stderr'`` + :param encoding: overrides the detected default encoding. + :param errors: overrides the default error mode. + """ + opener = text_streams.get(name) + if opener is None: + raise TypeError(f"Unknown standard stream '{name}'") + return opener(encoding, errors) + + +def open_file( + filename: t.Union[str, "os.PathLike[str]"], + mode: str = "r", + encoding: t.Optional[str] = None, + errors: t.Optional[str] = "strict", + lazy: bool = False, + atomic: bool = False, +) -> t.IO[t.Any]: + """Open a file, with extra behavior to handle ``'-'`` to indicate + a standard stream, lazy open on write, and atomic write. Similar to + the behavior of the :class:`~click.File` param type. + + If ``'-'`` is given to open ``stdout`` or ``stdin``, the stream is + wrapped so that using it in a context manager will not close it. + This makes it possible to use the function without accidentally + closing a standard stream: + + .. code-block:: python + + with open_file(filename) as f: + ... + + :param filename: The name or Path of the file to open, or ``'-'`` for + ``stdin``/``stdout``. + :param mode: The mode in which to open the file. + :param encoding: The encoding to decode or encode a file opened in + text mode. + :param errors: The error handling mode. + :param lazy: Wait to open the file until it is accessed. For read + mode, the file is temporarily opened to raise access errors + early, then closed until it is read again. + :param atomic: Write to a temporary file and replace the given file + on close. + + .. versionadded:: 3.0 + """ + if lazy: + return t.cast( + t.IO[t.Any], LazyFile(filename, mode, encoding, errors, atomic=atomic) + ) + + f, should_close = open_stream(filename, mode, encoding, errors, atomic=atomic) + + if not should_close: + f = t.cast(t.IO[t.Any], KeepOpenFile(f)) + + return f + + +def format_filename( + filename: "t.Union[str, bytes, os.PathLike[str], os.PathLike[bytes]]", + shorten: bool = False, +) -> str: + """Format a filename as a string for display. Ensures the filename can be + displayed by replacing any invalid bytes or surrogate escapes in the name + with the replacement character ``�``. + + Invalid bytes or surrogate escapes will raise an error when written to a + stream with ``errors="strict"``. This will typically happen with ``stdout`` + when the locale is something like ``en_GB.UTF-8``. + + Many scenarios *are* safe to write surrogates though, due to PEP 538 and + PEP 540, including: + + - Writing to ``stderr``, which uses ``errors="backslashreplace"``. + - The system has ``LANG=C.UTF-8``, ``C``, or ``POSIX``. Python opens + stdout and stderr with ``errors="surrogateescape"``. + - None of ``LANG/LC_*`` are set. Python assumes ``LANG=C.UTF-8``. + - Python is started in UTF-8 mode with ``PYTHONUTF8=1`` or ``-X utf8``. + Python opens stdout and stderr with ``errors="surrogateescape"``. + + :param filename: formats a filename for UI display. This will also convert + the filename into unicode without failing. + :param shorten: this optionally shortens the filename to strip of the + path that leads up to it. + """ + if shorten: + filename = os.path.basename(filename) + else: + filename = os.fspath(filename) + + if isinstance(filename, bytes): + filename = filename.decode(sys.getfilesystemencoding(), "replace") + else: + filename = filename.encode("utf-8", "surrogateescape").decode( + "utf-8", "replace" + ) + + return filename + + +def get_app_dir(app_name: str, roaming: bool = True, force_posix: bool = False) -> str: + r"""Returns the config folder for the application. The default behavior + is to return whatever is most appropriate for the operating system. + + To give you an idea, for an app called ``"Foo Bar"``, something like + the following folders could be returned: + + Mac OS X: + ``~/Library/Application Support/Foo Bar`` + Mac OS X (POSIX): + ``~/.foo-bar`` + Unix: + ``~/.config/foo-bar`` + Unix (POSIX): + ``~/.foo-bar`` + Windows (roaming): + ``C:\Users\\AppData\Roaming\Foo Bar`` + Windows (not roaming): + ``C:\Users\\AppData\Local\Foo Bar`` + + .. versionadded:: 2.0 + + :param app_name: the application name. This should be properly capitalized + and can contain whitespace. + :param roaming: controls if the folder should be roaming or not on Windows. + Has no effect otherwise. + :param force_posix: if this is set to `True` then on any POSIX system the + folder will be stored in the home folder with a leading + dot instead of the XDG config home or darwin's + application support folder. + """ + if WIN: + key = "APPDATA" if roaming else "LOCALAPPDATA" + folder = os.environ.get(key) + if folder is None: + folder = os.path.expanduser("~") + return os.path.join(folder, app_name) + if force_posix: + return os.path.join(os.path.expanduser(f"~/.{_posixify(app_name)}")) + if sys.platform == "darwin": + return os.path.join( + os.path.expanduser("~/Library/Application Support"), app_name + ) + return os.path.join( + os.environ.get("XDG_CONFIG_HOME", os.path.expanduser("~/.config")), + _posixify(app_name), + ) + + +class PacifyFlushWrapper: + """This wrapper is used to catch and suppress BrokenPipeErrors resulting + from ``.flush()`` being called on broken pipe during the shutdown/final-GC + of the Python interpreter. Notably ``.flush()`` is always called on + ``sys.stdout`` and ``sys.stderr``. So as to have minimal impact on any + other cleanup code, and the case where the underlying file is not a broken + pipe, all calls and attributes are proxied. + """ + + def __init__(self, wrapped: t.IO[t.Any]) -> None: + self.wrapped = wrapped + + def flush(self) -> None: + try: + self.wrapped.flush() + except OSError as e: + import errno + + if e.errno != errno.EPIPE: + raise + + def __getattr__(self, attr: str) -> t.Any: + return getattr(self.wrapped, attr) + + +def _detect_program_name( + path: t.Optional[str] = None, _main: t.Optional[ModuleType] = None +) -> str: + """Determine the command used to run the program, for use in help + text. If a file or entry point was executed, the file name is + returned. If ``python -m`` was used to execute a module or package, + ``python -m name`` is returned. + + This doesn't try to be too precise, the goal is to give a concise + name for help text. Files are only shown as their name without the + path. ``python`` is only shown for modules, and the full path to + ``sys.executable`` is not shown. + + :param path: The Python file being executed. Python puts this in + ``sys.argv[0]``, which is used by default. + :param _main: The ``__main__`` module. This should only be passed + during internal testing. + + .. versionadded:: 8.0 + Based on command args detection in the Werkzeug reloader. + + :meta private: + """ + if _main is None: + _main = sys.modules["__main__"] + + if not path: + path = sys.argv[0] + + # The value of __package__ indicates how Python was called. It may + # not exist if a setuptools script is installed as an egg. It may be + # set incorrectly for entry points created with pip on Windows. + # It is set to "" inside a Shiv or PEX zipapp. + if getattr(_main, "__package__", None) in {None, ""} or ( + os.name == "nt" + and _main.__package__ == "" + and not os.path.exists(path) + and os.path.exists(f"{path}.exe") + ): + # Executed a file, like "python app.py". + return os.path.basename(path) + + # Executed a module, like "python -m example". + # Rewritten by Python from "-m script" to "/path/to/script.py". + # Need to look at main module to determine how it was executed. + py_module = t.cast(str, _main.__package__) + name = os.path.splitext(os.path.basename(path))[0] + + # A submodule like "example.cli". + if name != "__main__": + py_module = f"{py_module}.{name}" + + return f"python -m {py_module.lstrip('.')}" + + +def _expand_args( + args: t.Iterable[str], + *, + user: bool = True, + env: bool = True, + glob_recursive: bool = True, +) -> t.List[str]: + """Simulate Unix shell expansion with Python functions. + + See :func:`glob.glob`, :func:`os.path.expanduser`, and + :func:`os.path.expandvars`. + + This is intended for use on Windows, where the shell does not do any + expansion. It may not exactly match what a Unix shell would do. + + :param args: List of command line arguments to expand. + :param user: Expand user home directory. + :param env: Expand environment variables. + :param glob_recursive: ``**`` matches directories recursively. + + .. versionchanged:: 8.1 + Invalid glob patterns are treated as empty expansions rather + than raising an error. + + .. versionadded:: 8.0 + + :meta private: + """ + from glob import glob + + out = [] + + for arg in args: + if user: + arg = os.path.expanduser(arg) + + if env: + arg = os.path.expandvars(arg) + + try: + matches = glob(arg, recursive=glob_recursive) + except re.error: + matches = [] + + if not matches: + out.append(arg) + else: + out.extend(matches) + + return out diff --git a/venv/lib/python3.11/site-packages/distutils-precedence.pth b/venv/lib/python3.11/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..7f009fe --- /dev/null +++ b/venv/lib/python3.11/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/METADATA b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/METADATA new file mode 100644 index 0000000..0d84502 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/METADATA @@ -0,0 +1,565 @@ +Metadata-Version: 2.1 +Name: fastapi +Version: 0.115.12 +Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production +Author-Email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python +Classifier: Topic :: Internet +Classifier: Topic :: Software Development :: Libraries :: Application Frameworks +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development +Classifier: Typing :: Typed +Classifier: Development Status :: 4 - Beta +Classifier: Environment :: Web Environment +Classifier: Framework :: AsyncIO +Classifier: Framework :: FastAPI +Classifier: Framework :: Pydantic +Classifier: Framework :: Pydantic :: 1 +Classifier: Framework :: Pydantic :: 2 +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers +Classifier: Topic :: Internet :: WWW/HTTP +Project-URL: Homepage, https://github.com/fastapi/fastapi +Project-URL: Documentation, https://fastapi.tiangolo.com/ +Project-URL: Repository, https://github.com/fastapi/fastapi +Project-URL: Issues, https://github.com/fastapi/fastapi/issues +Project-URL: Changelog, https://fastapi.tiangolo.com/release-notes/ +Requires-Python: >=3.8 +Requires-Dist: starlette<0.47.0,>=0.40.0 +Requires-Dist: pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 +Requires-Dist: typing-extensions>=4.8.0 +Provides-Extra: standard +Requires-Dist: fastapi-cli[standard]>=0.0.5; extra == "standard" +Requires-Dist: httpx>=0.23.0; extra == "standard" +Requires-Dist: jinja2>=3.1.5; extra == "standard" +Requires-Dist: python-multipart>=0.0.18; extra == "standard" +Requires-Dist: email-validator>=2.0.0; extra == "standard" +Requires-Dist: uvicorn[standard]>=0.12.0; extra == "standard" +Provides-Extra: all +Requires-Dist: fastapi-cli[standard]>=0.0.5; extra == "all" +Requires-Dist: httpx>=0.23.0; extra == "all" +Requires-Dist: jinja2>=3.1.5; extra == "all" +Requires-Dist: python-multipart>=0.0.18; extra == "all" +Requires-Dist: itsdangerous>=1.1.0; extra == "all" +Requires-Dist: pyyaml>=5.3.1; extra == "all" +Requires-Dist: ujson!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,>=4.0.1; extra == "all" +Requires-Dist: orjson>=3.2.1; extra == "all" +Requires-Dist: email-validator>=2.0.0; extra == "all" +Requires-Dist: uvicorn[standard]>=0.12.0; extra == "all" +Requires-Dist: pydantic-settings>=2.0.0; extra == "all" +Requires-Dist: pydantic-extra-types>=2.0.0; extra == "all" +Description-Content-Type: text/markdown + +

    + FastAPI +

    +

    + FastAPI framework, high performance, easy to learn, fast to code, ready for production +

    +

    + + Test + + + Coverage + + + Package version + + + Supported Python versions + +

    + +--- + +**Documentation**: https://fastapi.tiangolo.com + +**Source Code**: https://github.com/fastapi/fastapi + +--- + +FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. + +The key features are: + +* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance). +* **Fast to code**: Increase the speed to develop features by about 200% to 300%. * +* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. * +* **Intuitive**: Great editor support. Completion everywhere. Less time debugging. +* **Easy**: Designed to be easy to use and learn. Less time reading docs. +* **Short**: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. +* **Robust**: Get production-ready code. With automatic interactive documentation. +* **Standards-based**: Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema. + +* estimation based on tests on an internal development team, building production applications. + +## Sponsors + + + + + + + + + + + + + + + + + + + + + + + + +Other sponsors + +## Opinions + +"_[...] I'm using **FastAPI** a ton these days. [...] I'm actually planning to use it for all of my team's **ML services at Microsoft**. Some of them are getting integrated into the core **Windows** product and some **Office** products._" + +
    Kabir Khan - Microsoft (ref)
    + +--- + +"_We adopted the **FastAPI** library to spawn a **REST** server that can be queried to obtain **predictions**. [for Ludwig]_" + +
    Piero Molino, Yaroslav Dudin, and Sai Sumanth Miryala - Uber (ref)
    + +--- + +"_**Netflix** is pleased to announce the open-source release of our **crisis management** orchestration framework: **Dispatch**! [built with **FastAPI**]_" + +
    Kevin Glisson, Marc Vilanova, Forest Monsen - Netflix (ref)
    + +--- + +"_I’m over the moon excited about **FastAPI**. It’s so fun!_" + +
    Brian Okken - Python Bytes podcast host (ref)
    + +--- + +"_Honestly, what you've built looks super solid and polished. In many ways, it's what I wanted **Hug** to be - it's really inspiring to see someone build that._" + +
    Timothy Crosley - Hug creator (ref)
    + +--- + +"_If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]_" + +"_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_" + +
    Ines Montani - Matthew Honnibal - Explosion AI founders - spaCy creators (ref) - (ref)
    + +--- + +"_If anyone is looking to build a production Python API, I would highly recommend **FastAPI**. It is **beautifully designed**, **simple to use** and **highly scalable**, it has become a **key component** in our API first development strategy and is driving many automations and services such as our Virtual TAC Engineer._" + +
    Deon Pillsbury - Cisco (ref)
    + +--- + +## **Typer**, the FastAPI of CLIs + + + +If you are building a CLI app to be used in the terminal instead of a web API, check out **Typer**. + +**Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀 + +## Requirements + +FastAPI stands on the shoulders of giants: + +* Starlette for the web parts. +* Pydantic for the data parts. + +## Installation + +Create and activate a virtual environment and then install FastAPI: + +
    + +```console +$ pip install "fastapi[standard]" + +---> 100% +``` + +
    + +**Note**: Make sure you put `"fastapi[standard]"` in quotes to ensure it works in all terminals. + +## Example + +### Create it + +* Create a file `main.py` with: + +```Python +from typing import Union + +from fastapi import FastAPI + +app = FastAPI() + + +@app.get("/") +def read_root(): + return {"Hello": "World"} + + +@app.get("/items/{item_id}") +def read_item(item_id: int, q: Union[str, None] = None): + return {"item_id": item_id, "q": q} +``` + +
    +Or use async def... + +If your code uses `async` / `await`, use `async def`: + +```Python hl_lines="9 14" +from typing import Union + +from fastapi import FastAPI + +app = FastAPI() + + +@app.get("/") +async def read_root(): + return {"Hello": "World"} + + +@app.get("/items/{item_id}") +async def read_item(item_id: int, q: Union[str, None] = None): + return {"item_id": item_id, "q": q} +``` + +**Note**: + +If you don't know, check the _"In a hurry?"_ section about `async` and `await` in the docs. + +
    + +### Run it + +Run the server with: + +
    + +```console +$ fastapi dev main.py + + ╭────────── FastAPI CLI - Development mode ───────────╮ + │ │ + │ Serving at: http://127.0.0.1:8000 │ + │ │ + │ API docs: http://127.0.0.1:8000/docs │ + │ │ + │ Running in development mode, for production use: │ + │ │ + │ fastapi run │ + │ │ + ╰─────────────────────────────────────────────────────╯ + +INFO: Will watch for changes in these directories: ['/home/user/code/awesomeapp'] +INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) +INFO: Started reloader process [2248755] using WatchFiles +INFO: Started server process [2248757] +INFO: Waiting for application startup. +INFO: Application startup complete. +``` + +
    + +
    +About the command fastapi dev main.py... + +The command `fastapi dev` reads your `main.py` file, detects the **FastAPI** app in it, and starts a server using Uvicorn. + +By default, `fastapi dev` will start with auto-reload enabled for local development. + +You can read more about it in the FastAPI CLI docs. + +
    + +### Check it + +Open your browser at http://127.0.0.1:8000/items/5?q=somequery. + +You will see the JSON response as: + +```JSON +{"item_id": 5, "q": "somequery"} +``` + +You already created an API that: + +* Receives HTTP requests in the _paths_ `/` and `/items/{item_id}`. +* Both _paths_ take `GET` operations (also known as HTTP _methods_). +* The _path_ `/items/{item_id}` has a _path parameter_ `item_id` that should be an `int`. +* The _path_ `/items/{item_id}` has an optional `str` _query parameter_ `q`. + +### Interactive API docs + +Now go to http://127.0.0.1:8000/docs. + +You will see the automatic interactive API documentation (provided by Swagger UI): + +![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png) + +### Alternative API docs + +And now, go to http://127.0.0.1:8000/redoc. + +You will see the alternative automatic documentation (provided by ReDoc): + +![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png) + +## Example upgrade + +Now modify the file `main.py` to receive a body from a `PUT` request. + +Declare the body using standard Python types, thanks to Pydantic. + +```Python hl_lines="4 9-12 25-27" +from typing import Union + +from fastapi import FastAPI +from pydantic import BaseModel + +app = FastAPI() + + +class Item(BaseModel): + name: str + price: float + is_offer: Union[bool, None] = None + + +@app.get("/") +def read_root(): + return {"Hello": "World"} + + +@app.get("/items/{item_id}") +def read_item(item_id: int, q: Union[str, None] = None): + return {"item_id": item_id, "q": q} + + +@app.put("/items/{item_id}") +def update_item(item_id: int, item: Item): + return {"item_name": item.name, "item_id": item_id} +``` + +The `fastapi dev` server should reload automatically. + +### Interactive API docs upgrade + +Now go to http://127.0.0.1:8000/docs. + +* The interactive API documentation will be automatically updated, including the new body: + +![Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) + +* Click on the button "Try it out", it allows you to fill the parameters and directly interact with the API: + +![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png) + +* Then click on the "Execute" button, the user interface will communicate with your API, send the parameters, get the results and show them on the screen: + +![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-05-swagger-04.png) + +### Alternative API docs upgrade + +And now, go to http://127.0.0.1:8000/redoc. + +* The alternative documentation will also reflect the new query parameter and body: + +![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png) + +### Recap + +In summary, you declare **once** the types of parameters, body, etc. as function parameters. + +You do that with standard modern Python types. + +You don't have to learn a new syntax, the methods or classes of a specific library, etc. + +Just standard **Python**. + +For example, for an `int`: + +```Python +item_id: int +``` + +or for a more complex `Item` model: + +```Python +item: Item +``` + +...and with that single declaration you get: + +* Editor support, including: + * Completion. + * Type checks. +* Validation of data: + * Automatic and clear errors when the data is invalid. + * Validation even for deeply nested JSON objects. +* Conversion of input data: coming from the network to Python data and types. Reading from: + * JSON. + * Path parameters. + * Query parameters. + * Cookies. + * Headers. + * Forms. + * Files. +* Conversion of output data: converting from Python data and types to network data (as JSON): + * Convert Python types (`str`, `int`, `float`, `bool`, `list`, etc). + * `datetime` objects. + * `UUID` objects. + * Database models. + * ...and many more. +* Automatic interactive API documentation, including 2 alternative user interfaces: + * Swagger UI. + * ReDoc. + +--- + +Coming back to the previous code example, **FastAPI** will: + +* Validate that there is an `item_id` in the path for `GET` and `PUT` requests. +* Validate that the `item_id` is of type `int` for `GET` and `PUT` requests. + * If it is not, the client will see a useful, clear error. +* Check if there is an optional query parameter named `q` (as in `http://127.0.0.1:8000/items/foo?q=somequery`) for `GET` requests. + * As the `q` parameter is declared with `= None`, it is optional. + * Without the `None` it would be required (as is the body in the case with `PUT`). +* For `PUT` requests to `/items/{item_id}`, read the body as JSON: + * Check that it has a required attribute `name` that should be a `str`. + * Check that it has a required attribute `price` that has to be a `float`. + * Check that it has an optional attribute `is_offer`, that should be a `bool`, if present. + * All this would also work for deeply nested JSON objects. +* Convert from and to JSON automatically. +* Document everything with OpenAPI, that can be used by: + * Interactive documentation systems. + * Automatic client code generation systems, for many languages. +* Provide 2 interactive documentation web interfaces directly. + +--- + +We just scratched the surface, but you already get the idea of how it all works. + +Try changing the line with: + +```Python + return {"item_name": item.name, "item_id": item_id} +``` + +...from: + +```Python + ... "item_name": item.name ... +``` + +...to: + +```Python + ... "item_price": item.price ... +``` + +...and see how your editor will auto-complete the attributes and know their types: + +![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png) + +For a more complete example including more features, see the Tutorial - User Guide. + +**Spoiler alert**: the tutorial - user guide includes: + +* Declaration of **parameters** from other different places as: **headers**, **cookies**, **form fields** and **files**. +* How to set **validation constraints** as `maximum_length` or `regex`. +* A very powerful and easy to use **Dependency Injection** system. +* Security and authentication, including support for **OAuth2** with **JWT tokens** and **HTTP Basic** auth. +* More advanced (but equally easy) techniques for declaring **deeply nested JSON models** (thanks to Pydantic). +* **GraphQL** integration with Strawberry and other libraries. +* Many extra features (thanks to Starlette) as: + * **WebSockets** + * extremely easy tests based on HTTPX and `pytest` + * **CORS** + * **Cookie Sessions** + * ...and more. + +## Performance + +Independent TechEmpower benchmarks show **FastAPI** applications running under Uvicorn as one of the fastest Python frameworks available, only below Starlette and Uvicorn themselves (used internally by FastAPI). (*) + +To understand more about it, see the section Benchmarks. + +## Dependencies + +FastAPI depends on Pydantic and Starlette. + +### `standard` Dependencies + +When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: + +Used by Pydantic: + +* email-validator - for email validation. + +Used by Starlette: + +* httpx - Required if you want to use the `TestClient`. +* jinja2 - Required if you want to use the default template configuration. +* python-multipart - Required if you want to support form "parsing", with `request.form()`. + +Used by FastAPI / Starlette: + +* uvicorn - for the server that loads and serves your application. This includes `uvicorn[standard]`, which includes some dependencies (e.g. `uvloop`) needed for high performance serving. +* `fastapi-cli` - to provide the `fastapi` command. + +### Without `standard` Dependencies + +If you don't want to include the `standard` optional dependencies, you can install with `pip install fastapi` instead of `pip install "fastapi[standard]"`. + +### Additional Optional Dependencies + +There are some additional dependencies you might want to install. + +Additional optional Pydantic dependencies: + +* pydantic-settings - for settings management. +* pydantic-extra-types - for extra types to be used with Pydantic. + +Additional optional FastAPI dependencies: + +* orjson - Required if you want to use `ORJSONResponse`. +* ujson - Required if you want to use `UJSONResponse`. + +## License + +This project is licensed under the terms of the MIT license. diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/RECORD b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/RECORD new file mode 100644 index 0000000..9cb907d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/RECORD @@ -0,0 +1,97 @@ +../../../bin/fastapi,sha256=E_xWjs9TTUIj_FNvtyrDfxHd9pHe6r36Za2usLGoXbc,232 +fastapi-0.115.12.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +fastapi-0.115.12.dist-info/METADATA,sha256=mV7D-DjELmGAedtcxayASLcleQv41h4mqHQhlqtLu1s,27671 +fastapi-0.115.12.dist-info/RECORD,, +fastapi-0.115.12.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +fastapi-0.115.12.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90 +fastapi-0.115.12.dist-info/entry_points.txt,sha256=GCf-WbIZxyGT4MUmrPGj1cOHYZoGsNPHAvNkT6hnGeA,61 +fastapi-0.115.12.dist-info/licenses/LICENSE,sha256=Tsif_IFIW5f-xYSy1KlhAy7v_oNEU4lP2cEnSQbMdE4,1086 +fastapi/__init__.py,sha256=sgu-sth5uRYC--mOXSta-IPYjnDKUrpRSz6LuvKHf9o,1082 +fastapi/__main__.py,sha256=bKePXLdO4SsVSM6r9SVoLickJDcR2c0cTOxZRKq26YQ,37 +fastapi/__pycache__/__init__.cpython-311.pyc,, +fastapi/__pycache__/__main__.cpython-311.pyc,, +fastapi/__pycache__/_compat.cpython-311.pyc,, +fastapi/__pycache__/applications.cpython-311.pyc,, +fastapi/__pycache__/background.cpython-311.pyc,, +fastapi/__pycache__/cli.cpython-311.pyc,, +fastapi/__pycache__/concurrency.cpython-311.pyc,, +fastapi/__pycache__/datastructures.cpython-311.pyc,, +fastapi/__pycache__/encoders.cpython-311.pyc,, +fastapi/__pycache__/exception_handlers.cpython-311.pyc,, +fastapi/__pycache__/exceptions.cpython-311.pyc,, +fastapi/__pycache__/logger.cpython-311.pyc,, +fastapi/__pycache__/param_functions.cpython-311.pyc,, +fastapi/__pycache__/params.cpython-311.pyc,, +fastapi/__pycache__/requests.cpython-311.pyc,, +fastapi/__pycache__/responses.cpython-311.pyc,, +fastapi/__pycache__/routing.cpython-311.pyc,, +fastapi/__pycache__/staticfiles.cpython-311.pyc,, +fastapi/__pycache__/templating.cpython-311.pyc,, +fastapi/__pycache__/testclient.cpython-311.pyc,, +fastapi/__pycache__/types.cpython-311.pyc,, +fastapi/__pycache__/utils.cpython-311.pyc,, +fastapi/__pycache__/websockets.cpython-311.pyc,, +fastapi/_compat.py,sha256=Rg7kA7uue4Z6yr8T7hf8b7G6PeC_06mK004Nnykijfk,23953 +fastapi/applications.py,sha256=Ix-o9pQAWhEDf9J0Q1hZ0nBB1uP72c-Y3oiYzvrwqiM,176316 +fastapi/background.py,sha256=rouLirxUANrcYC824MSMypXL_Qb2HYg2YZqaiEqbEKI,1768 +fastapi/cli.py,sha256=OYhZb0NR_deuT5ofyPF2NoNBzZDNOP8Salef2nk-HqA,418 +fastapi/concurrency.py,sha256=MirfowoSpkMQZ8j_g0ZxaQKpV6eB3G-dB5TgcXCrgEA,1424 +fastapi/datastructures.py,sha256=b2PEz77XGq-u3Ur1Inwk0AGjOsQZO49yF9C7IPJ15cY,5766 +fastapi/dependencies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +fastapi/dependencies/__pycache__/__init__.cpython-311.pyc,, +fastapi/dependencies/__pycache__/models.cpython-311.pyc,, +fastapi/dependencies/__pycache__/utils.cpython-311.pyc,, +fastapi/dependencies/models.py,sha256=Pjl6vx-4nZ5Tta9kJa3-RfQKkXtCpS09-FhMgs9eWNs,1507 +fastapi/dependencies/utils.py,sha256=SwOOdQYOC0E4thJ-n1a0ohslWN9duyasNY_JBdWPTsY,35971 +fastapi/encoders.py,sha256=LvwYmFeOz4tVwvgBoC5rvZnbr7hZr73KGrU8O7zSptU,11068 +fastapi/exception_handlers.py,sha256=MBrIOA-ugjJDivIi4rSsUJBdTsjuzN76q4yh0q1COKw,1332 +fastapi/exceptions.py,sha256=taNixuFEXb67lI1bnX1ubq8y8TseJ4yoPlWjyP0fTzk,4969 +fastapi/logger.py,sha256=I9NNi3ov8AcqbsbC9wl1X-hdItKgYt2XTrx1f99Zpl4,54 +fastapi/middleware/__init__.py,sha256=oQDxiFVcc1fYJUOIFvphnK7pTT5kktmfL32QXpBFvvo,58 +fastapi/middleware/__pycache__/__init__.cpython-311.pyc,, +fastapi/middleware/__pycache__/cors.cpython-311.pyc,, +fastapi/middleware/__pycache__/gzip.cpython-311.pyc,, +fastapi/middleware/__pycache__/httpsredirect.cpython-311.pyc,, +fastapi/middleware/__pycache__/trustedhost.cpython-311.pyc,, +fastapi/middleware/__pycache__/wsgi.cpython-311.pyc,, +fastapi/middleware/cors.py,sha256=ynwjWQZoc_vbhzZ3_ZXceoaSrslHFHPdoM52rXr0WUU,79 +fastapi/middleware/gzip.py,sha256=xM5PcsH8QlAimZw4VDvcmTnqQamslThsfe3CVN2voa0,79 +fastapi/middleware/httpsredirect.py,sha256=rL8eXMnmLijwVkH7_400zHri1AekfeBd6D6qs8ix950,115 +fastapi/middleware/trustedhost.py,sha256=eE5XGRxGa7c5zPnMJDGp3BxaL25k5iVQlhnv-Pk0Pss,109 +fastapi/middleware/wsgi.py,sha256=Z3Ue-7wni4lUZMvH3G9ek__acgYdJstbnpZX_HQAboY,79 +fastapi/openapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +fastapi/openapi/__pycache__/__init__.cpython-311.pyc,, +fastapi/openapi/__pycache__/constants.cpython-311.pyc,, +fastapi/openapi/__pycache__/docs.cpython-311.pyc,, +fastapi/openapi/__pycache__/models.cpython-311.pyc,, +fastapi/openapi/__pycache__/utils.cpython-311.pyc,, +fastapi/openapi/constants.py,sha256=adGzmis1L1HJRTE3kJ5fmHS_Noq6tIY6pWv_SFzoFDU,153 +fastapi/openapi/docs.py,sha256=XcQq-ZbQdC5sI0gIGu5MoHK1q-OFaqws7-ORTo6sjY4,10348 +fastapi/openapi/models.py,sha256=PqkxQiqcEgjKuhfUIWPZPQcyTcubtUCB3vcObLsB7VE,15397 +fastapi/openapi/utils.py,sha256=e00G_p0IdpiffBUaq31BUyiloXbpld8RryKYnYKisdY,23964 +fastapi/param_functions.py,sha256=JHNPLIYvoAwdnZZavIVsxOat8x23fX_Kl33reh7HKl8,64019 +fastapi/params.py,sha256=g450axUBQgQJODdtM7WBxZbQj9Z64inFvadrgHikBbU,28237 +fastapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +fastapi/requests.py,sha256=zayepKFcienBllv3snmWI20Gk0oHNVLU4DDhqXBb4LU,142 +fastapi/responses.py,sha256=QNQQlwpKhQoIPZTTWkpc9d_QGeGZ_aVQPaDV3nQ8m7c,1761 +fastapi/routing.py,sha256=qwk_Vm1k4vDGdeEskNCVYTK01fDgYikqfOS_lf0DqAc,176216 +fastapi/security/__init__.py,sha256=bO8pNmxqVRXUjfl2mOKiVZLn0FpBQ61VUYVjmppnbJw,881 +fastapi/security/__pycache__/__init__.cpython-311.pyc,, +fastapi/security/__pycache__/api_key.cpython-311.pyc,, +fastapi/security/__pycache__/base.cpython-311.pyc,, +fastapi/security/__pycache__/http.cpython-311.pyc,, +fastapi/security/__pycache__/oauth2.cpython-311.pyc,, +fastapi/security/__pycache__/open_id_connect_url.cpython-311.pyc,, +fastapi/security/__pycache__/utils.cpython-311.pyc,, +fastapi/security/api_key.py,sha256=cBI5Z4zWVjL1uJrsjTeLy7MafHPAO2HQPzTrpyoIYWA,9094 +fastapi/security/base.py,sha256=dl4pvbC-RxjfbWgPtCWd8MVU-7CB2SZ22rJDXVCXO6c,141 +fastapi/security/http.py,sha256=rWR2x-5CUsjWmRucYthwRig6MG1o-boyrr4Xo-PuuxU,13606 +fastapi/security/oauth2.py,sha256=xCo5j1qpze6CvEuJHIneOI0v2fodGVMpHHVnHpiLfoM,21589 +fastapi/security/open_id_connect_url.py,sha256=8vizZ2tGqEp1ur8SwtVgyHJhGAJ5AqahgcvSpaIioDI,2722 +fastapi/security/utils.py,sha256=bd8T0YM7UQD5ATKucr1bNtAvz_Y3__dVNAv5UebiPvc,293 +fastapi/staticfiles.py,sha256=iirGIt3sdY2QZXd36ijs3Cj-T0FuGFda3cd90kM9Ikw,69 +fastapi/templating.py,sha256=4zsuTWgcjcEainMJFAlW6-gnslm6AgOS1SiiDWfmQxk,76 +fastapi/testclient.py,sha256=nBvaAmX66YldReJNZXPOk1sfuo2Q6hs8bOvIaCep6LQ,66 +fastapi/types.py,sha256=nFb36sK3DSoqoyo7Miwy3meKK5UdFBgkAgLSzQlUVyI,383 +fastapi/utils.py,sha256=y8Bj5ttMaI9tS4D60OUgXqKnktBr99NdYUnHHV9LgoY,7948 +fastapi/websockets.py,sha256=419uncYObEKZG0YcrXscfQQYLSWoE10jqxVMetGdR98,222 diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/REQUESTED b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/WHEEL b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/WHEEL new file mode 100644 index 0000000..64b991e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: pdm-backend (2.4.3) +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/entry_points.txt b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/entry_points.txt new file mode 100644 index 0000000..b81849e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/entry_points.txt @@ -0,0 +1,5 @@ +[console_scripts] +fastapi = fastapi.cli:main + +[gui_scripts] + diff --git a/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/licenses/LICENSE b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/licenses/LICENSE new file mode 100644 index 0000000..3e92463 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/licenses/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018 Sebastián Ramírez + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/venv/lib/python3.11/site-packages/fastapi/__init__.py b/venv/lib/python3.11/site-packages/fastapi/__init__.py new file mode 100644 index 0000000..80eb783 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/__init__.py @@ -0,0 +1,25 @@ +"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" + +__version__ = "0.115.12" + +from starlette import status as status + +from .applications import FastAPI as FastAPI +from .background import BackgroundTasks as BackgroundTasks +from .datastructures import UploadFile as UploadFile +from .exceptions import HTTPException as HTTPException +from .exceptions import WebSocketException as WebSocketException +from .param_functions import Body as Body +from .param_functions import Cookie as Cookie +from .param_functions import Depends as Depends +from .param_functions import File as File +from .param_functions import Form as Form +from .param_functions import Header as Header +from .param_functions import Path as Path +from .param_functions import Query as Query +from .param_functions import Security as Security +from .requests import Request as Request +from .responses import Response as Response +from .routing import APIRouter as APIRouter +from .websockets import WebSocket as WebSocket +from .websockets import WebSocketDisconnect as WebSocketDisconnect diff --git a/venv/lib/python3.11/site-packages/fastapi/__main__.py b/venv/lib/python3.11/site-packages/fastapi/__main__.py new file mode 100644 index 0000000..fc36465 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/__main__.py @@ -0,0 +1,3 @@ +from fastapi.cli import main + +main() diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91f5b636f01087ec630bffa25e9f75b66be1f64b GIT binary patch literal 1399 zcma)*OK%)S5XXDHkJOLWZCP%L zcHE&I%Pr(C?OJY&UfidB%N^ta9a!!nFVkhqJ>(U-V!4kzq(jRC%OX@h080yeh86*Xec3YvR552EAcZAm5_5kT;LW*0tw9 z>@%gmI{3yt1s3y}gvqvh7LCu`l*6fnm?Z(Jq!K@rGeTKjF?=lW1zj?%i3?gmVIpjZOTxku|t_@ zTcCCMHMlambRI@3kV(P={bb8sIKCgs!1os&-=A_&*a$i;90~}ou}~G~vgooj6;Z%U zp9<f0 zA0?6Y{hf6Fs`+`0w@mOa;5ODa*Gc_?_Md8{QYpx@oIE@4Z~odjCm-fzos;dntb#nq z%PPqIysUzJmX}qKFY~ervXz%rkh^(V1@ZE-uF86sI&bg!C?_QqWH&FXAb0YzigF58 TxGJ)fladOumtQ6L0MFq+pcbDC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/__main__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/__main__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e509c96aa0f3cae7ad15706478d6920079a3f1a5 GIT binary patch literal 267 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 J@09U?{}<)!DvAIA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/applications.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/applications.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..647a0b4d0bffd00676e0b0b4445cf446ed9f7beb GIT binary patch literal 92511 zcmeIbX>eTEl_vNSi5-c3Cqd#7-~xbHxM?9IQUnQ5g2YWEwSgrANxTOzsa)Wf2`&(5 zYpOIw(4}dsU2=)#VzptH%BEZPl)9%pQ#0e9aCCQccp|!EKt+0l&L~GHVxoJxWBNxb zdlueXH$|uSr z6%!Sa%8ANI)kIY!FcFAUPgHXnf4C-6J5kHm#o@Y0{X~7FVWNTWOTvwjrirFV^F(u` zWuk?jm4;g*Z4+&g_K9}BFAHyqY@XQ6*X7}k$d-vMk*yP3Bb^hS{H!9ZMz&3CX4No{2qtT_4^X**CF|uN%VqBL^l9@O5MOk;tPHk47Gwcr5bx#N+&|DSR+8JTc7I z&EY2^Pfk1;IW%!7a(Lo!Dv&d@*RGN?wQ}1~MrV0A_oOQe~t1OmIG&NHv%jXTrg0{ZcHf=|-@sf-Jm?;iODO$a7YVM&K|J_uj&`$vFX?J#AG4yQJj{u z0`7|z*fGP18L7^f^o!>hl6M4Dsx%y%o#jH;%yNcWYBL5lrZs)iovK(dn^k zh}JNxM|FBPIUfz7p(aBbo>rVo1dXtsNa(mJ!3|$jKXd;4nK9YIcvE>Yq@j_o1`UeW za5Na#DN4rEGP4=bMS*9|pFD9^kI%)TaXl4y_T1@H)?K;0qTC74SzwOdTaqdpIrsGV z$lP42{6uI5X@k)eKu+tSD>_OxjS8oV&!M7#UojGm#;B}X%0C*LPE~6999oDUlmUdm zvE#vbV&u#?RqSGHKB`Td_{~43&6`i}JfSEzL6vl6!lx+{MVfEIuN7&2P$s`ttd(e` z_{ASaQn6n015mK{@h?7FnO3etKT0k$;s`YZc0&yy} zn#?#eMeQ;>MXN=uDm|cA+t2JPPF&{s{>j?HpGIU zcjkevGW15h$u5z7#bw);Cv_K6H|s4~DZ2Bd*p3te({|*EwUbMg-Q&CRr0DTX(VHhl zpJ$5Qc~bOqiafo_?KO}G!XQIv)LZQqv#&VyP@dF#%={blHne)XozjT~`X+s|UO!u; zcj)!_YjKV@XFTV%4T;OJH%}S%nKjrns}zXa`}06Mux@CN3c`m1$0e8Hi98UWyf27{@<2Qch=RgCl^F|VsnL#PK6B!VHe#hb znib1Qn~x!u7|)}5VvU*gBFwFIVxF5uI^SmX-tjy+Jk2@e<4w=xNj=V~w_fg)%q}bE zXY-_ej?-3Tr8to%#Yv&t9?#>caHAe^&G zdOlCA7Z9tSVZE3q)=Qdy=7je0o23)mw3od4U3=xt;)yQp18oAo-P#3xyY>hA4((Na zr$%YZmy{Ww_LVmS6T6UCvF6Xr%aV5d+N9&!4>_oa|H>$pONNrNRkmz2b*DuO>b2TM zeUmnwN$E6Auh(=)LTz@RYcnhv5gq99#$ZQW6>)QLT&)T395hI4$-19Kna1#}4m9UJ z$CCCO(mU`~yM+6IGgn7hLs|J>#(l5j{cBnGVZB0&;6IB082(S z&C0{TeIC5mp3jffj4k`LI52JZ=ZGmASRu)bq7{Y}894Fau>e@o4~p0C#I>0{S^{`6 zP@!o51XN=FjxXmZ&&JApqn7AXrFP}bvWdYA$ddP7&7@V%5~1ESt8$Earli;Mq*z;K zzn&-cOP=jgt}USSLzp-6d=p^~ddXBYn_9kpr$SpqJscdAYjGn_IlhMYLNfV!o>(*7 zIsulj)}*YQ=NoyTt=)3}Ri4xjUyAXTCH^o^nQU3&kMhLwo~ON;C&k+G)PJ2P^=Fqn zXhgMWe~huZhcK={Zoek4&!Gvq$=qJz<5HfQX~0Jz>)gr{OJ}Tg$Onv>-^i0<{doQ- zd7!P0=Wpdn?X7S5Z}OxdeT$oh{ewIyW|2aS{%_`q^h=1G{7zNojfVLx#nNwN%7eznt>ALl}fq9ck<-_0BE8o=ia0JC8*?HDw&~yc1oUEEww=<&G`%FuacH-P)YZQ$|v`InW^MI0+rmiK_vx}XN~<0D!D-= zP3os8SZbH_Z$p-}R@4^;ATwm_!63tuIx zS=doJ_v?6D|CVZh{btF;LD1J4?FX4QOxh2z8YnFF?qm2gDy^cgPdkPXHtDJ~-5+Qu}Z31ODFt{*z0}HQ&S`>_h*j#(oq%7{EGU zrHap#xvzIh4bIJ})8Sw|-mfMu>1reximG}vVO*b!g`x>H5mV>mx@txrtmM>Z^`NFk zVur3FGE(uw3uYV@`?KTfOw3S^hm3eaJ(tku;;;75hV%IF(9jGv6l2fzU?LQZ&c?#A z!Rc6JC^4Ui8KGc!Xoivu#3{*8ubEqSw>ow$7?}&}BKN7Osk!TkOR*?tJ7dHmstHsL zMdo5gLY7uUrwSgDk9vAV^{1xz_xP!lvQV;TaPQ!rh3X-5JNV$`cr1E;p=5|EvQRpN zt>dxjg=W4T65GiK(TzCv)TgSk*wtvNJS_L0*Cli#5}%CCOj5-{a9>b19g8M{@Nf_a;}*Ny zCqvPhSgJ-g1Gb^hgs!D3j94r&ITu7RnygDiWjNG8sGevFTu#G{!o}e9Yp6b)6I_bL zUW*%hf%2*PP;@#xuTdV8@##x?B$!dxxu6k@=qO@5wb{M7e{yC%I!#UxQd{CWMa9nl zP;_n{%`=~%9|19*Dvs;n8RIb;V{LMb(KwTzqp?_64@NOwv=Fw~hoZA;XhvnsQ4mE%xFfbsfh_k38Y8ak5)YyzF#yk;8?jw{0 z0I74yv4cw4S^h21qwHA&9p;2Z*TEq#lz9cs5RDlTAog|jD&d89E2vjPiA$2ceGW}B z96OR;`Q~JthBGsjn|os)mf`GnXEH1deXsgxhD>F9lI2Ygr?zUW_Dz5 zu1j!XXCmb7LJVV=`uI0qeLO;h0i53CvKu|^YP`?Cr_H`N)HMq65MFDvT@V95`Gip2-(gq8~0Qi+r=G9_TYIP#a2)L&uSULM&Jtru9Ts;{yUL#>d?U|2* zD7%{I!m(H+5{ptaHGUl;$u(O{1s%sLNN}$W#*EpaUa!HlK|!1yLe~$4g1GvPa&mP3 zp{}kj&o~rMelq9}aRl{}9-fP{u%X4&;8i^yi|A@R0Tdln)8GBh8*ch2VaZ=iOvV#> zB))b`;^os2|N8n2nmS=XMB;sY9!yDsmcPj21&9^}W?}I&;!}y(@Y)6ILy?Z5Ock&)@b!`&3FUynbm*6n#%L`>qFkU@bAg_3mc*PC)W^-ji@_;$- za?%NR<46%yJx^jLz9bGfQbO7>h>%GExF50)X2=QpSMLuii1Y&`P>I5&S0m>a&{PlBc=o|-BK6;uCM z1Y-L%G(q6x&;!M#%*#URl+cMxi6RHX@fa}H1yKvd$+4jq3V(r8vZ-VkfYQT@r+@xp zlUX3r(j4l-{5mvrWp9Qms!-HBOsJ<k?g9@dq6r{1P%+#-R{V zrzqwWqZ%&* z>z)T>reo&mNXPe_&Q-$m7-TU69xo-`=ju~^FzF-e$}@K+%GbH-A~L2H5E?^K7rX?t zIB~9>dQP~VR9_hH7m&=>u!j!Mf6bYq*Emiql6Y_Em{9@@`ZEfxgpsVW{wiVkLWx~F{A1Phx&>bYfznn9xO2h{R_ly z=o_Q6-uOb9P7Q-0qjr?PIip8;+%gH!#32ib#f*coxVOvD0f}G z6uiPrJOq{p9!4ucxr)rdC0QYYgJ#KHUaz8zQyDTSQ#?oWP-^;gVX#r_=UoiU10zQ> zdpv&CJ-vhI;m}J;v5PS9PzD+nIN^MX#I3t!p5oRNF~}(z{DRM!NCs{fg%9e`6)ZM@ zl@fsvWE`sJpd>jg{u>_jf|Lk?dIMR30R2p?bg?uF+RhV$j0q~Cu46Xg8bw-YW(G)& zWnM@IV8dX{Sh66c{#C5%kZ?pf5iMhx(3W{jIlu+*q7l1_3@Ifh4H#k5q-4iB0CRuA zyd!E4EgO*@1P_3)G}Vp3Re6Y3cmT){`dPqbbM5!hmRM%xy$>p|wbave_k=D+w!D5Rc5E$3!$1mtEzQQzs$sh;E{l z1u5uoE8vc}jcN%+Q$tf8rDKsxh)O~tv&(0}TT5^fTy2C{5A_B$ipkP0VO@m?9co4| z&GoRjdXAT!!Q!wGk7--nRYk%LQ>rxdFc9~Oj<%ql<~2=16bPb}6J-J7DOMAy31xg2 zOtWZKT=(Qy$~y!`s6_-u4_YO40gcaJjAPjWzVzWb-I`WMf|^c~?28)~$VK3^5t9oW*u>?+75Q08{aab@+zI0WL8V${B3CGS}G3kf7 zvWAgW(c*`na+{OKNLmfiBYK+0LSnTwZlmzCezBggEw;mu}8hkj#c*co4=o zwoPxC;A071E*6slnD|VLxtgmmSqtA#hX@N4YC}*N41)nS8(711BZ%V`Sj8u%+^%fg z=2lOOqKlI(gw@a*Xm6QaIjcJ)nqVN~*+a&9QD&H+nTz9Y;f+_I2c2b-#$IHiGl>_I zdm#|X>wRtrnFGiP>Cgo;{~jy--rj!I^>APBs|8}(2w_@@7p9#DxtFqnG+z?-cZ5); zTI#`2z+>}qsBzV^rje970IQUfC;DNKXXwEQ+By^l1CN0L8EaV^SoCq4VZ!`P7+wu^ zn{~0C46s$&Lq->gC4%DEq0>xZP?ixZIl?ON^jYT_Dr+MMpP!RuZg(gXNP*~Zl+fWF zFLZe663k+Rz^uUv4dOEKS839xnkIcjH^3nw%aHg&62mk|5R2`499BUt;*cS>i)n@j zPJRBmZdoyDt9am^)-DYb`0 zf1>4>;Tb^~nt=~+zxKK({peZ;qmipHYyl>l4xC5KC8EN}3>-W$ABRE@(k}_nr_&`MO+!j2s^*;g`MYtX{^Qu1j0I7xh-dRm;>-)x|Gs$s5Y@=2~kiSGR3ks zL6cKEtVGx|OAj=qQb>|Xav~r}wYn-7*3GphNT#%~fz=9OV(C~Q^8k!l;FMGY@VpF= zXGg97aOZ`T#GY4w*3q=0jNShT7ijAKKdDYNMyAjZS;D z(FxPq+}?{}&J~2+G7E*%kb0QsaZPO-C6Bflw+y(2s+YGMSXSIHhBKKSM4Ty5^Fib? zX=e=sZCBY%eXd7dc0c55T~n6lre)l>&qK6Z+EZy`&0g)oc{c1b)UeNZH7smMu?h_> zAvWp=smeSDQ|w=|_PcnhkgZni_i9EdfnzO?n8c_*4{xIRl*RpX6SY#sq&T<(VY zBHO{$OAonSo}+fz<=rk*@=#J?_(4Vy5nj$TWY3xl6EKya<7y%3o0x=siXJv=Q?h}l zY}_(uM=Du-3sTR<7iK;ln3s(>pLc_upa%2Y$da*obDnn5(F~8)X|QdMX(g8Gj4x<= zi&*L@ps`MV`M0-Z&RH;T$k?xVh?lFeb=9FKAL2+}dI(QZ@Fex|D>=3?WU(M(;JmsA zWsq}?SPDh@HLPwz3y^bH6WOMwNk+YEtsu|Y+keNNKP(4dW zCG291AjP6Kcf)mt2#LX7k+J7r7(Y8UO8ZSP z{e)SASsvaBK1DNHXyRb&fzj(~5o%spd|s30S*)awOcyDN^8>m73rOr#1|c*Y#9<_= zUO0DV^krKhjL&J;u+DU4sMpE^6qo1*<_Vrfac0ca)0vf^yi}jad}5w8xe)oo*pLRj z6zCWcA~p)~22EspP#v*mu8?ZL`eD4r8&mg_;{t2ZOx-hh@F4aoxFF>q$|fzAE$M1R zVIyJ^Jr_`FT`IhT3JQ|!in&4hoR~=07{Cq>7S6Ysl8CD*DXMdz6hi+-=3sfPtNRA` zn9Eyp)K9bAY^WDs~!FY~h%z-li16 zej!-!CCrnffUIX+DHi^X>rt1~^$Y(JU6^x_NfB1muo!IUuvUUp1vLflS*5YrWqF-| zy87xRFXQf+SU3!mH{lFrIt;-KN;N9n$hoJ-v6~RHmY_j~*Pv&-rOx2pHyqzpKx=u$ zT^-{Lk@x@4ds@XyG@?@GJc=xhKvda?1;v4IfC7+hTb!zkcT_~+8v2z5Iag7j>Jv0r zM3-iw<{}ps>bW`8AnXUHVGIO~Q4||XcqhNDF7ptB?8%m8-%zmR@<1$lKBtvwSA%8_ zYzwih9Y2LCm7ga(X!l&Ki$R;kJFe{Y4(2zeLjxAS(e1pDEVOZ$UJG9{m_HMzah2MP zMu_Qli@=+z8Iz{0`sCMLS$!_xy0UYtCLTzicbn}pU=1+Sm}`Ix24Ib2x|#Ws;fBN2 z&7tGiWLM}K*;zu7J}(p*v8>s!?qIskF;&TO&y%F89%J{R^YL|CJUQxf)~XM1%j68U zQ0J*XwzPbh7fK^Pt641XQ^XzRXM}7YbF31$^w>v3v$L@57_q5r!8+KBoYd({Cr-Y0 z*pJabFiOrngbCRIExo{6(KO2uJYayV*)4;dI1*?X##~;D59bJH&UmpG$z?4EOM;)6 zx?18P;3hC%$Bwlu%eT1K2KO%?63Gf4LlxKyQ=w>MiW37?%XsR_&r{3(y;sWudnKl- z(r1;a{}kc^R;$>Qe#**Wiq_!B$N`7adm8=-vo>}bW$rcq0((X7r>FgUs1d&Q5?nzO z85e`_5FZL2kFuZPk%`@dt+$(H7kTzFxf%<8%d3~!yNKuLP$7QWlBX~hfW#*JUTHD% z_7v4gBu%)r3<3>cIBm7)?*zd<6U3q-I>KD%J?318U86s&1uBwu2Qc;oi~*=(?6q9a zzIlQA=706-oAb1JfvKw6gS{RQkb9Ysk#y`LW+vr#`-gH%>$I4aqbJP)yhhLQc(H}+ z2j`S({Sw&o^Ewts&sc8q*gz2`q$Ezh7z~Htxr(+~6xw_6fo5DEU>9z2_<1x2uz5hj z80u!#h^7m<%%rbg?CM48(&JuT>L@6$}FyxQ}noJ>j>5ySk01%2rb zQP_>3Y_bW}dENxBj*p6^b87^-n$jA%@jhDc<&E|XTY|Efq6bBjd<6Id?-cXkkHUs! zWkovq0og-dz5Fuua+#Nk*kOh&VM0|vqZFkDy=HBr>Fbj9FQzj? z^5#-j|vEBLHb&XtMPD^w1qwukClHj>*2H8fQeMj|Jv2vIylYV;`iX=DM z(xikW{b7_hp16Q0uhItULM@odl6-0$=FhBbx0Ju^-4r@1Oc2>!CHEgZGEz<)le9?E zWrbTVp>dySn=YCbq{1|&ggE2TCr2UHGLi_Tf>|)qtP4l0Vy`QeN=#c_#R`V62CsYU zS+q3g7op%IixLRWr1uM2)?~bUt)ERaXj^HB{Bm5zHV2@!*!SroVbtEV^;&Qev%2Pl zi1vI6?^}>0s7OFHNa7^4dsKUzCX;s8XdVq*BpJ=un`q&|J+la zV=st4qD=)drf5R9n35`iUe5?Fyy2?h7(G{C)30BJM-=!LnPu+BcI~Jjww1snQp!V^ z0t!c1j6-0J=1kZHG#I^(F2){u*BdxbW_P#K;OPA6Mp%pgD*S)?AN-2)uCnM`R3`Z) z1&e;%$=J$bG47!75TC^o+#!v5SBg8(JoByvcO}+cEAC3IyEfcmKezZSmf^14x+}*W zTZ~W-xU0AB zw&Sir-f7etjn*BdYm#@1%4MtEMi=g^c8XU%t7t`;j?DiMkS<&8!!i7>80|(=Vz-2^ zD3@F0wN{+zn%t)>Zk=mL49WM1+a|9wp`ygr>D`N)=6s9oc(O^xO^_>P^W#d_A>V|k z-dp6Icdm;?i-ARDv2n3!v3ap-v2tevEJ1hz4Dz#{n97z7L{cO?#QQ#lG(35MN{CY zzVy^W2`_6d92haZ_(q5rgY1|LL^y6Xg%Z$h_~so}cb&XW1~I!99vQJb_7#+FA1$Ho zTKMGySR8_2bpMM%w$6S~J$6Z-evM^fGAkyB!+HH>SaKq5EhUAVbmKkLTg?u)jiYGv z)E1!|!p6|+lQCEY8CVdHPnwNt7-Z9F5H=alQ7}Tm5ei5($gb24nn)X@T{dXG(A&@c z&e;(&d+IgFS*t;Q7!ATJgN&XG!YYHD;u++g%pe5f4MzqI2ZK!H4H^sv&FBmoYz9fG z#sq>?tvLgnG+pu89^wTvG+HTE+0~#y4x|hsrKt*F!C5do)Q>c8yl!UDfJ~LpPANUr zdv8IW_)v->iuH%?PL zT2BGrAlIogYD+tmYbSc%%D}mjAS(a?;z1Oxo*|s~~ ziUPbfz?_U%pf4zD)0uWlJw z?HgQeMPqcYHg8$&KDgSxW3{D|o@^bWi=JcY%{6_MpC|}^O#$FnrMr~I9V-p}OGlTE z{&f4wW8?SsJ)7M3Y`TOSqcdG9em^Sj`>?$4Cx?DHeCA&H^U3n(SIVDXEe|BiJH?w{ z1-gE@{h3evMHK*zfEukbGx4tiyZ>Ea_>;0?ih>}`L5}wH!5!h-U=-7->1MS#S%#AhUg24m7o461Q1A-%lH+a_-w)w zI3b)Wmw}7ogKO&zt}Q_e*R~j{TrPFQw?$BgAcy$2_^Dj3bi}Wc*BMU(@+nd}M4Zc( z`1xa>OZ<^ZGU^7VTol}j3Rz;irN^MzUZ!?Hnlw4skiDcq%NUq9cuWyk{|3KzVdohP z=K-D1gMl1Ct_Rs7!GwVuo`nb>y+W&CO-K^ZPC`L$8;&J`6SzViG7OCX@}>FnK|;T0vxr+F|kQN-QKC4^5Nj8<>umS`@kFF7l)~CUmKk zontPDU8qnz2~|I)$xuOrW`u!;RK-{tF;&138&0NKgTQ20hnsMhA>rTmV2RAauD;uzrq-ezm6ziARS6wQ?j-zt<-|Nb`7kyY^r%FWVum0J#?W1QA} zZ_*R0A%8}*Wa=9}t>{h6oU@;Qqg3-JEK;N>T5-Z6K#DR`yre9Z&J<}SZw77@-BOkv zF=b9lMoAWnw9+4!{QzZs-y(Ltj2K1~<+KQ%G3(0TB3B~+8J|{;-2HiSx1cThbL4Ij zQe!B8epqN;@WDx=?Y9+A5&?tl?BNBe6B=Xzc<@Q`_Z5yG9<*YR zjwe2dRQ~~gZzwB`&*6Lb^|zmU_w=_;FOS`8>Pt5DiKoucJ!T01NId_P#PfHROJHTM zmQr>9rg+i!t)jQe&M7}qjO%#WTV%}R$A}}yDmO|AUr2L#$}MC3M=CdIAW-H_kBaZ| z{tvowb$h?{go~N-Lv3nYK-`QTA~gO}{C~O~!}!}pvX5-pV%Zwrh-G~=4DHNm`m!Z+ zSdnm{`7`^In&OuKiqCjr(PtdIRb)#i#y;E;zVK(+8eZ}V{c6Qp$)Ydh%gh-=-M{Q0 zAa;sHUuNz;B|%b@`MFiJY@xP%M!!G6|NGX1ObDzZ5VMy@5#_hOA%p78z1UlU8P+sN zx{<&m%;}&L56y{L4zYz)DYh2kWy%kWA7d9Kn?ulBY!K-eKwqJF5~azHLY$gJRo{4n zk(v`MY?bUI3!P1F@_!LhyoF@H5!k%i(RpY5yC=VM^6u^rjC&o!$&TTVIz~S182Nek zy^iC_j^l4vtTuKm1LcSCU2Rn%+&1rDKA+rin6H?JeAKr4!?xXbM?NU|;QGqY$i23s z$+n{_ZAT%Ef4BBKwRbD-we3r`?OSQv_p8?K<n7Kz5Sg;h}T0gvCea5)Qmj2p;%p&Fi%Y@^lQ5}~dj@gvpfbyQxZeLfzm zEqW`AuOTuco$+-Y1G)dOh z3p;ZlURJ#Sd>;t7b=TePm>J#MI{bFk>dwC8&heGH?$ySfX~l=hSNMb<4Ip6BdPA?RjFgvpd;&5L3it-)Oq3w5{P21;MW=z*M!q!A+}a;4r;c9QGCqk1VpK&>ZU~(!(UO^}&?pCtb41u=Wa`b~8rGc8CW)15gnNE!TRqGDm zCxn-N0**U7nfEa`0K|os;UqC zWRZW?2E)G;T z`~*4R=cmX4Ke>Yr3;3NwcZYuQ0>M6)44hjDocp-8F}heCDjdoJxfZkhM)HHPwt?`F8krT!@p>zvY$={POr#sx{+ZD$c~VS0uPf^8EB1; z?Ob#SXjGe~VIV(5DE>i%=MqP|x6<_$>M~AI+bg%A`yx=q==dRe}j-&cFT$ zbAs3X5a0cOTx_nb6rExjr`OLvkd@{kDv@55lq!>xU`#ZQ#n}G`boEUHsS3QO^MNNP zv)GgIExdLrV+EMaG?YotFNbnf?OTvzd=+~zUw&`v(%9R(?*+F0s;2SQ>|3)R)olH+ zX6x4=H3wG8bAGwa7aGsaPs24poNRv1n&tpMYDv{d(|}1f;(!dtj?pH` zF`5yh+8m)^n1Uw|;7nOFF`P$Q2g!-$4bp+9%HXw#PORkPd4;hdJjJD2tYn-Ibkb}< z=z4CNvZY$H;$OTz35&O2Jk^o)!b~tZ4;eL)>df)hT#>+OwK*b0vFgtF_@rp9CUZ`R$czu9oJ@n+M_=9?`yTi;bQAI%lzM=NsP zK@nE6RJl~P)VkETRJGK+)Pkh}-%`_3`BKqR?NZHB{ZhkH-BR^Z1r%ofrP8J1nKsQ2 zWlq~-8>Fq`Q>kJy$8*p5X&f}-|I;vnZ?{3M*K9KZ?~!l|jN(@Ht(IGDw|uu+Z~1Qp zZZ+L1x>b6s;#T9W+FLcZ8gA9ys=rlotLj$St@2yN?vb!a%j;kP?;uZuxC#*QM|6FJ z0!DbEi;THq0g&q;vpj$lLb%?$_PpuA&ukJa$+W+)w*M3TcBwKgm7Pwix6Szt1YzTmx z2o5MsZA;HFV*bcyY(eH3BRq?g9>M#EM{x{Nn{dOzSkdz%baN1PWh*Y!yBhWawc@`3 zq~GNDVC)ZXu4wyZ#{fx-ZNJ=ijDNpW!LU--zEa-C{et--wYw#nLH1Tk@y~SQC@$8+ zi!id#KJVjSd<2jAQPC+(p?I(y!E;<|_(`=&;)&fO@fe*gU@`$y*5cvx9%9-_Eh$TM zmGJ@IE_7O*WU`Vhc<-V(@q>touBkJr^6n3@L=CDOXcF`|U7=L;f1;ESWkmp?*ck}n zYOl4tCAkB(%beqavnN=$?cT!kt|TMktS;#n!GeI3J8YkWbUcW;;wQ6`zrk{JkOx%h zR?D*B2w~Yyob9Vljk3q~INYc8np+wzn^rQhbb+%=<+jhY7tq#cwof&-;1+D&eO01{ zr=ziHLQ?t=($ai_k(Oo&lG&}v#Qb1aKCCnpGjl3lEGFg@JPa;swaTb)Q%5$?Rs}4d zT8_oawOhu$#%KY&&la%?>FKW;R4&Vxg3}AQG{!cEPrqF|yVtQ+?Kl^x*M7lnr>)+> zk%d>|j&0hu!)YtZq?Dk0tVhFkj#(Do!K*m;UCbhs3IOuHI{Y5D7v$qh%X(cD%6 zh4^p*sFN-3x-5VOA5c z*}d^&Q8X5AxIkRABX}wpF%4HV*py_tR%vXeYds>S5@Xl`WLYiGPn=C!y3J^ZR~C+kgvMC$OSWJm#I0sXl>3S3+(1F9$W39*FI^U zDaHp~ti^k*?WGTW@4dUR`o_c=Zhd`j%mwwxVsEk;yx5#61X(Vj-0(P+=Q%1^(VtAj zUelwKmvDfB?%r@Dl1fu8$ytM11m|G7DwUI|%Hku!ph-H#2Ca)z}Xl_?2g8z>f^|JPL=Os}lzGrRqb~o3%%Nl zfO41I8!KXA)_A$2KQO#7b65*AAPtdUCq8K8z7b%zQ&bkM2cELdo#WW%C9v4EQ*_~3 zE^|MJ_$~A1ZIKUdfB5e^o=7?ricSg(OW|+lzVRjHg)gHzA1GvRVHCSSA?RRli({_( zKm;C}n`W7SN(^!{QL)q8T2k3KE^3YAqQ2aOuYkj=?i;=Tg%>|OVIET87X8?CS~|aF zM92Qy)8?jfS~Fy?JGrPF$R?juK~oBuD8n6txeHgq!TwqDoMMhC7m*c~AsKe&a!5QJ z9&C@q_3M&keUHh?tzoBa?F2K|`0~3Zng*5P4;hjK@Q>Mn@+ocDT8}!^xip7~d?i$) z_!l3jMvI_p@(2IKi7}FKVt=)Bb}0xI+t`z9LI*yq-Gpvx<}oE$qw(_20N_r+LZ$9* z)fCw6XKrDN$-_(#tI%^HDJ#2#C_zJL;~4fIh*RqL#*~O{_&LQU4>8&a!Ip5HlCAN# z=pWKo(>y;_BiWx2PkO7w`Xs&MX?~$vgE*P#$-#tQp^y0=@Nl8Uta+Bi|9?uI2Q4Pj zMj%>D?D`NpssatP<47zcT3d{;ZYXvcH7ga}pD0zN$VQOP48%%I%lejj|C}nz%T+no zwOLQHO!2-)0V_+sPgkTdS@@xa9x$8t~6 z-pwgDSA#LPclk4T5~}Rs^P^84b-Ml;W`&enQ179=L^Kh6VVt(>N{>M7^4(QSYC-aR zLwk(C2`QPh+5cot+zW-ZKSrfl~U%&CD7AWod4dA_#^6KVkVr|t<9N8Sjqv{^`{D!CD{ zkJK_)140bZs$6quqxt+jY82D42KN$+0B~oNz$x|IVx*V$%)3V%bD;gUZUlK`V) zKprl?7|uDH#5}TzT$x<)?pFq77tE{uZSP&fSZBa28N1UMp-fbg!^1)V^W@1wQK_HY zZviGBOGPAt7c7ABQP|62p@Fu-IXp<^0_%ZHD!Ge+uNG=)25KUOiJMlBf)b*6J)51$ z6}2*2TzFiG=+vp|l~63qgG+8@q&~;7@T5V8^E%2>Af}tp@W6(SoIJq}@3@}M|?i!Ri1y4F9MEUeQ^{+W?7Uq0F zDV%c(w8@?`%Pc%7J$d63G*Y@f;9hhB#FkXiu0*ebxHi2E<(Vx!kXAe=4sSh%O0Bys zMfu_XP}4nIl-A^2xMVB)z1Lg_Q45euzI;=qhrXWDO%3M3l7koWx3g0_oyS-Ka=biM z9(~~Iw*va)vmm5cHxOsWlX{ZnNTO4M5?V{91+StwYdz$=83;w;>LJ5}rw!c`k572F zZ+t!yAr>M<)dE`R_YiBn5VqJ$J2?VEYgs|Bt5Ik8U;*izhvjuCIk1WGG##s8d0vMm z1APX!>w-FJ)^4$B(>sGTOSI%auyuB?mxV<+kVj%IO!kBU0x?66 zxgL3(f|wW&k)J=uY|kxYd$cew8+sP%^I0R5Eh~S6Z+KAyb1lH;0OO-hp=%xOdel0$ zmnj1za=S${h=LbN3C|ePab!>xZckxyA{o>8sPKisezGAIMuM-wJ>k4zdJAzOkLjgW z@{FsOV(3B$<{p`|)CehFAe-6HpMh|%A6wLz)aeM<5AB0W&2+y&$Pim@Z#~uoSwZQlEmrMLv*sGW5TtZISc&& z=9;7*5E=lp30>_jX&BEOA7FzLQk|6(2c91B-pa(h5mnDa3$|_nUrd&|WqE~yM(#J_ zQysEinLCKQc>YWG+rTDFb$X+1!}FT%)wYZG+qObOB^4R6Gldgk7uwqXWgYq$5Mtg; zW;(xy{(`oa(Mb!Wz59JZ?!WhBVFgf+939}PTQu8WIEpqc69u6GV`Ebg(jAbK_ zim5L%iDM8Y!#+c|5(}lFv(QmPs8~$$YWez=nc41=slr@jLOQz1@R4On8RDH;C=a}Z z19GfxkexFebD7ZuT&U7e)L0~xpm~HfbC4zRfOWqd@nI2g48;MojCCSUR!{MMPjMmw z$q8N*=70RMBDlm~v1-eB;KERIi9`0i%C<{DmQ2LX)|g{^D(|Zm+hN^Cd3mv#57{tv z^%hcQq176gZ)RT@#%*A)JRZagd%yM&u$LCl<~7caoE<<#1+iei?Xelx zK*DZxyd~%ks;HeWGx{KZC zzXLQiM~BencP|ut!%IXPHw`$wXXEAsOit3WeK2~o5hK%sGs^rdZ0yT;Xirf0>V&g$ z#+1Vv64+gU_J*6Dg%(;)m1{$gc*wJ+wPGfb2CRqN19=*OeU?`LTr4Q1!y;K34|HF6 z$u-JP!S#cw)%9x8LN{h!^6J7dJ}d&>GJ?Do3nJzrIiAiqL?){!uHss16)#oYXX&D> zWug)7N)QKXYt|V{yxy_KOx?1w%UZ{f&$EsslZW-7PEpu`Wv_k+gJX|gw9NA|yd02K z*8Q62<@THb!@X7*?%`j2$WuVD*V)-nyJBH9dnkfk@rr3wedhf6GwRc0=WXSjgF-$) zi@BVJaJ*R)n?A5jlP#i#9Ge!wbU_7z+9bc}$=Zl%(uWJLcaejXu3@!nEHW320-L*T z^sDyM5d$Y8b=|NJ*vT-d`#ZFpX;H_X;C|HRaPzS)Cjg(-7A;QhPvp!i`&Ss{k(Y~w zDruC5R{L9QRgBN#DJ=1>RKh3iTd#lf>)-e~Z6D9$(IdY*57_Dnj~+ux9h^6{)xlg3 zL0W06sAMC(FC4@F_jP0VnHL@whRcrP8Eye*NeO;Ajsu)>o+0IZc9dhCj}Mko7gZ9E zu?3ob3NSh4kv2DPkF?imSV4X5+$SuC+*~*~4aGJU(u~7d(o%pP8OF9uJ>oqWU+;oT zZrY1X!;zw4{4y{NN3nN>G(0u|+DFaj8jdMH3TymNK<)xY#?LZF1`_tdrJEcXN2-2b zM#cy09~r05Z43=DG~fe17Z;ia8%j7v#QMg7NUe1hfb+$3C`F-2|GyB@2P8Y7lz#;m zs_~HE2PW2kRNMJsZRZ2y2$*+v54j-$Ayw$ zk-i}GD;04IMZljE0@g?b6lu3$8;L|gQzZGQcH4)w>}l+Q2qkbc_9YZb_O2TRPoFtI ze)`n8FBS)dABebxgjwP@ZO3MgE#u`vI#^$X_(Wl__zPVlmqWzxpPmm+2P0Ul?|QWW z+J|Ev7($`g_s$0>PIR(^Wf>tQD{!7AEi&<03GMw+@ zLe<{`X8k{}n^K+`Ie+Y#hl8tDFaNGg;DU+iOZHI792xU-Q03jXm?~29qA}0e3XxY! zpiG;-ROlG^S2PAJuiBh+5eHkzL10O&>W8)J1Ebg5zLfNO^STGY`LiR(zF>j15bXhN zx^bW&^b4#za1mrSuwvDPRH5Xgvn33(P$c_B29j~o|6FS$nI)5c4oK!lQRD}EX2nkJ z$8jNi0Iul)Q277zv;RLFu0j6)PUZ04Mn22fd)rZ5eA^H2ZT>ZV(-y&x8+ma)*640iX2f!%jUKiK|v=W#OPy};3A;OI)=D9%_k9k>dQZp9AGEtiPBs#0NqS*9&0tSiZLn$yLBrqGQGOdFL`ytZy`as!=c;4zqXi7EINrTWmq~Ug9;s9 z-q_nsKQAMPLo--hqm5`B0}I(&m^Ye>)nkW#e(e<%_fD`A68acHUu$ECTpJnUvSc{A zOjYu;N!lsAaMG%o9L(ooQ^Z@7u_J&Z4ysd->I@vDI;Fzoaw>jlK0$W=Sl^dvg!-qX-IHLUA2E^gsZTE+@-OJD3s~t+#4y}|A@d84s)^Wrx6ABe3|_QI{xFJzf9f=e5tA&tY-9#PmUP|- zbU$PDWJtr%$2rLb8zI}Jp*>kvqZYQ1XL_=rb1vk5xIg|~yTUO#T*gHUbjVGxr<}44BJkE^fczl6<$}pLkq@zHygbSuKoEB3% zKDLvBET^h+&WI?&x2gqA=48v(M3|gK$^;90aXUw=!jwkl;hc7!5mg&Fk0SBh6Z+mB zC-BT{%~ehb$pW7tEU}YSmqS;=b`}Ya;Nsgphy=c6T)969ptbxgDi8>8Zy!KJXWP@l zGMyh-u7$vwAo1f6!5Zo)yGM=f00Dx*WnnRZpqj@Dv0v4N9g^4DsXX}qe@|4T3u&c) z*Uk?EoxfD~5%cfN$^89-Qmr7JaN~E>Zpn4)v%YmPc_(X6 zwZVeTJZ~jt(6QlCeX%fMbs1pkgGbGxOAp-AtUrQFT z9Q|-PkZgc=*RxP!6}m7=R}fJXouvxfWs?F9%5iA<{UKiuXH8?MN}CXhUVR}Nf*XXW z)!9APRTjk}wU#^;y(g}RXZqO}yVuN#ibXL7X_**=h<+RyuR(#W-kdahvnRWZHuq}3Tj&O?#xyk^qf>!^Gi0Do*8Q_F82iIx0QMbSj9ncZ9E8n?g+$cEb~CJp z($d)bb`dCT(K4>wpIg2~#f!QcONa~l+DtUn)yg>eiK*%@5lPIjh`3>f<#3(dFNvEg zwFim)cSQC&0Yj45ogW5vuIzg1=S}wl$CH8MD}m$LlPiqhNGVPfrPeU^Q80ucReUiP3mYUR8srwusGy*ig1rb*elTr=j;l0?>>AKv zDF(UGGCC+Ar))+K1>FczemLDpRgB58W00eDgC@8JY!nn@Hw92oC`J%Ls@(G29j0e< z6wplG7@(k^fL6<+HD_S@9K6ySw<#m|m1z)=pjQjP%2 zL48`aqVpBQ;eg>FGO}N3+IcUqD;e08K1{J+X&tR8X-+G4xLVVk_VaBiX8okU4Ad?i zOBa>aH+|wSCvWr!(*BC-+F$#tU{F=YaknbE} zrD&*3&x;gaDN6ph;|(_`ARZ?I`L2`p$e5zg%G4MXppp0MS}%6vuHqR-bzVdzI{2PtIH`}C8a}< z_E%B5>gLLHOr(3ZTG_G_>FAV*ruN(2w-d|bcfP)|X)xI|wA$2hdv-Z~`zv=}`5^vx z$9~?n^4NHC;MtWe&nBCmOZ$DzCw;&6`*DJ$9|uaL14?xrjp@t`tLrGkhAkLd)m+fI zYOA1^mW{jnm#-$b4kerSBm;ZRntBoil=!Oxz%w=GaCrH44gj95jL|V(!zH*_WA=SE zPI_hx444+_7HSy7oa3;X8n>1j7eN}>Np%I5y)IHr)mr1I8z(}ZyW73|vS{4qp=4l> zS>MeBWD5a7koIpSAS#AXuvQee&Kk^lfOHU$tpo%?+TTe)wqZO?*D;WpdZiuf{F34n zQS4%hjR41v3KCjOPfO`3f^>C&VAQl%rf2IJ#%KeN013l$JOca28aQ^iLFw$V$D?QL zPK-wp`+TE0y3XI;vFu+yw_JW_=_?5#bO=~r90m=moTEX_}` ztz%|@RES*;oW3ALgK(=-S(A>qVd~`#w%TK zKe#$JP8Yj&<1q2neUH+&r+;-|-|C)6R{Qs^cI{jpeeUN^uLjya@fVHxU>Z(gx>V`x zrl{j*e$l!b*ot@0@;ij-g9l4sJT8NeYwFV_bW^G{Zoa*L*?;@-WW)A!89l00+B?!! zbQMrqw%(q8=hbvI-PI_yt#2o8k1cmECzgAY9sSAHfn?2Kx|UvoaCF|jcDF3qxhL7O zH(gK98kB}jx4Yljl5V8CCJC&W?pl=2u5>G1wJ9L|qsz_9@w>;Cuf5m#!FFN*A6)y} z!If=Ck{u(-#-r(WinvK>-g5i=JEzi{>8^u-L*ls8o2=iS-a?PIQW@g!MADsfrz+ce z?>4_zo8CruUGlD*?zSskJJUPpYNxVmcX}6H^(cLV>0Y|(Q+D>HchgnB(xIjY=xR`D z-+EhHe*8{!W$?(#)+5Qbk@OI~I6$oue=CxHgzg?y+SKJ@L4Dt=NwyB9AEU>QD?118 zUQG@?g~UJaUKt!q?l>-bl%Z0y&VNnqJmqB0()ZtCL7jPj?LxSR>tG40NTN>8hmw zBxt3GZ4wFE>26a75^SbN9TEw)(A`$q?VWUIqXgY`5fXIM)pkOH9dxymkYE>G^$-&D z(p4WJ!EU#&lV|Xedm2*diprkif5TTjXglOc;=kn^4si5 z=PM=8`Kjsc@Z-An+q;sRcHcdB_uR_fQ}+f=CkIZiY&xB+JChcX%Q3fvv>U%2U+F$^ zuk&QG^W@5=lgYYM=?Vr@X*QCON6s%-BscXXn|CJz{U-PHWZP)sDo&oO(OQTvwhg@DWe6rsRMr+MD}uDYmCD)< z!Q`t&3}5rRrf8nE!xT;TbBaGGwyKvQmw8H9kjq{z=46Y-_a(;M5UD3hXgpnTp@@kt zSIPu}jov!>)=8ljv2`PSwVluqT81tP_^O`NBc}RSyhL)?x zgmBEyd0g`IR7Da`&vwRCB_v`m`YkLjV5;H?47hzm06SCc8l;{nFi4*-=E7>lW<%Ny z;yJehQPD+;6D2%Qo8Ermt5k%S3LkF}bzF!pJShFOb}F z+;x##PVrgDEd#g@a?9z~MQ%C8y2vf3D45)G><2||8Q8kWEvHx)x#bk=BDW%s^^jXm zQ82mX*aeeYj(x3Aa?7y`Cby#8g_2v2y)JUgDb_`9ImPqx#cry6gighUyI7PwA1djcnlnD%MgWTqoZn=#% z$Ss+~<(6)_kv7QfhIAX)SSs^e_}W-1+gK{YQXiSA+GZ>pOJ$$CWdf^V917;bq+3o^ zpmfV|*CpL@iq9h5GJyM#ZaLk$q+3q0F6ow26fE6x><1;?GO%??x13^K$^=faE@gtq zV?D|QPEoKjfnyh}OyJlBOSc@mU}b_RccIDzj=e5r0;gD)GJ#X9Uzxzk?oYbqr1z~% z;M6&k3H;7M$7tT~0Cq{1mSUG=X=%Eyv1HH3v};qE zc6u7R!?v;n5ncCCF{4_ir>T%&} zpdN`*n`8`^(}cLuKu{YgXribMuBdUNncmXjGN~H*HXNIsg)750Y&p?i|OM_IkOhE3s;=;!O`5mxd2nggxA=N_e zkl@-pp$|HoVZ{xVUbfjUvs!2yy>7B!Tg?+U$Q_XLmF+-CxL9bnQ`xTuF9vbu>UK)n zV81s#mc-cuL#omFLih-d8#|Fic!eM*4yk%aoEWMJOd(GYsapHFXq7%n$L<{1O#?e@ zAYTosdVyf@>;Z=*ad`cSvzH0sUt%w%V$T!oL*Y8zMksg*qH3|tt!ncnO_)U_=?iX7a4RYzK#`Tv-7*E9A5GIri+THwCf2f72iv~73D?u zcU9T8lKH(q@PjMLfb+Ymbgg85SCxG$Uf)%ve%36Y=)fc_Q&R`2PVQaNv#r literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/background.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/background.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da637ec5de526f72b563c81328301f592439f1b3 GIT binary patch literal 2565 zcmcIm&5smC6tAA1Z)O-aEDDIR(j;caEYm>~FdHGPsDwlp1ma8+3 z7f9BG#5FmJ>!&1m9+e=Wni5%o;J_@vs7UViPO}2Bs9^^X(RoDGuQ0kO| za;F?rIu#A&5Un`*I~qcF;Y~}YnnS0MQ@DnlA}!p}K?iT9%R8m>s8#+$He0zwp9@!$ z@=4>`Pr1^+M+Y;g@(zPbza^7zrY%lj!e6c2YS@7zxhD)K0XscIH@p z%2{K34Jw~QIuvy@2X%6e*3q3D&C>!c(vq9oH?o2R%8vec0+V_tPm32T!{H9tUsPbq z9;fJ(-0}u;HK%;7*4eRvR(&eS22`1Y)8INZQ(^Bj$FJr$`K2hBo<3V z;J)Ykc#&co(4Y<`uAmGP%qWkekW;)wIH+l;Tyh!;EF!Q31K)#IyQ&oDC~m7jtJ%V<)mXb|Z$zcw+_lC(R`xVm@n{E(|5H*A^ZLyOAHY?I6`1(mIDGXD~DGMoal5d^NPO1VD~_e*WVXveXLA zJ_+;$EKiPY6UR|j&8I=0Nwb*%m`4G{lM!c;%FG!RJr?52Mh1*Ai;ek-C6h@Ex9G&d zFs`axVe_bOl6QNdy>|OCP^J3|u>Yk>9W6Ky^6+FwM;?vQ;qkbdDBGjba#&6aFbd_t zlV`2l^9jQXfbPQBFB}sXu`mLDtZF|MP?9IC%ah`ze)>)GpSN>E4uP*^hX%ac$3c9n z-2@sHBl<+>4)orIH!T-Onk!mYyOO)DokJeFqW_?Mr2*GyYrl(Gm zU;^QPhtfaOiNx^#rIg_+!Cg_{y_mA3JlvYCLXzjyci9dAiq)j3gGeftW&4D4%i0$lR2j((iX20JzmpvOOY*lyxW#%#smrdVWG*gOtqkZ_W$$?c4#X!+O9(>4x6MWZ> zSJ@OeUfVn7PDNa!L-Q(V`3#7^*3sZKvU%Zs+I-J)bnM%W?7&1h@WXnmIVZESq!do#PU+eJBq=DgIGz55gaPi zq@H17Q{T6&md19&ATD>-2{tXqOQe*Le)#twAok&JklSA<50DgZ?kOC-zw^bd+VqVN zzteAgbgy<`tJc^!ImqRwrXT3V`p$<4#6U0A8xQqLqdF*n#b7VmHFbS?uusqY&oJ8g){dkoR%0*hrpZezl4-cOm`{bE?J=>b?2^6bhpHzQ zFPTc+Sabzwp2KCrQ*;%a@}Gr*_-B+(EwVVO-`Pcrk8+rEh37DH${7hpk5l0vdxa^;_mD+J4sAYh^2=V zJb9^S4;AS@Q^7-A2ne184-2`3o_v#RD=7MA-*4ZW_j~i+JmzDiQUsKTUw?K#5PMTMy0c!L&yVQE_#KMU@s}lx+!`#bOaa#w^lR4 zQ*@c@aQE5jtzxkddC~tU#ip7V9pBrQQ%LlPdrTzdM?EIIfZpXiyK;ziy(pa`^ zo!zth4z~w`f!+5yBIHBK<#wO4zU_NEb~F^bA-lG|v0=xapjRTN^Fn6ZS%)^(TaSiZ z4sQVl8u4|65ll<96jXg}va&bMPmRjBduYBj$L7?$^!~1joEnX(R(`X2usK?+ z87AVixO^9_rj}H*GTX8Y>atD_qezmftW_1`e5)<*Z`lBxCie4ZLQsiyD`h|5@IKUaXmd`*2v GYU(dBuDogh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/concurrency.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/concurrency.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fc969173fae9e42513cbea422c79479719dc4c4 GIT binary patch literal 1861 zcmbVMTWcFv5I&b(X?2e!IY~?1#w1Qr(pnh5l~8a^NFb?Oh>3~7EbG;=v-V!Z(XnMw zxwvg8e#nENp>d%FJruXadB{&_=pRsmA?ku5(3b{USmOplo;pXeEDP7AbTm6VXLjb? zzHjtHA`wL(AN~5r+`5X;Z*tI)@V>M65S;s{h>F-o4lZCUePR=b7O0~X6h|$ntr)dK zg)n?m?69L1v{p>DBTlpsZTTVaV})4D4}%{s#4#d>sYPuQBeVriTM7w=ixH-<#A}@p zDn=P)i6WgP-Po*BjNMT-A!q9#uaGR#8z>ilE+aYYXN+>yHBHYIY*{#lYs@j8qkeKs zhOaP}aYK0APmZ@UK5S?B;mK-=-8A?FOpzKlN``5P>UGPp1e9aHU%m~&bj#JnZO)8h z$@6UZ(8m|uBf--$xabPY)@LnV7P{#tkS(w@{YYodJ0@kzX=+zEY{=mn;(~UKN(Zcz%hwOL^Ox z$(O3)w&#uxkBsEYz~*;>;tS9m<@~Hs7Dma+L(iCtoHN&~4wtI_8@)Z$OLG1uESrL- zd>QWJclfQM7g>}&TOWCx8QRVatzHjELXGZZhw3xm+mExO+u6}Z@`!4qjgCTjDtp&^ znmqp`dA=D>-o3Vw-4ON3hnE71Qg81fl8XK%O@K(`Kbw~?GAQ03ps=7PWsfn z{L}P>C+Q2#6X|=g?# zQhszF55SVkw)aCo70aFDk^x*cB9~q2r&`1tKHwcs%TJP{em?-s;eSZ5;X`0^O(sbG za@jgOCXK}RC$t9^@c}Tev`daxT(sHydy=+%G_OaPQ)jD|vq)v2|~&!+E8uaY2yNPj?1;b>Dkxz4w>*8>WJ jXKH5sgAHZ<>b5!%s1OKH$Lvz5*v8pbQ8&!b!HNF{u`bHP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/datastructures.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/datastructures.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77937e1211af14afef18bf393cbd31986395a3f6 GIT binary patch literal 9390 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 X6;7!cmKQlyuW+h1uz_F^2T&mZs#i+C literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/param_functions.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/param_functions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..622b64d05f2a8bfddfab3f0aea1ee820ff19786e GIT binary patch literal 41431 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 uzZ4?ha|i3*92LA%J_aY|% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/requests.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/requests.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07f15b5fdfd92f5fc23b09aa9dc0a80e0aa99a71 GIT binary patch literal 301 zcmZ3^%ge<81pYVQr1t^o#~=<2FhLog<$#Ro3@HpLj5!Rsj8Tk?AT|?_%@oB1WHSdd zXtKNnDb{4X#pe+c65yPlmzSDcl9`_e6k!iaEi6qfF7eZ3z9m##l30|JT2hj#R|F9) zE@B31EMfr?D;Yk64Eg1)UzS*;UtV6WUzV9%l3!F=l9`)Yq+gbrSEiqnnWSG(S(1^T zXRK#vs9&5}lB!#fn4F!Mo?5J*mIySyAX6V^v|d5wFAkgB{FKt1RJ$ThpxKN-T&xcy ZJ}@&fGTvaYzkrHvFc@CIhKksMdH`vCRJ#BG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/responses.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/responses.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..266e1bf109f24a81ad655079d2a41803b4b71253 GIT binary patch literal 2753 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 dy{V-*>z(44TX@K?*b( zZ*d2gB$i|*yJhC27W-*3-4ZP>Ni51qEh$OW1G0cJX&{**W}xbo44*-oe);K_B^K$I zmzV38WhR&87gd&I=B5_um!;;F>E~o7=@(R%WaQ@=>lqsA7iX5F>J}s>XD6no7VD=a y0*x%l)JHN{ub}c5hfQvNN@-52T@eS+ct#*DmIV?Ym>C%vZ!p+gz=n$0fGPmrRY@fP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/templating.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/templating.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0eecb37ec1294405dfcb17ad0138cfa276a2391f GIT binary patch literal 260 zcmZ3^%ge<81pYVQr27Er#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ}EF&=4B-sg{0;dH=EH$r8KPNLuzo4=tBR|hr&(Ki6II|>Gw;(Y&J25@A zSU)WhXm&xSKEhnRg34bUHo5sJr8%i~MI1oW8G*Q17D#+xW@Kc%!QgxW8!BQ0ssI3g Ce@YAh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/testclient.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/testclient.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24a09ee2f50fe36fc07134017f1e7a49f478bc9b GIT binary patch literal 255 zcmZ3^%ge<81pYVQq&orW#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ*hgB7MD2ZWTxho_-QiT5-Bc8EXqkODM{5U0ZJr;C5o7VYF9FR25I@_t6!E_q+ecM zu3wg!T#{c@S(2HXTBKi=npdWulbNJnP+5|ZpJ%LRXsBPDS(2(-keHmEn4Vg!pOy$T xyC72^VXj_5UyqO8$f;x#FCP#7bjfLPzDy3E{5vn{U3E-}j!!=TfPN7`^)byY^l{=m!Va zq+V?bNP+RezF4i%LCvOgMw8ttC0&n9b15EL~si3bpney z$Q#ji=u*8Gz{ATXl~cARR039&@Ef8E(|BQxNDL5}3xx~*l0@S|=Yl^u)#A*>Vd_=M z5Z4)8r`90FX-dd2M`Dr^YV?{~!vU<~n2KJQQh7P7E;hcP3+99_U)ps{?46w*yUtD- zku3EBAa)(Xy6t-#cATYKQTV``nXwZuh5IqCzQZ+0>`k1cIQHz`A*?vN)aHW7-S*)b znPQ3ApF_znCjN+mAas$@?2RtEl@D?k&FBBm=jd)e$mizN-co+YZZ}TF)AduW^JFUO}#rZ!4%W2Y~Mb5*p`l;=97;)=HnAFH)lH| zb4{bGm3FIp_daa3#8zcrJD5I5jw%O@PgZ-not#wKjc-;y{Jf*hH)TEu|5|?mL*4J; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b78150a75a731ad5d9987c9fb34409240c018af GIT binary patch literal 9394 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 BX`}!E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/_compat.py b/venv/lib/python3.11/site-packages/fastapi/_compat.py new file mode 100644 index 0000000..c07e4a3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/_compat.py @@ -0,0 +1,659 @@ +from collections import deque +from copy import copy +from dataclasses import dataclass, is_dataclass +from enum import Enum +from functools import lru_cache +from typing import ( + Any, + Callable, + Deque, + Dict, + FrozenSet, + List, + Mapping, + Sequence, + Set, + Tuple, + Type, + Union, +) + +from fastapi.exceptions import RequestErrorModel +from fastapi.types import IncEx, ModelNameMap, UnionType +from pydantic import BaseModel, create_model +from pydantic.version import VERSION as PYDANTIC_VERSION +from starlette.datastructures import UploadFile +from typing_extensions import Annotated, Literal, get_args, get_origin + +PYDANTIC_VERSION_MINOR_TUPLE = tuple(int(x) for x in PYDANTIC_VERSION.split(".")[:2]) +PYDANTIC_V2 = PYDANTIC_VERSION_MINOR_TUPLE[0] == 2 + + +sequence_annotation_to_type = { + Sequence: list, + List: list, + list: list, + Tuple: tuple, + tuple: tuple, + Set: set, + set: set, + FrozenSet: frozenset, + frozenset: frozenset, + Deque: deque, + deque: deque, +} + +sequence_types = tuple(sequence_annotation_to_type.keys()) + +Url: Type[Any] + +if PYDANTIC_V2: + from pydantic import PydanticSchemaGenerationError as PydanticSchemaGenerationError + from pydantic import TypeAdapter + from pydantic import ValidationError as ValidationError + from pydantic._internal._schema_generation_shared import ( # type: ignore[attr-defined] + GetJsonSchemaHandler as GetJsonSchemaHandler, + ) + from pydantic._internal._typing_extra import eval_type_lenient + from pydantic._internal._utils import lenient_issubclass as lenient_issubclass + from pydantic.fields import FieldInfo + from pydantic.json_schema import GenerateJsonSchema as GenerateJsonSchema + from pydantic.json_schema import JsonSchemaValue as JsonSchemaValue + from pydantic_core import CoreSchema as CoreSchema + from pydantic_core import PydanticUndefined, PydanticUndefinedType + from pydantic_core import Url as Url + + try: + from pydantic_core.core_schema import ( + with_info_plain_validator_function as with_info_plain_validator_function, + ) + except ImportError: # pragma: no cover + from pydantic_core.core_schema import ( + general_plain_validator_function as with_info_plain_validator_function, # noqa: F401 + ) + + RequiredParam = PydanticUndefined + Undefined = PydanticUndefined + UndefinedType = PydanticUndefinedType + evaluate_forwardref = eval_type_lenient + Validator = Any + + class BaseConfig: + pass + + class ErrorWrapper(Exception): + pass + + @dataclass + class ModelField: + field_info: FieldInfo + name: str + mode: Literal["validation", "serialization"] = "validation" + + @property + def alias(self) -> str: + a = self.field_info.alias + return a if a is not None else self.name + + @property + def required(self) -> bool: + return self.field_info.is_required() + + @property + def default(self) -> Any: + return self.get_default() + + @property + def type_(self) -> Any: + return self.field_info.annotation + + def __post_init__(self) -> None: + self._type_adapter: TypeAdapter[Any] = TypeAdapter( + Annotated[self.field_info.annotation, self.field_info] + ) + + def get_default(self) -> Any: + if self.field_info.is_required(): + return Undefined + return self.field_info.get_default(call_default_factory=True) + + def validate( + self, + value: Any, + values: Dict[str, Any] = {}, # noqa: B006 + *, + loc: Tuple[Union[int, str], ...] = (), + ) -> Tuple[Any, Union[List[Dict[str, Any]], None]]: + try: + return ( + self._type_adapter.validate_python(value, from_attributes=True), + None, + ) + except ValidationError as exc: + return None, _regenerate_error_with_loc( + errors=exc.errors(include_url=False), loc_prefix=loc + ) + + def serialize( + self, + value: Any, + *, + mode: Literal["json", "python"] = "json", + include: Union[IncEx, None] = None, + exclude: Union[IncEx, None] = None, + by_alias: bool = True, + exclude_unset: bool = False, + exclude_defaults: bool = False, + exclude_none: bool = False, + ) -> Any: + # What calls this code passes a value that already called + # self._type_adapter.validate_python(value) + return self._type_adapter.dump_python( + value, + mode=mode, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + + def __hash__(self) -> int: + # Each ModelField is unique for our purposes, to allow making a dict from + # ModelField to its JSON Schema. + return id(self) + + def get_annotation_from_field_info( + annotation: Any, field_info: FieldInfo, field_name: str + ) -> Any: + return annotation + + def _normalize_errors(errors: Sequence[Any]) -> List[Dict[str, Any]]: + return errors # type: ignore[return-value] + + def _model_rebuild(model: Type[BaseModel]) -> None: + model.model_rebuild() + + def _model_dump( + model: BaseModel, mode: Literal["json", "python"] = "json", **kwargs: Any + ) -> Any: + return model.model_dump(mode=mode, **kwargs) + + def _get_model_config(model: BaseModel) -> Any: + return model.model_config + + def get_schema_from_model_field( + *, + field: ModelField, + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + field_mapping: Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + separate_input_output_schemas: bool = True, + ) -> Dict[str, Any]: + override_mode: Union[Literal["validation"], None] = ( + None if separate_input_output_schemas else "validation" + ) + # This expects that GenerateJsonSchema was already used to generate the definitions + json_schema = field_mapping[(field, override_mode or field.mode)] + if "$ref" not in json_schema: + # TODO remove when deprecating Pydantic v1 + # Ref: https://github.com/pydantic/pydantic/blob/d61792cc42c80b13b23e3ffa74bc37ec7c77f7d1/pydantic/schema.py#L207 + json_schema["title"] = ( + field.field_info.title or field.alias.title().replace("_", " ") + ) + return json_schema + + def get_compat_model_name_map(fields: List[ModelField]) -> ModelNameMap: + return {} + + def get_definitions( + *, + fields: List[ModelField], + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + separate_input_output_schemas: bool = True, + ) -> Tuple[ + Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + Dict[str, Dict[str, Any]], + ]: + override_mode: Union[Literal["validation"], None] = ( + None if separate_input_output_schemas else "validation" + ) + inputs = [ + (field, override_mode or field.mode, field._type_adapter.core_schema) + for field in fields + ] + field_mapping, definitions = schema_generator.generate_definitions( + inputs=inputs + ) + return field_mapping, definitions # type: ignore[return-value] + + def is_scalar_field(field: ModelField) -> bool: + from fastapi import params + + return field_annotation_is_scalar( + field.field_info.annotation + ) and not isinstance(field.field_info, params.Body) + + def is_sequence_field(field: ModelField) -> bool: + return field_annotation_is_sequence(field.field_info.annotation) + + def is_scalar_sequence_field(field: ModelField) -> bool: + return field_annotation_is_scalar_sequence(field.field_info.annotation) + + def is_bytes_field(field: ModelField) -> bool: + return is_bytes_or_nonable_bytes_annotation(field.type_) + + def is_bytes_sequence_field(field: ModelField) -> bool: + return is_bytes_sequence_annotation(field.type_) + + def copy_field_info(*, field_info: FieldInfo, annotation: Any) -> FieldInfo: + cls = type(field_info) + merged_field_info = cls.from_annotation(annotation) + new_field_info = copy(field_info) + new_field_info.metadata = merged_field_info.metadata + new_field_info.annotation = merged_field_info.annotation + return new_field_info + + def serialize_sequence_value(*, field: ModelField, value: Any) -> Sequence[Any]: + origin_type = ( + get_origin(field.field_info.annotation) or field.field_info.annotation + ) + assert issubclass(origin_type, sequence_types) # type: ignore[arg-type] + return sequence_annotation_to_type[origin_type](value) # type: ignore[no-any-return] + + def get_missing_field_error(loc: Tuple[str, ...]) -> Dict[str, Any]: + error = ValidationError.from_exception_data( + "Field required", [{"type": "missing", "loc": loc, "input": {}}] + ).errors(include_url=False)[0] + error["input"] = None + return error # type: ignore[return-value] + + def create_body_model( + *, fields: Sequence[ModelField], model_name: str + ) -> Type[BaseModel]: + field_params = {f.name: (f.field_info.annotation, f.field_info) for f in fields} + BodyModel: Type[BaseModel] = create_model(model_name, **field_params) # type: ignore[call-overload] + return BodyModel + + def get_model_fields(model: Type[BaseModel]) -> List[ModelField]: + return [ + ModelField(field_info=field_info, name=name) + for name, field_info in model.model_fields.items() + ] + +else: + from fastapi.openapi.constants import REF_PREFIX as REF_PREFIX + from pydantic import AnyUrl as Url # noqa: F401 + from pydantic import ( # type: ignore[assignment] + BaseConfig as BaseConfig, # noqa: F401 + ) + from pydantic import ValidationError as ValidationError # noqa: F401 + from pydantic.class_validators import ( # type: ignore[no-redef] + Validator as Validator, # noqa: F401 + ) + from pydantic.error_wrappers import ( # type: ignore[no-redef] + ErrorWrapper as ErrorWrapper, # noqa: F401 + ) + from pydantic.errors import MissingError + from pydantic.fields import ( # type: ignore[attr-defined] + SHAPE_FROZENSET, + SHAPE_LIST, + SHAPE_SEQUENCE, + SHAPE_SET, + SHAPE_SINGLETON, + SHAPE_TUPLE, + SHAPE_TUPLE_ELLIPSIS, + ) + from pydantic.fields import FieldInfo as FieldInfo + from pydantic.fields import ( # type: ignore[no-redef,attr-defined] + ModelField as ModelField, # noqa: F401 + ) + + # Keeping old "Required" functionality from Pydantic V1, without + # shadowing typing.Required. + RequiredParam: Any = Ellipsis # type: ignore[no-redef] + from pydantic.fields import ( # type: ignore[no-redef,attr-defined] + Undefined as Undefined, + ) + from pydantic.fields import ( # type: ignore[no-redef, attr-defined] + UndefinedType as UndefinedType, # noqa: F401 + ) + from pydantic.schema import ( + field_schema, + get_flat_models_from_fields, + get_model_name_map, + model_process_schema, + ) + from pydantic.schema import ( # type: ignore[no-redef] # noqa: F401 + get_annotation_from_field_info as get_annotation_from_field_info, + ) + from pydantic.typing import ( # type: ignore[no-redef] + evaluate_forwardref as evaluate_forwardref, # noqa: F401 + ) + from pydantic.utils import ( # type: ignore[no-redef] + lenient_issubclass as lenient_issubclass, # noqa: F401 + ) + + GetJsonSchemaHandler = Any # type: ignore[assignment,misc] + JsonSchemaValue = Dict[str, Any] # type: ignore[misc] + CoreSchema = Any # type: ignore[assignment,misc] + + sequence_shapes = { + SHAPE_LIST, + SHAPE_SET, + SHAPE_FROZENSET, + SHAPE_TUPLE, + SHAPE_SEQUENCE, + SHAPE_TUPLE_ELLIPSIS, + } + sequence_shape_to_type = { + SHAPE_LIST: list, + SHAPE_SET: set, + SHAPE_TUPLE: tuple, + SHAPE_SEQUENCE: list, + SHAPE_TUPLE_ELLIPSIS: list, + } + + @dataclass + class GenerateJsonSchema: # type: ignore[no-redef] + ref_template: str + + class PydanticSchemaGenerationError(Exception): # type: ignore[no-redef] + pass + + def with_info_plain_validator_function( # type: ignore[misc] + function: Callable[..., Any], + *, + ref: Union[str, None] = None, + metadata: Any = None, + serialization: Any = None, + ) -> Any: + return {} + + def get_model_definitions( + *, + flat_models: Set[Union[Type[BaseModel], Type[Enum]]], + model_name_map: Dict[Union[Type[BaseModel], Type[Enum]], str], + ) -> Dict[str, Any]: + definitions: Dict[str, Dict[str, Any]] = {} + for model in flat_models: + m_schema, m_definitions, m_nested_models = model_process_schema( + model, model_name_map=model_name_map, ref_prefix=REF_PREFIX + ) + definitions.update(m_definitions) + model_name = model_name_map[model] + if "description" in m_schema: + m_schema["description"] = m_schema["description"].split("\f")[0] + definitions[model_name] = m_schema + return definitions + + def is_pv1_scalar_field(field: ModelField) -> bool: + from fastapi import params + + field_info = field.field_info + if not ( + field.shape == SHAPE_SINGLETON # type: ignore[attr-defined] + and not lenient_issubclass(field.type_, BaseModel) + and not lenient_issubclass(field.type_, dict) + and not field_annotation_is_sequence(field.type_) + and not is_dataclass(field.type_) + and not isinstance(field_info, params.Body) + ): + return False + if field.sub_fields: # type: ignore[attr-defined] + if not all( + is_pv1_scalar_field(f) + for f in field.sub_fields # type: ignore[attr-defined] + ): + return False + return True + + def is_pv1_scalar_sequence_field(field: ModelField) -> bool: + if (field.shape in sequence_shapes) and not lenient_issubclass( # type: ignore[attr-defined] + field.type_, BaseModel + ): + if field.sub_fields is not None: # type: ignore[attr-defined] + for sub_field in field.sub_fields: # type: ignore[attr-defined] + if not is_pv1_scalar_field(sub_field): + return False + return True + if _annotation_is_sequence(field.type_): + return True + return False + + def _normalize_errors(errors: Sequence[Any]) -> List[Dict[str, Any]]: + use_errors: List[Any] = [] + for error in errors: + if isinstance(error, ErrorWrapper): + new_errors = ValidationError( # type: ignore[call-arg] + errors=[error], model=RequestErrorModel + ).errors() + use_errors.extend(new_errors) + elif isinstance(error, list): + use_errors.extend(_normalize_errors(error)) + else: + use_errors.append(error) + return use_errors + + def _model_rebuild(model: Type[BaseModel]) -> None: + model.update_forward_refs() + + def _model_dump( + model: BaseModel, mode: Literal["json", "python"] = "json", **kwargs: Any + ) -> Any: + return model.dict(**kwargs) + + def _get_model_config(model: BaseModel) -> Any: + return model.__config__ # type: ignore[attr-defined] + + def get_schema_from_model_field( + *, + field: ModelField, + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + field_mapping: Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + separate_input_output_schemas: bool = True, + ) -> Dict[str, Any]: + # This expects that GenerateJsonSchema was already used to generate the definitions + return field_schema( # type: ignore[no-any-return] + field, model_name_map=model_name_map, ref_prefix=REF_PREFIX + )[0] + + def get_compat_model_name_map(fields: List[ModelField]) -> ModelNameMap: + models = get_flat_models_from_fields(fields, known_models=set()) + return get_model_name_map(models) # type: ignore[no-any-return] + + def get_definitions( + *, + fields: List[ModelField], + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + separate_input_output_schemas: bool = True, + ) -> Tuple[ + Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + Dict[str, Dict[str, Any]], + ]: + models = get_flat_models_from_fields(fields, known_models=set()) + return {}, get_model_definitions( + flat_models=models, model_name_map=model_name_map + ) + + def is_scalar_field(field: ModelField) -> bool: + return is_pv1_scalar_field(field) + + def is_sequence_field(field: ModelField) -> bool: + return field.shape in sequence_shapes or _annotation_is_sequence(field.type_) # type: ignore[attr-defined] + + def is_scalar_sequence_field(field: ModelField) -> bool: + return is_pv1_scalar_sequence_field(field) + + def is_bytes_field(field: ModelField) -> bool: + return lenient_issubclass(field.type_, bytes) + + def is_bytes_sequence_field(field: ModelField) -> bool: + return field.shape in sequence_shapes and lenient_issubclass(field.type_, bytes) # type: ignore[attr-defined] + + def copy_field_info(*, field_info: FieldInfo, annotation: Any) -> FieldInfo: + return copy(field_info) + + def serialize_sequence_value(*, field: ModelField, value: Any) -> Sequence[Any]: + return sequence_shape_to_type[field.shape](value) # type: ignore[no-any-return,attr-defined] + + def get_missing_field_error(loc: Tuple[str, ...]) -> Dict[str, Any]: + missing_field_error = ErrorWrapper(MissingError(), loc=loc) # type: ignore[call-arg] + new_error = ValidationError([missing_field_error], RequestErrorModel) + return new_error.errors()[0] # type: ignore[return-value] + + def create_body_model( + *, fields: Sequence[ModelField], model_name: str + ) -> Type[BaseModel]: + BodyModel = create_model(model_name) + for f in fields: + BodyModel.__fields__[f.name] = f # type: ignore[index] + return BodyModel + + def get_model_fields(model: Type[BaseModel]) -> List[ModelField]: + return list(model.__fields__.values()) # type: ignore[attr-defined] + + +def _regenerate_error_with_loc( + *, errors: Sequence[Any], loc_prefix: Tuple[Union[str, int], ...] +) -> List[Dict[str, Any]]: + updated_loc_errors: List[Any] = [ + {**err, "loc": loc_prefix + err.get("loc", ())} + for err in _normalize_errors(errors) + ] + + return updated_loc_errors + + +def _annotation_is_sequence(annotation: Union[Type[Any], None]) -> bool: + if lenient_issubclass(annotation, (str, bytes)): + return False + return lenient_issubclass(annotation, sequence_types) + + +def field_annotation_is_sequence(annotation: Union[Type[Any], None]) -> bool: + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + for arg in get_args(annotation): + if field_annotation_is_sequence(arg): + return True + return False + return _annotation_is_sequence(annotation) or _annotation_is_sequence( + get_origin(annotation) + ) + + +def value_is_sequence(value: Any) -> bool: + return isinstance(value, sequence_types) and not isinstance(value, (str, bytes)) # type: ignore[arg-type] + + +def _annotation_is_complex(annotation: Union[Type[Any], None]) -> bool: + return ( + lenient_issubclass(annotation, (BaseModel, Mapping, UploadFile)) + or _annotation_is_sequence(annotation) + or is_dataclass(annotation) + ) + + +def field_annotation_is_complex(annotation: Union[Type[Any], None]) -> bool: + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + return any(field_annotation_is_complex(arg) for arg in get_args(annotation)) + + return ( + _annotation_is_complex(annotation) + or _annotation_is_complex(origin) + or hasattr(origin, "__pydantic_core_schema__") + or hasattr(origin, "__get_pydantic_core_schema__") + ) + + +def field_annotation_is_scalar(annotation: Any) -> bool: + # handle Ellipsis here to make tuple[int, ...] work nicely + return annotation is Ellipsis or not field_annotation_is_complex(annotation) + + +def field_annotation_is_scalar_sequence(annotation: Union[Type[Any], None]) -> bool: + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + at_least_one_scalar_sequence = False + for arg in get_args(annotation): + if field_annotation_is_scalar_sequence(arg): + at_least_one_scalar_sequence = True + continue + elif not field_annotation_is_scalar(arg): + return False + return at_least_one_scalar_sequence + return field_annotation_is_sequence(annotation) and all( + field_annotation_is_scalar(sub_annotation) + for sub_annotation in get_args(annotation) + ) + + +def is_bytes_or_nonable_bytes_annotation(annotation: Any) -> bool: + if lenient_issubclass(annotation, bytes): + return True + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + for arg in get_args(annotation): + if lenient_issubclass(arg, bytes): + return True + return False + + +def is_uploadfile_or_nonable_uploadfile_annotation(annotation: Any) -> bool: + if lenient_issubclass(annotation, UploadFile): + return True + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + for arg in get_args(annotation): + if lenient_issubclass(arg, UploadFile): + return True + return False + + +def is_bytes_sequence_annotation(annotation: Any) -> bool: + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + at_least_one = False + for arg in get_args(annotation): + if is_bytes_sequence_annotation(arg): + at_least_one = True + continue + return at_least_one + return field_annotation_is_sequence(annotation) and all( + is_bytes_or_nonable_bytes_annotation(sub_annotation) + for sub_annotation in get_args(annotation) + ) + + +def is_uploadfile_sequence_annotation(annotation: Any) -> bool: + origin = get_origin(annotation) + if origin is Union or origin is UnionType: + at_least_one = False + for arg in get_args(annotation): + if is_uploadfile_sequence_annotation(arg): + at_least_one = True + continue + return at_least_one + return field_annotation_is_sequence(annotation) and all( + is_uploadfile_or_nonable_uploadfile_annotation(sub_annotation) + for sub_annotation in get_args(annotation) + ) + + +@lru_cache +def get_cached_model_fields(model: Type[BaseModel]) -> List[ModelField]: + return get_model_fields(model) diff --git a/venv/lib/python3.11/site-packages/fastapi/applications.py b/venv/lib/python3.11/site-packages/fastapi/applications.py new file mode 100644 index 0000000..6d427cd --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/applications.py @@ -0,0 +1,4585 @@ +from enum import Enum +from typing import ( + Any, + Awaitable, + Callable, + Coroutine, + Dict, + List, + Optional, + Sequence, + Type, + TypeVar, + Union, +) + +from fastapi import routing +from fastapi.datastructures import Default, DefaultPlaceholder +from fastapi.exception_handlers import ( + http_exception_handler, + request_validation_exception_handler, + websocket_request_validation_exception_handler, +) +from fastapi.exceptions import RequestValidationError, WebSocketRequestValidationError +from fastapi.logger import logger +from fastapi.openapi.docs import ( + get_redoc_html, + get_swagger_ui_html, + get_swagger_ui_oauth2_redirect_html, +) +from fastapi.openapi.utils import get_openapi +from fastapi.params import Depends +from fastapi.types import DecoratedCallable, IncEx +from fastapi.utils import generate_unique_id +from starlette.applications import Starlette +from starlette.datastructures import State +from starlette.exceptions import HTTPException +from starlette.middleware import Middleware +from starlette.middleware.base import BaseHTTPMiddleware +from starlette.requests import Request +from starlette.responses import HTMLResponse, JSONResponse, Response +from starlette.routing import BaseRoute +from starlette.types import ASGIApp, Lifespan, Receive, Scope, Send +from typing_extensions import Annotated, Doc, deprecated + +AppType = TypeVar("AppType", bound="FastAPI") + + +class FastAPI(Starlette): + """ + `FastAPI` app class, the main entrypoint to use FastAPI. + + Read more in the + [FastAPI docs for First Steps](https://fastapi.tiangolo.com/tutorial/first-steps/). + + ## Example + + ```python + from fastapi import FastAPI + + app = FastAPI() + ``` + """ + + def __init__( + self: AppType, + *, + debug: Annotated[ + bool, + Doc( + """ + Boolean indicating if debug tracebacks should be returned on server + errors. + + Read more in the + [Starlette docs for Applications](https://www.starlette.io/applications/#instantiating-the-application). + """ + ), + ] = False, + routes: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + **Note**: you probably shouldn't use this parameter, it is inherited + from Starlette and supported for compatibility. + + --- + + A list of routes to serve incoming HTTP and WebSocket requests. + """ + ), + deprecated( + """ + You normally wouldn't use this parameter with FastAPI, it is inherited + from Starlette and supported for compatibility. + + In FastAPI, you normally would use the *path operation methods*, + like `app.get()`, `app.post()`, etc. + """ + ), + ] = None, + title: Annotated[ + str, + Doc( + """ + The title of the API. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(title="ChimichangApp") + ``` + """ + ), + ] = "FastAPI", + summary: Annotated[ + Optional[str], + Doc( + """ + A short summary of the API. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(summary="Deadpond's favorite app. Nuff said.") + ``` + """ + ), + ] = None, + description: Annotated[ + str, + Doc( + ''' + A description of the API. Supports Markdown (using + [CommonMark syntax](https://commonmark.org/)). + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI( + description=""" + ChimichangApp API helps you do awesome stuff. 🚀 + + ## Items + + You can **read items**. + + ## Users + + You will be able to: + + * **Create users** (_not implemented_). + * **Read users** (_not implemented_). + + """ + ) + ``` + ''' + ), + ] = "", + version: Annotated[ + str, + Doc( + """ + The version of the API. + + **Note** This is the version of your application, not the version of + the OpenAPI specification nor the version of FastAPI being used. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(version="0.0.1") + ``` + """ + ), + ] = "0.1.0", + openapi_url: Annotated[ + Optional[str], + Doc( + """ + The URL where the OpenAPI schema will be served from. + + If you set it to `None`, no OpenAPI schema will be served publicly, and + the default automatic endpoints `/docs` and `/redoc` will also be + disabled. + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#openapi-url). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(openapi_url="/api/v1/openapi.json") + ``` + """ + ), + ] = "/openapi.json", + openapi_tags: Annotated[ + Optional[List[Dict[str, Any]]], + Doc( + """ + A list of tags used by OpenAPI, these are the same `tags` you can set + in the *path operations*, like: + + * `@app.get("/users/", tags=["users"])` + * `@app.get("/items/", tags=["items"])` + + The order of the tags can be used to specify the order shown in + tools like Swagger UI, used in the automatic path `/docs`. + + It's not required to specify all the tags used. + + The tags that are not declared MAY be organized randomly or based + on the tools' logic. Each tag name in the list MUST be unique. + + The value of each item is a `dict` containing: + + * `name`: The name of the tag. + * `description`: A short description of the tag. + [CommonMark syntax](https://commonmark.org/) MAY be used for rich + text representation. + * `externalDocs`: Additional external documentation for this tag. If + provided, it would contain a `dict` with: + * `description`: A short description of the target documentation. + [CommonMark syntax](https://commonmark.org/) MAY be used for + rich text representation. + * `url`: The URL for the target documentation. Value MUST be in + the form of a URL. + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-tags). + + **Example** + + ```python + from fastapi import FastAPI + + tags_metadata = [ + { + "name": "users", + "description": "Operations with users. The **login** logic is also here.", + }, + { + "name": "items", + "description": "Manage items. So _fancy_ they have their own docs.", + "externalDocs": { + "description": "Items external docs", + "url": "https://fastapi.tiangolo.com/", + }, + }, + ] + + app = FastAPI(openapi_tags=tags_metadata) + ``` + """ + ), + ] = None, + servers: Annotated[ + Optional[List[Dict[str, Union[str, Any]]]], + Doc( + """ + A `list` of `dict`s with connectivity information to a target server. + + You would use it, for example, if your application is served from + different domains and you want to use the same Swagger UI in the + browser to interact with each of them (instead of having multiple + browser tabs open). Or if you want to leave fixed the possible URLs. + + If the servers `list` is not provided, or is an empty `list`, the + default value would be a `dict` with a `url` value of `/`. + + Each item in the `list` is a `dict` containing: + + * `url`: A URL to the target host. This URL supports Server Variables + and MAY be relative, to indicate that the host location is relative + to the location where the OpenAPI document is being served. Variable + substitutions will be made when a variable is named in `{`brackets`}`. + * `description`: An optional string describing the host designated by + the URL. [CommonMark syntax](https://commonmark.org/) MAY be used for + rich text representation. + * `variables`: A `dict` between a variable name and its value. The value + is used for substitution in the server's URL template. + + Read more in the + [FastAPI docs for Behind a Proxy](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#additional-servers). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI( + servers=[ + {"url": "https://stag.example.com", "description": "Staging environment"}, + {"url": "https://prod.example.com", "description": "Production environment"}, + ] + ) + ``` + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of global dependencies, they will be applied to each + *path operation*, including in sub-routers. + + Read more about it in the + [FastAPI docs for Global Dependencies](https://fastapi.tiangolo.com/tutorial/dependencies/global-dependencies/). + + **Example** + + ```python + from fastapi import Depends, FastAPI + + from .dependencies import func_dep_1, func_dep_2 + + app = FastAPI(dependencies=[Depends(func_dep_1), Depends(func_dep_2)]) + ``` + """ + ), + ] = None, + default_response_class: Annotated[ + Type[Response], + Doc( + """ + The default response class to be used. + + Read more in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class). + + **Example** + + ```python + from fastapi import FastAPI + from fastapi.responses import ORJSONResponse + + app = FastAPI(default_response_class=ORJSONResponse) + ``` + """ + ), + ] = Default(JSONResponse), + redirect_slashes: Annotated[ + bool, + Doc( + """ + Whether to detect and redirect slashes in URLs when the client doesn't + use the same format. + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(redirect_slashes=True) # the default + + @app.get("/items/") + async def read_items(): + return [{"item_id": "Foo"}] + ``` + + With this app, if a client goes to `/items` (without a trailing slash), + they will be automatically redirected with an HTTP status code of 307 + to `/items/`. + """ + ), + ] = True, + docs_url: Annotated[ + Optional[str], + Doc( + """ + The path to the automatic interactive API documentation. + It is handled in the browser by Swagger UI. + + The default URL is `/docs`. You can disable it by setting it to `None`. + + If `openapi_url` is set to `None`, this will be automatically disabled. + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#docs-urls). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(docs_url="/documentation", redoc_url=None) + ``` + """ + ), + ] = "/docs", + redoc_url: Annotated[ + Optional[str], + Doc( + """ + The path to the alternative automatic interactive API documentation + provided by ReDoc. + + The default URL is `/redoc`. You can disable it by setting it to `None`. + + If `openapi_url` is set to `None`, this will be automatically disabled. + + Read more in the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#docs-urls). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(docs_url="/documentation", redoc_url="redocumentation") + ``` + """ + ), + ] = "/redoc", + swagger_ui_oauth2_redirect_url: Annotated[ + Optional[str], + Doc( + """ + The OAuth2 redirect endpoint for the Swagger UI. + + By default it is `/docs/oauth2-redirect`. + + This is only used if you use OAuth2 (with the "Authorize" button) + with Swagger UI. + """ + ), + ] = "/docs/oauth2-redirect", + swagger_ui_init_oauth: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + OAuth2 configuration for the Swagger UI, by default shown at `/docs`. + + Read more about the available configuration options in the + [Swagger UI docs](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/). + """ + ), + ] = None, + middleware: Annotated[ + Optional[Sequence[Middleware]], + Doc( + """ + List of middleware to be added when creating the application. + + In FastAPI you would normally do this with `app.add_middleware()` + instead. + + Read more in the + [FastAPI docs for Middleware](https://fastapi.tiangolo.com/tutorial/middleware/). + """ + ), + ] = None, + exception_handlers: Annotated[ + Optional[ + Dict[ + Union[int, Type[Exception]], + Callable[[Request, Any], Coroutine[Any, Any, Response]], + ] + ], + Doc( + """ + A dictionary with handlers for exceptions. + + In FastAPI, you would normally use the decorator + `@app.exception_handler()`. + + Read more in the + [FastAPI docs for Handling Errors](https://fastapi.tiangolo.com/tutorial/handling-errors/). + """ + ), + ] = None, + on_startup: Annotated[ + Optional[Sequence[Callable[[], Any]]], + Doc( + """ + A list of startup event handler functions. + + You should instead use the `lifespan` handlers. + + Read more in the [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + on_shutdown: Annotated[ + Optional[Sequence[Callable[[], Any]]], + Doc( + """ + A list of shutdown event handler functions. + + You should instead use the `lifespan` handlers. + + Read more in the + [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + lifespan: Annotated[ + Optional[Lifespan[AppType]], + Doc( + """ + A `Lifespan` context manager handler. This replaces `startup` and + `shutdown` functions with a single context manager. + + Read more in the + [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + terms_of_service: Annotated[ + Optional[str], + Doc( + """ + A URL to the Terms of Service for your API. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more at the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + app = FastAPI(terms_of_service="http://example.com/terms/") + ``` + """ + ), + ] = None, + contact: Annotated[ + Optional[Dict[str, Union[str, Any]]], + Doc( + """ + A dictionary with the contact information for the exposed API. + + It can contain several fields. + + * `name`: (`str`) The name of the contact person/organization. + * `url`: (`str`) A URL pointing to the contact information. MUST be in + the format of a URL. + * `email`: (`str`) The email address of the contact person/organization. + MUST be in the format of an email address. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more at the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + app = FastAPI( + contact={ + "name": "Deadpoolio the Amazing", + "url": "http://x-force.example.com/contact/", + "email": "dp@x-force.example.com", + } + ) + ``` + """ + ), + ] = None, + license_info: Annotated[ + Optional[Dict[str, Union[str, Any]]], + Doc( + """ + A dictionary with the license information for the exposed API. + + It can contain several fields. + + * `name`: (`str`) **REQUIRED** (if a `license_info` is set). The + license name used for the API. + * `identifier`: (`str`) An [SPDX](https://spdx.dev/) license expression + for the API. The `identifier` field is mutually exclusive of the `url` + field. Available since OpenAPI 3.1.0, FastAPI 0.99.0. + * `url`: (`str`) A URL to the license used for the API. This MUST be + the format of a URL. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more at the + [FastAPI docs for Metadata and Docs URLs](https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api). + + **Example** + + ```python + app = FastAPI( + license_info={ + "name": "Apache 2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0.html", + } + ) + ``` + """ + ), + ] = None, + openapi_prefix: Annotated[ + str, + Doc( + """ + A URL prefix for the OpenAPI URL. + """ + ), + deprecated( + """ + "openapi_prefix" has been deprecated in favor of "root_path", which + follows more closely the ASGI standard, is simpler, and more + automatic. + """ + ), + ] = "", + root_path: Annotated[ + str, + Doc( + """ + A path prefix handled by a proxy that is not seen by the application + but is seen by external clients, which affects things like Swagger UI. + + Read more about it at the + [FastAPI docs for Behind a Proxy](https://fastapi.tiangolo.com/advanced/behind-a-proxy/). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(root_path="/api/v1") + ``` + """ + ), + ] = "", + root_path_in_servers: Annotated[ + bool, + Doc( + """ + To disable automatically generating the URLs in the `servers` field + in the autogenerated OpenAPI using the `root_path`. + + Read more about it in the + [FastAPI docs for Behind a Proxy](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#disable-automatic-server-from-root_path). + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI(root_path_in_servers=False) + ``` + """ + ), + ] = True, + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses to be shown in OpenAPI. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Additional Responses in OpenAPI](https://fastapi.tiangolo.com/advanced/additional-responses/). + + And in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + OpenAPI callbacks that should apply to all *path operations*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + webhooks: Annotated[ + Optional[routing.APIRouter], + Doc( + """ + Add OpenAPI webhooks. This is similar to `callbacks` but it doesn't + depend on specific *path operations*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + **Note**: This is available since OpenAPI 3.1.0, FastAPI 0.99.0. + + Read more about it in the + [FastAPI docs for OpenAPI Webhooks](https://fastapi.tiangolo.com/advanced/openapi-webhooks/). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark all *path operations* as deprecated. You probably don't need it, + but it's available. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) all the *path operations* in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + swagger_ui_parameters: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Parameters to configure Swagger UI, the autogenerated interactive API + documentation (by default at `/docs`). + + Read more about it in the + [FastAPI docs about how to Configure Swagger UI](https://fastapi.tiangolo.com/how-to/configure-swagger-ui/). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + separate_input_output_schemas: Annotated[ + bool, + Doc( + """ + Whether to generate separate OpenAPI schemas for request body and + response body when the results would be more precise. + + This is particularly useful when automatically generating clients. + + For example, if you have a model like: + + ```python + from pydantic import BaseModel + + class Item(BaseModel): + name: str + tags: list[str] = [] + ``` + + When `Item` is used for input, a request body, `tags` is not required, + the client doesn't have to provide it. + + But when using `Item` for output, for a response body, `tags` is always + available because it has a default value, even if it's just an empty + list. So, the client should be able to always expect it. + + In this case, there would be two different schemas, one for input and + another one for output. + """ + ), + ] = True, + **extra: Annotated[ + Any, + Doc( + """ + Extra keyword arguments to be stored in the app, not used by FastAPI + anywhere. + """ + ), + ], + ) -> None: + self.debug = debug + self.title = title + self.summary = summary + self.description = description + self.version = version + self.terms_of_service = terms_of_service + self.contact = contact + self.license_info = license_info + self.openapi_url = openapi_url + self.openapi_tags = openapi_tags + self.root_path_in_servers = root_path_in_servers + self.docs_url = docs_url + self.redoc_url = redoc_url + self.swagger_ui_oauth2_redirect_url = swagger_ui_oauth2_redirect_url + self.swagger_ui_init_oauth = swagger_ui_init_oauth + self.swagger_ui_parameters = swagger_ui_parameters + self.servers = servers or [] + self.separate_input_output_schemas = separate_input_output_schemas + self.extra = extra + self.openapi_version: Annotated[ + str, + Doc( + """ + The version string of OpenAPI. + + FastAPI will generate OpenAPI version 3.1.0, and will output that as + the OpenAPI version. But some tools, even though they might be + compatible with OpenAPI 3.1.0, might not recognize it as a valid. + + So you could override this value to trick those tools into using + the generated OpenAPI. Have in mind that this is a hack. But if you + avoid using features added in OpenAPI 3.1.0, it might work for your + use case. + + This is not passed as a parameter to the `FastAPI` class to avoid + giving the false idea that FastAPI would generate a different OpenAPI + schema. It is only available as an attribute. + + **Example** + + ```python + from fastapi import FastAPI + + app = FastAPI() + + app.openapi_version = "3.0.2" + ``` + """ + ), + ] = "3.1.0" + self.openapi_schema: Optional[Dict[str, Any]] = None + if self.openapi_url: + assert self.title, "A title must be provided for OpenAPI, e.g.: 'My API'" + assert self.version, "A version must be provided for OpenAPI, e.g.: '2.1.0'" + # TODO: remove when discarding the openapi_prefix parameter + if openapi_prefix: + logger.warning( + '"openapi_prefix" has been deprecated in favor of "root_path", which ' + "follows more closely the ASGI standard, is simpler, and more " + "automatic. Check the docs at " + "https://fastapi.tiangolo.com/advanced/sub-applications/" + ) + self.webhooks: Annotated[ + routing.APIRouter, + Doc( + """ + The `app.webhooks` attribute is an `APIRouter` with the *path + operations* that will be used just for documentation of webhooks. + + Read more about it in the + [FastAPI docs for OpenAPI Webhooks](https://fastapi.tiangolo.com/advanced/openapi-webhooks/). + """ + ), + ] = webhooks or routing.APIRouter() + self.root_path = root_path or openapi_prefix + self.state: Annotated[ + State, + Doc( + """ + A state object for the application. This is the same object for the + entire application, it doesn't change from request to request. + + You normally wouldn't use this in FastAPI, for most of the cases you + would instead use FastAPI dependencies. + + This is simply inherited from Starlette. + + Read more about it in the + [Starlette docs for Applications](https://www.starlette.io/applications/#storing-state-on-the-app-instance). + """ + ), + ] = State() + self.dependency_overrides: Annotated[ + Dict[Callable[..., Any], Callable[..., Any]], + Doc( + """ + A dictionary with overrides for the dependencies. + + Each key is the original dependency callable, and the value is the + actual dependency that should be called. + + This is for testing, to replace expensive dependencies with testing + versions. + + Read more about it in the + [FastAPI docs for Testing Dependencies with Overrides](https://fastapi.tiangolo.com/advanced/testing-dependencies/). + """ + ), + ] = {} + self.router: routing.APIRouter = routing.APIRouter( + routes=routes, + redirect_slashes=redirect_slashes, + dependency_overrides_provider=self, + on_startup=on_startup, + on_shutdown=on_shutdown, + lifespan=lifespan, + default_response_class=default_response_class, + dependencies=dependencies, + callbacks=callbacks, + deprecated=deprecated, + include_in_schema=include_in_schema, + responses=responses, + generate_unique_id_function=generate_unique_id_function, + ) + self.exception_handlers: Dict[ + Any, Callable[[Request, Any], Union[Response, Awaitable[Response]]] + ] = {} if exception_handlers is None else dict(exception_handlers) + self.exception_handlers.setdefault(HTTPException, http_exception_handler) + self.exception_handlers.setdefault( + RequestValidationError, request_validation_exception_handler + ) + self.exception_handlers.setdefault( + WebSocketRequestValidationError, + # Starlette still has incorrect type specification for the handlers + websocket_request_validation_exception_handler, # type: ignore + ) + + self.user_middleware: List[Middleware] = ( + [] if middleware is None else list(middleware) + ) + self.middleware_stack: Union[ASGIApp, None] = None + self.setup() + + def openapi(self) -> Dict[str, Any]: + """ + Generate the OpenAPI schema of the application. This is called by FastAPI + internally. + + The first time it is called it stores the result in the attribute + `app.openapi_schema`, and next times it is called, it just returns that same + result. To avoid the cost of generating the schema every time. + + If you need to modify the generated OpenAPI schema, you could modify it. + + Read more in the + [FastAPI docs for OpenAPI](https://fastapi.tiangolo.com/how-to/extending-openapi/). + """ + if not self.openapi_schema: + self.openapi_schema = get_openapi( + title=self.title, + version=self.version, + openapi_version=self.openapi_version, + summary=self.summary, + description=self.description, + terms_of_service=self.terms_of_service, + contact=self.contact, + license_info=self.license_info, + routes=self.routes, + webhooks=self.webhooks.routes, + tags=self.openapi_tags, + servers=self.servers, + separate_input_output_schemas=self.separate_input_output_schemas, + ) + return self.openapi_schema + + def setup(self) -> None: + if self.openapi_url: + urls = (server_data.get("url") for server_data in self.servers) + server_urls = {url for url in urls if url} + + async def openapi(req: Request) -> JSONResponse: + root_path = req.scope.get("root_path", "").rstrip("/") + if root_path not in server_urls: + if root_path and self.root_path_in_servers: + self.servers.insert(0, {"url": root_path}) + server_urls.add(root_path) + return JSONResponse(self.openapi()) + + self.add_route(self.openapi_url, openapi, include_in_schema=False) + if self.openapi_url and self.docs_url: + + async def swagger_ui_html(req: Request) -> HTMLResponse: + root_path = req.scope.get("root_path", "").rstrip("/") + openapi_url = root_path + self.openapi_url + oauth2_redirect_url = self.swagger_ui_oauth2_redirect_url + if oauth2_redirect_url: + oauth2_redirect_url = root_path + oauth2_redirect_url + return get_swagger_ui_html( + openapi_url=openapi_url, + title=f"{self.title} - Swagger UI", + oauth2_redirect_url=oauth2_redirect_url, + init_oauth=self.swagger_ui_init_oauth, + swagger_ui_parameters=self.swagger_ui_parameters, + ) + + self.add_route(self.docs_url, swagger_ui_html, include_in_schema=False) + + if self.swagger_ui_oauth2_redirect_url: + + async def swagger_ui_redirect(req: Request) -> HTMLResponse: + return get_swagger_ui_oauth2_redirect_html() + + self.add_route( + self.swagger_ui_oauth2_redirect_url, + swagger_ui_redirect, + include_in_schema=False, + ) + if self.openapi_url and self.redoc_url: + + async def redoc_html(req: Request) -> HTMLResponse: + root_path = req.scope.get("root_path", "").rstrip("/") + openapi_url = root_path + self.openapi_url + return get_redoc_html( + openapi_url=openapi_url, title=f"{self.title} - ReDoc" + ) + + self.add_route(self.redoc_url, redoc_html, include_in_schema=False) + + async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None: + if self.root_path: + scope["root_path"] = self.root_path + await super().__call__(scope, receive, send) + + def add_api_route( + self, + path: str, + endpoint: Callable[..., Any], + *, + response_model: Any = Default(None), + status_code: Optional[int] = None, + tags: Optional[List[Union[str, Enum]]] = None, + dependencies: Optional[Sequence[Depends]] = None, + summary: Optional[str] = None, + description: Optional[str] = None, + response_description: str = "Successful Response", + responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, + deprecated: Optional[bool] = None, + methods: Optional[List[str]] = None, + operation_id: Optional[str] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + include_in_schema: bool = True, + response_class: Union[Type[Response], DefaultPlaceholder] = Default( + JSONResponse + ), + name: Optional[str] = None, + openapi_extra: Optional[Dict[str, Any]] = None, + generate_unique_id_function: Callable[[routing.APIRoute], str] = Default( + generate_unique_id + ), + ) -> None: + self.router.add_api_route( + path, + endpoint=endpoint, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=methods, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def api_route( + self, + path: str, + *, + response_model: Any = Default(None), + status_code: Optional[int] = None, + tags: Optional[List[Union[str, Enum]]] = None, + dependencies: Optional[Sequence[Depends]] = None, + summary: Optional[str] = None, + description: Optional[str] = None, + response_description: str = "Successful Response", + responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, + deprecated: Optional[bool] = None, + methods: Optional[List[str]] = None, + operation_id: Optional[str] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + include_in_schema: bool = True, + response_class: Type[Response] = Default(JSONResponse), + name: Optional[str] = None, + openapi_extra: Optional[Dict[str, Any]] = None, + generate_unique_id_function: Callable[[routing.APIRoute], str] = Default( + generate_unique_id + ), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.router.add_api_route( + path, + func, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=methods, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + return func + + return decorator + + def add_api_websocket_route( + self, + path: str, + endpoint: Callable[..., Any], + name: Optional[str] = None, + *, + dependencies: Optional[Sequence[Depends]] = None, + ) -> None: + self.router.add_api_websocket_route( + path, + endpoint, + name=name, + dependencies=dependencies, + ) + + def websocket( + self, + path: Annotated[ + str, + Doc( + """ + WebSocket path. + """ + ), + ], + name: Annotated[ + Optional[str], + Doc( + """ + A name for the WebSocket. Only used internally. + """ + ), + ] = None, + *, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be used for this + WebSocket. + + Read more about it in the + [FastAPI docs for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/). + """ + ), + ] = None, + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Decorate a WebSocket function. + + Read more about it in the + [FastAPI docs for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/). + + **Example** + + ```python + from fastapi import FastAPI, WebSocket + + app = FastAPI() + + @app.websocket("/ws") + async def websocket_endpoint(websocket: WebSocket): + await websocket.accept() + while True: + data = await websocket.receive_text() + await websocket.send_text(f"Message text was: {data}") + ``` + """ + + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_api_websocket_route( + path, + func, + name=name, + dependencies=dependencies, + ) + return func + + return decorator + + def include_router( + self, + router: Annotated[routing.APIRouter, Doc("The `APIRouter` to include.")], + *, + prefix: Annotated[str, Doc("An optional path prefix for the router.")] = "", + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to all the *path operations* in this + router. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to all the + *path operations* in this router. + + Read more about it in the + [FastAPI docs for Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + + **Example** + + ```python + from fastapi import Depends, FastAPI + + from .dependencies import get_token_header + from .internal import admin + + app = FastAPI() + + app.include_router( + admin.router, + dependencies=[Depends(get_token_header)], + ) + ``` + """ + ), + ] = None, + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses to be shown in OpenAPI. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Additional Responses in OpenAPI](https://fastapi.tiangolo.com/advanced/additional-responses/). + + And in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark all the *path operations* in this router as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + **Example** + + ```python + from fastapi import FastAPI + + from .internal import old_api + + app = FastAPI() + + app.include_router( + old_api.router, + deprecated=True, + ) + ``` + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include (or not) all the *path operations* in this router in the + generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + **Example** + + ```python + from fastapi import FastAPI + + from .internal import old_api + + app = FastAPI() + + app.include_router( + old_api.router, + include_in_schema=False, + ) + ``` + """ + ), + ] = True, + default_response_class: Annotated[ + Type[Response], + Doc( + """ + Default response class to be used for the *path operations* in this + router. + + Read more in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class). + + **Example** + + ```python + from fastapi import FastAPI + from fastapi.responses import ORJSONResponse + + from .internal import old_api + + app = FastAPI() + + app.include_router( + old_api.router, + default_response_class=ORJSONResponse, + ) + ``` + """ + ), + ] = Default(JSONResponse), + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> None: + """ + Include an `APIRouter` in the same app. + + Read more about it in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/). + + ## Example + + ```python + from fastapi import FastAPI + + from .users import users_router + + app = FastAPI() + + app.include_router(users_router) + ``` + """ + self.router.include_router( + router, + prefix=prefix, + tags=tags, + dependencies=dependencies, + responses=responses, + deprecated=deprecated, + include_in_schema=include_in_schema, + default_response_class=default_response_class, + callbacks=callbacks, + generate_unique_id_function=generate_unique_id_function, + ) + + def get( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP GET operation. + + ## Example + + ```python + from fastapi import FastAPI + + app = FastAPI() + + @app.get("/items/") + def read_items(): + return [{"name": "Empanada"}, {"name": "Arepa"}] + ``` + """ + return self.router.get( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def put( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP PUT operation. + + ## Example + + ```python + from fastapi import FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + + @app.put("/items/{item_id}") + def replace_item(item_id: str, item: Item): + return {"message": "Item replaced", "id": item_id} + ``` + """ + return self.router.put( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def post( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP POST operation. + + ## Example + + ```python + from fastapi import FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + + @app.post("/items/") + def create_item(item: Item): + return {"message": "Item created"} + ``` + """ + return self.router.post( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def delete( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP DELETE operation. + + ## Example + + ```python + from fastapi import FastAPI + + app = FastAPI() + + @app.delete("/items/{item_id}") + def delete_item(item_id: str): + return {"message": "Item deleted"} + ``` + """ + return self.router.delete( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def options( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP OPTIONS operation. + + ## Example + + ```python + from fastapi import FastAPI + + app = FastAPI() + + @app.options("/items/") + def get_item_options(): + return {"additions": ["Aji", "Guacamole"]} + ``` + """ + return self.router.options( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def head( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP HEAD operation. + + ## Example + + ```python + from fastapi import FastAPI, Response + + app = FastAPI() + + @app.head("/items/", status_code=204) + def get_items_headers(response: Response): + response.headers["X-Cat-Dog"] = "Alone in the world" + ``` + """ + return self.router.head( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def patch( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP PATCH operation. + + ## Example + + ```python + from fastapi import FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + + @app.patch("/items/") + def update_item(item: Item): + return {"message": "Item updated in place"} + ``` + """ + return self.router.patch( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def trace( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[routing.APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP TRACE operation. + + ## Example + + ```python + from fastapi import FastAPI + + app = FastAPI() + + @app.put("/items/{item_id}") + def trace_item(item_id: str): + return None + ``` + """ + return self.router.trace( + path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def websocket_route( + self, path: str, name: Union[str, None] = None + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.router.add_websocket_route(path, func, name=name) + return func + + return decorator + + @deprecated( + """ + on_event is deprecated, use lifespan event handlers instead. + + Read more about it in the + [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). + """ + ) + def on_event( + self, + event_type: Annotated[ + str, + Doc( + """ + The type of event. `startup` or `shutdown`. + """ + ), + ], + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add an event handler for the application. + + `on_event` is deprecated, use `lifespan` event handlers instead. + + Read more about it in the + [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated). + """ + return self.router.on_event(event_type) + + def middleware( + self, + middleware_type: Annotated[ + str, + Doc( + """ + The type of middleware. Currently only supports `http`. + """ + ), + ], + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a middleware to the application. + + Read more about it in the + [FastAPI docs for Middleware](https://fastapi.tiangolo.com/tutorial/middleware/). + + ## Example + + ```python + import time + + from fastapi import FastAPI, Request + + app = FastAPI() + + + @app.middleware("http") + async def add_process_time_header(request: Request, call_next): + start_time = time.time() + response = await call_next(request) + process_time = time.time() - start_time + response.headers["X-Process-Time"] = str(process_time) + return response + ``` + """ + + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_middleware(BaseHTTPMiddleware, dispatch=func) + return func + + return decorator + + def exception_handler( + self, + exc_class_or_status_code: Annotated[ + Union[int, Type[Exception]], + Doc( + """ + The Exception class this would handle, or a status code. + """ + ), + ], + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add an exception handler to the app. + + Read more about it in the + [FastAPI docs for Handling Errors](https://fastapi.tiangolo.com/tutorial/handling-errors/). + + ## Example + + ```python + from fastapi import FastAPI, Request + from fastapi.responses import JSONResponse + + + class UnicornException(Exception): + def __init__(self, name: str): + self.name = name + + + app = FastAPI() + + + @app.exception_handler(UnicornException) + async def unicorn_exception_handler(request: Request, exc: UnicornException): + return JSONResponse( + status_code=418, + content={"message": f"Oops! {exc.name} did something. There goes a rainbow..."}, + ) + ``` + """ + + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_exception_handler(exc_class_or_status_code, func) + return func + + return decorator diff --git a/venv/lib/python3.11/site-packages/fastapi/background.py b/venv/lib/python3.11/site-packages/fastapi/background.py new file mode 100644 index 0000000..203578a --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/background.py @@ -0,0 +1,59 @@ +from typing import Any, Callable + +from starlette.background import BackgroundTasks as StarletteBackgroundTasks +from typing_extensions import Annotated, Doc, ParamSpec + +P = ParamSpec("P") + + +class BackgroundTasks(StarletteBackgroundTasks): + """ + A collection of background tasks that will be called after a response has been + sent to the client. + + Read more about it in the + [FastAPI docs for Background Tasks](https://fastapi.tiangolo.com/tutorial/background-tasks/). + + ## Example + + ```python + from fastapi import BackgroundTasks, FastAPI + + app = FastAPI() + + + def write_notification(email: str, message=""): + with open("log.txt", mode="w") as email_file: + content = f"notification for {email}: {message}" + email_file.write(content) + + + @app.post("/send-notification/{email}") + async def send_notification(email: str, background_tasks: BackgroundTasks): + background_tasks.add_task(write_notification, email, message="some notification") + return {"message": "Notification sent in the background"} + ``` + """ + + def add_task( + self, + func: Annotated[ + Callable[P, Any], + Doc( + """ + The function to call after the response is sent. + + It can be a regular `def` function or an `async def` function. + """ + ), + ], + *args: P.args, + **kwargs: P.kwargs, + ) -> None: + """ + Add a function to be called in the background after the response is sent. + + Read more about it in the + [FastAPI docs for Background Tasks](https://fastapi.tiangolo.com/tutorial/background-tasks/). + """ + return super().add_task(func, *args, **kwargs) diff --git a/venv/lib/python3.11/site-packages/fastapi/cli.py b/venv/lib/python3.11/site-packages/fastapi/cli.py new file mode 100644 index 0000000..8d3301e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/cli.py @@ -0,0 +1,13 @@ +try: + from fastapi_cli.cli import main as cli_main + +except ImportError: # pragma: no cover + cli_main = None # type: ignore + + +def main() -> None: + if not cli_main: # type: ignore[truthy-function] + message = 'To use the fastapi command, please install "fastapi[standard]":\n\n\tpip install "fastapi[standard]"\n' + print(message) + raise RuntimeError(message) # noqa: B904 + cli_main() diff --git a/venv/lib/python3.11/site-packages/fastapi/concurrency.py b/venv/lib/python3.11/site-packages/fastapi/concurrency.py new file mode 100644 index 0000000..3202c70 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/concurrency.py @@ -0,0 +1,39 @@ +from contextlib import asynccontextmanager as asynccontextmanager +from typing import AsyncGenerator, ContextManager, TypeVar + +import anyio.to_thread +from anyio import CapacityLimiter +from starlette.concurrency import iterate_in_threadpool as iterate_in_threadpool # noqa +from starlette.concurrency import run_in_threadpool as run_in_threadpool # noqa +from starlette.concurrency import ( # noqa + run_until_first_complete as run_until_first_complete, +) + +_T = TypeVar("_T") + + +@asynccontextmanager +async def contextmanager_in_threadpool( + cm: ContextManager[_T], +) -> AsyncGenerator[_T, None]: + # blocking __exit__ from running waiting on a free thread + # can create race conditions/deadlocks if the context manager itself + # has its own internal pool (e.g. a database connection pool) + # to avoid this we let __exit__ run without a capacity limit + # since we're creating a new limiter for each call, any non-zero limit + # works (1 is arbitrary) + exit_limiter = CapacityLimiter(1) + try: + yield await run_in_threadpool(cm.__enter__) + except Exception as e: + ok = bool( + await anyio.to_thread.run_sync( + cm.__exit__, type(e), e, e.__traceback__, limiter=exit_limiter + ) + ) + if not ok: + raise e + else: + await anyio.to_thread.run_sync( + cm.__exit__, None, None, None, limiter=exit_limiter + ) diff --git a/venv/lib/python3.11/site-packages/fastapi/datastructures.py b/venv/lib/python3.11/site-packages/fastapi/datastructures.py new file mode 100644 index 0000000..cf8406b --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/datastructures.py @@ -0,0 +1,204 @@ +from typing import ( + Any, + BinaryIO, + Callable, + Dict, + Iterable, + Optional, + Type, + TypeVar, + cast, +) + +from fastapi._compat import ( + PYDANTIC_V2, + CoreSchema, + GetJsonSchemaHandler, + JsonSchemaValue, + with_info_plain_validator_function, +) +from starlette.datastructures import URL as URL # noqa: F401 +from starlette.datastructures import Address as Address # noqa: F401 +from starlette.datastructures import FormData as FormData # noqa: F401 +from starlette.datastructures import Headers as Headers # noqa: F401 +from starlette.datastructures import QueryParams as QueryParams # noqa: F401 +from starlette.datastructures import State as State # noqa: F401 +from starlette.datastructures import UploadFile as StarletteUploadFile +from typing_extensions import Annotated, Doc + + +class UploadFile(StarletteUploadFile): + """ + A file uploaded in a request. + + Define it as a *path operation function* (or dependency) parameter. + + If you are using a regular `def` function, you can use the `upload_file.file` + attribute to access the raw standard Python file (blocking, not async), useful and + needed for non-async code. + + Read more about it in the + [FastAPI docs for Request Files](https://fastapi.tiangolo.com/tutorial/request-files/). + + ## Example + + ```python + from typing import Annotated + + from fastapi import FastAPI, File, UploadFile + + app = FastAPI() + + + @app.post("/files/") + async def create_file(file: Annotated[bytes, File()]): + return {"file_size": len(file)} + + + @app.post("/uploadfile/") + async def create_upload_file(file: UploadFile): + return {"filename": file.filename} + ``` + """ + + file: Annotated[ + BinaryIO, + Doc("The standard Python file object (non-async)."), + ] + filename: Annotated[Optional[str], Doc("The original file name.")] + size: Annotated[Optional[int], Doc("The size of the file in bytes.")] + headers: Annotated[Headers, Doc("The headers of the request.")] + content_type: Annotated[ + Optional[str], Doc("The content type of the request, from the headers.") + ] + + async def write( + self, + data: Annotated[ + bytes, + Doc( + """ + The bytes to write to the file. + """ + ), + ], + ) -> None: + """ + Write some bytes to the file. + + You normally wouldn't use this from a file you read in a request. + + To be awaitable, compatible with async, this is run in threadpool. + """ + return await super().write(data) + + async def read( + self, + size: Annotated[ + int, + Doc( + """ + The number of bytes to read from the file. + """ + ), + ] = -1, + ) -> bytes: + """ + Read some bytes from the file. + + To be awaitable, compatible with async, this is run in threadpool. + """ + return await super().read(size) + + async def seek( + self, + offset: Annotated[ + int, + Doc( + """ + The position in bytes to seek to in the file. + """ + ), + ], + ) -> None: + """ + Move to a position in the file. + + Any next read or write will be done from that position. + + To be awaitable, compatible with async, this is run in threadpool. + """ + return await super().seek(offset) + + async def close(self) -> None: + """ + Close the file. + + To be awaitable, compatible with async, this is run in threadpool. + """ + return await super().close() + + @classmethod + def __get_validators__(cls: Type["UploadFile"]) -> Iterable[Callable[..., Any]]: + yield cls.validate + + @classmethod + def validate(cls: Type["UploadFile"], v: Any) -> Any: + if not isinstance(v, StarletteUploadFile): + raise ValueError(f"Expected UploadFile, received: {type(v)}") + return v + + @classmethod + def _validate(cls, __input_value: Any, _: Any) -> "UploadFile": + if not isinstance(__input_value, StarletteUploadFile): + raise ValueError(f"Expected UploadFile, received: {type(__input_value)}") + return cast(UploadFile, __input_value) + + if not PYDANTIC_V2: + + @classmethod + def __modify_schema__(cls, field_schema: Dict[str, Any]) -> None: + field_schema.update({"type": "string", "format": "binary"}) + + @classmethod + def __get_pydantic_json_schema__( + cls, core_schema: CoreSchema, handler: GetJsonSchemaHandler + ) -> JsonSchemaValue: + return {"type": "string", "format": "binary"} + + @classmethod + def __get_pydantic_core_schema__( + cls, source: Type[Any], handler: Callable[[Any], CoreSchema] + ) -> CoreSchema: + return with_info_plain_validator_function(cls._validate) + + +class DefaultPlaceholder: + """ + You shouldn't use this class directly. + + It's used internally to recognize when a default value has been overwritten, even + if the overridden default value was truthy. + """ + + def __init__(self, value: Any): + self.value = value + + def __bool__(self) -> bool: + return bool(self.value) + + def __eq__(self, o: object) -> bool: + return isinstance(o, DefaultPlaceholder) and o.value == self.value + + +DefaultType = TypeVar("DefaultType") + + +def Default(value: DefaultType) -> DefaultType: + """ + You shouldn't use this function directly. + + It's used internally to recognize when a default value has been overwritten, even + if the overridden default value was truthy. + """ + return DefaultPlaceholder(value) # type: ignore diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/__init__.py b/venv/lib/python3.11/site-packages/fastapi/dependencies/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..621cb78610bf531a2cd3df21c3f804289ae0aab6 GIT binary patch literal 197 zcmZ3^%ge<81pYVQq=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuL%9J#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*Rwl z;*!LIO#PJ9g4Dc})V$7rxf!8i4V+- OjEo-`U_=o!Pz(V1lr!J} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/models.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/models.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c6b2cfebfc0daf77db09dd43f90e891a16c26e2 GIT binary patch literal 3381 zcmb7GO>7&-6`m!B6n`aK6!m9Ywyd9ul119FY~|oaQtYZ}oyfIhN5ulgVzoPx7%g|1 z*`-}2LBWF$I^>{30PElbQKYVmq<{}Cpkt3Y?gD#Y_Y@#NfdDBW!#U;D_m)2*O-D(G z!*Acr`{vExn>X{Am3 zwe%D|Uo;9t?5;DrfEhWF*`r3+NGA3zw#@{*s482sqRFP|g*Nj{Q!`;NxTNoTk(;un z$r~E;=(~B-@*;PNR^HHM&5NwD4@*o}m>0TNDrzhvc(L~km1)a6$sZeq-)(~un>LEr-oOKrQ+blU%b zTea>+z~7HAg{J~I8T@Ohwl6Jv5m5uU7eB&|;x4wa{hj*}cC3RDV24g%Cpy^S z6WB=>R$DzTqIR9Y?graEZL^FZTaAjR*lE_=ris-xDbVz(ahBc;9P5uI7Eu#*W`Bo` zWL-1Rq3Nz`20Ju8b3W;< z9oG6$gFc}Sd^z}vzg=LXz&~lFMp>^KZ(YS!8TuXa`#r0kc|^sFe&9RjMQ{11P1Y?4 zTsQqnlU2r>Ma3|7@~lyeZy0KmnrJ=I zUb-2O_;HvrS3HUVC+krKBCXepI%Zlmdw!Ji`W~_k(@=I;TkY_+WfdjG&~>I@bZTvp z;>;{Uz^V_cX6DQW1e`5ylyp_HWOK)CZ86*&TrEhp>RKZy2GDz6v;?LV8RDu(aix}F z4QXD_TVB+!m3G*!7v{_=ab0Of4%lK0VHo{i{t4hQ`GkA`-&(R7w*nNcModDvt4@Fq z@M)t|6t+mar<_#U417YQrd5@|y&tI{GHVLOJNgoX~eJR_fK;z~dK$%pBN1kN!^x^LWdW>(#qRcB(&omjJn?(NY}yZ7MdN9#<0UxxN8nK6DEzPuM9g@EheQ4Q{7 zeiqBPN<5Cxhj0#I1mQfw1%y$AiwOReGKP|Wm8DU_!SXNyE)$$O)0O*&bN0ldGqLDSESBHhAK(AT?Y(HzMaT|atWM5U*x@aE za>8pG8{Him*>dvp) zbm(BtzHrq&GiOsMtvYlS{GohnZ)*SQr?WO4f$Y$cYG&52d-LFCC3WzQo0@QAlQspy ztV3t3Q}(;Q@n=BoX} z<=^aCHXVlS(BaokZ29)Tn0@zsdwJbiUU!$*p+yOdZCA`^H!FX1M=rbRE6=YTrVf?E z!GA2+>9^gUn>JmC?9lZiDunI}N8}`|`5C&{O6HUoZ@y-k$uX?dPD|L@E#~#Dnt%JA z?jIWe2;ghZ_g$~2{v69fY%M@=^ADAmZqzp7WOf5ywf-ZqcA9+mZg=?~A~$Mp%eVM1 z!92zf^S=N`K|v6zWXgVBu97AD|H)sINxMB)N!D)9M`03(9|Z!!%n|8?7g+Z_!iymA d9u3u)F~3c}fJ^^+eBsxB?_;y+t5kny{s)h+NLT;> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/dependencies/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e37108b02001e8d34f843cbab67eb7ffcb8ab7ca GIT binary patch literal 41937 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/models.py b/venv/lib/python3.11/site-packages/fastapi/dependencies/models.py new file mode 100644 index 0000000..418c117 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/dependencies/models.py @@ -0,0 +1,37 @@ +from dataclasses import dataclass, field +from typing import Any, Callable, List, Optional, Sequence, Tuple + +from fastapi._compat import ModelField +from fastapi.security.base import SecurityBase + + +@dataclass +class SecurityRequirement: + security_scheme: SecurityBase + scopes: Optional[Sequence[str]] = None + + +@dataclass +class Dependant: + path_params: List[ModelField] = field(default_factory=list) + query_params: List[ModelField] = field(default_factory=list) + header_params: List[ModelField] = field(default_factory=list) + cookie_params: List[ModelField] = field(default_factory=list) + body_params: List[ModelField] = field(default_factory=list) + dependencies: List["Dependant"] = field(default_factory=list) + security_requirements: List[SecurityRequirement] = field(default_factory=list) + name: Optional[str] = None + call: Optional[Callable[..., Any]] = None + request_param_name: Optional[str] = None + websocket_param_name: Optional[str] = None + http_connection_param_name: Optional[str] = None + response_param_name: Optional[str] = None + background_tasks_param_name: Optional[str] = None + security_scopes_param_name: Optional[str] = None + security_scopes: Optional[List[str]] = None + use_cache: bool = True + path: Optional[str] = None + cache_key: Tuple[Optional[Callable[..., Any]], Tuple[str, ...]] = field(init=False) + + def __post_init__(self) -> None: + self.cache_key = (self.call, tuple(sorted(set(self.security_scopes or [])))) diff --git a/venv/lib/python3.11/site-packages/fastapi/dependencies/utils.py b/venv/lib/python3.11/site-packages/fastapi/dependencies/utils.py new file mode 100644 index 0000000..84dfa4d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/dependencies/utils.py @@ -0,0 +1,980 @@ +import inspect +from contextlib import AsyncExitStack, contextmanager +from copy import copy, deepcopy +from dataclasses import dataclass +from typing import ( + Any, + Callable, + Coroutine, + Dict, + ForwardRef, + List, + Mapping, + Optional, + Sequence, + Tuple, + Type, + Union, + cast, +) + +import anyio +from fastapi import params +from fastapi._compat import ( + PYDANTIC_V2, + ErrorWrapper, + ModelField, + RequiredParam, + Undefined, + _regenerate_error_with_loc, + copy_field_info, + create_body_model, + evaluate_forwardref, + field_annotation_is_scalar, + get_annotation_from_field_info, + get_cached_model_fields, + get_missing_field_error, + is_bytes_field, + is_bytes_sequence_field, + is_scalar_field, + is_scalar_sequence_field, + is_sequence_field, + is_uploadfile_or_nonable_uploadfile_annotation, + is_uploadfile_sequence_annotation, + lenient_issubclass, + sequence_types, + serialize_sequence_value, + value_is_sequence, +) +from fastapi.background import BackgroundTasks +from fastapi.concurrency import ( + asynccontextmanager, + contextmanager_in_threadpool, +) +from fastapi.dependencies.models import Dependant, SecurityRequirement +from fastapi.logger import logger +from fastapi.security.base import SecurityBase +from fastapi.security.oauth2 import OAuth2, SecurityScopes +from fastapi.security.open_id_connect_url import OpenIdConnect +from fastapi.utils import create_model_field, get_path_param_names +from pydantic import BaseModel +from pydantic.fields import FieldInfo +from starlette.background import BackgroundTasks as StarletteBackgroundTasks +from starlette.concurrency import run_in_threadpool +from starlette.datastructures import ( + FormData, + Headers, + ImmutableMultiDict, + QueryParams, + UploadFile, +) +from starlette.requests import HTTPConnection, Request +from starlette.responses import Response +from starlette.websockets import WebSocket +from typing_extensions import Annotated, get_args, get_origin + +multipart_not_installed_error = ( + 'Form data requires "python-multipart" to be installed. \n' + 'You can install "python-multipart" with: \n\n' + "pip install python-multipart\n" +) +multipart_incorrect_install_error = ( + 'Form data requires "python-multipart" to be installed. ' + 'It seems you installed "multipart" instead. \n' + 'You can remove "multipart" with: \n\n' + "pip uninstall multipart\n\n" + 'And then install "python-multipart" with: \n\n' + "pip install python-multipart\n" +) + + +def ensure_multipart_is_installed() -> None: + try: + from python_multipart import __version__ + + # Import an attribute that can be mocked/deleted in testing + assert __version__ > "0.0.12" + except (ImportError, AssertionError): + try: + # __version__ is available in both multiparts, and can be mocked + from multipart import __version__ # type: ignore[no-redef,import-untyped] + + assert __version__ + try: + # parse_options_header is only available in the right multipart + from multipart.multipart import ( # type: ignore[import-untyped] + parse_options_header, + ) + + assert parse_options_header + except ImportError: + logger.error(multipart_incorrect_install_error) + raise RuntimeError(multipart_incorrect_install_error) from None + except ImportError: + logger.error(multipart_not_installed_error) + raise RuntimeError(multipart_not_installed_error) from None + + +def get_param_sub_dependant( + *, + param_name: str, + depends: params.Depends, + path: str, + security_scopes: Optional[List[str]] = None, +) -> Dependant: + assert depends.dependency + return get_sub_dependant( + depends=depends, + dependency=depends.dependency, + path=path, + name=param_name, + security_scopes=security_scopes, + ) + + +def get_parameterless_sub_dependant(*, depends: params.Depends, path: str) -> Dependant: + assert callable(depends.dependency), ( + "A parameter-less dependency must have a callable dependency" + ) + return get_sub_dependant(depends=depends, dependency=depends.dependency, path=path) + + +def get_sub_dependant( + *, + depends: params.Depends, + dependency: Callable[..., Any], + path: str, + name: Optional[str] = None, + security_scopes: Optional[List[str]] = None, +) -> Dependant: + security_requirement = None + security_scopes = security_scopes or [] + if isinstance(depends, params.Security): + dependency_scopes = depends.scopes + security_scopes.extend(dependency_scopes) + if isinstance(dependency, SecurityBase): + use_scopes: List[str] = [] + if isinstance(dependency, (OAuth2, OpenIdConnect)): + use_scopes = security_scopes + security_requirement = SecurityRequirement( + security_scheme=dependency, scopes=use_scopes + ) + sub_dependant = get_dependant( + path=path, + call=dependency, + name=name, + security_scopes=security_scopes, + use_cache=depends.use_cache, + ) + if security_requirement: + sub_dependant.security_requirements.append(security_requirement) + return sub_dependant + + +CacheKey = Tuple[Optional[Callable[..., Any]], Tuple[str, ...]] + + +def get_flat_dependant( + dependant: Dependant, + *, + skip_repeats: bool = False, + visited: Optional[List[CacheKey]] = None, +) -> Dependant: + if visited is None: + visited = [] + visited.append(dependant.cache_key) + + flat_dependant = Dependant( + path_params=dependant.path_params.copy(), + query_params=dependant.query_params.copy(), + header_params=dependant.header_params.copy(), + cookie_params=dependant.cookie_params.copy(), + body_params=dependant.body_params.copy(), + security_requirements=dependant.security_requirements.copy(), + use_cache=dependant.use_cache, + path=dependant.path, + ) + for sub_dependant in dependant.dependencies: + if skip_repeats and sub_dependant.cache_key in visited: + continue + flat_sub = get_flat_dependant( + sub_dependant, skip_repeats=skip_repeats, visited=visited + ) + flat_dependant.path_params.extend(flat_sub.path_params) + flat_dependant.query_params.extend(flat_sub.query_params) + flat_dependant.header_params.extend(flat_sub.header_params) + flat_dependant.cookie_params.extend(flat_sub.cookie_params) + flat_dependant.body_params.extend(flat_sub.body_params) + flat_dependant.security_requirements.extend(flat_sub.security_requirements) + return flat_dependant + + +def _get_flat_fields_from_params(fields: List[ModelField]) -> List[ModelField]: + if not fields: + return fields + first_field = fields[0] + if len(fields) == 1 and lenient_issubclass(first_field.type_, BaseModel): + fields_to_extract = get_cached_model_fields(first_field.type_) + return fields_to_extract + return fields + + +def get_flat_params(dependant: Dependant) -> List[ModelField]: + flat_dependant = get_flat_dependant(dependant, skip_repeats=True) + path_params = _get_flat_fields_from_params(flat_dependant.path_params) + query_params = _get_flat_fields_from_params(flat_dependant.query_params) + header_params = _get_flat_fields_from_params(flat_dependant.header_params) + cookie_params = _get_flat_fields_from_params(flat_dependant.cookie_params) + return path_params + query_params + header_params + cookie_params + + +def get_typed_signature(call: Callable[..., Any]) -> inspect.Signature: + signature = inspect.signature(call) + globalns = getattr(call, "__globals__", {}) + typed_params = [ + inspect.Parameter( + name=param.name, + kind=param.kind, + default=param.default, + annotation=get_typed_annotation(param.annotation, globalns), + ) + for param in signature.parameters.values() + ] + typed_signature = inspect.Signature(typed_params) + return typed_signature + + +def get_typed_annotation(annotation: Any, globalns: Dict[str, Any]) -> Any: + if isinstance(annotation, str): + annotation = ForwardRef(annotation) + annotation = evaluate_forwardref(annotation, globalns, globalns) + return annotation + + +def get_typed_return_annotation(call: Callable[..., Any]) -> Any: + signature = inspect.signature(call) + annotation = signature.return_annotation + + if annotation is inspect.Signature.empty: + return None + + globalns = getattr(call, "__globals__", {}) + return get_typed_annotation(annotation, globalns) + + +def get_dependant( + *, + path: str, + call: Callable[..., Any], + name: Optional[str] = None, + security_scopes: Optional[List[str]] = None, + use_cache: bool = True, +) -> Dependant: + path_param_names = get_path_param_names(path) + endpoint_signature = get_typed_signature(call) + signature_params = endpoint_signature.parameters + dependant = Dependant( + call=call, + name=name, + path=path, + security_scopes=security_scopes, + use_cache=use_cache, + ) + for param_name, param in signature_params.items(): + is_path_param = param_name in path_param_names + param_details = analyze_param( + param_name=param_name, + annotation=param.annotation, + value=param.default, + is_path_param=is_path_param, + ) + if param_details.depends is not None: + sub_dependant = get_param_sub_dependant( + param_name=param_name, + depends=param_details.depends, + path=path, + security_scopes=security_scopes, + ) + dependant.dependencies.append(sub_dependant) + continue + if add_non_field_param_to_dependency( + param_name=param_name, + type_annotation=param_details.type_annotation, + dependant=dependant, + ): + assert param_details.field is None, ( + f"Cannot specify multiple FastAPI annotations for {param_name!r}" + ) + continue + assert param_details.field is not None + if isinstance(param_details.field.field_info, params.Body): + dependant.body_params.append(param_details.field) + else: + add_param_to_fields(field=param_details.field, dependant=dependant) + return dependant + + +def add_non_field_param_to_dependency( + *, param_name: str, type_annotation: Any, dependant: Dependant +) -> Optional[bool]: + if lenient_issubclass(type_annotation, Request): + dependant.request_param_name = param_name + return True + elif lenient_issubclass(type_annotation, WebSocket): + dependant.websocket_param_name = param_name + return True + elif lenient_issubclass(type_annotation, HTTPConnection): + dependant.http_connection_param_name = param_name + return True + elif lenient_issubclass(type_annotation, Response): + dependant.response_param_name = param_name + return True + elif lenient_issubclass(type_annotation, StarletteBackgroundTasks): + dependant.background_tasks_param_name = param_name + return True + elif lenient_issubclass(type_annotation, SecurityScopes): + dependant.security_scopes_param_name = param_name + return True + return None + + +@dataclass +class ParamDetails: + type_annotation: Any + depends: Optional[params.Depends] + field: Optional[ModelField] + + +def analyze_param( + *, + param_name: str, + annotation: Any, + value: Any, + is_path_param: bool, +) -> ParamDetails: + field_info = None + depends = None + type_annotation: Any = Any + use_annotation: Any = Any + if annotation is not inspect.Signature.empty: + use_annotation = annotation + type_annotation = annotation + # Extract Annotated info + if get_origin(use_annotation) is Annotated: + annotated_args = get_args(annotation) + type_annotation = annotated_args[0] + fastapi_annotations = [ + arg + for arg in annotated_args[1:] + if isinstance(arg, (FieldInfo, params.Depends)) + ] + fastapi_specific_annotations = [ + arg + for arg in fastapi_annotations + if isinstance(arg, (params.Param, params.Body, params.Depends)) + ] + if fastapi_specific_annotations: + fastapi_annotation: Union[FieldInfo, params.Depends, None] = ( + fastapi_specific_annotations[-1] + ) + else: + fastapi_annotation = None + # Set default for Annotated FieldInfo + if isinstance(fastapi_annotation, FieldInfo): + # Copy `field_info` because we mutate `field_info.default` below. + field_info = copy_field_info( + field_info=fastapi_annotation, annotation=use_annotation + ) + assert ( + field_info.default is Undefined or field_info.default is RequiredParam + ), ( + f"`{field_info.__class__.__name__}` default value cannot be set in" + f" `Annotated` for {param_name!r}. Set the default value with `=` instead." + ) + if value is not inspect.Signature.empty: + assert not is_path_param, "Path parameters cannot have default values" + field_info.default = value + else: + field_info.default = RequiredParam + # Get Annotated Depends + elif isinstance(fastapi_annotation, params.Depends): + depends = fastapi_annotation + # Get Depends from default value + if isinstance(value, params.Depends): + assert depends is None, ( + "Cannot specify `Depends` in `Annotated` and default value" + f" together for {param_name!r}" + ) + assert field_info is None, ( + "Cannot specify a FastAPI annotation in `Annotated` and `Depends` as a" + f" default value together for {param_name!r}" + ) + depends = value + # Get FieldInfo from default value + elif isinstance(value, FieldInfo): + assert field_info is None, ( + "Cannot specify FastAPI annotations in `Annotated` and default value" + f" together for {param_name!r}" + ) + field_info = value + if PYDANTIC_V2: + field_info.annotation = type_annotation + + # Get Depends from type annotation + if depends is not None and depends.dependency is None: + # Copy `depends` before mutating it + depends = copy(depends) + depends.dependency = type_annotation + + # Handle non-param type annotations like Request + if lenient_issubclass( + type_annotation, + ( + Request, + WebSocket, + HTTPConnection, + Response, + StarletteBackgroundTasks, + SecurityScopes, + ), + ): + assert depends is None, f"Cannot specify `Depends` for type {type_annotation!r}" + assert field_info is None, ( + f"Cannot specify FastAPI annotation for type {type_annotation!r}" + ) + # Handle default assignations, neither field_info nor depends was not found in Annotated nor default value + elif field_info is None and depends is None: + default_value = value if value is not inspect.Signature.empty else RequiredParam + if is_path_param: + # We might check here that `default_value is RequiredParam`, but the fact is that the same + # parameter might sometimes be a path parameter and sometimes not. See + # `tests/test_infer_param_optionality.py` for an example. + field_info = params.Path(annotation=use_annotation) + elif is_uploadfile_or_nonable_uploadfile_annotation( + type_annotation + ) or is_uploadfile_sequence_annotation(type_annotation): + field_info = params.File(annotation=use_annotation, default=default_value) + elif not field_annotation_is_scalar(annotation=type_annotation): + field_info = params.Body(annotation=use_annotation, default=default_value) + else: + field_info = params.Query(annotation=use_annotation, default=default_value) + + field = None + # It's a field_info, not a dependency + if field_info is not None: + # Handle field_info.in_ + if is_path_param: + assert isinstance(field_info, params.Path), ( + f"Cannot use `{field_info.__class__.__name__}` for path param" + f" {param_name!r}" + ) + elif ( + isinstance(field_info, params.Param) + and getattr(field_info, "in_", None) is None + ): + field_info.in_ = params.ParamTypes.query + use_annotation_from_field_info = get_annotation_from_field_info( + use_annotation, + field_info, + param_name, + ) + if isinstance(field_info, params.Form): + ensure_multipart_is_installed() + if not field_info.alias and getattr(field_info, "convert_underscores", None): + alias = param_name.replace("_", "-") + else: + alias = field_info.alias or param_name + field_info.alias = alias + field = create_model_field( + name=param_name, + type_=use_annotation_from_field_info, + default=field_info.default, + alias=alias, + required=field_info.default in (RequiredParam, Undefined), + field_info=field_info, + ) + if is_path_param: + assert is_scalar_field(field=field), ( + "Path params must be of one of the supported types" + ) + elif isinstance(field_info, params.Query): + assert ( + is_scalar_field(field) + or is_scalar_sequence_field(field) + or ( + lenient_issubclass(field.type_, BaseModel) + # For Pydantic v1 + and getattr(field, "shape", 1) == 1 + ) + ) + + return ParamDetails(type_annotation=type_annotation, depends=depends, field=field) + + +def add_param_to_fields(*, field: ModelField, dependant: Dependant) -> None: + field_info = field.field_info + field_info_in = getattr(field_info, "in_", None) + if field_info_in == params.ParamTypes.path: + dependant.path_params.append(field) + elif field_info_in == params.ParamTypes.query: + dependant.query_params.append(field) + elif field_info_in == params.ParamTypes.header: + dependant.header_params.append(field) + else: + assert field_info_in == params.ParamTypes.cookie, ( + f"non-body parameters must be in path, query, header or cookie: {field.name}" + ) + dependant.cookie_params.append(field) + + +def is_coroutine_callable(call: Callable[..., Any]) -> bool: + if inspect.isroutine(call): + return inspect.iscoroutinefunction(call) + if inspect.isclass(call): + return False + dunder_call = getattr(call, "__call__", None) # noqa: B004 + return inspect.iscoroutinefunction(dunder_call) + + +def is_async_gen_callable(call: Callable[..., Any]) -> bool: + if inspect.isasyncgenfunction(call): + return True + dunder_call = getattr(call, "__call__", None) # noqa: B004 + return inspect.isasyncgenfunction(dunder_call) + + +def is_gen_callable(call: Callable[..., Any]) -> bool: + if inspect.isgeneratorfunction(call): + return True + dunder_call = getattr(call, "__call__", None) # noqa: B004 + return inspect.isgeneratorfunction(dunder_call) + + +async def solve_generator( + *, call: Callable[..., Any], stack: AsyncExitStack, sub_values: Dict[str, Any] +) -> Any: + if is_gen_callable(call): + cm = contextmanager_in_threadpool(contextmanager(call)(**sub_values)) + elif is_async_gen_callable(call): + cm = asynccontextmanager(call)(**sub_values) + return await stack.enter_async_context(cm) + + +@dataclass +class SolvedDependency: + values: Dict[str, Any] + errors: List[Any] + background_tasks: Optional[StarletteBackgroundTasks] + response: Response + dependency_cache: Dict[Tuple[Callable[..., Any], Tuple[str]], Any] + + +async def solve_dependencies( + *, + request: Union[Request, WebSocket], + dependant: Dependant, + body: Optional[Union[Dict[str, Any], FormData]] = None, + background_tasks: Optional[StarletteBackgroundTasks] = None, + response: Optional[Response] = None, + dependency_overrides_provider: Optional[Any] = None, + dependency_cache: Optional[Dict[Tuple[Callable[..., Any], Tuple[str]], Any]] = None, + async_exit_stack: AsyncExitStack, + embed_body_fields: bool, +) -> SolvedDependency: + values: Dict[str, Any] = {} + errors: List[Any] = [] + if response is None: + response = Response() + del response.headers["content-length"] + response.status_code = None # type: ignore + dependency_cache = dependency_cache or {} + sub_dependant: Dependant + for sub_dependant in dependant.dependencies: + sub_dependant.call = cast(Callable[..., Any], sub_dependant.call) + sub_dependant.cache_key = cast( + Tuple[Callable[..., Any], Tuple[str]], sub_dependant.cache_key + ) + call = sub_dependant.call + use_sub_dependant = sub_dependant + if ( + dependency_overrides_provider + and dependency_overrides_provider.dependency_overrides + ): + original_call = sub_dependant.call + call = getattr( + dependency_overrides_provider, "dependency_overrides", {} + ).get(original_call, original_call) + use_path: str = sub_dependant.path # type: ignore + use_sub_dependant = get_dependant( + path=use_path, + call=call, + name=sub_dependant.name, + security_scopes=sub_dependant.security_scopes, + ) + + solved_result = await solve_dependencies( + request=request, + dependant=use_sub_dependant, + body=body, + background_tasks=background_tasks, + response=response, + dependency_overrides_provider=dependency_overrides_provider, + dependency_cache=dependency_cache, + async_exit_stack=async_exit_stack, + embed_body_fields=embed_body_fields, + ) + background_tasks = solved_result.background_tasks + dependency_cache.update(solved_result.dependency_cache) + if solved_result.errors: + errors.extend(solved_result.errors) + continue + if sub_dependant.use_cache and sub_dependant.cache_key in dependency_cache: + solved = dependency_cache[sub_dependant.cache_key] + elif is_gen_callable(call) or is_async_gen_callable(call): + solved = await solve_generator( + call=call, stack=async_exit_stack, sub_values=solved_result.values + ) + elif is_coroutine_callable(call): + solved = await call(**solved_result.values) + else: + solved = await run_in_threadpool(call, **solved_result.values) + if sub_dependant.name is not None: + values[sub_dependant.name] = solved + if sub_dependant.cache_key not in dependency_cache: + dependency_cache[sub_dependant.cache_key] = solved + path_values, path_errors = request_params_to_args( + dependant.path_params, request.path_params + ) + query_values, query_errors = request_params_to_args( + dependant.query_params, request.query_params + ) + header_values, header_errors = request_params_to_args( + dependant.header_params, request.headers + ) + cookie_values, cookie_errors = request_params_to_args( + dependant.cookie_params, request.cookies + ) + values.update(path_values) + values.update(query_values) + values.update(header_values) + values.update(cookie_values) + errors += path_errors + query_errors + header_errors + cookie_errors + if dependant.body_params: + ( + body_values, + body_errors, + ) = await request_body_to_args( # body_params checked above + body_fields=dependant.body_params, + received_body=body, + embed_body_fields=embed_body_fields, + ) + values.update(body_values) + errors.extend(body_errors) + if dependant.http_connection_param_name: + values[dependant.http_connection_param_name] = request + if dependant.request_param_name and isinstance(request, Request): + values[dependant.request_param_name] = request + elif dependant.websocket_param_name and isinstance(request, WebSocket): + values[dependant.websocket_param_name] = request + if dependant.background_tasks_param_name: + if background_tasks is None: + background_tasks = BackgroundTasks() + values[dependant.background_tasks_param_name] = background_tasks + if dependant.response_param_name: + values[dependant.response_param_name] = response + if dependant.security_scopes_param_name: + values[dependant.security_scopes_param_name] = SecurityScopes( + scopes=dependant.security_scopes + ) + return SolvedDependency( + values=values, + errors=errors, + background_tasks=background_tasks, + response=response, + dependency_cache=dependency_cache, + ) + + +def _validate_value_with_model_field( + *, field: ModelField, value: Any, values: Dict[str, Any], loc: Tuple[str, ...] +) -> Tuple[Any, List[Any]]: + if value is None: + if field.required: + return None, [get_missing_field_error(loc=loc)] + else: + return deepcopy(field.default), [] + v_, errors_ = field.validate(value, values, loc=loc) + if isinstance(errors_, ErrorWrapper): + return None, [errors_] + elif isinstance(errors_, list): + new_errors = _regenerate_error_with_loc(errors=errors_, loc_prefix=()) + return None, new_errors + else: + return v_, [] + + +def _get_multidict_value( + field: ModelField, values: Mapping[str, Any], alias: Union[str, None] = None +) -> Any: + alias = alias or field.alias + if is_sequence_field(field) and isinstance(values, (ImmutableMultiDict, Headers)): + value = values.getlist(alias) + else: + value = values.get(alias, None) + if ( + value is None + or ( + isinstance(field.field_info, params.Form) + and isinstance(value, str) # For type checks + and value == "" + ) + or (is_sequence_field(field) and len(value) == 0) + ): + if field.required: + return + else: + return deepcopy(field.default) + return value + + +def request_params_to_args( + fields: Sequence[ModelField], + received_params: Union[Mapping[str, Any], QueryParams, Headers], +) -> Tuple[Dict[str, Any], List[Any]]: + values: Dict[str, Any] = {} + errors: List[Dict[str, Any]] = [] + + if not fields: + return values, errors + + first_field = fields[0] + fields_to_extract = fields + single_not_embedded_field = False + default_convert_underscores = True + if len(fields) == 1 and lenient_issubclass(first_field.type_, BaseModel): + fields_to_extract = get_cached_model_fields(first_field.type_) + single_not_embedded_field = True + # If headers are in a Pydantic model, the way to disable convert_underscores + # would be with Header(convert_underscores=False) at the Pydantic model level + default_convert_underscores = getattr( + first_field.field_info, "convert_underscores", True + ) + + params_to_process: Dict[str, Any] = {} + + processed_keys = set() + + for field in fields_to_extract: + alias = None + if isinstance(received_params, Headers): + # Handle fields extracted from a Pydantic Model for a header, each field + # doesn't have a FieldInfo of type Header with the default convert_underscores=True + convert_underscores = getattr( + field.field_info, "convert_underscores", default_convert_underscores + ) + if convert_underscores: + alias = ( + field.alias + if field.alias != field.name + else field.name.replace("_", "-") + ) + value = _get_multidict_value(field, received_params, alias=alias) + if value is not None: + params_to_process[field.name] = value + processed_keys.add(alias or field.alias) + processed_keys.add(field.name) + + for key, value in received_params.items(): + if key not in processed_keys: + params_to_process[key] = value + + if single_not_embedded_field: + field_info = first_field.field_info + assert isinstance(field_info, params.Param), ( + "Params must be subclasses of Param" + ) + loc: Tuple[str, ...] = (field_info.in_.value,) + v_, errors_ = _validate_value_with_model_field( + field=first_field, value=params_to_process, values=values, loc=loc + ) + return {first_field.name: v_}, errors_ + + for field in fields: + value = _get_multidict_value(field, received_params) + field_info = field.field_info + assert isinstance(field_info, params.Param), ( + "Params must be subclasses of Param" + ) + loc = (field_info.in_.value, field.alias) + v_, errors_ = _validate_value_with_model_field( + field=field, value=value, values=values, loc=loc + ) + if errors_: + errors.extend(errors_) + else: + values[field.name] = v_ + return values, errors + + +def _should_embed_body_fields(fields: List[ModelField]) -> bool: + if not fields: + return False + # More than one dependency could have the same field, it would show up as multiple + # fields but it's the same one, so count them by name + body_param_names_set = {field.name for field in fields} + # A top level field has to be a single field, not multiple + if len(body_param_names_set) > 1: + return True + first_field = fields[0] + # If it explicitly specifies it is embedded, it has to be embedded + if getattr(first_field.field_info, "embed", None): + return True + # If it's a Form (or File) field, it has to be a BaseModel to be top level + # otherwise it has to be embedded, so that the key value pair can be extracted + if isinstance(first_field.field_info, params.Form) and not lenient_issubclass( + first_field.type_, BaseModel + ): + return True + return False + + +async def _extract_form_body( + body_fields: List[ModelField], + received_body: FormData, +) -> Dict[str, Any]: + values = {} + first_field = body_fields[0] + first_field_info = first_field.field_info + + for field in body_fields: + value = _get_multidict_value(field, received_body) + if ( + isinstance(first_field_info, params.File) + and is_bytes_field(field) + and isinstance(value, UploadFile) + ): + value = await value.read() + elif ( + is_bytes_sequence_field(field) + and isinstance(first_field_info, params.File) + and value_is_sequence(value) + ): + # For types + assert isinstance(value, sequence_types) # type: ignore[arg-type] + results: List[Union[bytes, str]] = [] + + async def process_fn( + fn: Callable[[], Coroutine[Any, Any, Any]], + ) -> None: + result = await fn() + results.append(result) # noqa: B023 + + async with anyio.create_task_group() as tg: + for sub_value in value: + tg.start_soon(process_fn, sub_value.read) + value = serialize_sequence_value(field=field, value=results) + if value is not None: + values[field.alias] = value + for key, value in received_body.items(): + if key not in values: + values[key] = value + return values + + +async def request_body_to_args( + body_fields: List[ModelField], + received_body: Optional[Union[Dict[str, Any], FormData]], + embed_body_fields: bool, +) -> Tuple[Dict[str, Any], List[Dict[str, Any]]]: + values: Dict[str, Any] = {} + errors: List[Dict[str, Any]] = [] + assert body_fields, "request_body_to_args() should be called with fields" + single_not_embedded_field = len(body_fields) == 1 and not embed_body_fields + first_field = body_fields[0] + body_to_process = received_body + + fields_to_extract: List[ModelField] = body_fields + + if single_not_embedded_field and lenient_issubclass(first_field.type_, BaseModel): + fields_to_extract = get_cached_model_fields(first_field.type_) + + if isinstance(received_body, FormData): + body_to_process = await _extract_form_body(fields_to_extract, received_body) + + if single_not_embedded_field: + loc: Tuple[str, ...] = ("body",) + v_, errors_ = _validate_value_with_model_field( + field=first_field, value=body_to_process, values=values, loc=loc + ) + return {first_field.name: v_}, errors_ + for field in body_fields: + loc = ("body", field.alias) + value: Optional[Any] = None + if body_to_process is not None: + try: + value = body_to_process.get(field.alias) + # If the received body is a list, not a dict + except AttributeError: + errors.append(get_missing_field_error(loc)) + continue + v_, errors_ = _validate_value_with_model_field( + field=field, value=value, values=values, loc=loc + ) + if errors_: + errors.extend(errors_) + else: + values[field.name] = v_ + return values, errors + + +def get_body_field( + *, flat_dependant: Dependant, name: str, embed_body_fields: bool +) -> Optional[ModelField]: + """ + Get a ModelField representing the request body for a path operation, combining + all body parameters into a single field if necessary. + + Used to check if it's form data (with `isinstance(body_field, params.Form)`) + or JSON and to generate the JSON Schema for a request body. + + This is **not** used to validate/parse the request body, that's done with each + individual body parameter. + """ + if not flat_dependant.body_params: + return None + first_param = flat_dependant.body_params[0] + if not embed_body_fields: + return first_param + model_name = "Body_" + name + BodyModel = create_body_model( + fields=flat_dependant.body_params, model_name=model_name + ) + required = any(True for f in flat_dependant.body_params if f.required) + BodyFieldInfo_kwargs: Dict[str, Any] = { + "annotation": BodyModel, + "alias": "body", + } + if not required: + BodyFieldInfo_kwargs["default"] = None + if any(isinstance(f.field_info, params.File) for f in flat_dependant.body_params): + BodyFieldInfo: Type[params.Body] = params.File + elif any(isinstance(f.field_info, params.Form) for f in flat_dependant.body_params): + BodyFieldInfo = params.Form + else: + BodyFieldInfo = params.Body + + body_param_media_types = [ + f.field_info.media_type + for f in flat_dependant.body_params + if isinstance(f.field_info, params.Body) + ] + if len(set(body_param_media_types)) == 1: + BodyFieldInfo_kwargs["media_type"] = body_param_media_types[0] + final_field = create_model_field( + name="body", + type_=BodyModel, + required=required, + alias="body", + field_info=BodyFieldInfo(**BodyFieldInfo_kwargs), + ) + return final_field diff --git a/venv/lib/python3.11/site-packages/fastapi/encoders.py b/venv/lib/python3.11/site-packages/fastapi/encoders.py new file mode 100644 index 0000000..451ea07 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/encoders.py @@ -0,0 +1,343 @@ +import dataclasses +import datetime +from collections import defaultdict, deque +from decimal import Decimal +from enum import Enum +from ipaddress import ( + IPv4Address, + IPv4Interface, + IPv4Network, + IPv6Address, + IPv6Interface, + IPv6Network, +) +from pathlib import Path, PurePath +from re import Pattern +from types import GeneratorType +from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union +from uuid import UUID + +from fastapi.types import IncEx +from pydantic import BaseModel +from pydantic.color import Color +from pydantic.networks import AnyUrl, NameEmail +from pydantic.types import SecretBytes, SecretStr +from typing_extensions import Annotated, Doc + +from ._compat import PYDANTIC_V2, UndefinedType, Url, _model_dump + + +# Taken from Pydantic v1 as is +def isoformat(o: Union[datetime.date, datetime.time]) -> str: + return o.isoformat() + + +# Taken from Pydantic v1 as is +# TODO: pv2 should this return strings instead? +def decimal_encoder(dec_value: Decimal) -> Union[int, float]: + """ + Encodes a Decimal as int of there's no exponent, otherwise float + + This is useful when we use ConstrainedDecimal to represent Numeric(x,0) + where a integer (but not int typed) is used. Encoding this as a float + results in failed round-tripping between encode and parse. + Our Id type is a prime example of this. + + >>> decimal_encoder(Decimal("1.0")) + 1.0 + + >>> decimal_encoder(Decimal("1")) + 1 + """ + if dec_value.as_tuple().exponent >= 0: # type: ignore[operator] + return int(dec_value) + else: + return float(dec_value) + + +ENCODERS_BY_TYPE: Dict[Type[Any], Callable[[Any], Any]] = { + bytes: lambda o: o.decode(), + Color: str, + datetime.date: isoformat, + datetime.datetime: isoformat, + datetime.time: isoformat, + datetime.timedelta: lambda td: td.total_seconds(), + Decimal: decimal_encoder, + Enum: lambda o: o.value, + frozenset: list, + deque: list, + GeneratorType: list, + IPv4Address: str, + IPv4Interface: str, + IPv4Network: str, + IPv6Address: str, + IPv6Interface: str, + IPv6Network: str, + NameEmail: str, + Path: str, + Pattern: lambda o: o.pattern, + SecretBytes: str, + SecretStr: str, + set: list, + UUID: str, + Url: str, + AnyUrl: str, +} + + +def generate_encoders_by_class_tuples( + type_encoder_map: Dict[Any, Callable[[Any], Any]], +) -> Dict[Callable[[Any], Any], Tuple[Any, ...]]: + encoders_by_class_tuples: Dict[Callable[[Any], Any], Tuple[Any, ...]] = defaultdict( + tuple + ) + for type_, encoder in type_encoder_map.items(): + encoders_by_class_tuples[encoder] += (type_,) + return encoders_by_class_tuples + + +encoders_by_class_tuples = generate_encoders_by_class_tuples(ENCODERS_BY_TYPE) + + +def jsonable_encoder( + obj: Annotated[ + Any, + Doc( + """ + The input object to convert to JSON. + """ + ), + ], + include: Annotated[ + Optional[IncEx], + Doc( + """ + Pydantic's `include` parameter, passed to Pydantic models to set the + fields to include. + """ + ), + ] = None, + exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Pydantic's `exclude` parameter, passed to Pydantic models to set the + fields to exclude. + """ + ), + ] = None, + by_alias: Annotated[ + bool, + Doc( + """ + Pydantic's `by_alias` parameter, passed to Pydantic models to define if + the output should use the alias names (when provided) or the Python + attribute names. In an API, if you set an alias, it's probably because you + want to use it in the result, so you probably want to leave this set to + `True`. + """ + ), + ] = True, + exclude_unset: Annotated[ + bool, + Doc( + """ + Pydantic's `exclude_unset` parameter, passed to Pydantic models to define + if it should exclude from the output the fields that were not explicitly + set (and that only had their default values). + """ + ), + ] = False, + exclude_defaults: Annotated[ + bool, + Doc( + """ + Pydantic's `exclude_defaults` parameter, passed to Pydantic models to define + if it should exclude from the output the fields that had the same default + value, even when they were explicitly set. + """ + ), + ] = False, + exclude_none: Annotated[ + bool, + Doc( + """ + Pydantic's `exclude_none` parameter, passed to Pydantic models to define + if it should exclude from the output any fields that have a `None` value. + """ + ), + ] = False, + custom_encoder: Annotated[ + Optional[Dict[Any, Callable[[Any], Any]]], + Doc( + """ + Pydantic's `custom_encoder` parameter, passed to Pydantic models to define + a custom encoder. + """ + ), + ] = None, + sqlalchemy_safe: Annotated[ + bool, + Doc( + """ + Exclude from the output any fields that start with the name `_sa`. + + This is mainly a hack for compatibility with SQLAlchemy objects, they + store internal SQLAlchemy-specific state in attributes named with `_sa`, + and those objects can't (and shouldn't be) serialized to JSON. + """ + ), + ] = True, +) -> Any: + """ + Convert any object to something that can be encoded in JSON. + + This is used internally by FastAPI to make sure anything you return can be + encoded as JSON before it is sent to the client. + + You can also use it yourself, for example to convert objects before saving them + in a database that supports only JSON. + + Read more about it in the + [FastAPI docs for JSON Compatible Encoder](https://fastapi.tiangolo.com/tutorial/encoder/). + """ + custom_encoder = custom_encoder or {} + if custom_encoder: + if type(obj) in custom_encoder: + return custom_encoder[type(obj)](obj) + else: + for encoder_type, encoder_instance in custom_encoder.items(): + if isinstance(obj, encoder_type): + return encoder_instance(obj) + if include is not None and not isinstance(include, (set, dict)): + include = set(include) + if exclude is not None and not isinstance(exclude, (set, dict)): + exclude = set(exclude) + if isinstance(obj, BaseModel): + # TODO: remove when deprecating Pydantic v1 + encoders: Dict[Any, Any] = {} + if not PYDANTIC_V2: + encoders = getattr(obj.__config__, "json_encoders", {}) # type: ignore[attr-defined] + if custom_encoder: + encoders.update(custom_encoder) + obj_dict = _model_dump( + obj, + mode="json", + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_none=exclude_none, + exclude_defaults=exclude_defaults, + ) + if "__root__" in obj_dict: + obj_dict = obj_dict["__root__"] + return jsonable_encoder( + obj_dict, + exclude_none=exclude_none, + exclude_defaults=exclude_defaults, + # TODO: remove when deprecating Pydantic v1 + custom_encoder=encoders, + sqlalchemy_safe=sqlalchemy_safe, + ) + if dataclasses.is_dataclass(obj): + obj_dict = dataclasses.asdict(obj) + return jsonable_encoder( + obj_dict, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + custom_encoder=custom_encoder, + sqlalchemy_safe=sqlalchemy_safe, + ) + if isinstance(obj, Enum): + return obj.value + if isinstance(obj, PurePath): + return str(obj) + if isinstance(obj, (str, int, float, type(None))): + return obj + if isinstance(obj, UndefinedType): + return None + if isinstance(obj, dict): + encoded_dict = {} + allowed_keys = set(obj.keys()) + if include is not None: + allowed_keys &= set(include) + if exclude is not None: + allowed_keys -= set(exclude) + for key, value in obj.items(): + if ( + ( + not sqlalchemy_safe + or (not isinstance(key, str)) + or (not key.startswith("_sa")) + ) + and (value is not None or not exclude_none) + and key in allowed_keys + ): + encoded_key = jsonable_encoder( + key, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_none=exclude_none, + custom_encoder=custom_encoder, + sqlalchemy_safe=sqlalchemy_safe, + ) + encoded_value = jsonable_encoder( + value, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_none=exclude_none, + custom_encoder=custom_encoder, + sqlalchemy_safe=sqlalchemy_safe, + ) + encoded_dict[encoded_key] = encoded_value + return encoded_dict + if isinstance(obj, (list, set, frozenset, GeneratorType, tuple, deque)): + encoded_list = [] + for item in obj: + encoded_list.append( + jsonable_encoder( + item, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + custom_encoder=custom_encoder, + sqlalchemy_safe=sqlalchemy_safe, + ) + ) + return encoded_list + + if type(obj) in ENCODERS_BY_TYPE: + return ENCODERS_BY_TYPE[type(obj)](obj) + for encoder, classes_tuple in encoders_by_class_tuples.items(): + if isinstance(obj, classes_tuple): + return encoder(obj) + + try: + data = dict(obj) + except Exception as e: + errors: List[Exception] = [] + errors.append(e) + try: + data = vars(obj) + except Exception as e: + errors.append(e) + raise ValueError(errors) from e + return jsonable_encoder( + data, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + custom_encoder=custom_encoder, + sqlalchemy_safe=sqlalchemy_safe, + ) diff --git a/venv/lib/python3.11/site-packages/fastapi/exception_handlers.py b/venv/lib/python3.11/site-packages/fastapi/exception_handlers.py new file mode 100644 index 0000000..6c2ba7f --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/exception_handlers.py @@ -0,0 +1,34 @@ +from fastapi.encoders import jsonable_encoder +from fastapi.exceptions import RequestValidationError, WebSocketRequestValidationError +from fastapi.utils import is_body_allowed_for_status_code +from fastapi.websockets import WebSocket +from starlette.exceptions import HTTPException +from starlette.requests import Request +from starlette.responses import JSONResponse, Response +from starlette.status import HTTP_422_UNPROCESSABLE_ENTITY, WS_1008_POLICY_VIOLATION + + +async def http_exception_handler(request: Request, exc: HTTPException) -> Response: + headers = getattr(exc, "headers", None) + if not is_body_allowed_for_status_code(exc.status_code): + return Response(status_code=exc.status_code, headers=headers) + return JSONResponse( + {"detail": exc.detail}, status_code=exc.status_code, headers=headers + ) + + +async def request_validation_exception_handler( + request: Request, exc: RequestValidationError +) -> JSONResponse: + return JSONResponse( + status_code=HTTP_422_UNPROCESSABLE_ENTITY, + content={"detail": jsonable_encoder(exc.errors())}, + ) + + +async def websocket_request_validation_exception_handler( + websocket: WebSocket, exc: WebSocketRequestValidationError +) -> None: + await websocket.close( + code=WS_1008_POLICY_VIOLATION, reason=jsonable_encoder(exc.errors()) + ) diff --git a/venv/lib/python3.11/site-packages/fastapi/exceptions.py b/venv/lib/python3.11/site-packages/fastapi/exceptions.py new file mode 100644 index 0000000..44d4ada --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/exceptions.py @@ -0,0 +1,176 @@ +from typing import Any, Dict, Optional, Sequence, Type, Union + +from pydantic import BaseModel, create_model +from starlette.exceptions import HTTPException as StarletteHTTPException +from starlette.exceptions import WebSocketException as StarletteWebSocketException +from typing_extensions import Annotated, Doc + + +class HTTPException(StarletteHTTPException): + """ + An HTTP exception you can raise in your own code to show errors to the client. + + This is for client errors, invalid authentication, invalid data, etc. Not for server + errors in your code. + + Read more about it in the + [FastAPI docs for Handling Errors](https://fastapi.tiangolo.com/tutorial/handling-errors/). + + ## Example + + ```python + from fastapi import FastAPI, HTTPException + + app = FastAPI() + + items = {"foo": "The Foo Wrestlers"} + + + @app.get("/items/{item_id}") + async def read_item(item_id: str): + if item_id not in items: + raise HTTPException(status_code=404, detail="Item not found") + return {"item": items[item_id]} + ``` + """ + + def __init__( + self, + status_code: Annotated[ + int, + Doc( + """ + HTTP status code to send to the client. + """ + ), + ], + detail: Annotated[ + Any, + Doc( + """ + Any data to be sent to the client in the `detail` key of the JSON + response. + """ + ), + ] = None, + headers: Annotated[ + Optional[Dict[str, str]], + Doc( + """ + Any headers to send to the client in the response. + """ + ), + ] = None, + ) -> None: + super().__init__(status_code=status_code, detail=detail, headers=headers) + + +class WebSocketException(StarletteWebSocketException): + """ + A WebSocket exception you can raise in your own code to show errors to the client. + + This is for client errors, invalid authentication, invalid data, etc. Not for server + errors in your code. + + Read more about it in the + [FastAPI docs for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/). + + ## Example + + ```python + from typing import Annotated + + from fastapi import ( + Cookie, + FastAPI, + WebSocket, + WebSocketException, + status, + ) + + app = FastAPI() + + @app.websocket("/items/{item_id}/ws") + async def websocket_endpoint( + *, + websocket: WebSocket, + session: Annotated[str | None, Cookie()] = None, + item_id: str, + ): + if session is None: + raise WebSocketException(code=status.WS_1008_POLICY_VIOLATION) + await websocket.accept() + while True: + data = await websocket.receive_text() + await websocket.send_text(f"Session cookie is: {session}") + await websocket.send_text(f"Message text was: {data}, for item ID: {item_id}") + ``` + """ + + def __init__( + self, + code: Annotated[ + int, + Doc( + """ + A closing code from the + [valid codes defined in the specification](https://datatracker.ietf.org/doc/html/rfc6455#section-7.4.1). + """ + ), + ], + reason: Annotated[ + Union[str, None], + Doc( + """ + The reason to close the WebSocket connection. + + It is UTF-8-encoded data. The interpretation of the reason is up to the + application, it is not specified by the WebSocket specification. + + It could contain text that could be human-readable or interpretable + by the client code, etc. + """ + ), + ] = None, + ) -> None: + super().__init__(code=code, reason=reason) + + +RequestErrorModel: Type[BaseModel] = create_model("Request") +WebSocketErrorModel: Type[BaseModel] = create_model("WebSocket") + + +class FastAPIError(RuntimeError): + """ + A generic, FastAPI-specific error. + """ + + +class ValidationException(Exception): + def __init__(self, errors: Sequence[Any]) -> None: + self._errors = errors + + def errors(self) -> Sequence[Any]: + return self._errors + + +class RequestValidationError(ValidationException): + def __init__(self, errors: Sequence[Any], *, body: Any = None) -> None: + super().__init__(errors) + self.body = body + + +class WebSocketRequestValidationError(ValidationException): + pass + + +class ResponseValidationError(ValidationException): + def __init__(self, errors: Sequence[Any], *, body: Any = None) -> None: + super().__init__(errors) + self.body = body + + def __str__(self) -> str: + message = f"{len(self._errors)} validation errors:\n" + for err in self._errors: + message += f" {err}\n" + return message diff --git a/venv/lib/python3.11/site-packages/fastapi/logger.py b/venv/lib/python3.11/site-packages/fastapi/logger.py new file mode 100644 index 0000000..5b2c4ad --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/logger.py @@ -0,0 +1,3 @@ +import logging + +logger = logging.getLogger("fastapi") diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__init__.py b/venv/lib/python3.11/site-packages/fastapi/middleware/__init__.py new file mode 100644 index 0000000..620296d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/__init__.py @@ -0,0 +1 @@ +from starlette.middleware import Middleware as Middleware diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..898b970f66f63f52c92eddfc33941097308be3c4 GIT binary patch literal 264 zcmZ3^%ge<81pYVQq+0>$#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ*lo%rljPgmM0da`e`!V5-Bc8EXqkODM{7Kg-aAM1J$l%_zcqWD@?yEu}HtXyj;I5 zGr1(csInw8H?>H=EH$r8KPNLuzo4=tBR|hr&(Ki6II|>Gw;(Y&J25@ASU)WhXm&xS zKEho6`1s7c%#!$cy@JYL95%W6DWy57c10XOYZ!sJSQbcpU}j`wyuo030UIh}1F8T3 Dp-D>+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/cors.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/cors.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc22fec6bff69a30913b96cf4500da9d87095050 GIT binary patch literal 269 zcmZ3^%ge<81pYVQr27Nu#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ}B<%2L=0PrljPgmM0da`e`!Vk}NJsEXqkODM{7Kg-hrq=NA}wolP|W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/gzip.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/gzip.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..199dfe59f605e1d7718e2deff1e040261acdb5cb GIT binary patch literal 269 zcmZ3^%ge<81pYVQr27Nu#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ}GWDWfu5mrljPgmM0da`e`!Vk}NJsEXqkODM{7Kg-htAS7jCyF#|QNWcUoy`zuJl zEU`$xyu4h$EHk+zzo@b#GdHzJzbrMcOg|?xNxz`7BqKl1SkKT~RoK1cJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/httpsredirect.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/httpsredirect.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9dc78e73c2845cd57aafbc97e15638bd153f3e8a GIT binary patch literal 312 zcmah?Jxc>Y5Z&1W2|^khd%G)gL$DQV8$U3qv|4Y+WN|OI%#L^5FYzacKgqOKg2h3) zRPI5dSovVyykTbEdmWDtRl@cA*CM9=F${a?o!A^D@uIA<;8g{80Lto_%CpbmAcytw z#e9AY5Z&1W2|^mdKJ68`A=n1%G%JgSA_78C!ON zBG$C6(Yt%BT3(mii()dt(44TX@K?*b( zZ}Ei(yL}$98Ep| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/cors.py b/venv/lib/python3.11/site-packages/fastapi/middleware/cors.py new file mode 100644 index 0000000..8dfaad0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/cors.py @@ -0,0 +1 @@ +from starlette.middleware.cors import CORSMiddleware as CORSMiddleware # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/gzip.py b/venv/lib/python3.11/site-packages/fastapi/middleware/gzip.py new file mode 100644 index 0000000..bbeb2cc --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/gzip.py @@ -0,0 +1 @@ +from starlette.middleware.gzip import GZipMiddleware as GZipMiddleware # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/httpsredirect.py b/venv/lib/python3.11/site-packages/fastapi/middleware/httpsredirect.py new file mode 100644 index 0000000..b7a3d8e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/httpsredirect.py @@ -0,0 +1,3 @@ +from starlette.middleware.httpsredirect import ( # noqa + HTTPSRedirectMiddleware as HTTPSRedirectMiddleware, +) diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/trustedhost.py b/venv/lib/python3.11/site-packages/fastapi/middleware/trustedhost.py new file mode 100644 index 0000000..08d7e03 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/trustedhost.py @@ -0,0 +1,3 @@ +from starlette.middleware.trustedhost import ( # noqa + TrustedHostMiddleware as TrustedHostMiddleware, +) diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/wsgi.py b/venv/lib/python3.11/site-packages/fastapi/middleware/wsgi.py new file mode 100644 index 0000000..c4c6a79 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/middleware/wsgi.py @@ -0,0 +1 @@ +from starlette.middleware.wsgi import WSGIMiddleware as WSGIMiddleware # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__init__.py b/venv/lib/python3.11/site-packages/fastapi/openapi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7b08571dcd954cfbf2358635c907903b7f3b479 GIT binary patch literal 192 zcmZ3^%ge<81pYVQq=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuVDSM#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*Rwl z;*!LIO#S?V)I1O!AD@|*SrQ+wS5Wzj!zMRBr8Fniu80+A2gnu0{6OLZGb1D82L>2X I#0(Sz0Ld*e-~a#s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/constants.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/constants.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b73c9149985d51a5ff46b6723c49ca1b8bdd56a GIT binary patch literal 362 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 YXjcJ$7=AAl8u**{8xno*-3mwWKLDoQPXGV_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/models.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/models.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3d423785f56fe711d088b0dc3106596e52c4191 GIT binary patch literal 28938 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4021040f1f6b1bb6a5ac59c2930e49d726d8cac1 GIT binary patch literal 23298 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 content, normally shown in the browser tab. + """ + ), + ], + swagger_js_url: Annotated[ + str, + Doc( + """ + The URL to use to load the Swagger UI JavaScript. + + It is normally set to a CDN URL. + """ + ), + ] = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js", + swagger_css_url: Annotated[ + str, + Doc( + """ + The URL to use to load the Swagger UI CSS. + + It is normally set to a CDN URL. + """ + ), + ] = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css", + swagger_favicon_url: Annotated[ + str, + Doc( + """ + The URL of the favicon to use. It is normally shown in the browser tab. + """ + ), + ] = "https://fastapi.tiangolo.com/img/favicon.png", + oauth2_redirect_url: Annotated[ + Optional[str], + Doc( + """ + The OAuth2 redirect URL, it is normally automatically handled by FastAPI. + """ + ), + ] = None, + init_oauth: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + A dictionary with Swagger UI OAuth2 initialization configurations. + """ + ), + ] = None, + swagger_ui_parameters: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Configuration parameters for Swagger UI. + + It defaults to [swagger_ui_default_parameters][fastapi.openapi.docs.swagger_ui_default_parameters]. + """ + ), + ] = None, +) -> HTMLResponse: + """ + Generate and return the HTML that loads Swagger UI for the interactive + API docs (normally served at `/docs`). + + You would only call this function yourself if you needed to override some parts, + for example the URLs to use to load Swagger UI's JavaScript and CSS. + + Read more about it in the + [FastAPI docs for Configure Swagger UI](https://fastapi.tiangolo.com/how-to/configure-swagger-ui/) + and the [FastAPI docs for Custom Docs UI Static Assets (Self-Hosting)](https://fastapi.tiangolo.com/how-to/custom-docs-ui-assets/). + """ + current_swagger_ui_parameters = swagger_ui_default_parameters.copy() + if swagger_ui_parameters: + current_swagger_ui_parameters.update(swagger_ui_parameters) + + html = f""" + + + + + + {title} + + +
    +
    + + + + + + """ + return HTMLResponse(html) + + +def get_redoc_html( + *, + openapi_url: Annotated[ + str, + Doc( + """ + The OpenAPI URL that ReDoc should load and use. + + This is normally done automatically by FastAPI using the default URL + `/openapi.json`. + """ + ), + ], + title: Annotated[ + str, + Doc( + """ + The HTML `` content, normally shown in the browser tab. + """ + ), + ], + redoc_js_url: Annotated[ + str, + Doc( + """ + The URL to use to load the ReDoc JavaScript. + + It is normally set to a CDN URL. + """ + ), + ] = "https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js", + redoc_favicon_url: Annotated[ + str, + Doc( + """ + The URL of the favicon to use. It is normally shown in the browser tab. + """ + ), + ] = "https://fastapi.tiangolo.com/img/favicon.png", + with_google_fonts: Annotated[ + bool, + Doc( + """ + Load and use Google Fonts. + """ + ), + ] = True, +) -> HTMLResponse: + """ + Generate and return the HTML response that loads ReDoc for the alternative + API docs (normally served at `/redoc`). + + You would only call this function yourself if you needed to override some parts, + for example the URLs to use to load ReDoc's JavaScript and CSS. + + Read more about it in the + [FastAPI docs for Custom Docs UI Static Assets (Self-Hosting)](https://fastapi.tiangolo.com/how-to/custom-docs-ui-assets/). + """ + html = f""" + <!DOCTYPE html> + <html> + <head> + <title>{title} + + + + """ + if with_google_fonts: + html += """ + + """ + html += f""" + + + + + + + + + + + """ + return HTMLResponse(html) + + +def get_swagger_ui_oauth2_redirect_html() -> HTMLResponse: + """ + Generate the HTML response with the OAuth2 redirection for Swagger UI. + + You normally don't need to use or change this. + """ + # copied from https://github.com/swagger-api/swagger-ui/blob/v4.14.0/dist/oauth2-redirect.html + html = """ + + + + Swagger UI: OAuth2 Redirect + + + + + + """ + return HTMLResponse(content=html) diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/models.py b/venv/lib/python3.11/site-packages/fastapi/openapi/models.py new file mode 100644 index 0000000..ed07b40 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/openapi/models.py @@ -0,0 +1,445 @@ +from enum import Enum +from typing import Any, Callable, Dict, Iterable, List, Optional, Set, Type, Union + +from fastapi._compat import ( + PYDANTIC_V2, + CoreSchema, + GetJsonSchemaHandler, + JsonSchemaValue, + _model_rebuild, + with_info_plain_validator_function, +) +from fastapi.logger import logger +from pydantic import AnyUrl, BaseModel, Field +from typing_extensions import Annotated, Literal, TypedDict +from typing_extensions import deprecated as typing_deprecated + +try: + import email_validator + + assert email_validator # make autoflake ignore the unused import + from pydantic import EmailStr +except ImportError: # pragma: no cover + + class EmailStr(str): # type: ignore + @classmethod + def __get_validators__(cls) -> Iterable[Callable[..., Any]]: + yield cls.validate + + @classmethod + def validate(cls, v: Any) -> str: + logger.warning( + "email-validator not installed, email fields will be treated as str.\n" + "To install, run: pip install email-validator" + ) + return str(v) + + @classmethod + def _validate(cls, __input_value: Any, _: Any) -> str: + logger.warning( + "email-validator not installed, email fields will be treated as str.\n" + "To install, run: pip install email-validator" + ) + return str(__input_value) + + @classmethod + def __get_pydantic_json_schema__( + cls, core_schema: CoreSchema, handler: GetJsonSchemaHandler + ) -> JsonSchemaValue: + return {"type": "string", "format": "email"} + + @classmethod + def __get_pydantic_core_schema__( + cls, source: Type[Any], handler: Callable[[Any], CoreSchema] + ) -> CoreSchema: + return with_info_plain_validator_function(cls._validate) + + +class BaseModelWithConfig(BaseModel): + if PYDANTIC_V2: + model_config = {"extra": "allow"} + + else: + + class Config: + extra = "allow" + + +class Contact(BaseModelWithConfig): + name: Optional[str] = None + url: Optional[AnyUrl] = None + email: Optional[EmailStr] = None + + +class License(BaseModelWithConfig): + name: str + identifier: Optional[str] = None + url: Optional[AnyUrl] = None + + +class Info(BaseModelWithConfig): + title: str + summary: Optional[str] = None + description: Optional[str] = None + termsOfService: Optional[str] = None + contact: Optional[Contact] = None + license: Optional[License] = None + version: str + + +class ServerVariable(BaseModelWithConfig): + enum: Annotated[Optional[List[str]], Field(min_length=1)] = None + default: str + description: Optional[str] = None + + +class Server(BaseModelWithConfig): + url: Union[AnyUrl, str] + description: Optional[str] = None + variables: Optional[Dict[str, ServerVariable]] = None + + +class Reference(BaseModel): + ref: str = Field(alias="$ref") + + +class Discriminator(BaseModel): + propertyName: str + mapping: Optional[Dict[str, str]] = None + + +class XML(BaseModelWithConfig): + name: Optional[str] = None + namespace: Optional[str] = None + prefix: Optional[str] = None + attribute: Optional[bool] = None + wrapped: Optional[bool] = None + + +class ExternalDocumentation(BaseModelWithConfig): + description: Optional[str] = None + url: AnyUrl + + +class Schema(BaseModelWithConfig): + # Ref: JSON Schema 2020-12: https://json-schema.org/draft/2020-12/json-schema-core.html#name-the-json-schema-core-vocabu + # Core Vocabulary + schema_: Optional[str] = Field(default=None, alias="$schema") + vocabulary: Optional[str] = Field(default=None, alias="$vocabulary") + id: Optional[str] = Field(default=None, alias="$id") + anchor: Optional[str] = Field(default=None, alias="$anchor") + dynamicAnchor: Optional[str] = Field(default=None, alias="$dynamicAnchor") + ref: Optional[str] = Field(default=None, alias="$ref") + dynamicRef: Optional[str] = Field(default=None, alias="$dynamicRef") + defs: Optional[Dict[str, "SchemaOrBool"]] = Field(default=None, alias="$defs") + comment: Optional[str] = Field(default=None, alias="$comment") + # Ref: JSON Schema 2020-12: https://json-schema.org/draft/2020-12/json-schema-core.html#name-a-vocabulary-for-applying-s + # A Vocabulary for Applying Subschemas + allOf: Optional[List["SchemaOrBool"]] = None + anyOf: Optional[List["SchemaOrBool"]] = None + oneOf: Optional[List["SchemaOrBool"]] = None + not_: Optional["SchemaOrBool"] = Field(default=None, alias="not") + if_: Optional["SchemaOrBool"] = Field(default=None, alias="if") + then: Optional["SchemaOrBool"] = None + else_: Optional["SchemaOrBool"] = Field(default=None, alias="else") + dependentSchemas: Optional[Dict[str, "SchemaOrBool"]] = None + prefixItems: Optional[List["SchemaOrBool"]] = None + # TODO: uncomment and remove below when deprecating Pydantic v1 + # It generales a list of schemas for tuples, before prefixItems was available + # items: Optional["SchemaOrBool"] = None + items: Optional[Union["SchemaOrBool", List["SchemaOrBool"]]] = None + contains: Optional["SchemaOrBool"] = None + properties: Optional[Dict[str, "SchemaOrBool"]] = None + patternProperties: Optional[Dict[str, "SchemaOrBool"]] = None + additionalProperties: Optional["SchemaOrBool"] = None + propertyNames: Optional["SchemaOrBool"] = None + unevaluatedItems: Optional["SchemaOrBool"] = None + unevaluatedProperties: Optional["SchemaOrBool"] = None + # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-a-vocabulary-for-structural + # A Vocabulary for Structural Validation + type: Optional[str] = None + enum: Optional[List[Any]] = None + const: Optional[Any] = None + multipleOf: Optional[float] = Field(default=None, gt=0) + maximum: Optional[float] = None + exclusiveMaximum: Optional[float] = None + minimum: Optional[float] = None + exclusiveMinimum: Optional[float] = None + maxLength: Optional[int] = Field(default=None, ge=0) + minLength: Optional[int] = Field(default=None, ge=0) + pattern: Optional[str] = None + maxItems: Optional[int] = Field(default=None, ge=0) + minItems: Optional[int] = Field(default=None, ge=0) + uniqueItems: Optional[bool] = None + maxContains: Optional[int] = Field(default=None, ge=0) + minContains: Optional[int] = Field(default=None, ge=0) + maxProperties: Optional[int] = Field(default=None, ge=0) + minProperties: Optional[int] = Field(default=None, ge=0) + required: Optional[List[str]] = None + dependentRequired: Optional[Dict[str, Set[str]]] = None + # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-vocabularies-for-semantic-c + # Vocabularies for Semantic Content With "format" + format: Optional[str] = None + # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-a-vocabulary-for-the-conten + # A Vocabulary for the Contents of String-Encoded Data + contentEncoding: Optional[str] = None + contentMediaType: Optional[str] = None + contentSchema: Optional["SchemaOrBool"] = None + # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-a-vocabulary-for-basic-meta + # A Vocabulary for Basic Meta-Data Annotations + title: Optional[str] = None + description: Optional[str] = None + default: Optional[Any] = None + deprecated: Optional[bool] = None + readOnly: Optional[bool] = None + writeOnly: Optional[bool] = None + examples: Optional[List[Any]] = None + # Ref: OpenAPI 3.1.0: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#schema-object + # Schema Object + discriminator: Optional[Discriminator] = None + xml: Optional[XML] = None + externalDocs: Optional[ExternalDocumentation] = None + example: Annotated[ + Optional[Any], + typing_deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = None + + +# Ref: https://json-schema.org/draft/2020-12/json-schema-core.html#name-json-schema-documents +# A JSON Schema MUST be an object or a boolean. +SchemaOrBool = Union[Schema, bool] + + +class Example(TypedDict, total=False): + summary: Optional[str] + description: Optional[str] + value: Optional[Any] + externalValue: Optional[AnyUrl] + + if PYDANTIC_V2: # type: ignore [misc] + __pydantic_config__ = {"extra": "allow"} + + else: + + class Config: + extra = "allow" + + +class ParameterInType(Enum): + query = "query" + header = "header" + path = "path" + cookie = "cookie" + + +class Encoding(BaseModelWithConfig): + contentType: Optional[str] = None + headers: Optional[Dict[str, Union["Header", Reference]]] = None + style: Optional[str] = None + explode: Optional[bool] = None + allowReserved: Optional[bool] = None + + +class MediaType(BaseModelWithConfig): + schema_: Optional[Union[Schema, Reference]] = Field(default=None, alias="schema") + example: Optional[Any] = None + examples: Optional[Dict[str, Union[Example, Reference]]] = None + encoding: Optional[Dict[str, Encoding]] = None + + +class ParameterBase(BaseModelWithConfig): + description: Optional[str] = None + required: Optional[bool] = None + deprecated: Optional[bool] = None + # Serialization rules for simple scenarios + style: Optional[str] = None + explode: Optional[bool] = None + allowReserved: Optional[bool] = None + schema_: Optional[Union[Schema, Reference]] = Field(default=None, alias="schema") + example: Optional[Any] = None + examples: Optional[Dict[str, Union[Example, Reference]]] = None + # Serialization rules for more complex scenarios + content: Optional[Dict[str, MediaType]] = None + + +class Parameter(ParameterBase): + name: str + in_: ParameterInType = Field(alias="in") + + +class Header(ParameterBase): + pass + + +class RequestBody(BaseModelWithConfig): + description: Optional[str] = None + content: Dict[str, MediaType] + required: Optional[bool] = None + + +class Link(BaseModelWithConfig): + operationRef: Optional[str] = None + operationId: Optional[str] = None + parameters: Optional[Dict[str, Union[Any, str]]] = None + requestBody: Optional[Union[Any, str]] = None + description: Optional[str] = None + server: Optional[Server] = None + + +class Response(BaseModelWithConfig): + description: str + headers: Optional[Dict[str, Union[Header, Reference]]] = None + content: Optional[Dict[str, MediaType]] = None + links: Optional[Dict[str, Union[Link, Reference]]] = None + + +class Operation(BaseModelWithConfig): + tags: Optional[List[str]] = None + summary: Optional[str] = None + description: Optional[str] = None + externalDocs: Optional[ExternalDocumentation] = None + operationId: Optional[str] = None + parameters: Optional[List[Union[Parameter, Reference]]] = None + requestBody: Optional[Union[RequestBody, Reference]] = None + # Using Any for Specification Extensions + responses: Optional[Dict[str, Union[Response, Any]]] = None + callbacks: Optional[Dict[str, Union[Dict[str, "PathItem"], Reference]]] = None + deprecated: Optional[bool] = None + security: Optional[List[Dict[str, List[str]]]] = None + servers: Optional[List[Server]] = None + + +class PathItem(BaseModelWithConfig): + ref: Optional[str] = Field(default=None, alias="$ref") + summary: Optional[str] = None + description: Optional[str] = None + get: Optional[Operation] = None + put: Optional[Operation] = None + post: Optional[Operation] = None + delete: Optional[Operation] = None + options: Optional[Operation] = None + head: Optional[Operation] = None + patch: Optional[Operation] = None + trace: Optional[Operation] = None + servers: Optional[List[Server]] = None + parameters: Optional[List[Union[Parameter, Reference]]] = None + + +class SecuritySchemeType(Enum): + apiKey = "apiKey" + http = "http" + oauth2 = "oauth2" + openIdConnect = "openIdConnect" + + +class SecurityBase(BaseModelWithConfig): + type_: SecuritySchemeType = Field(alias="type") + description: Optional[str] = None + + +class APIKeyIn(Enum): + query = "query" + header = "header" + cookie = "cookie" + + +class APIKey(SecurityBase): + type_: SecuritySchemeType = Field(default=SecuritySchemeType.apiKey, alias="type") + in_: APIKeyIn = Field(alias="in") + name: str + + +class HTTPBase(SecurityBase): + type_: SecuritySchemeType = Field(default=SecuritySchemeType.http, alias="type") + scheme: str + + +class HTTPBearer(HTTPBase): + scheme: Literal["bearer"] = "bearer" + bearerFormat: Optional[str] = None + + +class OAuthFlow(BaseModelWithConfig): + refreshUrl: Optional[str] = None + scopes: Dict[str, str] = {} + + +class OAuthFlowImplicit(OAuthFlow): + authorizationUrl: str + + +class OAuthFlowPassword(OAuthFlow): + tokenUrl: str + + +class OAuthFlowClientCredentials(OAuthFlow): + tokenUrl: str + + +class OAuthFlowAuthorizationCode(OAuthFlow): + authorizationUrl: str + tokenUrl: str + + +class OAuthFlows(BaseModelWithConfig): + implicit: Optional[OAuthFlowImplicit] = None + password: Optional[OAuthFlowPassword] = None + clientCredentials: Optional[OAuthFlowClientCredentials] = None + authorizationCode: Optional[OAuthFlowAuthorizationCode] = None + + +class OAuth2(SecurityBase): + type_: SecuritySchemeType = Field(default=SecuritySchemeType.oauth2, alias="type") + flows: OAuthFlows + + +class OpenIdConnect(SecurityBase): + type_: SecuritySchemeType = Field( + default=SecuritySchemeType.openIdConnect, alias="type" + ) + openIdConnectUrl: str + + +SecurityScheme = Union[APIKey, HTTPBase, OAuth2, OpenIdConnect, HTTPBearer] + + +class Components(BaseModelWithConfig): + schemas: Optional[Dict[str, Union[Schema, Reference]]] = None + responses: Optional[Dict[str, Union[Response, Reference]]] = None + parameters: Optional[Dict[str, Union[Parameter, Reference]]] = None + examples: Optional[Dict[str, Union[Example, Reference]]] = None + requestBodies: Optional[Dict[str, Union[RequestBody, Reference]]] = None + headers: Optional[Dict[str, Union[Header, Reference]]] = None + securitySchemes: Optional[Dict[str, Union[SecurityScheme, Reference]]] = None + links: Optional[Dict[str, Union[Link, Reference]]] = None + # Using Any for Specification Extensions + callbacks: Optional[Dict[str, Union[Dict[str, PathItem], Reference, Any]]] = None + pathItems: Optional[Dict[str, Union[PathItem, Reference]]] = None + + +class Tag(BaseModelWithConfig): + name: str + description: Optional[str] = None + externalDocs: Optional[ExternalDocumentation] = None + + +class OpenAPI(BaseModelWithConfig): + openapi: str + info: Info + jsonSchemaDialect: Optional[str] = None + servers: Optional[List[Server]] = None + # Using Any for Specification Extensions + paths: Optional[Dict[str, Union[PathItem, Any]]] = None + webhooks: Optional[Dict[str, Union[PathItem, Reference]]] = None + components: Optional[Components] = None + security: Optional[List[Dict[str, List[str]]]] = None + tags: Optional[List[Tag]] = None + externalDocs: Optional[ExternalDocumentation] = None + + +_model_rebuild(Schema) +_model_rebuild(Operation) +_model_rebuild(Encoding) diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/utils.py b/venv/lib/python3.11/site-packages/fastapi/openapi/utils.py new file mode 100644 index 0000000..808646c --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/openapi/utils.py @@ -0,0 +1,569 @@ +import http.client +import inspect +import warnings +from typing import Any, Dict, List, Optional, Sequence, Set, Tuple, Type, Union, cast + +from fastapi import routing +from fastapi._compat import ( + GenerateJsonSchema, + JsonSchemaValue, + ModelField, + Undefined, + get_compat_model_name_map, + get_definitions, + get_schema_from_model_field, + lenient_issubclass, +) +from fastapi.datastructures import DefaultPlaceholder +from fastapi.dependencies.models import Dependant +from fastapi.dependencies.utils import ( + _get_flat_fields_from_params, + get_flat_dependant, + get_flat_params, +) +from fastapi.encoders import jsonable_encoder +from fastapi.openapi.constants import METHODS_WITH_BODY, REF_PREFIX, REF_TEMPLATE +from fastapi.openapi.models import OpenAPI +from fastapi.params import Body, ParamTypes +from fastapi.responses import Response +from fastapi.types import ModelNameMap +from fastapi.utils import ( + deep_dict_update, + generate_operation_id_for_path, + is_body_allowed_for_status_code, +) +from pydantic import BaseModel +from starlette.responses import JSONResponse +from starlette.routing import BaseRoute +from starlette.status import HTTP_422_UNPROCESSABLE_ENTITY +from typing_extensions import Literal + +validation_error_definition = { + "title": "ValidationError", + "type": "object", + "properties": { + "loc": { + "title": "Location", + "type": "array", + "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, + }, + "msg": {"title": "Message", "type": "string"}, + "type": {"title": "Error Type", "type": "string"}, + }, + "required": ["loc", "msg", "type"], +} + +validation_error_response_definition = { + "title": "HTTPValidationError", + "type": "object", + "properties": { + "detail": { + "title": "Detail", + "type": "array", + "items": {"$ref": REF_PREFIX + "ValidationError"}, + } + }, +} + +status_code_ranges: Dict[str, str] = { + "1XX": "Information", + "2XX": "Success", + "3XX": "Redirection", + "4XX": "Client Error", + "5XX": "Server Error", + "DEFAULT": "Default Response", +} + + +def get_openapi_security_definitions( + flat_dependant: Dependant, +) -> Tuple[Dict[str, Any], List[Dict[str, Any]]]: + security_definitions = {} + operation_security = [] + for security_requirement in flat_dependant.security_requirements: + security_definition = jsonable_encoder( + security_requirement.security_scheme.model, + by_alias=True, + exclude_none=True, + ) + security_name = security_requirement.security_scheme.scheme_name + security_definitions[security_name] = security_definition + operation_security.append({security_name: security_requirement.scopes}) + return security_definitions, operation_security + + +def _get_openapi_operation_parameters( + *, + dependant: Dependant, + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + field_mapping: Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + separate_input_output_schemas: bool = True, +) -> List[Dict[str, Any]]: + parameters = [] + flat_dependant = get_flat_dependant(dependant, skip_repeats=True) + path_params = _get_flat_fields_from_params(flat_dependant.path_params) + query_params = _get_flat_fields_from_params(flat_dependant.query_params) + header_params = _get_flat_fields_from_params(flat_dependant.header_params) + cookie_params = _get_flat_fields_from_params(flat_dependant.cookie_params) + parameter_groups = [ + (ParamTypes.path, path_params), + (ParamTypes.query, query_params), + (ParamTypes.header, header_params), + (ParamTypes.cookie, cookie_params), + ] + default_convert_underscores = True + if len(flat_dependant.header_params) == 1: + first_field = flat_dependant.header_params[0] + if lenient_issubclass(first_field.type_, BaseModel): + default_convert_underscores = getattr( + first_field.field_info, "convert_underscores", True + ) + for param_type, param_group in parameter_groups: + for param in param_group: + field_info = param.field_info + # field_info = cast(Param, field_info) + if not getattr(field_info, "include_in_schema", True): + continue + param_schema = get_schema_from_model_field( + field=param, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + name = param.alias + convert_underscores = getattr( + param.field_info, + "convert_underscores", + default_convert_underscores, + ) + if ( + param_type == ParamTypes.header + and param.alias == param.name + and convert_underscores + ): + name = param.name.replace("_", "-") + + parameter = { + "name": name, + "in": param_type.value, + "required": param.required, + "schema": param_schema, + } + if field_info.description: + parameter["description"] = field_info.description + openapi_examples = getattr(field_info, "openapi_examples", None) + example = getattr(field_info, "example", None) + if openapi_examples: + parameter["examples"] = jsonable_encoder(openapi_examples) + elif example != Undefined: + parameter["example"] = jsonable_encoder(example) + if getattr(field_info, "deprecated", None): + parameter["deprecated"] = True + parameters.append(parameter) + return parameters + + +def get_openapi_operation_request_body( + *, + body_field: Optional[ModelField], + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + field_mapping: Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + separate_input_output_schemas: bool = True, +) -> Optional[Dict[str, Any]]: + if not body_field: + return None + assert isinstance(body_field, ModelField) + body_schema = get_schema_from_model_field( + field=body_field, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + field_info = cast(Body, body_field.field_info) + request_media_type = field_info.media_type + required = body_field.required + request_body_oai: Dict[str, Any] = {} + if required: + request_body_oai["required"] = required + request_media_content: Dict[str, Any] = {"schema": body_schema} + if field_info.openapi_examples: + request_media_content["examples"] = jsonable_encoder( + field_info.openapi_examples + ) + elif field_info.example != Undefined: + request_media_content["example"] = jsonable_encoder(field_info.example) + request_body_oai["content"] = {request_media_type: request_media_content} + return request_body_oai + + +def generate_operation_id( + *, route: routing.APIRoute, method: str +) -> str: # pragma: nocover + warnings.warn( + "fastapi.openapi.utils.generate_operation_id() was deprecated, " + "it is not used internally, and will be removed soon", + DeprecationWarning, + stacklevel=2, + ) + if route.operation_id: + return route.operation_id + path: str = route.path_format + return generate_operation_id_for_path(name=route.name, path=path, method=method) + + +def generate_operation_summary(*, route: routing.APIRoute, method: str) -> str: + if route.summary: + return route.summary + return route.name.replace("_", " ").title() + + +def get_openapi_operation_metadata( + *, route: routing.APIRoute, method: str, operation_ids: Set[str] +) -> Dict[str, Any]: + operation: Dict[str, Any] = {} + if route.tags: + operation["tags"] = route.tags + operation["summary"] = generate_operation_summary(route=route, method=method) + if route.description: + operation["description"] = route.description + operation_id = route.operation_id or route.unique_id + if operation_id in operation_ids: + message = ( + f"Duplicate Operation ID {operation_id} for function " + + f"{route.endpoint.__name__}" + ) + file_name = getattr(route.endpoint, "__globals__", {}).get("__file__") + if file_name: + message += f" at {file_name}" + warnings.warn(message, stacklevel=1) + operation_ids.add(operation_id) + operation["operationId"] = operation_id + if route.deprecated: + operation["deprecated"] = route.deprecated + return operation + + +def get_openapi_path( + *, + route: routing.APIRoute, + operation_ids: Set[str], + schema_generator: GenerateJsonSchema, + model_name_map: ModelNameMap, + field_mapping: Dict[ + Tuple[ModelField, Literal["validation", "serialization"]], JsonSchemaValue + ], + separate_input_output_schemas: bool = True, +) -> Tuple[Dict[str, Any], Dict[str, Any], Dict[str, Any]]: + path = {} + security_schemes: Dict[str, Any] = {} + definitions: Dict[str, Any] = {} + assert route.methods is not None, "Methods must be a list" + if isinstance(route.response_class, DefaultPlaceholder): + current_response_class: Type[Response] = route.response_class.value + else: + current_response_class = route.response_class + assert current_response_class, "A response class is needed to generate OpenAPI" + route_response_media_type: Optional[str] = current_response_class.media_type + if route.include_in_schema: + for method in route.methods: + operation = get_openapi_operation_metadata( + route=route, method=method, operation_ids=operation_ids + ) + parameters: List[Dict[str, Any]] = [] + flat_dependant = get_flat_dependant(route.dependant, skip_repeats=True) + security_definitions, operation_security = get_openapi_security_definitions( + flat_dependant=flat_dependant + ) + if operation_security: + operation.setdefault("security", []).extend(operation_security) + if security_definitions: + security_schemes.update(security_definitions) + operation_parameters = _get_openapi_operation_parameters( + dependant=route.dependant, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + parameters.extend(operation_parameters) + if parameters: + all_parameters = { + (param["in"], param["name"]): param for param in parameters + } + required_parameters = { + (param["in"], param["name"]): param + for param in parameters + if param.get("required") + } + # Make sure required definitions of the same parameter take precedence + # over non-required definitions + all_parameters.update(required_parameters) + operation["parameters"] = list(all_parameters.values()) + if method in METHODS_WITH_BODY: + request_body_oai = get_openapi_operation_request_body( + body_field=route.body_field, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + if request_body_oai: + operation["requestBody"] = request_body_oai + if route.callbacks: + callbacks = {} + for callback in route.callbacks: + if isinstance(callback, routing.APIRoute): + ( + cb_path, + cb_security_schemes, + cb_definitions, + ) = get_openapi_path( + route=callback, + operation_ids=operation_ids, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + callbacks[callback.name] = {callback.path: cb_path} + operation["callbacks"] = callbacks + if route.status_code is not None: + status_code = str(route.status_code) + else: + # It would probably make more sense for all response classes to have an + # explicit default status_code, and to extract it from them, instead of + # doing this inspection tricks, that would probably be in the future + # TODO: probably make status_code a default class attribute for all + # responses in Starlette + response_signature = inspect.signature(current_response_class.__init__) + status_code_param = response_signature.parameters.get("status_code") + if status_code_param is not None: + if isinstance(status_code_param.default, int): + status_code = str(status_code_param.default) + operation.setdefault("responses", {}).setdefault(status_code, {})[ + "description" + ] = route.response_description + if route_response_media_type and is_body_allowed_for_status_code( + route.status_code + ): + response_schema = {"type": "string"} + if lenient_issubclass(current_response_class, JSONResponse): + if route.response_field: + response_schema = get_schema_from_model_field( + field=route.response_field, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + else: + response_schema = {} + operation.setdefault("responses", {}).setdefault( + status_code, {} + ).setdefault("content", {}).setdefault(route_response_media_type, {})[ + "schema" + ] = response_schema + if route.responses: + operation_responses = operation.setdefault("responses", {}) + for ( + additional_status_code, + additional_response, + ) in route.responses.items(): + process_response = additional_response.copy() + process_response.pop("model", None) + status_code_key = str(additional_status_code).upper() + if status_code_key == "DEFAULT": + status_code_key = "default" + openapi_response = operation_responses.setdefault( + status_code_key, {} + ) + assert isinstance(process_response, dict), ( + "An additional response must be a dict" + ) + field = route.response_fields.get(additional_status_code) + additional_field_schema: Optional[Dict[str, Any]] = None + if field: + additional_field_schema = get_schema_from_model_field( + field=field, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + media_type = route_response_media_type or "application/json" + additional_schema = ( + process_response.setdefault("content", {}) + .setdefault(media_type, {}) + .setdefault("schema", {}) + ) + deep_dict_update(additional_schema, additional_field_schema) + status_text: Optional[str] = status_code_ranges.get( + str(additional_status_code).upper() + ) or http.client.responses.get(int(additional_status_code)) + description = ( + process_response.get("description") + or openapi_response.get("description") + or status_text + or "Additional Response" + ) + deep_dict_update(openapi_response, process_response) + openapi_response["description"] = description + http422 = str(HTTP_422_UNPROCESSABLE_ENTITY) + all_route_params = get_flat_params(route.dependant) + if (all_route_params or route.body_field) and not any( + status in operation["responses"] + for status in [http422, "4XX", "default"] + ): + operation["responses"][http422] = { + "description": "Validation Error", + "content": { + "application/json": { + "schema": {"$ref": REF_PREFIX + "HTTPValidationError"} + } + }, + } + if "ValidationError" not in definitions: + definitions.update( + { + "ValidationError": validation_error_definition, + "HTTPValidationError": validation_error_response_definition, + } + ) + if route.openapi_extra: + deep_dict_update(operation, route.openapi_extra) + path[method.lower()] = operation + return path, security_schemes, definitions + + +def get_fields_from_routes( + routes: Sequence[BaseRoute], +) -> List[ModelField]: + body_fields_from_routes: List[ModelField] = [] + responses_from_routes: List[ModelField] = [] + request_fields_from_routes: List[ModelField] = [] + callback_flat_models: List[ModelField] = [] + for route in routes: + if getattr(route, "include_in_schema", None) and isinstance( + route, routing.APIRoute + ): + if route.body_field: + assert isinstance(route.body_field, ModelField), ( + "A request body must be a Pydantic Field" + ) + body_fields_from_routes.append(route.body_field) + if route.response_field: + responses_from_routes.append(route.response_field) + if route.response_fields: + responses_from_routes.extend(route.response_fields.values()) + if route.callbacks: + callback_flat_models.extend(get_fields_from_routes(route.callbacks)) + params = get_flat_params(route.dependant) + request_fields_from_routes.extend(params) + + flat_models = callback_flat_models + list( + body_fields_from_routes + responses_from_routes + request_fields_from_routes + ) + return flat_models + + +def get_openapi( + *, + title: str, + version: str, + openapi_version: str = "3.1.0", + summary: Optional[str] = None, + description: Optional[str] = None, + routes: Sequence[BaseRoute], + webhooks: Optional[Sequence[BaseRoute]] = None, + tags: Optional[List[Dict[str, Any]]] = None, + servers: Optional[List[Dict[str, Union[str, Any]]]] = None, + terms_of_service: Optional[str] = None, + contact: Optional[Dict[str, Union[str, Any]]] = None, + license_info: Optional[Dict[str, Union[str, Any]]] = None, + separate_input_output_schemas: bool = True, +) -> Dict[str, Any]: + info: Dict[str, Any] = {"title": title, "version": version} + if summary: + info["summary"] = summary + if description: + info["description"] = description + if terms_of_service: + info["termsOfService"] = terms_of_service + if contact: + info["contact"] = contact + if license_info: + info["license"] = license_info + output: Dict[str, Any] = {"openapi": openapi_version, "info": info} + if servers: + output["servers"] = servers + components: Dict[str, Dict[str, Any]] = {} + paths: Dict[str, Dict[str, Any]] = {} + webhook_paths: Dict[str, Dict[str, Any]] = {} + operation_ids: Set[str] = set() + all_fields = get_fields_from_routes(list(routes or []) + list(webhooks or [])) + model_name_map = get_compat_model_name_map(all_fields) + schema_generator = GenerateJsonSchema(ref_template=REF_TEMPLATE) + field_mapping, definitions = get_definitions( + fields=all_fields, + schema_generator=schema_generator, + model_name_map=model_name_map, + separate_input_output_schemas=separate_input_output_schemas, + ) + for route in routes or []: + if isinstance(route, routing.APIRoute): + result = get_openapi_path( + route=route, + operation_ids=operation_ids, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + if result: + path, security_schemes, path_definitions = result + if path: + paths.setdefault(route.path_format, {}).update(path) + if security_schemes: + components.setdefault("securitySchemes", {}).update( + security_schemes + ) + if path_definitions: + definitions.update(path_definitions) + for webhook in webhooks or []: + if isinstance(webhook, routing.APIRoute): + result = get_openapi_path( + route=webhook, + operation_ids=operation_ids, + schema_generator=schema_generator, + model_name_map=model_name_map, + field_mapping=field_mapping, + separate_input_output_schemas=separate_input_output_schemas, + ) + if result: + path, security_schemes, path_definitions = result + if path: + webhook_paths.setdefault(webhook.path_format, {}).update(path) + if security_schemes: + components.setdefault("securitySchemes", {}).update( + security_schemes + ) + if path_definitions: + definitions.update(path_definitions) + if definitions: + components["schemas"] = {k: definitions[k] for k in sorted(definitions)} + if components: + output["components"] = components + output["paths"] = paths + if webhook_paths: + output["webhooks"] = webhook_paths + if tags: + output["tags"] = tags + return jsonable_encoder(OpenAPI(**output), by_alias=True, exclude_none=True) # type: ignore diff --git a/venv/lib/python3.11/site-packages/fastapi/param_functions.py b/venv/lib/python3.11/site-packages/fastapi/param_functions.py new file mode 100644 index 0000000..b362162 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/param_functions.py @@ -0,0 +1,2360 @@ +from typing import Any, Callable, Dict, List, Optional, Sequence, Union + +from fastapi import params +from fastapi._compat import Undefined +from fastapi.openapi.models import Example +from typing_extensions import Annotated, Doc, deprecated + +_Unset: Any = Undefined + + +def Path( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = ..., + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + """ + Declare a path parameter for a *path operation*. + + Read more about it in the + [FastAPI docs for Path Parameters and Numeric Validations](https://fastapi.tiangolo.com/tutorial/path-params-numeric-validations/). + + ```python + from typing import Annotated + + from fastapi import FastAPI, Path + + app = FastAPI() + + + @app.get("/items/{item_id}") + async def read_items( + item_id: Annotated[int, Path(title="The ID of the item to get")], + ): + return {"item_id": item_id} + ``` + """ + return params.Path( + default=default, + default_factory=default_factory, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Query( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.Query( + default=default, + default_factory=default_factory, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Header( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + convert_underscores: Annotated[ + bool, + Doc( + """ + Automatically convert underscores to hyphens in the parameter field name. + + Read more about it in the + [FastAPI docs for Header Parameters](https://fastapi.tiangolo.com/tutorial/header-params/#automatic-conversion) + """ + ), + ] = True, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.Header( + default=default, + default_factory=default_factory, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + convert_underscores=convert_underscores, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Cookie( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.Cookie( + default=default, + default_factory=default_factory, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Body( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + embed: Annotated[ + Union[bool, None], + Doc( + """ + When `embed` is `True`, the parameter will be expected in a JSON body as a + key instead of being the JSON body itself. + + This happens automatically when more than one `Body` parameter is declared. + + Read more about it in the + [FastAPI docs for Body - Multiple Parameters](https://fastapi.tiangolo.com/tutorial/body-multiple-params/#embed-a-single-body-parameter). + """ + ), + ] = None, + media_type: Annotated[ + str, + Doc( + """ + The media type of this parameter field. Changing it would affect the + generated OpenAPI, but currently it doesn't affect the parsing of the data. + """ + ), + ] = "application/json", + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.Body( + default=default, + default_factory=default_factory, + embed=embed, + media_type=media_type, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Form( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + media_type: Annotated[ + str, + Doc( + """ + The media type of this parameter field. Changing it would affect the + generated OpenAPI, but currently it doesn't affect the parsing of the data. + """ + ), + ] = "application/x-www-form-urlencoded", + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.Form( + default=default, + default_factory=default_factory, + media_type=media_type, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def File( # noqa: N802 + default: Annotated[ + Any, + Doc( + """ + Default value if the parameter field is not set. + """ + ), + ] = Undefined, + *, + default_factory: Annotated[ + Union[Callable[[], Any], None], + Doc( + """ + A callable to generate the default value. + + This doesn't affect `Path` parameters as the value is always required. + The parameter is available only for compatibility. + """ + ), + ] = _Unset, + media_type: Annotated[ + str, + Doc( + """ + The media type of this parameter field. Changing it would affect the + generated OpenAPI, but currently it doesn't affect the parsing of the data. + """ + ), + ] = "multipart/form-data", + alias: Annotated[ + Optional[str], + Doc( + """ + An alternative name for the parameter field. + + This will be used to extract the data and for the generated OpenAPI. + It is particularly useful when you can't use the name you want because it + is a Python reserved keyword or similar. + """ + ), + ] = None, + alias_priority: Annotated[ + Union[int, None], + Doc( + """ + Priority of the alias. This affects whether an alias generator is used. + """ + ), + ] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Whitelist' validation step. The parameter field will be the single one + allowed by the alias or set of aliases defined. + """ + ), + ] = None, + serialization_alias: Annotated[ + Union[str, None], + Doc( + """ + 'Blacklist' validation step. The vanilla parameter field will be the + single one of the alias' or set of aliases' fields and all the other + fields will be ignored at serialization time. + """ + ), + ] = None, + title: Annotated[ + Optional[str], + Doc( + """ + Human-readable title. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Human-readable description. + """ + ), + ] = None, + gt: Annotated[ + Optional[float], + Doc( + """ + Greater than. If set, value must be greater than this. Only applicable to + numbers. + """ + ), + ] = None, + ge: Annotated[ + Optional[float], + Doc( + """ + Greater than or equal. If set, value must be greater than or equal to + this. Only applicable to numbers. + """ + ), + ] = None, + lt: Annotated[ + Optional[float], + Doc( + """ + Less than. If set, value must be less than this. Only applicable to numbers. + """ + ), + ] = None, + le: Annotated[ + Optional[float], + Doc( + """ + Less than or equal. If set, value must be less than or equal to this. + Only applicable to numbers. + """ + ), + ] = None, + min_length: Annotated[ + Optional[int], + Doc( + """ + Minimum length for strings. + """ + ), + ] = None, + max_length: Annotated[ + Optional[int], + Doc( + """ + Maximum length for strings. + """ + ), + ] = None, + pattern: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + ] = None, + regex: Annotated[ + Optional[str], + Doc( + """ + RegEx pattern for strings. + """ + ), + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Annotated[ + Union[str, None], + Doc( + """ + Parameter field name for discriminating the type in a tagged union. + """ + ), + ] = None, + strict: Annotated[ + Union[bool, None], + Doc( + """ + If `True`, strict validation is applied to the field. + """ + ), + ] = _Unset, + multiple_of: Annotated[ + Union[float, None], + Doc( + """ + Value must be a multiple of this. Only applicable to numbers. + """ + ), + ] = _Unset, + allow_inf_nan: Annotated[ + Union[bool, None], + Doc( + """ + Allow `inf`, `-inf`, `nan`. Only applicable to numbers. + """ + ), + ] = _Unset, + max_digits: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of allow digits for strings. + """ + ), + ] = _Unset, + decimal_places: Annotated[ + Union[int, None], + Doc( + """ + Maximum number of decimal places allowed for numbers. + """ + ), + ] = _Unset, + examples: Annotated[ + Optional[List[Any]], + Doc( + """ + Example values for this field. + """ + ), + ] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Annotated[ + Optional[Dict[str, Example]], + Doc( + """ + OpenAPI-specific examples. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Swagger UI (that provides the `/docs` interface) has better support for the + OpenAPI-specific examples than the JSON Schema `examples`, that's the main + use case for this. + + Read more about it in the + [FastAPI docs for Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter). + """ + ), + ] = None, + deprecated: Annotated[ + Union[deprecated, str, bool, None], + Doc( + """ + Mark this parameter field as deprecated. + + It will affect the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) this parameter field in the generated OpenAPI. + You probably don't need it, but it's available. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + json_schema_extra: Annotated[ + Union[Dict[str, Any], None], + Doc( + """ + Any additional JSON schema data. + """ + ), + ] = None, + **extra: Annotated[ + Any, + Doc( + """ + Include extra fields used by the JSON Schema. + """ + ), + deprecated( + """ + The `extra` kwargs is deprecated. Use `json_schema_extra` instead. + """ + ), + ], +) -> Any: + return params.File( + default=default, + default_factory=default_factory, + media_type=media_type, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + example=example, + examples=examples, + openapi_examples=openapi_examples, + deprecated=deprecated, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +def Depends( # noqa: N802 + dependency: Annotated[ + Optional[Callable[..., Any]], + Doc( + """ + A "dependable" callable (like a function). + + Don't call it directly, FastAPI will call it for you, just pass the object + directly. + """ + ), + ] = None, + *, + use_cache: Annotated[ + bool, + Doc( + """ + By default, after a dependency is called the first time in a request, if + the dependency is declared again for the rest of the request (for example + if the dependency is needed by several dependencies), the value will be + re-used for the rest of the request. + + Set `use_cache` to `False` to disable this behavior and ensure the + dependency is called again (if declared more than once) in the same request. + """ + ), + ] = True, +) -> Any: + """ + Declare a FastAPI dependency. + + It takes a single "dependable" callable (like a function). + + Don't call it directly, FastAPI will call it for you. + + Read more about it in the + [FastAPI docs for Dependencies](https://fastapi.tiangolo.com/tutorial/dependencies/). + + **Example** + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + + app = FastAPI() + + + async def common_parameters(q: str | None = None, skip: int = 0, limit: int = 100): + return {"q": q, "skip": skip, "limit": limit} + + + @app.get("/items/") + async def read_items(commons: Annotated[dict, Depends(common_parameters)]): + return commons + ``` + """ + return params.Depends(dependency=dependency, use_cache=use_cache) + + +def Security( # noqa: N802 + dependency: Annotated[ + Optional[Callable[..., Any]], + Doc( + """ + A "dependable" callable (like a function). + + Don't call it directly, FastAPI will call it for you, just pass the object + directly. + """ + ), + ] = None, + *, + scopes: Annotated[ + Optional[Sequence[str]], + Doc( + """ + OAuth2 scopes required for the *path operation* that uses this Security + dependency. + + The term "scope" comes from the OAuth2 specification, it seems to be + intentionally vague and interpretable. It normally refers to permissions, + in cases to roles. + + These scopes are integrated with OpenAPI (and the API docs at `/docs`). + So they are visible in the OpenAPI specification. + ) + """ + ), + ] = None, + use_cache: Annotated[ + bool, + Doc( + """ + By default, after a dependency is called the first time in a request, if + the dependency is declared again for the rest of the request (for example + if the dependency is needed by several dependencies), the value will be + re-used for the rest of the request. + + Set `use_cache` to `False` to disable this behavior and ensure the + dependency is called again (if declared more than once) in the same request. + """ + ), + ] = True, +) -> Any: + """ + Declare a FastAPI Security dependency. + + The only difference with a regular dependency is that it can declare OAuth2 + scopes that will be integrated with OpenAPI and the automatic UI docs (by default + at `/docs`). + + It takes a single "dependable" callable (like a function). + + Don't call it directly, FastAPI will call it for you. + + Read more about it in the + [FastAPI docs for Security](https://fastapi.tiangolo.com/tutorial/security/) and + in the + [FastAPI docs for OAuth2 scopes](https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/). + + **Example** + + ```python + from typing import Annotated + + from fastapi import Security, FastAPI + + from .db import User + from .security import get_current_active_user + + app = FastAPI() + + @app.get("/users/me/items/") + async def read_own_items( + current_user: Annotated[User, Security(get_current_active_user, scopes=["items"])] + ): + return [{"item_id": "Foo", "owner": current_user.username}] + ``` + """ + return params.Security(dependency=dependency, scopes=scopes, use_cache=use_cache) diff --git a/venv/lib/python3.11/site-packages/fastapi/params.py b/venv/lib/python3.11/site-packages/fastapi/params.py new file mode 100644 index 0000000..8f5601d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/params.py @@ -0,0 +1,786 @@ +import warnings +from enum import Enum +from typing import Any, Callable, Dict, List, Optional, Sequence, Union + +from fastapi.openapi.models import Example +from pydantic.fields import FieldInfo +from typing_extensions import Annotated, deprecated + +from ._compat import ( + PYDANTIC_V2, + PYDANTIC_VERSION_MINOR_TUPLE, + Undefined, +) + +_Unset: Any = Undefined + + +class ParamTypes(Enum): + query = "query" + header = "header" + path = "path" + cookie = "cookie" + + +class Param(FieldInfo): + in_: ParamTypes + + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + if example is not _Unset: + warnings.warn( + "`example` has been deprecated, please use `examples` instead", + category=DeprecationWarning, + stacklevel=4, + ) + self.example = example + self.include_in_schema = include_in_schema + self.openapi_examples = openapi_examples + kwargs = dict( + default=default, + default_factory=default_factory, + alias=alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + discriminator=discriminator, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + **extra, + ) + if examples is not None: + kwargs["examples"] = examples + if regex is not None: + warnings.warn( + "`regex` has been deprecated, please use `pattern` instead", + category=DeprecationWarning, + stacklevel=4, + ) + current_json_schema_extra = json_schema_extra or extra + if PYDANTIC_VERSION_MINOR_TUPLE < (2, 7): + self.deprecated = deprecated + else: + kwargs["deprecated"] = deprecated + if PYDANTIC_V2: + kwargs.update( + { + "annotation": annotation, + "alias_priority": alias_priority, + "validation_alias": validation_alias, + "serialization_alias": serialization_alias, + "strict": strict, + "json_schema_extra": current_json_schema_extra, + } + ) + kwargs["pattern"] = pattern or regex + else: + kwargs["regex"] = pattern or regex + kwargs.update(**current_json_schema_extra) + use_kwargs = {k: v for k, v in kwargs.items() if v is not _Unset} + + super().__init__(**use_kwargs) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.default})" + + +class Path(Param): + in_ = ParamTypes.path + + def __init__( + self, + default: Any = ..., + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + assert default is ..., "Path parameters cannot have a default value" + self.in_ = self.in_ + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class Query(Param): + in_ = ParamTypes.query + + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class Header(Param): + in_ = ParamTypes.header + + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + convert_underscores: bool = True, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + self.convert_underscores = convert_underscores + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class Cookie(Param): + in_ = ParamTypes.cookie + + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class Body(FieldInfo): + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + embed: Union[bool, None] = None, + media_type: str = "application/json", + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + self.embed = embed + self.media_type = media_type + if example is not _Unset: + warnings.warn( + "`example` has been deprecated, please use `examples` instead", + category=DeprecationWarning, + stacklevel=4, + ) + self.example = example + self.include_in_schema = include_in_schema + self.openapi_examples = openapi_examples + kwargs = dict( + default=default, + default_factory=default_factory, + alias=alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + discriminator=discriminator, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + **extra, + ) + if examples is not None: + kwargs["examples"] = examples + if regex is not None: + warnings.warn( + "`regex` has been deprecated, please use `pattern` instead", + category=DeprecationWarning, + stacklevel=4, + ) + current_json_schema_extra = json_schema_extra or extra + if PYDANTIC_VERSION_MINOR_TUPLE < (2, 7): + self.deprecated = deprecated + else: + kwargs["deprecated"] = deprecated + if PYDANTIC_V2: + kwargs.update( + { + "annotation": annotation, + "alias_priority": alias_priority, + "validation_alias": validation_alias, + "serialization_alias": serialization_alias, + "strict": strict, + "json_schema_extra": current_json_schema_extra, + } + ) + kwargs["pattern"] = pattern or regex + else: + kwargs["regex"] = pattern or regex + kwargs.update(**current_json_schema_extra) + + use_kwargs = {k: v for k, v in kwargs.items() if v is not _Unset} + + super().__init__(**use_kwargs) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.default})" + + +class Form(Body): + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + media_type: str = "application/x-www-form-urlencoded", + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + media_type=media_type, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class File(Form): + def __init__( + self, + default: Any = Undefined, + *, + default_factory: Union[Callable[[], Any], None] = _Unset, + annotation: Optional[Any] = None, + media_type: str = "multipart/form-data", + alias: Optional[str] = None, + alias_priority: Union[int, None] = _Unset, + # TODO: update when deprecating Pydantic v1, import these types + # validation_alias: str | AliasPath | AliasChoices | None + validation_alias: Union[str, None] = None, + serialization_alias: Union[str, None] = None, + title: Optional[str] = None, + description: Optional[str] = None, + gt: Optional[float] = None, + ge: Optional[float] = None, + lt: Optional[float] = None, + le: Optional[float] = None, + min_length: Optional[int] = None, + max_length: Optional[int] = None, + pattern: Optional[str] = None, + regex: Annotated[ + Optional[str], + deprecated( + "Deprecated in FastAPI 0.100.0 and Pydantic v2, use `pattern` instead." + ), + ] = None, + discriminator: Union[str, None] = None, + strict: Union[bool, None] = _Unset, + multiple_of: Union[float, None] = _Unset, + allow_inf_nan: Union[bool, None] = _Unset, + max_digits: Union[int, None] = _Unset, + decimal_places: Union[int, None] = _Unset, + examples: Optional[List[Any]] = None, + example: Annotated[ + Optional[Any], + deprecated( + "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, " + "although still supported. Use examples instead." + ), + ] = _Unset, + openapi_examples: Optional[Dict[str, Example]] = None, + deprecated: Union[deprecated, str, bool, None] = None, + include_in_schema: bool = True, + json_schema_extra: Union[Dict[str, Any], None] = None, + **extra: Any, + ): + super().__init__( + default=default, + default_factory=default_factory, + annotation=annotation, + media_type=media_type, + alias=alias, + alias_priority=alias_priority, + validation_alias=validation_alias, + serialization_alias=serialization_alias, + title=title, + description=description, + gt=gt, + ge=ge, + lt=lt, + le=le, + min_length=min_length, + max_length=max_length, + pattern=pattern, + regex=regex, + discriminator=discriminator, + strict=strict, + multiple_of=multiple_of, + allow_inf_nan=allow_inf_nan, + max_digits=max_digits, + decimal_places=decimal_places, + deprecated=deprecated, + example=example, + examples=examples, + openapi_examples=openapi_examples, + include_in_schema=include_in_schema, + json_schema_extra=json_schema_extra, + **extra, + ) + + +class Depends: + def __init__( + self, dependency: Optional[Callable[..., Any]] = None, *, use_cache: bool = True + ): + self.dependency = dependency + self.use_cache = use_cache + + def __repr__(self) -> str: + attr = getattr(self.dependency, "__name__", type(self.dependency).__name__) + cache = "" if self.use_cache else ", use_cache=False" + return f"{self.__class__.__name__}({attr}{cache})" + + +class Security(Depends): + def __init__( + self, + dependency: Optional[Callable[..., Any]] = None, + *, + scopes: Optional[Sequence[str]] = None, + use_cache: bool = True, + ): + super().__init__(dependency=dependency, use_cache=use_cache) + self.scopes = scopes or [] diff --git a/venv/lib/python3.11/site-packages/fastapi/py.typed b/venv/lib/python3.11/site-packages/fastapi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/fastapi/requests.py b/venv/lib/python3.11/site-packages/fastapi/requests.py new file mode 100644 index 0000000..d16552c --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/requests.py @@ -0,0 +1,2 @@ +from starlette.requests import HTTPConnection as HTTPConnection # noqa: F401 +from starlette.requests import Request as Request # noqa: F401 diff --git a/venv/lib/python3.11/site-packages/fastapi/responses.py b/venv/lib/python3.11/site-packages/fastapi/responses.py new file mode 100644 index 0000000..6c8db6f --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/responses.py @@ -0,0 +1,48 @@ +from typing import Any + +from starlette.responses import FileResponse as FileResponse # noqa +from starlette.responses import HTMLResponse as HTMLResponse # noqa +from starlette.responses import JSONResponse as JSONResponse # noqa +from starlette.responses import PlainTextResponse as PlainTextResponse # noqa +from starlette.responses import RedirectResponse as RedirectResponse # noqa +from starlette.responses import Response as Response # noqa +from starlette.responses import StreamingResponse as StreamingResponse # noqa + +try: + import ujson +except ImportError: # pragma: nocover + ujson = None # type: ignore + + +try: + import orjson +except ImportError: # pragma: nocover + orjson = None # type: ignore + + +class UJSONResponse(JSONResponse): + """ + JSON response using the high-performance ujson library to serialize data to JSON. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/). + """ + + def render(self, content: Any) -> bytes: + assert ujson is not None, "ujson must be installed to use UJSONResponse" + return ujson.dumps(content, ensure_ascii=False).encode("utf-8") + + +class ORJSONResponse(JSONResponse): + """ + JSON response using the high-performance orjson library to serialize data to JSON. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/). + """ + + def render(self, content: Any) -> bytes: + assert orjson is not None, "orjson must be installed to use ORJSONResponse" + return orjson.dumps( + content, option=orjson.OPT_NON_STR_KEYS | orjson.OPT_SERIALIZE_NUMPY + ) diff --git a/venv/lib/python3.11/site-packages/fastapi/routing.py b/venv/lib/python3.11/site-packages/fastapi/routing.py new file mode 100644 index 0000000..457481e --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/routing.py @@ -0,0 +1,4439 @@ +import asyncio +import dataclasses +import email.message +import inspect +import json +from contextlib import AsyncExitStack, asynccontextmanager +from enum import Enum, IntEnum +from typing import ( + Any, + AsyncIterator, + Callable, + Coroutine, + Dict, + List, + Mapping, + Optional, + Sequence, + Set, + Tuple, + Type, + Union, +) + +from fastapi import params +from fastapi._compat import ( + ModelField, + Undefined, + _get_model_config, + _model_dump, + _normalize_errors, + lenient_issubclass, +) +from fastapi.datastructures import Default, DefaultPlaceholder +from fastapi.dependencies.models import Dependant +from fastapi.dependencies.utils import ( + _should_embed_body_fields, + get_body_field, + get_dependant, + get_flat_dependant, + get_parameterless_sub_dependant, + get_typed_return_annotation, + solve_dependencies, +) +from fastapi.encoders import jsonable_encoder +from fastapi.exceptions import ( + FastAPIError, + RequestValidationError, + ResponseValidationError, + WebSocketRequestValidationError, +) +from fastapi.types import DecoratedCallable, IncEx +from fastapi.utils import ( + create_cloned_field, + create_model_field, + generate_unique_id, + get_value_or_default, + is_body_allowed_for_status_code, +) +from pydantic import BaseModel +from starlette import routing +from starlette.concurrency import run_in_threadpool +from starlette.exceptions import HTTPException +from starlette.requests import Request +from starlette.responses import JSONResponse, Response +from starlette.routing import ( + BaseRoute, + Match, + compile_path, + get_name, + request_response, + websocket_session, +) +from starlette.routing import Mount as Mount # noqa +from starlette.types import AppType, ASGIApp, Lifespan, Scope +from starlette.websockets import WebSocket +from typing_extensions import Annotated, Doc, deprecated + + +def _prepare_response_content( + res: Any, + *, + exclude_unset: bool, + exclude_defaults: bool = False, + exclude_none: bool = False, +) -> Any: + if isinstance(res, BaseModel): + read_with_orm_mode = getattr(_get_model_config(res), "read_with_orm_mode", None) + if read_with_orm_mode: + # Let from_orm extract the data from this model instead of converting + # it now to a dict. + # Otherwise, there's no way to extract lazy data that requires attribute + # access instead of dict iteration, e.g. lazy relationships. + return res + return _model_dump( + res, + by_alias=True, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + elif isinstance(res, list): + return [ + _prepare_response_content( + item, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + for item in res + ] + elif isinstance(res, dict): + return { + k: _prepare_response_content( + v, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + for k, v in res.items() + } + elif dataclasses.is_dataclass(res): + return dataclasses.asdict(res) + return res + + +def _merge_lifespan_context( + original_context: Lifespan[Any], nested_context: Lifespan[Any] +) -> Lifespan[Any]: + @asynccontextmanager + async def merged_lifespan( + app: AppType, + ) -> AsyncIterator[Optional[Mapping[str, Any]]]: + async with original_context(app) as maybe_original_state: + async with nested_context(app) as maybe_nested_state: + if maybe_nested_state is None and maybe_original_state is None: + yield None # old ASGI compatibility + else: + yield {**(maybe_nested_state or {}), **(maybe_original_state or {})} + + return merged_lifespan # type: ignore[return-value] + + +async def serialize_response( + *, + field: Optional[ModelField] = None, + response_content: Any, + include: Optional[IncEx] = None, + exclude: Optional[IncEx] = None, + by_alias: bool = True, + exclude_unset: bool = False, + exclude_defaults: bool = False, + exclude_none: bool = False, + is_coroutine: bool = True, +) -> Any: + if field: + errors = [] + if not hasattr(field, "serialize"): + # pydantic v1 + response_content = _prepare_response_content( + response_content, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + if is_coroutine: + value, errors_ = field.validate(response_content, {}, loc=("response",)) + else: + value, errors_ = await run_in_threadpool( + field.validate, response_content, {}, loc=("response",) + ) + if isinstance(errors_, list): + errors.extend(errors_) + elif errors_: + errors.append(errors_) + if errors: + raise ResponseValidationError( + errors=_normalize_errors(errors), body=response_content + ) + + if hasattr(field, "serialize"): + return field.serialize( + value, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + + return jsonable_encoder( + value, + include=include, + exclude=exclude, + by_alias=by_alias, + exclude_unset=exclude_unset, + exclude_defaults=exclude_defaults, + exclude_none=exclude_none, + ) + else: + return jsonable_encoder(response_content) + + +async def run_endpoint_function( + *, dependant: Dependant, values: Dict[str, Any], is_coroutine: bool +) -> Any: + # Only called by get_request_handler. Has been split into its own function to + # facilitate profiling endpoints, since inner functions are harder to profile. + assert dependant.call is not None, "dependant.call must be a function" + + if is_coroutine: + return await dependant.call(**values) + else: + return await run_in_threadpool(dependant.call, **values) + + +def get_request_handler( + dependant: Dependant, + body_field: Optional[ModelField] = None, + status_code: Optional[int] = None, + response_class: Union[Type[Response], DefaultPlaceholder] = Default(JSONResponse), + response_field: Optional[ModelField] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + dependency_overrides_provider: Optional[Any] = None, + embed_body_fields: bool = False, +) -> Callable[[Request], Coroutine[Any, Any, Response]]: + assert dependant.call is not None, "dependant.call must be a function" + is_coroutine = asyncio.iscoroutinefunction(dependant.call) + is_body_form = body_field and isinstance(body_field.field_info, params.Form) + if isinstance(response_class, DefaultPlaceholder): + actual_response_class: Type[Response] = response_class.value + else: + actual_response_class = response_class + + async def app(request: Request) -> Response: + response: Union[Response, None] = None + async with AsyncExitStack() as file_stack: + try: + body: Any = None + if body_field: + if is_body_form: + body = await request.form() + file_stack.push_async_callback(body.close) + else: + body_bytes = await request.body() + if body_bytes: + json_body: Any = Undefined + content_type_value = request.headers.get("content-type") + if not content_type_value: + json_body = await request.json() + else: + message = email.message.Message() + message["content-type"] = content_type_value + if message.get_content_maintype() == "application": + subtype = message.get_content_subtype() + if subtype == "json" or subtype.endswith("+json"): + json_body = await request.json() + if json_body != Undefined: + body = json_body + else: + body = body_bytes + except json.JSONDecodeError as e: + validation_error = RequestValidationError( + [ + { + "type": "json_invalid", + "loc": ("body", e.pos), + "msg": "JSON decode error", + "input": {}, + "ctx": {"error": e.msg}, + } + ], + body=e.doc, + ) + raise validation_error from e + except HTTPException: + # If a middleware raises an HTTPException, it should be raised again + raise + except Exception as e: + http_error = HTTPException( + status_code=400, detail="There was an error parsing the body" + ) + raise http_error from e + errors: List[Any] = [] + async with AsyncExitStack() as async_exit_stack: + solved_result = await solve_dependencies( + request=request, + dependant=dependant, + body=body, + dependency_overrides_provider=dependency_overrides_provider, + async_exit_stack=async_exit_stack, + embed_body_fields=embed_body_fields, + ) + errors = solved_result.errors + if not errors: + raw_response = await run_endpoint_function( + dependant=dependant, + values=solved_result.values, + is_coroutine=is_coroutine, + ) + if isinstance(raw_response, Response): + if raw_response.background is None: + raw_response.background = solved_result.background_tasks + response = raw_response + else: + response_args: Dict[str, Any] = { + "background": solved_result.background_tasks + } + # If status_code was set, use it, otherwise use the default from the + # response class, in the case of redirect it's 307 + current_status_code = ( + status_code + if status_code + else solved_result.response.status_code + ) + if current_status_code is not None: + response_args["status_code"] = current_status_code + if solved_result.response.status_code: + response_args["status_code"] = ( + solved_result.response.status_code + ) + content = await serialize_response( + field=response_field, + response_content=raw_response, + include=response_model_include, + exclude=response_model_exclude, + by_alias=response_model_by_alias, + exclude_unset=response_model_exclude_unset, + exclude_defaults=response_model_exclude_defaults, + exclude_none=response_model_exclude_none, + is_coroutine=is_coroutine, + ) + response = actual_response_class(content, **response_args) + if not is_body_allowed_for_status_code(response.status_code): + response.body = b"" + response.headers.raw.extend(solved_result.response.headers.raw) + if errors: + validation_error = RequestValidationError( + _normalize_errors(errors), body=body + ) + raise validation_error + if response is None: + raise FastAPIError( + "No response object was returned. There's a high chance that the " + "application code is raising an exception and a dependency with yield " + "has a block with a bare except, or a block with except Exception, " + "and is not raising the exception again. Read more about it in the " + "docs: https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#dependencies-with-yield-and-except" + ) + return response + + return app + + +def get_websocket_app( + dependant: Dependant, + dependency_overrides_provider: Optional[Any] = None, + embed_body_fields: bool = False, +) -> Callable[[WebSocket], Coroutine[Any, Any, Any]]: + async def app(websocket: WebSocket) -> None: + async with AsyncExitStack() as async_exit_stack: + # TODO: remove this scope later, after a few releases + # This scope fastapi_astack is no longer used by FastAPI, kept for + # compatibility, just in case + websocket.scope["fastapi_astack"] = async_exit_stack + solved_result = await solve_dependencies( + request=websocket, + dependant=dependant, + dependency_overrides_provider=dependency_overrides_provider, + async_exit_stack=async_exit_stack, + embed_body_fields=embed_body_fields, + ) + if solved_result.errors: + raise WebSocketRequestValidationError( + _normalize_errors(solved_result.errors) + ) + assert dependant.call is not None, "dependant.call must be a function" + await dependant.call(**solved_result.values) + + return app + + +class APIWebSocketRoute(routing.WebSocketRoute): + def __init__( + self, + path: str, + endpoint: Callable[..., Any], + *, + name: Optional[str] = None, + dependencies: Optional[Sequence[params.Depends]] = None, + dependency_overrides_provider: Optional[Any] = None, + ) -> None: + self.path = path + self.endpoint = endpoint + self.name = get_name(endpoint) if name is None else name + self.dependencies = list(dependencies or []) + self.path_regex, self.path_format, self.param_convertors = compile_path(path) + self.dependant = get_dependant(path=self.path_format, call=self.endpoint) + for depends in self.dependencies[::-1]: + self.dependant.dependencies.insert( + 0, + get_parameterless_sub_dependant(depends=depends, path=self.path_format), + ) + self._flat_dependant = get_flat_dependant(self.dependant) + self._embed_body_fields = _should_embed_body_fields( + self._flat_dependant.body_params + ) + self.app = websocket_session( + get_websocket_app( + dependant=self.dependant, + dependency_overrides_provider=dependency_overrides_provider, + embed_body_fields=self._embed_body_fields, + ) + ) + + def matches(self, scope: Scope) -> Tuple[Match, Scope]: + match, child_scope = super().matches(scope) + if match != Match.NONE: + child_scope["route"] = self + return match, child_scope + + +class APIRoute(routing.Route): + def __init__( + self, + path: str, + endpoint: Callable[..., Any], + *, + response_model: Any = Default(None), + status_code: Optional[int] = None, + tags: Optional[List[Union[str, Enum]]] = None, + dependencies: Optional[Sequence[params.Depends]] = None, + summary: Optional[str] = None, + description: Optional[str] = None, + response_description: str = "Successful Response", + responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, + deprecated: Optional[bool] = None, + name: Optional[str] = None, + methods: Optional[Union[Set[str], List[str]]] = None, + operation_id: Optional[str] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + include_in_schema: bool = True, + response_class: Union[Type[Response], DefaultPlaceholder] = Default( + JSONResponse + ), + dependency_overrides_provider: Optional[Any] = None, + callbacks: Optional[List[BaseRoute]] = None, + openapi_extra: Optional[Dict[str, Any]] = None, + generate_unique_id_function: Union[ + Callable[["APIRoute"], str], DefaultPlaceholder + ] = Default(generate_unique_id), + ) -> None: + self.path = path + self.endpoint = endpoint + if isinstance(response_model, DefaultPlaceholder): + return_annotation = get_typed_return_annotation(endpoint) + if lenient_issubclass(return_annotation, Response): + response_model = None + else: + response_model = return_annotation + self.response_model = response_model + self.summary = summary + self.response_description = response_description + self.deprecated = deprecated + self.operation_id = operation_id + self.response_model_include = response_model_include + self.response_model_exclude = response_model_exclude + self.response_model_by_alias = response_model_by_alias + self.response_model_exclude_unset = response_model_exclude_unset + self.response_model_exclude_defaults = response_model_exclude_defaults + self.response_model_exclude_none = response_model_exclude_none + self.include_in_schema = include_in_schema + self.response_class = response_class + self.dependency_overrides_provider = dependency_overrides_provider + self.callbacks = callbacks + self.openapi_extra = openapi_extra + self.generate_unique_id_function = generate_unique_id_function + self.tags = tags or [] + self.responses = responses or {} + self.name = get_name(endpoint) if name is None else name + self.path_regex, self.path_format, self.param_convertors = compile_path(path) + if methods is None: + methods = ["GET"] + self.methods: Set[str] = {method.upper() for method in methods} + if isinstance(generate_unique_id_function, DefaultPlaceholder): + current_generate_unique_id: Callable[[APIRoute], str] = ( + generate_unique_id_function.value + ) + else: + current_generate_unique_id = generate_unique_id_function + self.unique_id = self.operation_id or current_generate_unique_id(self) + # normalize enums e.g. http.HTTPStatus + if isinstance(status_code, IntEnum): + status_code = int(status_code) + self.status_code = status_code + if self.response_model: + assert is_body_allowed_for_status_code(status_code), ( + f"Status code {status_code} must not have a response body" + ) + response_name = "Response_" + self.unique_id + self.response_field = create_model_field( + name=response_name, + type_=self.response_model, + mode="serialization", + ) + # Create a clone of the field, so that a Pydantic submodel is not returned + # as is just because it's an instance of a subclass of a more limited class + # e.g. UserInDB (containing hashed_password) could be a subclass of User + # that doesn't have the hashed_password. But because it's a subclass, it + # would pass the validation and be returned as is. + # By being a new field, no inheritance will be passed as is. A new model + # will always be created. + # TODO: remove when deprecating Pydantic v1 + self.secure_cloned_response_field: Optional[ModelField] = ( + create_cloned_field(self.response_field) + ) + else: + self.response_field = None # type: ignore + self.secure_cloned_response_field = None + self.dependencies = list(dependencies or []) + self.description = description or inspect.cleandoc(self.endpoint.__doc__ or "") + # if a "form feed" character (page break) is found in the description text, + # truncate description text to the content preceding the first "form feed" + self.description = self.description.split("\f")[0].strip() + response_fields = {} + for additional_status_code, response in self.responses.items(): + assert isinstance(response, dict), "An additional response must be a dict" + model = response.get("model") + if model: + assert is_body_allowed_for_status_code(additional_status_code), ( + f"Status code {additional_status_code} must not have a response body" + ) + response_name = f"Response_{additional_status_code}_{self.unique_id}" + response_field = create_model_field( + name=response_name, type_=model, mode="serialization" + ) + response_fields[additional_status_code] = response_field + if response_fields: + self.response_fields: Dict[Union[int, str], ModelField] = response_fields + else: + self.response_fields = {} + + assert callable(endpoint), "An endpoint must be a callable" + self.dependant = get_dependant(path=self.path_format, call=self.endpoint) + for depends in self.dependencies[::-1]: + self.dependant.dependencies.insert( + 0, + get_parameterless_sub_dependant(depends=depends, path=self.path_format), + ) + self._flat_dependant = get_flat_dependant(self.dependant) + self._embed_body_fields = _should_embed_body_fields( + self._flat_dependant.body_params + ) + self.body_field = get_body_field( + flat_dependant=self._flat_dependant, + name=self.unique_id, + embed_body_fields=self._embed_body_fields, + ) + self.app = request_response(self.get_route_handler()) + + def get_route_handler(self) -> Callable[[Request], Coroutine[Any, Any, Response]]: + return get_request_handler( + dependant=self.dependant, + body_field=self.body_field, + status_code=self.status_code, + response_class=self.response_class, + response_field=self.secure_cloned_response_field, + response_model_include=self.response_model_include, + response_model_exclude=self.response_model_exclude, + response_model_by_alias=self.response_model_by_alias, + response_model_exclude_unset=self.response_model_exclude_unset, + response_model_exclude_defaults=self.response_model_exclude_defaults, + response_model_exclude_none=self.response_model_exclude_none, + dependency_overrides_provider=self.dependency_overrides_provider, + embed_body_fields=self._embed_body_fields, + ) + + def matches(self, scope: Scope) -> Tuple[Match, Scope]: + match, child_scope = super().matches(scope) + if match != Match.NONE: + child_scope["route"] = self + return match, child_scope + + +class APIRouter(routing.Router): + """ + `APIRouter` class, used to group *path operations*, for example to structure + an app in multiple files. It would then be included in the `FastAPI` app, or + in another `APIRouter` (ultimately included in the app). + + Read more about it in the + [FastAPI docs for Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/). + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + + app = FastAPI() + router = APIRouter() + + + @router.get("/users/", tags=["users"]) + async def read_users(): + return [{"username": "Rick"}, {"username": "Morty"}] + + + app.include_router(router) + ``` + """ + + def __init__( + self, + *, + prefix: Annotated[str, Doc("An optional path prefix for the router.")] = "", + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to all the *path operations* in this + router. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to all the + *path operations* in this router. + + Read more about it in the + [FastAPI docs for Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + default_response_class: Annotated[ + Type[Response], + Doc( + """ + The default response class to be used. + + Read more in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class). + """ + ), + ] = Default(JSONResponse), + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses to be shown in OpenAPI. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Additional Responses in OpenAPI](https://fastapi.tiangolo.com/advanced/additional-responses/). + + And in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + OpenAPI callbacks that should apply to all *path operations* in this + router. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + routes: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + **Note**: you probably shouldn't use this parameter, it is inherited + from Starlette and supported for compatibility. + + --- + + A list of routes to serve incoming HTTP and WebSocket requests. + """ + ), + deprecated( + """ + You normally wouldn't use this parameter with FastAPI, it is inherited + from Starlette and supported for compatibility. + + In FastAPI, you normally would use the *path operation methods*, + like `router.get()`, `router.post()`, etc. + """ + ), + ] = None, + redirect_slashes: Annotated[ + bool, + Doc( + """ + Whether to detect and redirect slashes in URLs when the client doesn't + use the same format. + """ + ), + ] = True, + default: Annotated[ + Optional[ASGIApp], + Doc( + """ + Default function handler for this router. Used to handle + 404 Not Found errors. + """ + ), + ] = None, + dependency_overrides_provider: Annotated[ + Optional[Any], + Doc( + """ + Only used internally by FastAPI to handle dependency overrides. + + You shouldn't need to use it. It normally points to the `FastAPI` app + object. + """ + ), + ] = None, + route_class: Annotated[ + Type[APIRoute], + Doc( + """ + Custom route (*path operation*) class to be used by this router. + + Read more about it in the + [FastAPI docs for Custom Request and APIRoute class](https://fastapi.tiangolo.com/how-to/custom-request-and-route/#custom-apiroute-class-in-a-router). + """ + ), + ] = APIRoute, + on_startup: Annotated[ + Optional[Sequence[Callable[[], Any]]], + Doc( + """ + A list of startup event handler functions. + + You should instead use the `lifespan` handlers. + + Read more in the [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + on_shutdown: Annotated[ + Optional[Sequence[Callable[[], Any]]], + Doc( + """ + A list of shutdown event handler functions. + + You should instead use the `lifespan` handlers. + + Read more in the + [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + # the generic to Lifespan[AppType] is the type of the top level application + # which the router cannot know statically, so we use typing.Any + lifespan: Annotated[ + Optional[Lifespan[Any]], + Doc( + """ + A `Lifespan` context manager handler. This replaces `startup` and + `shutdown` functions with a single context manager. + + Read more in the + [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark all *path operations* in this router as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + To include (or not) all the *path operations* in this router in the + generated OpenAPI. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> None: + super().__init__( + routes=routes, + redirect_slashes=redirect_slashes, + default=default, + on_startup=on_startup, + on_shutdown=on_shutdown, + lifespan=lifespan, + ) + if prefix: + assert prefix.startswith("/"), "A path prefix must start with '/'" + assert not prefix.endswith("/"), ( + "A path prefix must not end with '/', as the routes will start with '/'" + ) + self.prefix = prefix + self.tags: List[Union[str, Enum]] = tags or [] + self.dependencies = list(dependencies or []) + self.deprecated = deprecated + self.include_in_schema = include_in_schema + self.responses = responses or {} + self.callbacks = callbacks or [] + self.dependency_overrides_provider = dependency_overrides_provider + self.route_class = route_class + self.default_response_class = default_response_class + self.generate_unique_id_function = generate_unique_id_function + + def route( + self, + path: str, + methods: Optional[List[str]] = None, + name: Optional[str] = None, + include_in_schema: bool = True, + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_route( + path, + func, + methods=methods, + name=name, + include_in_schema=include_in_schema, + ) + return func + + return decorator + + def add_api_route( + self, + path: str, + endpoint: Callable[..., Any], + *, + response_model: Any = Default(None), + status_code: Optional[int] = None, + tags: Optional[List[Union[str, Enum]]] = None, + dependencies: Optional[Sequence[params.Depends]] = None, + summary: Optional[str] = None, + description: Optional[str] = None, + response_description: str = "Successful Response", + responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, + deprecated: Optional[bool] = None, + methods: Optional[Union[Set[str], List[str]]] = None, + operation_id: Optional[str] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + include_in_schema: bool = True, + response_class: Union[Type[Response], DefaultPlaceholder] = Default( + JSONResponse + ), + name: Optional[str] = None, + route_class_override: Optional[Type[APIRoute]] = None, + callbacks: Optional[List[BaseRoute]] = None, + openapi_extra: Optional[Dict[str, Any]] = None, + generate_unique_id_function: Union[ + Callable[[APIRoute], str], DefaultPlaceholder + ] = Default(generate_unique_id), + ) -> None: + route_class = route_class_override or self.route_class + responses = responses or {} + combined_responses = {**self.responses, **responses} + current_response_class = get_value_or_default( + response_class, self.default_response_class + ) + current_tags = self.tags.copy() + if tags: + current_tags.extend(tags) + current_dependencies = self.dependencies.copy() + if dependencies: + current_dependencies.extend(dependencies) + current_callbacks = self.callbacks.copy() + if callbacks: + current_callbacks.extend(callbacks) + current_generate_unique_id = get_value_or_default( + generate_unique_id_function, self.generate_unique_id_function + ) + route = route_class( + self.prefix + path, + endpoint=endpoint, + response_model=response_model, + status_code=status_code, + tags=current_tags, + dependencies=current_dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=combined_responses, + deprecated=deprecated or self.deprecated, + methods=methods, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema and self.include_in_schema, + response_class=current_response_class, + name=name, + dependency_overrides_provider=self.dependency_overrides_provider, + callbacks=current_callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=current_generate_unique_id, + ) + self.routes.append(route) + + def api_route( + self, + path: str, + *, + response_model: Any = Default(None), + status_code: Optional[int] = None, + tags: Optional[List[Union[str, Enum]]] = None, + dependencies: Optional[Sequence[params.Depends]] = None, + summary: Optional[str] = None, + description: Optional[str] = None, + response_description: str = "Successful Response", + responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, + deprecated: Optional[bool] = None, + methods: Optional[List[str]] = None, + operation_id: Optional[str] = None, + response_model_include: Optional[IncEx] = None, + response_model_exclude: Optional[IncEx] = None, + response_model_by_alias: bool = True, + response_model_exclude_unset: bool = False, + response_model_exclude_defaults: bool = False, + response_model_exclude_none: bool = False, + include_in_schema: bool = True, + response_class: Type[Response] = Default(JSONResponse), + name: Optional[str] = None, + callbacks: Optional[List[BaseRoute]] = None, + openapi_extra: Optional[Dict[str, Any]] = None, + generate_unique_id_function: Callable[[APIRoute], str] = Default( + generate_unique_id + ), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_api_route( + path, + func, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=methods, + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + return func + + return decorator + + def add_api_websocket_route( + self, + path: str, + endpoint: Callable[..., Any], + name: Optional[str] = None, + *, + dependencies: Optional[Sequence[params.Depends]] = None, + ) -> None: + current_dependencies = self.dependencies.copy() + if dependencies: + current_dependencies.extend(dependencies) + + route = APIWebSocketRoute( + self.prefix + path, + endpoint=endpoint, + name=name, + dependencies=current_dependencies, + dependency_overrides_provider=self.dependency_overrides_provider, + ) + self.routes.append(route) + + def websocket( + self, + path: Annotated[ + str, + Doc( + """ + WebSocket path. + """ + ), + ], + name: Annotated[ + Optional[str], + Doc( + """ + A name for the WebSocket. Only used internally. + """ + ), + ] = None, + *, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be used for this + WebSocket. + + Read more about it in the + [FastAPI docs for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/). + """ + ), + ] = None, + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Decorate a WebSocket function. + + Read more about it in the + [FastAPI docs for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/). + + **Example** + + ## Example + + ```python + from fastapi import APIRouter, FastAPI, WebSocket + + app = FastAPI() + router = APIRouter() + + @router.websocket("/ws") + async def websocket_endpoint(websocket: WebSocket): + await websocket.accept() + while True: + data = await websocket.receive_text() + await websocket.send_text(f"Message text was: {data}") + + app.include_router(router) + ``` + """ + + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_api_websocket_route( + path, func, name=name, dependencies=dependencies + ) + return func + + return decorator + + def websocket_route( + self, path: str, name: Union[str, None] = None + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_websocket_route(path, func, name=name) + return func + + return decorator + + def include_router( + self, + router: Annotated["APIRouter", Doc("The `APIRouter` to include.")], + *, + prefix: Annotated[str, Doc("An optional path prefix for the router.")] = "", + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to all the *path operations* in this + router. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to all the + *path operations* in this router. + + Read more about it in the + [FastAPI docs for Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + default_response_class: Annotated[ + Type[Response], + Doc( + """ + The default response class to be used. + + Read more in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class). + """ + ), + ] = Default(JSONResponse), + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses to be shown in OpenAPI. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Additional Responses in OpenAPI](https://fastapi.tiangolo.com/advanced/additional-responses/). + + And in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies). + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + OpenAPI callbacks that should apply to all *path operations* in this + router. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark all *path operations* in this router as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include (or not) all the *path operations* in this router in the + generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = True, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> None: + """ + Include another `APIRouter` in the same current `APIRouter`. + + Read more about it in the + [FastAPI docs for Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/). + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + + app = FastAPI() + internal_router = APIRouter() + users_router = APIRouter() + + @users_router.get("/users/") + def read_users(): + return [{"name": "Rick"}, {"name": "Morty"}] + + internal_router.include_router(users_router) + app.include_router(internal_router) + ``` + """ + if prefix: + assert prefix.startswith("/"), "A path prefix must start with '/'" + assert not prefix.endswith("/"), ( + "A path prefix must not end with '/', as the routes will start with '/'" + ) + else: + for r in router.routes: + path = getattr(r, "path") # noqa: B009 + name = getattr(r, "name", "unknown") + if path is not None and not path: + raise FastAPIError( + f"Prefix and path cannot be both empty (path operation: {name})" + ) + if responses is None: + responses = {} + for route in router.routes: + if isinstance(route, APIRoute): + combined_responses = {**responses, **route.responses} + use_response_class = get_value_or_default( + route.response_class, + router.default_response_class, + default_response_class, + self.default_response_class, + ) + current_tags = [] + if tags: + current_tags.extend(tags) + if route.tags: + current_tags.extend(route.tags) + current_dependencies: List[params.Depends] = [] + if dependencies: + current_dependencies.extend(dependencies) + if route.dependencies: + current_dependencies.extend(route.dependencies) + current_callbacks = [] + if callbacks: + current_callbacks.extend(callbacks) + if route.callbacks: + current_callbacks.extend(route.callbacks) + current_generate_unique_id = get_value_or_default( + route.generate_unique_id_function, + router.generate_unique_id_function, + generate_unique_id_function, + self.generate_unique_id_function, + ) + self.add_api_route( + prefix + route.path, + route.endpoint, + response_model=route.response_model, + status_code=route.status_code, + tags=current_tags, + dependencies=current_dependencies, + summary=route.summary, + description=route.description, + response_description=route.response_description, + responses=combined_responses, + deprecated=route.deprecated or deprecated or self.deprecated, + methods=route.methods, + operation_id=route.operation_id, + response_model_include=route.response_model_include, + response_model_exclude=route.response_model_exclude, + response_model_by_alias=route.response_model_by_alias, + response_model_exclude_unset=route.response_model_exclude_unset, + response_model_exclude_defaults=route.response_model_exclude_defaults, + response_model_exclude_none=route.response_model_exclude_none, + include_in_schema=route.include_in_schema + and self.include_in_schema + and include_in_schema, + response_class=use_response_class, + name=route.name, + route_class_override=type(route), + callbacks=current_callbacks, + openapi_extra=route.openapi_extra, + generate_unique_id_function=current_generate_unique_id, + ) + elif isinstance(route, routing.Route): + methods = list(route.methods or []) + self.add_route( + prefix + route.path, + route.endpoint, + methods=methods, + include_in_schema=route.include_in_schema, + name=route.name, + ) + elif isinstance(route, APIWebSocketRoute): + current_dependencies = [] + if dependencies: + current_dependencies.extend(dependencies) + if route.dependencies: + current_dependencies.extend(route.dependencies) + self.add_api_websocket_route( + prefix + route.path, + route.endpoint, + dependencies=current_dependencies, + name=route.name, + ) + elif isinstance(route, routing.WebSocketRoute): + self.add_websocket_route( + prefix + route.path, route.endpoint, name=route.name + ) + for handler in router.on_startup: + self.add_event_handler("startup", handler) + for handler in router.on_shutdown: + self.add_event_handler("shutdown", handler) + self.lifespan_context = _merge_lifespan_context( + self.lifespan_context, + router.lifespan_context, + ) + + def get( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP GET operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + + app = FastAPI() + router = APIRouter() + + @router.get("/items/") + def read_items(): + return [{"name": "Empanada"}, {"name": "Arepa"}] + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["GET"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def put( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP PUT operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + router = APIRouter() + + @router.put("/items/{item_id}") + def replace_item(item_id: str, item: Item): + return {"message": "Item replaced", "id": item_id} + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["PUT"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def post( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP POST operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + router = APIRouter() + + @router.post("/items/") + def create_item(item: Item): + return {"message": "Item created"} + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["POST"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def delete( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP DELETE operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + + app = FastAPI() + router = APIRouter() + + @router.delete("/items/{item_id}") + def delete_item(item_id: str): + return {"message": "Item deleted"} + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["DELETE"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def options( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP OPTIONS operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + + app = FastAPI() + router = APIRouter() + + @router.options("/items/") + def get_item_options(): + return {"additions": ["Aji", "Guacamole"]} + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["OPTIONS"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def head( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP HEAD operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + router = APIRouter() + + @router.head("/items/", status_code=204) + def get_items_headers(response: Response): + response.headers["X-Cat-Dog"] = "Alone in the world" + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["HEAD"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def patch( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP PATCH operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + router = APIRouter() + + @router.patch("/items/") + def update_item(item: Item): + return {"message": "Item updated in place"} + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["PATCH"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + def trace( + self, + path: Annotated[ + str, + Doc( + """ + The URL path to be used for this *path operation*. + + For example, in `http://example.com/items`, the path is `/items`. + """ + ), + ], + *, + response_model: Annotated[ + Any, + Doc( + """ + The type to use for the response. + + It could be any valid Pydantic *field* type. So, it doesn't have to + be a Pydantic model, it could be other things, like a `list`, `dict`, + etc. + + It will be used for: + + * Documentation: the generated OpenAPI (and the UI at `/docs`) will + show it as the response (JSON Schema). + * Serialization: you could return an arbitrary object and the + `response_model` would be used to serialize that object into the + corresponding JSON. + * Filtering: the JSON sent to the client will only contain the data + (fields) defined in the `response_model`. If you returned an object + that contains an attribute `password` but the `response_model` does + not include that field, the JSON sent to the client would not have + that `password`. + * Validation: whatever you return will be serialized with the + `response_model`, converting any data as necessary to generate the + corresponding JSON. But if the data in the object returned is not + valid, that would mean a violation of the contract with the client, + so it's an error from the API developer. So, FastAPI will raise an + error and return a 500 error code (Internal Server Error). + + Read more about it in the + [FastAPI docs for Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). + """ + ), + ] = Default(None), + status_code: Annotated[ + Optional[int], + Doc( + """ + The default status code to be used for the response. + + You could override the status code by returning a response directly. + + Read more about it in the + [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/). + """ + ), + ] = None, + tags: Annotated[ + Optional[List[Union[str, Enum]]], + Doc( + """ + A list of tags to be applied to the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags). + """ + ), + ] = None, + dependencies: Annotated[ + Optional[Sequence[params.Depends]], + Doc( + """ + A list of dependencies (using `Depends()`) to be applied to the + *path operation*. + + Read more about it in the + [FastAPI docs for Dependencies in path operation decorators](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/). + """ + ), + ] = None, + summary: Annotated[ + Optional[str], + Doc( + """ + A summary for the *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + A description for the *path operation*. + + If not provided, it will be extracted automatically from the docstring + of the *path operation function*. + + It can contain Markdown. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/). + """ + ), + ] = None, + response_description: Annotated[ + str, + Doc( + """ + The description for the default response. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = "Successful Response", + responses: Annotated[ + Optional[Dict[Union[int, str], Dict[str, Any]]], + Doc( + """ + Additional responses that could be returned by this *path operation*. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + deprecated: Annotated[ + Optional[bool], + Doc( + """ + Mark this *path operation* as deprecated. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + operation_id: Annotated[ + Optional[str], + Doc( + """ + Custom operation ID to be used by this *path operation*. + + By default, it is generated automatically. + + If you provide a custom operation ID, you need to make sure it is + unique for the whole API. + + You can customize the + operation ID generation with the parameter + `generate_unique_id_function` in the `FastAPI` class. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = None, + response_model_include: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to include only certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_exclude: Annotated[ + Optional[IncEx], + Doc( + """ + Configuration passed to Pydantic to exclude certain fields in the + response data. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = None, + response_model_by_alias: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response model + should be serialized by alias when an alias is used. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + """ + ), + ] = True, + response_model_exclude_unset: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that were not set and + have their default values. This is different from + `response_model_exclude_defaults` in that if the fields are set, + they will be included in the response, even if the value is the same + as the default. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_defaults: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data + should have all the fields, including the ones that have the same value + as the default. This is different from `response_model_exclude_unset` + in that if the fields are set but contain the same default values, + they will be excluded from the response. + + When `True`, default values are omitted from the response. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#use-the-response_model_exclude_unset-parameter). + """ + ), + ] = False, + response_model_exclude_none: Annotated[ + bool, + Doc( + """ + Configuration passed to Pydantic to define if the response data should + exclude fields set to `None`. + + This is much simpler (less smart) than `response_model_exclude_unset` + and `response_model_exclude_defaults`. You probably want to use one of + those two instead of this one, as those allow returning `None` values + when it makes sense. + + Read more about it in the + [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none). + """ + ), + ] = False, + include_in_schema: Annotated[ + bool, + Doc( + """ + Include this *path operation* in the generated OpenAPI schema. + + This affects the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for Query Parameters and String Validations](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi). + """ + ), + ] = True, + response_class: Annotated[ + Type[Response], + Doc( + """ + Response class to be used for this *path operation*. + + This will not be used if you return a response directly. + + Read more about it in the + [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse). + """ + ), + ] = Default(JSONResponse), + name: Annotated[ + Optional[str], + Doc( + """ + Name for this *path operation*. Only used internally. + """ + ), + ] = None, + callbacks: Annotated[ + Optional[List[BaseRoute]], + Doc( + """ + List of *path operations* that will be used as OpenAPI callbacks. + + This is only for OpenAPI documentation, the callbacks won't be used + directly. + + It will be added to the generated OpenAPI (e.g. visible at `/docs`). + + Read more about it in the + [FastAPI docs for OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/). + """ + ), + ] = None, + openapi_extra: Annotated[ + Optional[Dict[str, Any]], + Doc( + """ + Extra metadata to be included in the OpenAPI schema for this *path + operation*. + + Read more about it in the + [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema). + """ + ), + ] = None, + generate_unique_id_function: Annotated[ + Callable[[APIRoute], str], + Doc( + """ + Customize the function used to generate unique IDs for the *path + operations* shown in the generated OpenAPI. + + This is particularly useful when automatically generating clients or + SDKs for your API. + + Read more about it in the + [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function). + """ + ), + ] = Default(generate_unique_id), + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add a *path operation* using an HTTP TRACE operation. + + ## Example + + ```python + from fastapi import APIRouter, FastAPI + from pydantic import BaseModel + + class Item(BaseModel): + name: str + description: str | None = None + + app = FastAPI() + router = APIRouter() + + @router.trace("/items/{item_id}") + def trace_item(item_id: str): + return None + + app.include_router(router) + ``` + """ + return self.api_route( + path=path, + response_model=response_model, + status_code=status_code, + tags=tags, + dependencies=dependencies, + summary=summary, + description=description, + response_description=response_description, + responses=responses, + deprecated=deprecated, + methods=["TRACE"], + operation_id=operation_id, + response_model_include=response_model_include, + response_model_exclude=response_model_exclude, + response_model_by_alias=response_model_by_alias, + response_model_exclude_unset=response_model_exclude_unset, + response_model_exclude_defaults=response_model_exclude_defaults, + response_model_exclude_none=response_model_exclude_none, + include_in_schema=include_in_schema, + response_class=response_class, + name=name, + callbacks=callbacks, + openapi_extra=openapi_extra, + generate_unique_id_function=generate_unique_id_function, + ) + + @deprecated( + """ + on_event is deprecated, use lifespan event handlers instead. + + Read more about it in the + [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). + """ + ) + def on_event( + self, + event_type: Annotated[ + str, + Doc( + """ + The type of event. `startup` or `shutdown`. + """ + ), + ], + ) -> Callable[[DecoratedCallable], DecoratedCallable]: + """ + Add an event handler for the router. + + `on_event` is deprecated, use `lifespan` event handlers instead. + + Read more about it in the + [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated). + """ + + def decorator(func: DecoratedCallable) -> DecoratedCallable: + self.add_event_handler(event_type, func) + return func + + return decorator diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__init__.py b/venv/lib/python3.11/site-packages/fastapi/security/__init__.py new file mode 100644 index 0000000..3aa6bf2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/__init__.py @@ -0,0 +1,15 @@ +from .api_key import APIKeyCookie as APIKeyCookie +from .api_key import APIKeyHeader as APIKeyHeader +from .api_key import APIKeyQuery as APIKeyQuery +from .http import HTTPAuthorizationCredentials as HTTPAuthorizationCredentials +from .http import HTTPBasic as HTTPBasic +from .http import HTTPBasicCredentials as HTTPBasicCredentials +from .http import HTTPBearer as HTTPBearer +from .http import HTTPDigest as HTTPDigest +from .oauth2 import OAuth2 as OAuth2 +from .oauth2 import OAuth2AuthorizationCodeBearer as OAuth2AuthorizationCodeBearer +from .oauth2 import OAuth2PasswordBearer as OAuth2PasswordBearer +from .oauth2 import OAuth2PasswordRequestForm as OAuth2PasswordRequestForm +from .oauth2 import OAuth2PasswordRequestFormStrict as OAuth2PasswordRequestFormStrict +from .oauth2 import SecurityScopes as SecurityScopes +from .open_id_connect_url import OpenIdConnect as OpenIdConnect diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c52ccbc247066104f0b0502352ee6ee7421b50e4 GIT binary patch literal 1070 zcmZ{i%We}f6ox&yOs%a}%P}~Tb zVGFkuH-X!@t+)kjVM}ovxPv>2E#NNhD((RHa8GeJ=!aW)3%EB$yZv7V9AMX2wGSr8 z?@2z2<2fb&;v?evghAX|*FR*0CIxF9NtdcSr3@FX}XM=f0rNV`BQS4 z!P;+Q7Q(6z|681LMm@QO&Xjl=qdcE_aYE#&tZ_o3V}BG!5%KuR?)IwYCe)deoWTP@ ztRk%nwyIoko-k9!HEDHe4QcXCt<2b!r(-RdX-l)Db)`om{7>01i~mCqmbz%p-v`73fsxD$r}8t3dCBt^$1&x(f6{=qk`Fu}SP6T+v@Uh&(y~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/api_key.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/api_key.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac392152ae8692365c1d071310023cf410c444c8 GIT binary patch literal 10302 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 EzvlcpdH?_b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f1f6675d7d3d3ae807f79caee2ff486561de99b GIT binary patch literal 592 zcmZuuJxc>Y5S_idh-jh&)GDP-M6(22u@FHl{D5GSW?ApnS?`H14R9XPEljpbAE$%NS_%?4wCYwkG5I{g8h)L5S z;J^U{&J6_aodfWQYidmrcnzo)UQJjfd9fko83e=D14B2biD|e4f%Sm$cXG(QfGLRQ7ck3rV{o>Cz}X zr&(XO(`36=uTvFjv6XTElDCAS7hGwcg%o?X-P3byzn1lF2Nuk1)ds@#k7u-48G6Q_ zyvnG&GW3i;Swte2Fx?g(SKWMVrcp~Xk)T%1jzvus%s-VS1GZ)v+2{PubSk^Dj3L3L e4iUyKA!G#m!{0uhbI9r#{=&OC`}pUDmHGmeI+zy# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/http.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/http.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d035ec1cc1d0dcd18e5e00d4d68b698c6a32714 GIT binary patch literal 15006 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f77e56c55ae0ffb6f2c780fd732f2dd200d7aa7 GIT binary patch literal 3543 zcmcf@O>Y~=b#|9rev6_aQ)(^OgVssJ*e2t+hXOGY$Z^~XNul0(pgn<75+&_n(~uWaF>>;eG_^wI)7tRd%;Q{S8AhiTGAPMw{7 zJG1Z2oA*8Q`$8d0pl$!-zx%&~(Z6sqYRTc?3Uj@lWwM!t!L#}cXO?LJuk;8x6oRsFSLsFqC!;ib7H6O5bXSy&hY`2-WX}{-t9Cw+3-9+Fau_X+BM&@hEm8+ zVK_O7VDNx2QdewJS8WAkRN>L=#OIowWC@m33Da%;p#qw~8@Gn~gVB)KDWFQRl(DKym1Wo1zj%A{6sO6eMROyCC9Zv+NXEEwGs1wjbzvJ3;kI{}`HZ=t`B{!Ra zA8qDY-Kv~#?NqcdC#)uGF~c)kEX>(VSlp3r470GEZ!pe%9xnRNhQKG>J-Q@Wppe*h zn(TRDKe_Q?yiH6&DbJ%~_ovn&ZWK&3mV}}t)$9z}Cg|n3E~@2tmfNvGHOHf15xUPj z#xazPB(sfqduhIiYID0OmW9I9RLU z^BJx$4LR6o=mm_87HnaeuG^&+2A?Z^fy^QEXZV_)O$CIXB(huw;+UEqmEkqdo(;M? ziN9S`K(K%YKHa@;x`ORqpofqPlG_W_o)H4LK-r<@f$6v=L#Ny3251Q=RI;0#xY$lWd9W4m+o*lEI^&><5W9XFP_>v!m(3HpOJP4fVycYy+^zA!22{vbwq62eqoWoMRw%bBoJPC|SXl-tdbl)o*nQ;N z%ng$*`N2PUr_9v;>X z94qj7H*i{v*AAF>P;;HVTDuGB>s_v1x>OTRz%I5;>r-=|iCV*i8sBzmVtDq}up}Ff zZCLTSY;?F=ZFf;L$8!S1I4V!6QXTy-fh^)(0C&i@O@)-#2WKvR{dT0O zk{%wdiLJ0ORUMB?TUZSyxx#F?o8-XGK}UdHZ5HY_3!qqlb5n6C6`{7z0_jz*!^RwU zuW0-fj`5xm7Leh%0t<{pa6B&~4xED(bDneJ{~rLA_$7dU!*hoWR?mK3{QK(pzpkGD za{Di6zO5m8G^ zQJSo--49?@KfT6Rfp;a(mr?3IJ>Pfv3eM3D{Ko+PKqP0WrM$sNkOPc(9lU&J{6wmjOh*L4Tcl8mmJzHYV9L*u zuSR4HbaMLKAYX)j{9dH0rNt*&qOkCk0Eo0?q4-owoz6xnq%V{5*+G8!{>^(I4apOw z_ochrqzc}Q)fSebRGk{1dA?H_4Wute;f=^Tk zluYu>7yA)`&mY&nzWk?)a`-|J+Yqy6tFjpCLAMR(QEc?`F#oHV_D~0^vL=bx)|k@a zsS(AfLR9zQdd{)*gv$`q++{()s%&&m7czdsr3q@7%0jv|T$~`{jF6!omSU+4b~|96 zfP1KrK@!KuI&3xxgzwT<;`n-pzX=G;cJXHbk)|lhfSm46_kWV>{pmg+)&6v!_vf`f jnd$>l>reLqxzL~2BYjg*&O~HBy#L`7iFx`0yj1jm)Jv1; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd8c5fd9551923dd876abc3b46144494edb0d4e4 GIT binary patch literal 672 zcmZ`#&ubGw6rS1HUD9f-Vl~!-1VM2R?GQ?#P?h=vk1bL`2*NUEC&}RMW|^7Y5J{ki z9`@KmZ7kVRG&=-;wD4ycFhs|8Vq!wj6o-G}a zjjLK+9&v+xzx(WqGF|O3RtUTO`kx>KUME Optional[str]: + if not api_key: + if auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + return None + return api_key + + +class APIKeyQuery(APIKeyBase): + """ + API key authentication using a query parameter. + + This defines the name of the query parameter that should be provided in the request + with the API key and integrates that into the OpenAPI documentation. It extracts + the key value sent in the query parameter automatically and provides it as the + dependency result. But it doesn't define how to send that API key to the client. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be a string containing the key value. + + ## Example + + ```python + from fastapi import Depends, FastAPI + from fastapi.security import APIKeyQuery + + app = FastAPI() + + query_scheme = APIKeyQuery(name="api_key") + + + @app.get("/items/") + async def read_items(api_key: str = Depends(query_scheme)): + return {"api_key": api_key} + ``` + """ + + def __init__( + self, + *, + name: Annotated[ + str, + Doc("Query parameter name."), + ], + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the query parameter is not provided, `APIKeyQuery` will + automatically cancel the request and send the client an error. + + If `auto_error` is set to `False`, when the query parameter is not + available, instead of erroring out, the dependency result will be + `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in a query + parameter or in an HTTP Bearer token). + """ + ), + ] = True, + ): + self.model: APIKey = APIKey( + **{"in": APIKeyIn.query}, # type: ignore[arg-type] + name=name, + description=description, + ) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__(self, request: Request) -> Optional[str]: + api_key = request.query_params.get(self.model.name) + return self.check_api_key(api_key, self.auto_error) + + +class APIKeyHeader(APIKeyBase): + """ + API key authentication using a header. + + This defines the name of the header that should be provided in the request with + the API key and integrates that into the OpenAPI documentation. It extracts + the key value sent in the header automatically and provides it as the dependency + result. But it doesn't define how to send that key to the client. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be a string containing the key value. + + ## Example + + ```python + from fastapi import Depends, FastAPI + from fastapi.security import APIKeyHeader + + app = FastAPI() + + header_scheme = APIKeyHeader(name="x-key") + + + @app.get("/items/") + async def read_items(key: str = Depends(header_scheme)): + return {"key": key} + ``` + """ + + def __init__( + self, + *, + name: Annotated[str, Doc("Header name.")], + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the header is not provided, `APIKeyHeader` will + automatically cancel the request and send the client an error. + + If `auto_error` is set to `False`, when the header is not available, + instead of erroring out, the dependency result will be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in a header or + in an HTTP Bearer token). + """ + ), + ] = True, + ): + self.model: APIKey = APIKey( + **{"in": APIKeyIn.header}, # type: ignore[arg-type] + name=name, + description=description, + ) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__(self, request: Request) -> Optional[str]: + api_key = request.headers.get(self.model.name) + return self.check_api_key(api_key, self.auto_error) + + +class APIKeyCookie(APIKeyBase): + """ + API key authentication using a cookie. + + This defines the name of the cookie that should be provided in the request with + the API key and integrates that into the OpenAPI documentation. It extracts + the key value sent in the cookie automatically and provides it as the dependency + result. But it doesn't define how to set that cookie. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be a string containing the key value. + + ## Example + + ```python + from fastapi import Depends, FastAPI + from fastapi.security import APIKeyCookie + + app = FastAPI() + + cookie_scheme = APIKeyCookie(name="session") + + + @app.get("/items/") + async def read_items(session: str = Depends(cookie_scheme)): + return {"session": session} + ``` + """ + + def __init__( + self, + *, + name: Annotated[str, Doc("Cookie name.")], + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the cookie is not provided, `APIKeyCookie` will + automatically cancel the request and send the client an error. + + If `auto_error` is set to `False`, when the cookie is not available, + instead of erroring out, the dependency result will be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in a cookie or + in an HTTP Bearer token). + """ + ), + ] = True, + ): + self.model: APIKey = APIKey( + **{"in": APIKeyIn.cookie}, # type: ignore[arg-type] + name=name, + description=description, + ) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__(self, request: Request) -> Optional[str]: + api_key = request.cookies.get(self.model.name) + return self.check_api_key(api_key, self.auto_error) diff --git a/venv/lib/python3.11/site-packages/fastapi/security/base.py b/venv/lib/python3.11/site-packages/fastapi/security/base.py new file mode 100644 index 0000000..c43555d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/base.py @@ -0,0 +1,6 @@ +from fastapi.openapi.models import SecurityBase as SecurityBaseModel + + +class SecurityBase: + model: SecurityBaseModel + scheme_name: str diff --git a/venv/lib/python3.11/site-packages/fastapi/security/http.py b/venv/lib/python3.11/site-packages/fastapi/security/http.py new file mode 100644 index 0000000..9ab2df3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/http.py @@ -0,0 +1,423 @@ +import binascii +from base64 import b64decode +from typing import Optional + +from fastapi.exceptions import HTTPException +from fastapi.openapi.models import HTTPBase as HTTPBaseModel +from fastapi.openapi.models import HTTPBearer as HTTPBearerModel +from fastapi.security.base import SecurityBase +from fastapi.security.utils import get_authorization_scheme_param +from pydantic import BaseModel +from starlette.requests import Request +from starlette.status import HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN +from typing_extensions import Annotated, Doc + + +class HTTPBasicCredentials(BaseModel): + """ + The HTTP Basic credentials given as the result of using `HTTPBasic` in a + dependency. + + Read more about it in the + [FastAPI docs for HTTP Basic Auth](https://fastapi.tiangolo.com/advanced/security/http-basic-auth/). + """ + + username: Annotated[str, Doc("The HTTP Basic username.")] + password: Annotated[str, Doc("The HTTP Basic password.")] + + +class HTTPAuthorizationCredentials(BaseModel): + """ + The HTTP authorization credentials in the result of using `HTTPBearer` or + `HTTPDigest` in a dependency. + + The HTTP authorization header value is split by the first space. + + The first part is the `scheme`, the second part is the `credentials`. + + For example, in an HTTP Bearer token scheme, the client will send a header + like: + + ``` + Authorization: Bearer deadbeef12346 + ``` + + In this case: + + * `scheme` will have the value `"Bearer"` + * `credentials` will have the value `"deadbeef12346"` + """ + + scheme: Annotated[ + str, + Doc( + """ + The HTTP authorization scheme extracted from the header value. + """ + ), + ] + credentials: Annotated[ + str, + Doc( + """ + The HTTP authorization credentials extracted from the header value. + """ + ), + ] + + +class HTTPBase(SecurityBase): + def __init__( + self, + *, + scheme: str, + scheme_name: Optional[str] = None, + description: Optional[str] = None, + auto_error: bool = True, + ): + self.model = HTTPBaseModel(scheme=scheme, description=description) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__( + self, request: Request + ) -> Optional[HTTPAuthorizationCredentials]: + authorization = request.headers.get("Authorization") + scheme, credentials = get_authorization_scheme_param(authorization) + if not (authorization and scheme and credentials): + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + else: + return None + return HTTPAuthorizationCredentials(scheme=scheme, credentials=credentials) + + +class HTTPBasic(HTTPBase): + """ + HTTP Basic authentication. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be an `HTTPBasicCredentials` object containing the + `username` and the `password`. + + Read more about it in the + [FastAPI docs for HTTP Basic Auth](https://fastapi.tiangolo.com/advanced/security/http-basic-auth/). + + ## Example + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + from fastapi.security import HTTPBasic, HTTPBasicCredentials + + app = FastAPI() + + security = HTTPBasic() + + + @app.get("/users/me") + def read_current_user(credentials: Annotated[HTTPBasicCredentials, Depends(security)]): + return {"username": credentials.username, "password": credentials.password} + ``` + """ + + def __init__( + self, + *, + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + realm: Annotated[ + Optional[str], + Doc( + """ + HTTP Basic authentication realm. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the HTTP Basic authentication is not provided (a + header), `HTTPBasic` will automatically cancel the request and send the + client an error. + + If `auto_error` is set to `False`, when the HTTP Basic authentication + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in HTTP Basic + authentication or in an HTTP Bearer token). + """ + ), + ] = True, + ): + self.model = HTTPBaseModel(scheme="basic", description=description) + self.scheme_name = scheme_name or self.__class__.__name__ + self.realm = realm + self.auto_error = auto_error + + async def __call__( # type: ignore + self, request: Request + ) -> Optional[HTTPBasicCredentials]: + authorization = request.headers.get("Authorization") + scheme, param = get_authorization_scheme_param(authorization) + if self.realm: + unauthorized_headers = {"WWW-Authenticate": f'Basic realm="{self.realm}"'} + else: + unauthorized_headers = {"WWW-Authenticate": "Basic"} + if not authorization or scheme.lower() != "basic": + if self.auto_error: + raise HTTPException( + status_code=HTTP_401_UNAUTHORIZED, + detail="Not authenticated", + headers=unauthorized_headers, + ) + else: + return None + invalid_user_credentials_exc = HTTPException( + status_code=HTTP_401_UNAUTHORIZED, + detail="Invalid authentication credentials", + headers=unauthorized_headers, + ) + try: + data = b64decode(param).decode("ascii") + except (ValueError, UnicodeDecodeError, binascii.Error): + raise invalid_user_credentials_exc # noqa: B904 + username, separator, password = data.partition(":") + if not separator: + raise invalid_user_credentials_exc + return HTTPBasicCredentials(username=username, password=password) + + +class HTTPBearer(HTTPBase): + """ + HTTP Bearer token authentication. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be an `HTTPAuthorizationCredentials` object containing + the `scheme` and the `credentials`. + + ## Example + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer + + app = FastAPI() + + security = HTTPBearer() + + + @app.get("/users/me") + def read_current_user( + credentials: Annotated[HTTPAuthorizationCredentials, Depends(security)] + ): + return {"scheme": credentials.scheme, "credentials": credentials.credentials} + ``` + """ + + def __init__( + self, + *, + bearerFormat: Annotated[Optional[str], Doc("Bearer token format.")] = None, + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the HTTP Bearer token is not provided (in an + `Authorization` header), `HTTPBearer` will automatically cancel the + request and send the client an error. + + If `auto_error` is set to `False`, when the HTTP Bearer token + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in an HTTP + Bearer token or in a cookie). + """ + ), + ] = True, + ): + self.model = HTTPBearerModel(bearerFormat=bearerFormat, description=description) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__( + self, request: Request + ) -> Optional[HTTPAuthorizationCredentials]: + authorization = request.headers.get("Authorization") + scheme, credentials = get_authorization_scheme_param(authorization) + if not (authorization and scheme and credentials): + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + else: + return None + if scheme.lower() != "bearer": + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, + detail="Invalid authentication credentials", + ) + else: + return None + return HTTPAuthorizationCredentials(scheme=scheme, credentials=credentials) + + +class HTTPDigest(HTTPBase): + """ + HTTP Digest authentication. + + ## Usage + + Create an instance object and use that object as the dependency in `Depends()`. + + The dependency result will be an `HTTPAuthorizationCredentials` object containing + the `scheme` and the `credentials`. + + ## Example + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + from fastapi.security import HTTPAuthorizationCredentials, HTTPDigest + + app = FastAPI() + + security = HTTPDigest() + + + @app.get("/users/me") + def read_current_user( + credentials: Annotated[HTTPAuthorizationCredentials, Depends(security)] + ): + return {"scheme": credentials.scheme, "credentials": credentials.credentials} + ``` + """ + + def __init__( + self, + *, + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if the HTTP Digest is not provided, `HTTPDigest` will + automatically cancel the request and send the client an error. + + If `auto_error` is set to `False`, when the HTTP Digest is not + available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, in HTTP + Digest or in a cookie). + """ + ), + ] = True, + ): + self.model = HTTPBaseModel(scheme="digest", description=description) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__( + self, request: Request + ) -> Optional[HTTPAuthorizationCredentials]: + authorization = request.headers.get("Authorization") + scheme, credentials = get_authorization_scheme_param(authorization) + if not (authorization and scheme and credentials): + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + else: + return None + if scheme.lower() != "digest": + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, + detail="Invalid authentication credentials", + ) + else: + return None + return HTTPAuthorizationCredentials(scheme=scheme, credentials=credentials) diff --git a/venv/lib/python3.11/site-packages/fastapi/security/oauth2.py b/venv/lib/python3.11/site-packages/fastapi/security/oauth2.py new file mode 100644 index 0000000..5ffad59 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/oauth2.py @@ -0,0 +1,638 @@ +from typing import Any, Dict, List, Optional, Union, cast + +from fastapi.exceptions import HTTPException +from fastapi.openapi.models import OAuth2 as OAuth2Model +from fastapi.openapi.models import OAuthFlows as OAuthFlowsModel +from fastapi.param_functions import Form +from fastapi.security.base import SecurityBase +from fastapi.security.utils import get_authorization_scheme_param +from starlette.requests import Request +from starlette.status import HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN + +# TODO: import from typing when deprecating Python 3.9 +from typing_extensions import Annotated, Doc + + +class OAuth2PasswordRequestForm: + """ + This is a dependency class to collect the `username` and `password` as form data + for an OAuth2 password flow. + + The OAuth2 specification dictates that for a password flow the data should be + collected using form data (instead of JSON) and that it should have the specific + fields `username` and `password`. + + All the initialization parameters are extracted from the request. + + Read more about it in the + [FastAPI docs for Simple OAuth2 with Password and Bearer](https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/). + + ## Example + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + from fastapi.security import OAuth2PasswordRequestForm + + app = FastAPI() + + + @app.post("/login") + def login(form_data: Annotated[OAuth2PasswordRequestForm, Depends()]): + data = {} + data["scopes"] = [] + for scope in form_data.scopes: + data["scopes"].append(scope) + if form_data.client_id: + data["client_id"] = form_data.client_id + if form_data.client_secret: + data["client_secret"] = form_data.client_secret + return data + ``` + + Note that for OAuth2 the scope `items:read` is a single scope in an opaque string. + You could have custom internal logic to separate it by colon characters (`:`) or + similar, and get the two parts `items` and `read`. Many applications do that to + group and organize permissions, you could do it as well in your application, just + know that that it is application specific, it's not part of the specification. + """ + + def __init__( + self, + *, + grant_type: Annotated[ + Union[str, None], + Form(pattern="^password$"), + Doc( + """ + The OAuth2 spec says it is required and MUST be the fixed string + "password". Nevertheless, this dependency class is permissive and + allows not passing it. If you want to enforce it, use instead the + `OAuth2PasswordRequestFormStrict` dependency. + """ + ), + ] = None, + username: Annotated[ + str, + Form(), + Doc( + """ + `username` string. The OAuth2 spec requires the exact field name + `username`. + """ + ), + ], + password: Annotated[ + str, + Form(), + Doc( + """ + `password` string. The OAuth2 spec requires the exact field name + `password". + """ + ), + ], + scope: Annotated[ + str, + Form(), + Doc( + """ + A single string with actually several scopes separated by spaces. Each + scope is also a string. + + For example, a single string with: + + ```python + "items:read items:write users:read profile openid" + ```` + + would represent the scopes: + + * `items:read` + * `items:write` + * `users:read` + * `profile` + * `openid` + """ + ), + ] = "", + client_id: Annotated[ + Union[str, None], + Form(), + Doc( + """ + If there's a `client_id`, it can be sent as part of the form fields. + But the OAuth2 specification recommends sending the `client_id` and + `client_secret` (if any) using HTTP Basic auth. + """ + ), + ] = None, + client_secret: Annotated[ + Union[str, None], + Form(), + Doc( + """ + If there's a `client_password` (and a `client_id`), they can be sent + as part of the form fields. But the OAuth2 specification recommends + sending the `client_id` and `client_secret` (if any) using HTTP Basic + auth. + """ + ), + ] = None, + ): + self.grant_type = grant_type + self.username = username + self.password = password + self.scopes = scope.split() + self.client_id = client_id + self.client_secret = client_secret + + +class OAuth2PasswordRequestFormStrict(OAuth2PasswordRequestForm): + """ + This is a dependency class to collect the `username` and `password` as form data + for an OAuth2 password flow. + + The OAuth2 specification dictates that for a password flow the data should be + collected using form data (instead of JSON) and that it should have the specific + fields `username` and `password`. + + All the initialization parameters are extracted from the request. + + The only difference between `OAuth2PasswordRequestFormStrict` and + `OAuth2PasswordRequestForm` is that `OAuth2PasswordRequestFormStrict` requires the + client to send the form field `grant_type` with the value `"password"`, which + is required in the OAuth2 specification (it seems that for no particular reason), + while for `OAuth2PasswordRequestForm` `grant_type` is optional. + + Read more about it in the + [FastAPI docs for Simple OAuth2 with Password and Bearer](https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/). + + ## Example + + ```python + from typing import Annotated + + from fastapi import Depends, FastAPI + from fastapi.security import OAuth2PasswordRequestForm + + app = FastAPI() + + + @app.post("/login") + def login(form_data: Annotated[OAuth2PasswordRequestFormStrict, Depends()]): + data = {} + data["scopes"] = [] + for scope in form_data.scopes: + data["scopes"].append(scope) + if form_data.client_id: + data["client_id"] = form_data.client_id + if form_data.client_secret: + data["client_secret"] = form_data.client_secret + return data + ``` + + Note that for OAuth2 the scope `items:read` is a single scope in an opaque string. + You could have custom internal logic to separate it by colon characters (`:`) or + similar, and get the two parts `items` and `read`. Many applications do that to + group and organize permissions, you could do it as well in your application, just + know that that it is application specific, it's not part of the specification. + + + grant_type: the OAuth2 spec says it is required and MUST be the fixed string "password". + This dependency is strict about it. If you want to be permissive, use instead the + OAuth2PasswordRequestForm dependency class. + username: username string. The OAuth2 spec requires the exact field name "username". + password: password string. The OAuth2 spec requires the exact field name "password". + scope: Optional string. Several scopes (each one a string) separated by spaces. E.g. + "items:read items:write users:read profile openid" + client_id: optional string. OAuth2 recommends sending the client_id and client_secret (if any) + using HTTP Basic auth, as: client_id:client_secret + client_secret: optional string. OAuth2 recommends sending the client_id and client_secret (if any) + using HTTP Basic auth, as: client_id:client_secret + """ + + def __init__( + self, + grant_type: Annotated[ + str, + Form(pattern="^password$"), + Doc( + """ + The OAuth2 spec says it is required and MUST be the fixed string + "password". This dependency is strict about it. If you want to be + permissive, use instead the `OAuth2PasswordRequestForm` dependency + class. + """ + ), + ], + username: Annotated[ + str, + Form(), + Doc( + """ + `username` string. The OAuth2 spec requires the exact field name + `username`. + """ + ), + ], + password: Annotated[ + str, + Form(), + Doc( + """ + `password` string. The OAuth2 spec requires the exact field name + `password". + """ + ), + ], + scope: Annotated[ + str, + Form(), + Doc( + """ + A single string with actually several scopes separated by spaces. Each + scope is also a string. + + For example, a single string with: + + ```python + "items:read items:write users:read profile openid" + ```` + + would represent the scopes: + + * `items:read` + * `items:write` + * `users:read` + * `profile` + * `openid` + """ + ), + ] = "", + client_id: Annotated[ + Union[str, None], + Form(), + Doc( + """ + If there's a `client_id`, it can be sent as part of the form fields. + But the OAuth2 specification recommends sending the `client_id` and + `client_secret` (if any) using HTTP Basic auth. + """ + ), + ] = None, + client_secret: Annotated[ + Union[str, None], + Form(), + Doc( + """ + If there's a `client_password` (and a `client_id`), they can be sent + as part of the form fields. But the OAuth2 specification recommends + sending the `client_id` and `client_secret` (if any) using HTTP Basic + auth. + """ + ), + ] = None, + ): + super().__init__( + grant_type=grant_type, + username=username, + password=password, + scope=scope, + client_id=client_id, + client_secret=client_secret, + ) + + +class OAuth2(SecurityBase): + """ + This is the base class for OAuth2 authentication, an instance of it would be used + as a dependency. All other OAuth2 classes inherit from it and customize it for + each OAuth2 flow. + + You normally would not create a new class inheriting from it but use one of the + existing subclasses, and maybe compose them if you want to support multiple flows. + + Read more about it in the + [FastAPI docs for Security](https://fastapi.tiangolo.com/tutorial/security/). + """ + + def __init__( + self, + *, + flows: Annotated[ + Union[OAuthFlowsModel, Dict[str, Dict[str, Any]]], + Doc( + """ + The dictionary of OAuth2 flows. + """ + ), + ] = OAuthFlowsModel(), + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if no HTTP Authorization header is provided, required for + OAuth2 authentication, it will automatically cancel the request and + send the client an error. + + If `auto_error` is set to `False`, when the HTTP Authorization header + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, with OAuth2 + or in a cookie). + """ + ), + ] = True, + ): + self.model = OAuth2Model( + flows=cast(OAuthFlowsModel, flows), description=description + ) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__(self, request: Request) -> Optional[str]: + authorization = request.headers.get("Authorization") + if not authorization: + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + else: + return None + return authorization + + +class OAuth2PasswordBearer(OAuth2): + """ + OAuth2 flow for authentication using a bearer token obtained with a password. + An instance of it would be used as a dependency. + + Read more about it in the + [FastAPI docs for Simple OAuth2 with Password and Bearer](https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/). + """ + + def __init__( + self, + tokenUrl: Annotated[ + str, + Doc( + """ + The URL to obtain the OAuth2 token. This would be the *path operation* + that has `OAuth2PasswordRequestForm` as a dependency. + """ + ), + ], + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + scopes: Annotated[ + Optional[Dict[str, str]], + Doc( + """ + The OAuth2 scopes that would be required by the *path operations* that + use this dependency. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if no HTTP Authorization header is provided, required for + OAuth2 authentication, it will automatically cancel the request and + send the client an error. + + If `auto_error` is set to `False`, when the HTTP Authorization header + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, with OAuth2 + or in a cookie). + """ + ), + ] = True, + ): + if not scopes: + scopes = {} + flows = OAuthFlowsModel( + password=cast(Any, {"tokenUrl": tokenUrl, "scopes": scopes}) + ) + super().__init__( + flows=flows, + scheme_name=scheme_name, + description=description, + auto_error=auto_error, + ) + + async def __call__(self, request: Request) -> Optional[str]: + authorization = request.headers.get("Authorization") + scheme, param = get_authorization_scheme_param(authorization) + if not authorization or scheme.lower() != "bearer": + if self.auto_error: + raise HTTPException( + status_code=HTTP_401_UNAUTHORIZED, + detail="Not authenticated", + headers={"WWW-Authenticate": "Bearer"}, + ) + else: + return None + return param + + +class OAuth2AuthorizationCodeBearer(OAuth2): + """ + OAuth2 flow for authentication using a bearer token obtained with an OAuth2 code + flow. An instance of it would be used as a dependency. + """ + + def __init__( + self, + authorizationUrl: str, + tokenUrl: Annotated[ + str, + Doc( + """ + The URL to obtain the OAuth2 token. + """ + ), + ], + refreshUrl: Annotated[ + Optional[str], + Doc( + """ + The URL to refresh the token and obtain a new one. + """ + ), + ] = None, + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + scopes: Annotated[ + Optional[Dict[str, str]], + Doc( + """ + The OAuth2 scopes that would be required by the *path operations* that + use this dependency. + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if no HTTP Authorization header is provided, required for + OAuth2 authentication, it will automatically cancel the request and + send the client an error. + + If `auto_error` is set to `False`, when the HTTP Authorization header + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, with OAuth2 + or in a cookie). + """ + ), + ] = True, + ): + if not scopes: + scopes = {} + flows = OAuthFlowsModel( + authorizationCode=cast( + Any, + { + "authorizationUrl": authorizationUrl, + "tokenUrl": tokenUrl, + "refreshUrl": refreshUrl, + "scopes": scopes, + }, + ) + ) + super().__init__( + flows=flows, + scheme_name=scheme_name, + description=description, + auto_error=auto_error, + ) + + async def __call__(self, request: Request) -> Optional[str]: + authorization = request.headers.get("Authorization") + scheme, param = get_authorization_scheme_param(authorization) + if not authorization or scheme.lower() != "bearer": + if self.auto_error: + raise HTTPException( + status_code=HTTP_401_UNAUTHORIZED, + detail="Not authenticated", + headers={"WWW-Authenticate": "Bearer"}, + ) + else: + return None # pragma: nocover + return param + + +class SecurityScopes: + """ + This is a special class that you can define in a parameter in a dependency to + obtain the OAuth2 scopes required by all the dependencies in the same chain. + + This way, multiple dependencies can have different scopes, even when used in the + same *path operation*. And with this, you can access all the scopes required in + all those dependencies in a single place. + + Read more about it in the + [FastAPI docs for OAuth2 scopes](https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/). + """ + + def __init__( + self, + scopes: Annotated[ + Optional[List[str]], + Doc( + """ + This will be filled by FastAPI. + """ + ), + ] = None, + ): + self.scopes: Annotated[ + List[str], + Doc( + """ + The list of all the scopes required by dependencies. + """ + ), + ] = scopes or [] + self.scope_str: Annotated[ + str, + Doc( + """ + All the scopes required by all the dependencies in a single string + separated by spaces, as defined in the OAuth2 specification. + """ + ), + ] = " ".join(self.scopes) diff --git a/venv/lib/python3.11/site-packages/fastapi/security/open_id_connect_url.py b/venv/lib/python3.11/site-packages/fastapi/security/open_id_connect_url.py new file mode 100644 index 0000000..c8cceb9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/open_id_connect_url.py @@ -0,0 +1,84 @@ +from typing import Optional + +from fastapi.openapi.models import OpenIdConnect as OpenIdConnectModel +from fastapi.security.base import SecurityBase +from starlette.exceptions import HTTPException +from starlette.requests import Request +from starlette.status import HTTP_403_FORBIDDEN +from typing_extensions import Annotated, Doc + + +class OpenIdConnect(SecurityBase): + """ + OpenID Connect authentication class. An instance of it would be used as a + dependency. + """ + + def __init__( + self, + *, + openIdConnectUrl: Annotated[ + str, + Doc( + """ + The OpenID Connect URL. + """ + ), + ], + scheme_name: Annotated[ + Optional[str], + Doc( + """ + Security scheme name. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + description: Annotated[ + Optional[str], + Doc( + """ + Security scheme description. + + It will be included in the generated OpenAPI (e.g. visible at `/docs`). + """ + ), + ] = None, + auto_error: Annotated[ + bool, + Doc( + """ + By default, if no HTTP Authorization header is provided, required for + OpenID Connect authentication, it will automatically cancel the request + and send the client an error. + + If `auto_error` is set to `False`, when the HTTP Authorization header + is not available, instead of erroring out, the dependency result will + be `None`. + + This is useful when you want to have optional authentication. + + It is also useful when you want to have authentication that can be + provided in one of multiple optional ways (for example, with OpenID + Connect or in a cookie). + """ + ), + ] = True, + ): + self.model = OpenIdConnectModel( + openIdConnectUrl=openIdConnectUrl, description=description + ) + self.scheme_name = scheme_name or self.__class__.__name__ + self.auto_error = auto_error + + async def __call__(self, request: Request) -> Optional[str]: + authorization = request.headers.get("Authorization") + if not authorization: + if self.auto_error: + raise HTTPException( + status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" + ) + else: + return None + return authorization diff --git a/venv/lib/python3.11/site-packages/fastapi/security/utils.py b/venv/lib/python3.11/site-packages/fastapi/security/utils.py new file mode 100644 index 0000000..fa7a450 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/utils.py @@ -0,0 +1,10 @@ +from typing import Optional, Tuple + + +def get_authorization_scheme_param( + authorization_header_value: Optional[str], +) -> Tuple[str, str]: + if not authorization_header_value: + return "", "" + scheme, _, param = authorization_header_value.partition(" ") + return scheme, param diff --git a/venv/lib/python3.11/site-packages/fastapi/staticfiles.py b/venv/lib/python3.11/site-packages/fastapi/staticfiles.py new file mode 100644 index 0000000..299015d --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/staticfiles.py @@ -0,0 +1 @@ +from starlette.staticfiles import StaticFiles as StaticFiles # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/templating.py b/venv/lib/python3.11/site-packages/fastapi/templating.py new file mode 100644 index 0000000..0cb8684 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/templating.py @@ -0,0 +1 @@ +from starlette.templating import Jinja2Templates as Jinja2Templates # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/testclient.py b/venv/lib/python3.11/site-packages/fastapi/testclient.py new file mode 100644 index 0000000..4012406 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/testclient.py @@ -0,0 +1 @@ +from starlette.testclient import TestClient as TestClient # noqa diff --git a/venv/lib/python3.11/site-packages/fastapi/types.py b/venv/lib/python3.11/site-packages/fastapi/types.py new file mode 100644 index 0000000..3205654 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/types.py @@ -0,0 +1,10 @@ +import types +from enum import Enum +from typing import Any, Callable, Dict, Set, Type, TypeVar, Union + +from pydantic import BaseModel + +DecoratedCallable = TypeVar("DecoratedCallable", bound=Callable[..., Any]) +UnionType = getattr(types, "UnionType", Union) +ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str] +IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]] diff --git a/venv/lib/python3.11/site-packages/fastapi/utils.py b/venv/lib/python3.11/site-packages/fastapi/utils.py new file mode 100644 index 0000000..4c7350f --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/utils.py @@ -0,0 +1,220 @@ +import re +import warnings +from dataclasses import is_dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + MutableMapping, + Optional, + Set, + Type, + Union, + cast, +) +from weakref import WeakKeyDictionary + +import fastapi +from fastapi._compat import ( + PYDANTIC_V2, + BaseConfig, + ModelField, + PydanticSchemaGenerationError, + Undefined, + UndefinedType, + Validator, + lenient_issubclass, +) +from fastapi.datastructures import DefaultPlaceholder, DefaultType +from pydantic import BaseModel, create_model +from pydantic.fields import FieldInfo +from typing_extensions import Literal + +if TYPE_CHECKING: # pragma: nocover + from .routing import APIRoute + +# Cache for `create_cloned_field` +_CLONED_TYPES_CACHE: MutableMapping[Type[BaseModel], Type[BaseModel]] = ( + WeakKeyDictionary() +) + + +def is_body_allowed_for_status_code(status_code: Union[int, str, None]) -> bool: + if status_code is None: + return True + # Ref: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#patterned-fields-1 + if status_code in { + "default", + "1XX", + "2XX", + "3XX", + "4XX", + "5XX", + }: + return True + current_status_code = int(status_code) + return not (current_status_code < 200 or current_status_code in {204, 205, 304}) + + +def get_path_param_names(path: str) -> Set[str]: + return set(re.findall("{(.*?)}", path)) + + +def create_model_field( + name: str, + type_: Any, + class_validators: Optional[Dict[str, Validator]] = None, + default: Optional[Any] = Undefined, + required: Union[bool, UndefinedType] = Undefined, + model_config: Type[BaseConfig] = BaseConfig, + field_info: Optional[FieldInfo] = None, + alias: Optional[str] = None, + mode: Literal["validation", "serialization"] = "validation", +) -> ModelField: + class_validators = class_validators or {} + if PYDANTIC_V2: + field_info = field_info or FieldInfo( + annotation=type_, default=default, alias=alias + ) + else: + field_info = field_info or FieldInfo() + kwargs = {"name": name, "field_info": field_info} + if PYDANTIC_V2: + kwargs.update({"mode": mode}) + else: + kwargs.update( + { + "type_": type_, + "class_validators": class_validators, + "default": default, + "required": required, + "model_config": model_config, + "alias": alias, + } + ) + try: + return ModelField(**kwargs) # type: ignore[arg-type] + except (RuntimeError, PydanticSchemaGenerationError): + raise fastapi.exceptions.FastAPIError( + "Invalid args for response field! Hint: " + f"check that {type_} is a valid Pydantic field type. " + "If you are using a return type annotation that is not a valid Pydantic " + "field (e.g. Union[Response, dict, None]) you can disable generating the " + "response model from the type annotation with the path operation decorator " + "parameter response_model=None. Read more: " + "https://fastapi.tiangolo.com/tutorial/response-model/" + ) from None + + +def create_cloned_field( + field: ModelField, + *, + cloned_types: Optional[MutableMapping[Type[BaseModel], Type[BaseModel]]] = None, +) -> ModelField: + if PYDANTIC_V2: + return field + # cloned_types caches already cloned types to support recursive models and improve + # performance by avoiding unnecessary cloning + if cloned_types is None: + cloned_types = _CLONED_TYPES_CACHE + + original_type = field.type_ + if is_dataclass(original_type) and hasattr(original_type, "__pydantic_model__"): + original_type = original_type.__pydantic_model__ + use_type = original_type + if lenient_issubclass(original_type, BaseModel): + original_type = cast(Type[BaseModel], original_type) + use_type = cloned_types.get(original_type) + if use_type is None: + use_type = create_model(original_type.__name__, __base__=original_type) + cloned_types[original_type] = use_type + for f in original_type.__fields__.values(): + use_type.__fields__[f.name] = create_cloned_field( + f, cloned_types=cloned_types + ) + new_field = create_model_field(name=field.name, type_=use_type) + new_field.has_alias = field.has_alias # type: ignore[attr-defined] + new_field.alias = field.alias # type: ignore[misc] + new_field.class_validators = field.class_validators # type: ignore[attr-defined] + new_field.default = field.default # type: ignore[misc] + new_field.required = field.required # type: ignore[misc] + new_field.model_config = field.model_config # type: ignore[attr-defined] + new_field.field_info = field.field_info + new_field.allow_none = field.allow_none # type: ignore[attr-defined] + new_field.validate_always = field.validate_always # type: ignore[attr-defined] + if field.sub_fields: # type: ignore[attr-defined] + new_field.sub_fields = [ # type: ignore[attr-defined] + create_cloned_field(sub_field, cloned_types=cloned_types) + for sub_field in field.sub_fields # type: ignore[attr-defined] + ] + if field.key_field: # type: ignore[attr-defined] + new_field.key_field = create_cloned_field( # type: ignore[attr-defined] + field.key_field, # type: ignore[attr-defined] + cloned_types=cloned_types, + ) + new_field.validators = field.validators # type: ignore[attr-defined] + new_field.pre_validators = field.pre_validators # type: ignore[attr-defined] + new_field.post_validators = field.post_validators # type: ignore[attr-defined] + new_field.parse_json = field.parse_json # type: ignore[attr-defined] + new_field.shape = field.shape # type: ignore[attr-defined] + new_field.populate_validators() # type: ignore[attr-defined] + return new_field + + +def generate_operation_id_for_path( + *, name: str, path: str, method: str +) -> str: # pragma: nocover + warnings.warn( + "fastapi.utils.generate_operation_id_for_path() was deprecated, " + "it is not used internally, and will be removed soon", + DeprecationWarning, + stacklevel=2, + ) + operation_id = f"{name}{path}" + operation_id = re.sub(r"\W", "_", operation_id) + operation_id = f"{operation_id}_{method.lower()}" + return operation_id + + +def generate_unique_id(route: "APIRoute") -> str: + operation_id = f"{route.name}{route.path_format}" + operation_id = re.sub(r"\W", "_", operation_id) + assert route.methods + operation_id = f"{operation_id}_{list(route.methods)[0].lower()}" + return operation_id + + +def deep_dict_update(main_dict: Dict[Any, Any], update_dict: Dict[Any, Any]) -> None: + for key, value in update_dict.items(): + if ( + key in main_dict + and isinstance(main_dict[key], dict) + and isinstance(value, dict) + ): + deep_dict_update(main_dict[key], value) + elif ( + key in main_dict + and isinstance(main_dict[key], list) + and isinstance(update_dict[key], list) + ): + main_dict[key] = main_dict[key] + update_dict[key] + else: + main_dict[key] = value + + +def get_value_or_default( + first_item: Union[DefaultPlaceholder, DefaultType], + *extra_items: Union[DefaultPlaceholder, DefaultType], +) -> Union[DefaultPlaceholder, DefaultType]: + """ + Pass items or `DefaultPlaceholder`s by descending priority. + + The first one to _not_ be a `DefaultPlaceholder` will be returned. + + Otherwise, the first item (a `DefaultPlaceholder`) will be returned. + """ + items = (first_item,) + extra_items + for item in items: + if not isinstance(item, DefaultPlaceholder): + return item + return first_item diff --git a/venv/lib/python3.11/site-packages/fastapi/websockets.py b/venv/lib/python3.11/site-packages/fastapi/websockets.py new file mode 100644 index 0000000..55a4ac4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/websockets.py @@ -0,0 +1,3 @@ +from starlette.websockets import WebSocket as WebSocket # noqa +from starlette.websockets import WebSocketDisconnect as WebSocketDisconnect # noqa +from starlette.websockets import WebSocketState as WebSocketState # noqa diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/LICENSE.txt b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/LICENSE.txt new file mode 100644 index 0000000..8f080ea --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 Nathaniel J. Smith and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA new file mode 100644 index 0000000..cf12a82 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA @@ -0,0 +1,193 @@ +Metadata-Version: 2.1 +Name: h11 +Version: 0.14.0 +Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 +Home-page: https://github.com/python-hyper/h11 +Author: Nathaniel J. Smith +Author-email: njs@pobox.com +License: MIT +Classifier: Development Status :: 3 - Alpha +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: System :: Networking +Requires-Python: >=3.7 +License-File: LICENSE.txt +Requires-Dist: typing-extensions ; python_version < "3.8" + +h11 +=== + +.. image:: https://travis-ci.org/python-hyper/h11.svg?branch=master + :target: https://travis-ci.org/python-hyper/h11 + :alt: Automated test status + +.. image:: https://codecov.io/gh/python-hyper/h11/branch/master/graph/badge.svg + :target: https://codecov.io/gh/python-hyper/h11 + :alt: Test coverage + +.. image:: https://readthedocs.org/projects/h11/badge/?version=latest + :target: http://h11.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +This is a little HTTP/1.1 library written from scratch in Python, +heavily inspired by `hyper-h2 `_. + +It's a "bring-your-own-I/O" library; h11 contains no IO code +whatsoever. This means you can hook h11 up to your favorite network +API, and that could be anything you want: synchronous, threaded, +asynchronous, or your own implementation of `RFC 6214 +`_ -- h11 won't judge you. +(Compare this to the current state of the art, where every time a `new +network API `_ comes along then someone +gets to start over reimplementing the entire HTTP protocol from +scratch.) Cory Benfield made an `excellent blog post describing the +benefits of this approach +`_, or if you like video +then here's his `PyCon 2016 talk on the same theme +`_. + +This also means that h11 is not immediately useful out of the box: +it's a toolkit for building programs that speak HTTP, not something +that could directly replace ``requests`` or ``twisted.web`` or +whatever. But h11 makes it much easier to implement something like +``requests`` or ``twisted.web``. + +At a high level, working with h11 goes like this: + +1) First, create an ``h11.Connection`` object to track the state of a + single HTTP/1.1 connection. + +2) When you read data off the network, pass it to + ``conn.receive_data(...)``; you'll get back a list of objects + representing high-level HTTP "events". + +3) When you want to send a high-level HTTP event, create the + corresponding "event" object and pass it to ``conn.send(...)``; + this will give you back some bytes that you can then push out + through the network. + +For example, a client might instantiate and then send a +``h11.Request`` object, then zero or more ``h11.Data`` objects for the +request body (e.g., if this is a POST), and then a +``h11.EndOfMessage`` to indicate the end of the message. Then the +server would then send back a ``h11.Response``, some ``h11.Data``, and +its own ``h11.EndOfMessage``. If either side violates the protocol, +you'll get a ``h11.ProtocolError`` exception. + +h11 is suitable for implementing both servers and clients, and has a +pleasantly symmetric API: the events you send as a client are exactly +the ones that you receive as a server and vice-versa. + +`Here's an example of a tiny HTTP client +`_ + +It also has `a fine manual `_. + +FAQ +--- + +*Whyyyyy?* + +I wanted to play with HTTP in `Curio +`__ and `Trio +`__, which at the time didn't have any +HTTP libraries. So I thought, no big deal, Python has, like, a dozen +different implementations of HTTP, surely I can find one that's +reusable. I didn't find one, but I did find Cory's call-to-arms +blog-post. So I figured, well, fine, if I have to implement HTTP from +scratch, at least I can make sure no-one *else* has to ever again. + +*Should I use it?* + +Maybe. You should be aware that it's a very young project. But, it's +feature complete and has an exhaustive test-suite and complete docs, +so the next step is for people to try using it and see how it goes +:-). If you do then please let us know -- if nothing else we'll want +to talk to you before making any incompatible changes! + +*What are the features/limitations?* + +Roughly speaking, it's trying to be a robust, complete, and non-hacky +implementation of the first "chapter" of the HTTP/1.1 spec: `RFC 7230: +HTTP/1.1 Message Syntax and Routing +`_. That is, it mostly focuses on +implementing HTTP at the level of taking bytes on and off the wire, +and the headers related to that, and tries to be anal about spec +conformance. It doesn't know about higher-level concerns like URL +routing, conditional GETs, cross-origin cookie policies, or content +negotiation. But it does know how to take care of framing, +cross-version differences in keep-alive handling, and the "obsolete +line folding" rule, so you can focus your energies on the hard / +interesting parts for your application, and it tries to support the +full specification in the sense that any useful HTTP/1.1 conformant +application should be able to use h11. + +It's pure Python, and has no dependencies outside of the standard +library. + +It has a test suite with 100.0% coverage for both statements and +branches. + +Currently it supports Python 3 (testing on 3.7-3.10) and PyPy 3. +The last Python 2-compatible version was h11 0.11.x. +(Originally it had a Cython wrapper for `http-parser +`_ and a beautiful nested state +machine implemented with ``yield from`` to postprocess the output. But +I had to take these out -- the new *parser* needs fewer lines-of-code +than the old *parser wrapper*, is written in pure Python, uses no +exotic language syntax, and has more features. It's sad, really; that +old state machine was really slick. I just need a few sentences here +to mourn that.) + +I don't know how fast it is. I haven't benchmarked or profiled it yet, +so it's probably got a few pointless hot spots, and I've been trying +to err on the side of simplicity and robustness instead of +micro-optimization. But at the architectural level I tried hard to +avoid fundamentally bad decisions, e.g., I believe that all the +parsing algorithms remain linear-time even in the face of pathological +input like slowloris, and there are no byte-by-byte loops. (I also +believe that it maintains bounded memory usage in the face of +arbitrary/pathological input.) + +The whole library is ~800 lines-of-code. You can read and understand +the whole thing in less than an hour. Most of the energy invested in +this so far has been spent on trying to keep things simple by +minimizing special-cases and ad hoc state manipulation; even though it +is now quite small and simple, I'm still annoyed that I haven't +figured out how to make it even smaller and simpler. (Unfortunately, +HTTP does not lend itself to simplicity.) + +The API is ~feature complete and I don't expect the general outlines +to change much, but you can't judge an API's ergonomics until you +actually document and use it, so I'd expect some changes in the +details. + +*How do I try it?* + +.. code-block:: sh + + $ pip install h11 + $ git clone git@github.com:python-hyper/h11 + $ cd h11/examples + $ python basic-client.py + +and go from there. + +*License?* + +MIT + +*Code of conduct?* + +Contributors are requested to follow our `code of conduct +`_ in +all project spaces. diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD new file mode 100644 index 0000000..a055008 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD @@ -0,0 +1,52 @@ +h11-0.14.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +h11-0.14.0.dist-info/LICENSE.txt,sha256=N9tbuFkm2yikJ6JYZ_ELEjIAOuob5pzLhRE4rbjm82E,1124 +h11-0.14.0.dist-info/METADATA,sha256=B7pZ0m7WBXNs17vl6hUH9bJTL9s37DaGvY31w7jNxSg,8175 +h11-0.14.0.dist-info/RECORD,, +h11-0.14.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92 +h11-0.14.0.dist-info/top_level.txt,sha256=F7dC4jl3zeh8TGHEPaWJrMbeuoWbS379Gwdi-Yvdcis,4 +h11/__init__.py,sha256=iO1KzkSO42yZ6ffg-VMgbx_ZVTWGUY00nRYEWn-s3kY,1507 +h11/__pycache__/__init__.cpython-311.pyc,, +h11/__pycache__/_abnf.cpython-311.pyc,, +h11/__pycache__/_connection.cpython-311.pyc,, +h11/__pycache__/_events.cpython-311.pyc,, +h11/__pycache__/_headers.cpython-311.pyc,, +h11/__pycache__/_readers.cpython-311.pyc,, +h11/__pycache__/_receivebuffer.cpython-311.pyc,, +h11/__pycache__/_state.cpython-311.pyc,, +h11/__pycache__/_util.cpython-311.pyc,, +h11/__pycache__/_version.cpython-311.pyc,, +h11/__pycache__/_writers.cpython-311.pyc,, +h11/_abnf.py,sha256=ybixr0xsupnkA6GFAyMubuXF6Tc1lb_hF890NgCsfNc,4815 +h11/_connection.py,sha256=eS2sorMD0zKLCFiB9lW9W9F_Nzny2tjHa4e6s1ujr1c,26539 +h11/_events.py,sha256=LEfuvg1AbhHaVRwxCd0I-pFn9-ezUOaoL8o2Kvy1PBA,11816 +h11/_headers.py,sha256=RqB8cd8CN0blYPzcLe5qeCh-phv6D1U_CHj4hs67lgQ,10230 +h11/_readers.py,sha256=EbSed0jzwVUiD1nOPAeUcVE4Flf3wXkxfb8c06-OTBM,8383 +h11/_receivebuffer.py,sha256=xrspsdsNgWFxRfQcTXxR8RrdjRXXTK0Io5cQYWpJ1Ws,5252 +h11/_state.py,sha256=k1VL6SDbaPkSrZ-49ewCXDpuiUS69_46YhbWjuV1qEY,13300 +h11/_util.py,sha256=LWkkjXyJaFlAy6Lt39w73UStklFT5ovcvo0TkY7RYuk,4888 +h11/_version.py,sha256=LVyTdiZRzIIEv79UyOgbM5iUrJUllEzlCWaJEYBY1zc,686 +h11/_writers.py,sha256=oFKm6PtjeHfbj4RLX7VB7KDc1gIY53gXG3_HR9ltmTA,5081 +h11/py.typed,sha256=sow9soTwP9T_gEAQSVh7Gb8855h04Nwmhs2We-JRgZM,7 +h11/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +h11/tests/__pycache__/__init__.cpython-311.pyc,, +h11/tests/__pycache__/helpers.cpython-311.pyc,, +h11/tests/__pycache__/test_against_stdlib_http.cpython-311.pyc,, +h11/tests/__pycache__/test_connection.cpython-311.pyc,, +h11/tests/__pycache__/test_events.cpython-311.pyc,, +h11/tests/__pycache__/test_headers.cpython-311.pyc,, +h11/tests/__pycache__/test_helpers.cpython-311.pyc,, +h11/tests/__pycache__/test_io.cpython-311.pyc,, +h11/tests/__pycache__/test_receivebuffer.cpython-311.pyc,, +h11/tests/__pycache__/test_state.cpython-311.pyc,, +h11/tests/__pycache__/test_util.cpython-311.pyc,, +h11/tests/data/test-file,sha256=ZJ03Rqs98oJw29OHzJg7LlMzyGQaRAY0r3AqBeM2wVU,65 +h11/tests/helpers.py,sha256=a1EVG_p7xU4wRsa3tMPTRxuaKCmretok9sxXWvqfmQA,3355 +h11/tests/test_against_stdlib_http.py,sha256=cojCHgHXFQ8gWhNlEEwl3trmOpN-5uDukRoHnElqo3A,3995 +h11/tests/test_connection.py,sha256=ZbPLDPclKvjgjAhgk-WlCPBaf17c4XUIV2tpaW08jOI,38720 +h11/tests/test_events.py,sha256=LPVLbcV-NvPNK9fW3rraR6Bdpz1hAlsWubMtNaJ5gHg,4657 +h11/tests/test_headers.py,sha256=qd8T1Zenuz5GbD6wklSJ5G8VS7trrYgMV0jT-SMvqg8,5612 +h11/tests/test_helpers.py,sha256=kAo0CEM4LGqmyyP2ZFmhsyq3UFJqoFfAbzu3hbWreRM,794 +h11/tests/test_io.py,sha256=uCZVnjarkRBkudfC1ij-KSCQ71XWJhnkgkgWWkKgYPQ,16386 +h11/tests/test_receivebuffer.py,sha256=3jGbeJM36Akqg_pAhPb7XzIn2NS6RhPg-Ryg8Eu6ytk,3454 +h11/tests/test_state.py,sha256=rqll9WqFsJPE0zSrtCn9LH659mPKsDeXZ-DwXwleuBQ,8928 +h11/tests/test_util.py,sha256=VO5L4nSFe4pgtSwKuv6u_6l0H7UeizF5WKuHTWreg70,2970 diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/WHEEL b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/WHEEL new file mode 100644 index 0000000..5bad85f --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt new file mode 100644 index 0000000..0d24def --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt @@ -0,0 +1 @@ +h11 diff --git a/venv/lib/python3.11/site-packages/h11/__init__.py b/venv/lib/python3.11/site-packages/h11/__init__.py new file mode 100644 index 0000000..989e92c --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/__init__.py @@ -0,0 +1,62 @@ +# A highish-level implementation of the HTTP/1.1 wire protocol (RFC 7230), +# containing no networking code at all, loosely modelled on hyper-h2's generic +# implementation of HTTP/2 (and in particular the h2.connection.H2Connection +# class). There's still a bunch of subtle details you need to get right if you +# want to make this actually useful, because it doesn't implement all the +# semantics to check that what you're asking to write to the wire is sensible, +# but at least it gets you out of dealing with the wire itself. + +from h11._connection import Connection, NEED_DATA, PAUSED +from h11._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from h11._state import ( + CLIENT, + CLOSED, + DONE, + ERROR, + IDLE, + MIGHT_SWITCH_PROTOCOL, + MUST_CLOSE, + SEND_BODY, + SEND_RESPONSE, + SERVER, + SWITCHED_PROTOCOL, +) +from h11._util import LocalProtocolError, ProtocolError, RemoteProtocolError +from h11._version import __version__ + +PRODUCT_ID = "python-h11/" + __version__ + + +__all__ = ( + "Connection", + "NEED_DATA", + "PAUSED", + "ConnectionClosed", + "Data", + "EndOfMessage", + "Event", + "InformationalResponse", + "Request", + "Response", + "CLIENT", + "CLOSED", + "DONE", + "ERROR", + "IDLE", + "MUST_CLOSE", + "SEND_BODY", + "SEND_RESPONSE", + "SERVER", + "SWITCHED_PROTOCOL", + "ProtocolError", + "LocalProtocolError", + "RemoteProtocolError", +) diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80b2d794515d53061a982d058ef041b8d0839fe6 GIT binary patch literal 1313 zcmc(d&u`N(6vv(ZNZPbnf354*G2k#Edf1|g69^%VCfX{sO_g*Y%)tt+w?)KBak5U^ zY5xTrxgq|WaRZ-_c0%G%X}6uQGX@&cBrb@=`Q-W8e*V5^f6z1)@TdRf``%d=fHTp# zdQv})^Y`3%3&vn9`G81JA}N?6X_%ITFXd-Q7G{YIWuicZz30WOdRY$R(k{vug|OQZ>#WEn0ezN~+X ztiTm+%XsCOtAe-33cNGUIiQvQCgir#Ol^ljfJdO5!%Zd+Hg_D;Xeq4x zdqUd}BRpmq!;M{5G=s6V+rv@h?qQZSr#OgNy%X$)l(-_C>)SY*gh7OvV&gXlIEq>B z%GD|`x!vuU{h|0YF@}ZCf_Wbd0Xa>b=g^_7FMGJHz%i8ras*YFk~V_I8{h zN|v#_WA+X7)G}T$EirA=8CZSCWU^!0&rF+DE|>Gnt^)A1tKD$q`U4uq;VAS?N<+%D z>)o1-Nf_g6&X&Xq2u(4Kc!CHW7bZvXei*FnZ*1tT22Jyt(u@GV9e~OLia<^vFCZ=u zEeI3^G=VvRl0aFYB2W{U7pMy?2s8wi1QrFF9R1c^R^q#_qtUN({6hvSB;!~dQ1lm? zn3~LwVmHP&>#GU{H;H8VB*a1N`Ik}?(LygPCL=#9NSB36<>zATw1=o;Fa;sk_YwLC z&iN3y*wUvi)ejF3^{F?CLwXc@1XG>oGSz+Wm3~?O2kX54kr(5&i934D?_;F%ZFGdZ zz>5)DpB!D}9+Pl<;NvIs9*-;WFY0j4(vl?2sz7>l3Lf6nW~rQ%nt^|TYEeY~pJ)Q9 lC!K=sP3<#SJ-yz(YRz{qKWX<*)S0|kNS!F+rK`N8KLDiNOYr~z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_abnf.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_abnf.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0edb2655ca122470be5ea5de124c504afbb6d1d GIT binary patch literal 1818 zcma)+Pi)&%9LJv%+sz+4|5}!IWzf<=>XbC;DmGENmcmBYOR2O;Wo|O##;=KKY8Ts0 zTW3Z-f`rhJkYEyrAx+SU9zfzS5QiagCx;%2uW;mGX*=!2&vyT$w^&bp@ArG3_j|wJ z_he>~&(p^p|%_X&i)MiSzYMDPSA_>dIh!%~m&_i*^f<4EWs@dd$0fTX%2qd?MKkuk_74s=gfG$TcL7U*bKbV7>pNuc9h z(J3IAuE?~+@)@8LUD3T#lJ5gL)fN4Ml)j0$UXxxKDjSu&Ik-|79=Z7HYq|W`_#NTH zyPuQ_Z;AzTuE1Bu%=k)q=h8%>ymJLt%;?IU@=mE#)+=VNwI<_+Bs8maQM1NIXQ%vV zV`tr5-pq_1xvHvSV8yVwS@Zhn?9y~_UJ*C&%n{+OEpDpy{_;)hlxT{LtrNsIEY3&F zNbBf!bL7UYTT4anOx-Xxg(lW?Syg6Mppr^?+@Cn}ZEt@A8+BEhX$7;z4S7yO)N0t6 zX=(W5Evy?tV8dpsGn{2c{79`y%Y1RvFZXVcfuL%Fx~dBX-huk^=Hl6N{vEm@8e6(h zRV65~Be&L=c1>X0;K;myKkT@!WC1N4e}_s$jG6ANnGhSUcXeb zEHnJpcs{7FTHjLE1zk4bmeaL&$1m}RZ3EIvZqIVTMAJCvcWW5tP` zHp!uUv7NL(byn=eJ3a-6UQ@LV(QtZd4Ruv)=nfm~9<~1j_PXjYbu3C)6MV#>gQhr% zvwZ-nqp1#ayxWi!?8G~ybl5Y}o$UD_9f;<{PE~QDCyF>sunh9iLhx65>iwCXUn@36 zt+>6tU2Mu#L)CT-c>`<3CRUoohP+zb+=cH+nH-;(DC)9-3!7qfU94ffSOE6&9zfg2i|)T#*_Ic^M5S-xe!=33kQ>9?Zn7IBHvD2fw8x|xBTe#{_ViB z<8Fkc`dma(>@&Ed&yAAQuxAd#$?Qw_YG2A<$sNuxB3Sn#iY0COFg?~%B&iEtv~v(Vd%=s7_sl#5AIg2ReSi1c-43T8{5(pY_sY85 zP8AQl_q#A2XCG&O9r%49u%Ik5LX}(;p}1!$lrOpI2zAvnuYzooQ$OW?=6>NioDi6C z`%$dlrdrx~|dx_I7 ajpCV4bDwdab8gRx(@WfDY(^V^9{vw$R1JRs literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_connection.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_connection.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f0ea500ce5d1cbf7deb70aede56aa3104089a25 GIT binary patch literal 24304 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 AS^xk5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_events.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_events.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f69c9e01a943af5caf78ef6a17b087fba56571ba GIT binary patch literal 15192 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 E4^Y!YF8}}l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_headers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_headers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..533b17310dcb50033a14ca8b33c13a14d8b81d25 GIT binary patch literal 9109 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_readers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_readers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..359019de28ccb8ba1b6b463af2d9128261285e49 GIT binary patch literal 10786 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 YH1aJ>&XI2`Q#`5@kf*g8X%amDZ;f?$O8@`> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_receivebuffer.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_receivebuffer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e37b231dc5ebeca010c78fd3ff6e112b1168400 GIT binary patch literal 5145 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 Ymqp&9ZJJ?Vr@O;{Qu@F4n58=Z7uy4IZ2$lO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_state.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_state.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3456c60e2861dab789a746a026ec0cc0d7aa1d7 GIT binary patch literal 9781 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 Vz|6?V_(6ezU%Y`E1dCXJf&f^cHT3`h literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_writers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_writers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6804e580705f9a7101f31a6254e06195bb9daac GIT binary patch literal 7303 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" + r":" + r"{OWS}" + r"(?P{field_value})" + r"{OWS}".format(**globals()) +) + +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#request.line +# +# request-line = method SP request-target SP HTTP-version CRLF +# method = token +# HTTP-version = HTTP-name "/" DIGIT "." DIGIT +# HTTP-name = %x48.54.54.50 ; "HTTP", case-sensitive +# +# request-target is complicated (see RFC 7230 sec 5.3) -- could be path, full +# URL, host+port (for connect), or even "*", but in any case we are guaranteed +# that it contists of the visible printing characters. +method = token +request_target = r"{vchar}+".format(**globals()) +http_version = r"HTTP/(?P[0-9]\.[0-9])" +request_line = ( + r"(?P{method})" + r" " + r"(?P{request_target})" + r" " + r"{http_version}".format(**globals()) +) + +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#status.line +# +# status-line = HTTP-version SP status-code SP reason-phrase CRLF +# status-code = 3DIGIT +# reason-phrase = *( HTAB / SP / VCHAR / obs-text ) +status_code = r"[0-9]{3}" +reason_phrase = r"([ \t]|{vchar_or_obs_text})*".format(**globals()) +status_line = ( + r"{http_version}" + r" " + r"(?P{status_code})" + # However, there are apparently a few too many servers out there that just + # leave out the reason phrase: + # https://github.com/scrapy/scrapy/issues/345#issuecomment-281756036 + # https://github.com/seanmonstar/httparse/issues/29 + # so make it optional. ?: is a non-capturing group. + r"(?: (?P{reason_phrase}))?".format(**globals()) +) + +HEXDIG = r"[0-9A-Fa-f]" +# Actually +# +# chunk-size = 1*HEXDIG +# +# but we impose an upper-limit to avoid ridiculosity. len(str(2**64)) == 20 +chunk_size = r"({HEXDIG}){{1,20}}".format(**globals()) +# Actually +# +# chunk-ext = *( ";" chunk-ext-name [ "=" chunk-ext-val ] ) +# +# but we aren't parsing the things so we don't really care. +chunk_ext = r";.*" +chunk_header = ( + r"(?P{chunk_size})" + r"(?P{chunk_ext})?" + r"{OWS}\r\n".format( + **globals() + ) # Even though the specification does not allow for extra whitespaces, + # we are lenient with trailing whitespaces because some servers on the wild use it. +) diff --git a/venv/lib/python3.11/site-packages/h11/_connection.py b/venv/lib/python3.11/site-packages/h11/_connection.py new file mode 100644 index 0000000..d175270 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_connection.py @@ -0,0 +1,633 @@ +# This contains the main Connection class. Everything in h11 revolves around +# this. +from typing import Any, Callable, cast, Dict, List, Optional, Tuple, Type, Union + +from ._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from ._headers import get_comma_header, has_expect_100_continue, set_comma_header +from ._readers import READERS, ReadersType +from ._receivebuffer import ReceiveBuffer +from ._state import ( + _SWITCH_CONNECT, + _SWITCH_UPGRADE, + CLIENT, + ConnectionState, + DONE, + ERROR, + MIGHT_SWITCH_PROTOCOL, + SEND_BODY, + SERVER, + SWITCHED_PROTOCOL, +) +from ._util import ( # Import the internal things we need + LocalProtocolError, + RemoteProtocolError, + Sentinel, +) +from ._writers import WRITERS, WritersType + +# Everything in __all__ gets re-exported as part of the h11 public API. +__all__ = ["Connection", "NEED_DATA", "PAUSED"] + + +class NEED_DATA(Sentinel, metaclass=Sentinel): + pass + + +class PAUSED(Sentinel, metaclass=Sentinel): + pass + + +# If we ever have this much buffered without it making a complete parseable +# event, we error out. The only time we really buffer is when reading the +# request/response line + headers together, so this is effectively the limit on +# the size of that. +# +# Some precedents for defaults: +# - node.js: 80 * 1024 +# - tomcat: 8 * 1024 +# - IIS: 16 * 1024 +# - Apache: <8 KiB per line> +DEFAULT_MAX_INCOMPLETE_EVENT_SIZE = 16 * 1024 + +# RFC 7230's rules for connection lifecycles: +# - If either side says they want to close the connection, then the connection +# must close. +# - HTTP/1.1 defaults to keep-alive unless someone says Connection: close +# - HTTP/1.0 defaults to close unless both sides say Connection: keep-alive +# (and even this is a mess -- e.g. if you're implementing a proxy then +# sending Connection: keep-alive is forbidden). +# +# We simplify life by simply not supporting keep-alive with HTTP/1.0 peers. So +# our rule is: +# - If someone says Connection: close, we will close +# - If someone uses HTTP/1.0, we will close. +def _keep_alive(event: Union[Request, Response]) -> bool: + connection = get_comma_header(event.headers, b"connection") + if b"close" in connection: + return False + if getattr(event, "http_version", b"1.1") < b"1.1": + return False + return True + + +def _body_framing( + request_method: bytes, event: Union[Request, Response] +) -> Tuple[str, Union[Tuple[()], Tuple[int]]]: + # Called when we enter SEND_BODY to figure out framing information for + # this body. + # + # These are the only two events that can trigger a SEND_BODY state: + assert type(event) in (Request, Response) + # Returns one of: + # + # ("content-length", count) + # ("chunked", ()) + # ("http/1.0", ()) + # + # which are (lookup key, *args) for constructing body reader/writer + # objects. + # + # Reference: https://tools.ietf.org/html/rfc7230#section-3.3.3 + # + # Step 1: some responses always have an empty body, regardless of what the + # headers say. + if type(event) is Response: + if ( + event.status_code in (204, 304) + or request_method == b"HEAD" + or (request_method == b"CONNECT" and 200 <= event.status_code < 300) + ): + return ("content-length", (0,)) + # Section 3.3.3 also lists another case -- responses with status_code + # < 200. For us these are InformationalResponses, not Responses, so + # they can't get into this function in the first place. + assert event.status_code >= 200 + + # Step 2: check for Transfer-Encoding (T-E beats C-L): + transfer_encodings = get_comma_header(event.headers, b"transfer-encoding") + if transfer_encodings: + assert transfer_encodings == [b"chunked"] + return ("chunked", ()) + + # Step 3: check for Content-Length + content_lengths = get_comma_header(event.headers, b"content-length") + if content_lengths: + return ("content-length", (int(content_lengths[0]),)) + + # Step 4: no applicable headers; fallback/default depends on type + if type(event) is Request: + return ("content-length", (0,)) + else: + return ("http/1.0", ()) + + +################################################################ +# +# The main Connection class +# +################################################################ + + +class Connection: + """An object encapsulating the state of an HTTP connection. + + Args: + our_role: If you're implementing a client, pass :data:`h11.CLIENT`. If + you're implementing a server, pass :data:`h11.SERVER`. + + max_incomplete_event_size (int): + The maximum number of bytes we're willing to buffer of an + incomplete event. In practice this mostly sets a limit on the + maximum size of the request/response line + headers. If this is + exceeded, then :meth:`next_event` will raise + :exc:`RemoteProtocolError`. + + """ + + def __init__( + self, + our_role: Type[Sentinel], + max_incomplete_event_size: int = DEFAULT_MAX_INCOMPLETE_EVENT_SIZE, + ) -> None: + self._max_incomplete_event_size = max_incomplete_event_size + # State and role tracking + if our_role not in (CLIENT, SERVER): + raise ValueError("expected CLIENT or SERVER, not {!r}".format(our_role)) + self.our_role = our_role + self.their_role: Type[Sentinel] + if our_role is CLIENT: + self.their_role = SERVER + else: + self.their_role = CLIENT + self._cstate = ConnectionState() + + # Callables for converting data->events or vice-versa given the + # current state + self._writer = self._get_io_object(self.our_role, None, WRITERS) + self._reader = self._get_io_object(self.their_role, None, READERS) + + # Holds any unprocessed received data + self._receive_buffer = ReceiveBuffer() + # If this is true, then it indicates that the incoming connection was + # closed *after* the end of whatever's in self._receive_buffer: + self._receive_buffer_closed = False + + # Extra bits of state that don't fit into the state machine. + # + # These two are only used to interpret framing headers for figuring + # out how to read/write response bodies. their_http_version is also + # made available as a convenient public API. + self.their_http_version: Optional[bytes] = None + self._request_method: Optional[bytes] = None + # This is pure flow-control and doesn't at all affect the set of legal + # transitions, so no need to bother ConnectionState with it: + self.client_is_waiting_for_100_continue = False + + @property + def states(self) -> Dict[Type[Sentinel], Type[Sentinel]]: + """A dictionary like:: + + {CLIENT: , SERVER: } + + See :ref:`state-machine` for details. + + """ + return dict(self._cstate.states) + + @property + def our_state(self) -> Type[Sentinel]: + """The current state of whichever role we are playing. See + :ref:`state-machine` for details. + """ + return self._cstate.states[self.our_role] + + @property + def their_state(self) -> Type[Sentinel]: + """The current state of whichever role we are NOT playing. See + :ref:`state-machine` for details. + """ + return self._cstate.states[self.their_role] + + @property + def they_are_waiting_for_100_continue(self) -> bool: + return self.their_role is CLIENT and self.client_is_waiting_for_100_continue + + def start_next_cycle(self) -> None: + """Attempt to reset our connection state for a new request/response + cycle. + + If both client and server are in :data:`DONE` state, then resets them + both to :data:`IDLE` state in preparation for a new request/response + cycle on this same connection. Otherwise, raises a + :exc:`LocalProtocolError`. + + See :ref:`keepalive-and-pipelining`. + + """ + old_states = dict(self._cstate.states) + self._cstate.start_next_cycle() + self._request_method = None + # self.their_http_version gets left alone, since it presumably lasts + # beyond a single request/response cycle + assert not self.client_is_waiting_for_100_continue + self._respond_to_state_changes(old_states) + + def _process_error(self, role: Type[Sentinel]) -> None: + old_states = dict(self._cstate.states) + self._cstate.process_error(role) + self._respond_to_state_changes(old_states) + + def _server_switch_event(self, event: Event) -> Optional[Type[Sentinel]]: + if type(event) is InformationalResponse and event.status_code == 101: + return _SWITCH_UPGRADE + if type(event) is Response: + if ( + _SWITCH_CONNECT in self._cstate.pending_switch_proposals + and 200 <= event.status_code < 300 + ): + return _SWITCH_CONNECT + return None + + # All events go through here + def _process_event(self, role: Type[Sentinel], event: Event) -> None: + # First, pass the event through the state machine to make sure it + # succeeds. + old_states = dict(self._cstate.states) + if role is CLIENT and type(event) is Request: + if event.method == b"CONNECT": + self._cstate.process_client_switch_proposal(_SWITCH_CONNECT) + if get_comma_header(event.headers, b"upgrade"): + self._cstate.process_client_switch_proposal(_SWITCH_UPGRADE) + server_switch_event = None + if role is SERVER: + server_switch_event = self._server_switch_event(event) + self._cstate.process_event(role, type(event), server_switch_event) + + # Then perform the updates triggered by it. + + if type(event) is Request: + self._request_method = event.method + + if role is self.their_role and type(event) in ( + Request, + Response, + InformationalResponse, + ): + event = cast(Union[Request, Response, InformationalResponse], event) + self.their_http_version = event.http_version + + # Keep alive handling + # + # RFC 7230 doesn't really say what one should do if Connection: close + # shows up on a 1xx InformationalResponse. I think the idea is that + # this is not supposed to happen. In any case, if it does happen, we + # ignore it. + if type(event) in (Request, Response) and not _keep_alive( + cast(Union[Request, Response], event) + ): + self._cstate.process_keep_alive_disabled() + + # 100-continue + if type(event) is Request and has_expect_100_continue(event): + self.client_is_waiting_for_100_continue = True + if type(event) in (InformationalResponse, Response): + self.client_is_waiting_for_100_continue = False + if role is CLIENT and type(event) in (Data, EndOfMessage): + self.client_is_waiting_for_100_continue = False + + self._respond_to_state_changes(old_states, event) + + def _get_io_object( + self, + role: Type[Sentinel], + event: Optional[Event], + io_dict: Union[ReadersType, WritersType], + ) -> Optional[Callable[..., Any]]: + # event may be None; it's only used when entering SEND_BODY + state = self._cstate.states[role] + if state is SEND_BODY: + # Special case: the io_dict has a dict of reader/writer factories + # that depend on the request/response framing. + framing_type, args = _body_framing( + cast(bytes, self._request_method), cast(Union[Request, Response], event) + ) + return io_dict[SEND_BODY][framing_type](*args) # type: ignore[index] + else: + # General case: the io_dict just has the appropriate reader/writer + # for this state + return io_dict.get((role, state)) # type: ignore[return-value] + + # This must be called after any action that might have caused + # self._cstate.states to change. + def _respond_to_state_changes( + self, + old_states: Dict[Type[Sentinel], Type[Sentinel]], + event: Optional[Event] = None, + ) -> None: + # Update reader/writer + if self.our_state != old_states[self.our_role]: + self._writer = self._get_io_object(self.our_role, event, WRITERS) + if self.their_state != old_states[self.their_role]: + self._reader = self._get_io_object(self.their_role, event, READERS) + + @property + def trailing_data(self) -> Tuple[bytes, bool]: + """Data that has been received, but not yet processed, represented as + a tuple with two elements, where the first is a byte-string containing + the unprocessed data itself, and the second is a bool that is True if + the receive connection was closed. + + See :ref:`switching-protocols` for discussion of why you'd want this. + """ + return (bytes(self._receive_buffer), self._receive_buffer_closed) + + def receive_data(self, data: bytes) -> None: + """Add data to our internal receive buffer. + + This does not actually do any processing on the data, just stores + it. To trigger processing, you have to call :meth:`next_event`. + + Args: + data (:term:`bytes-like object`): + The new data that was just received. + + Special case: If *data* is an empty byte-string like ``b""``, + then this indicates that the remote side has closed the + connection (end of file). Normally this is convenient, because + standard Python APIs like :meth:`file.read` or + :meth:`socket.recv` use ``b""`` to indicate end-of-file, while + other failures to read are indicated using other mechanisms + like raising :exc:`TimeoutError`. When using such an API you + can just blindly pass through whatever you get from ``read`` + to :meth:`receive_data`, and everything will work. + + But, if you have an API where reading an empty string is a + valid non-EOF condition, then you need to be aware of this and + make sure to check for such strings and avoid passing them to + :meth:`receive_data`. + + Returns: + Nothing, but after calling this you should call :meth:`next_event` + to parse the newly received data. + + Raises: + RuntimeError: + Raised if you pass an empty *data*, indicating EOF, and then + pass a non-empty *data*, indicating more data that somehow + arrived after the EOF. + + (Calling ``receive_data(b"")`` multiple times is fine, + and equivalent to calling it once.) + + """ + if data: + if self._receive_buffer_closed: + raise RuntimeError("received close, then received more data?") + self._receive_buffer += data + else: + self._receive_buffer_closed = True + + def _extract_next_receive_event( + self, + ) -> Union[Event, Type[NEED_DATA], Type[PAUSED]]: + state = self.their_state + # We don't pause immediately when they enter DONE, because even in + # DONE state we can still process a ConnectionClosed() event. But + # if we have data in our buffer, then we definitely aren't getting + # a ConnectionClosed() immediately and we need to pause. + if state is DONE and self._receive_buffer: + return PAUSED + if state is MIGHT_SWITCH_PROTOCOL or state is SWITCHED_PROTOCOL: + return PAUSED + assert self._reader is not None + event = self._reader(self._receive_buffer) + if event is None: + if not self._receive_buffer and self._receive_buffer_closed: + # In some unusual cases (basically just HTTP/1.0 bodies), EOF + # triggers an actual protocol event; in that case, we want to + # return that event, and then the state will change and we'll + # get called again to generate the actual ConnectionClosed(). + if hasattr(self._reader, "read_eof"): + event = self._reader.read_eof() # type: ignore[attr-defined] + else: + event = ConnectionClosed() + if event is None: + event = NEED_DATA + return event # type: ignore[no-any-return] + + def next_event(self) -> Union[Event, Type[NEED_DATA], Type[PAUSED]]: + """Parse the next event out of our receive buffer, update our internal + state, and return it. + + This is a mutating operation -- think of it like calling :func:`next` + on an iterator. + + Returns: + : One of three things: + + 1) An event object -- see :ref:`events`. + + 2) The special constant :data:`NEED_DATA`, which indicates that + you need to read more data from your socket and pass it to + :meth:`receive_data` before this method will be able to return + any more events. + + 3) The special constant :data:`PAUSED`, which indicates that we + are not in a state where we can process incoming data (usually + because the peer has finished their part of the current + request/response cycle, and you have not yet called + :meth:`start_next_cycle`). See :ref:`flow-control` for details. + + Raises: + RemoteProtocolError: + The peer has misbehaved. You should close the connection + (possibly after sending some kind of 4xx response). + + Once this method returns :class:`ConnectionClosed` once, then all + subsequent calls will also return :class:`ConnectionClosed`. + + If this method raises any exception besides :exc:`RemoteProtocolError` + then that's a bug -- if it happens please file a bug report! + + If this method raises any exception then it also sets + :attr:`Connection.their_state` to :data:`ERROR` -- see + :ref:`error-handling` for discussion. + + """ + + if self.their_state is ERROR: + raise RemoteProtocolError("Can't receive data when peer state is ERROR") + try: + event = self._extract_next_receive_event() + if event not in [NEED_DATA, PAUSED]: + self._process_event(self.their_role, cast(Event, event)) + if event is NEED_DATA: + if len(self._receive_buffer) > self._max_incomplete_event_size: + # 431 is "Request header fields too large" which is pretty + # much the only situation where we can get here + raise RemoteProtocolError( + "Receive buffer too long", error_status_hint=431 + ) + if self._receive_buffer_closed: + # We're still trying to complete some event, but that's + # never going to happen because no more data is coming + raise RemoteProtocolError("peer unexpectedly closed connection") + return event + except BaseException as exc: + self._process_error(self.their_role) + if isinstance(exc, LocalProtocolError): + exc._reraise_as_remote_protocol_error() + else: + raise + + def send(self, event: Event) -> Optional[bytes]: + """Convert a high-level event into bytes that can be sent to the peer, + while updating our internal state machine. + + Args: + event: The :ref:`event ` to send. + + Returns: + If ``type(event) is ConnectionClosed``, then returns + ``None``. Otherwise, returns a :term:`bytes-like object`. + + Raises: + LocalProtocolError: + Sending this event at this time would violate our + understanding of the HTTP/1.1 protocol. + + If this method raises any exception then it also sets + :attr:`Connection.our_state` to :data:`ERROR` -- see + :ref:`error-handling` for discussion. + + """ + data_list = self.send_with_data_passthrough(event) + if data_list is None: + return None + else: + return b"".join(data_list) + + def send_with_data_passthrough(self, event: Event) -> Optional[List[bytes]]: + """Identical to :meth:`send`, except that in situations where + :meth:`send` returns a single :term:`bytes-like object`, this instead + returns a list of them -- and when sending a :class:`Data` event, this + list is guaranteed to contain the exact object you passed in as + :attr:`Data.data`. See :ref:`sendfile` for discussion. + + """ + if self.our_state is ERROR: + raise LocalProtocolError("Can't send data when our state is ERROR") + try: + if type(event) is Response: + event = self._clean_up_response_headers_for_sending(event) + # We want to call _process_event before calling the writer, + # because if someone tries to do something invalid then this will + # give a sensible error message, while our writers all just assume + # they will only receive valid events. But, _process_event might + # change self._writer. So we have to do a little dance: + writer = self._writer + self._process_event(self.our_role, event) + if type(event) is ConnectionClosed: + return None + else: + # In any situation where writer is None, process_event should + # have raised ProtocolError + assert writer is not None + data_list: List[bytes] = [] + writer(event, data_list.append) + return data_list + except: + self._process_error(self.our_role) + raise + + def send_failed(self) -> None: + """Notify the state machine that we failed to send the data it gave + us. + + This causes :attr:`Connection.our_state` to immediately become + :data:`ERROR` -- see :ref:`error-handling` for discussion. + + """ + self._process_error(self.our_role) + + # When sending a Response, we take responsibility for a few things: + # + # - Sometimes you MUST set Connection: close. We take care of those + # times. (You can also set it yourself if you want, and if you do then + # we'll respect that and close the connection at the right time. But you + # don't have to worry about that unless you want to.) + # + # - The user has to set Content-Length if they want it. Otherwise, for + # responses that have bodies (e.g. not HEAD), then we will automatically + # select the right mechanism for streaming a body of unknown length, + # which depends on depending on the peer's HTTP version. + # + # This function's *only* responsibility is making sure headers are set up + # right -- everything downstream just looks at the headers. There are no + # side channels. + def _clean_up_response_headers_for_sending(self, response: Response) -> Response: + assert type(response) is Response + + headers = response.headers + need_close = False + + # HEAD requests need some special handling: they always act like they + # have Content-Length: 0, and that's how _body_framing treats + # them. But their headers are supposed to match what we would send if + # the request was a GET. (Technically there is one deviation allowed: + # we're allowed to leave out the framing headers -- see + # https://tools.ietf.org/html/rfc7231#section-4.3.2 . But it's just as + # easy to get them right.) + method_for_choosing_headers = cast(bytes, self._request_method) + if method_for_choosing_headers == b"HEAD": + method_for_choosing_headers = b"GET" + framing_type, _ = _body_framing(method_for_choosing_headers, response) + if framing_type in ("chunked", "http/1.0"): + # This response has a body of unknown length. + # If our peer is HTTP/1.1, we use Transfer-Encoding: chunked + # If our peer is HTTP/1.0, we use no framing headers, and close the + # connection afterwards. + # + # Make sure to clear Content-Length (in principle user could have + # set both and then we ignored Content-Length b/c + # Transfer-Encoding overwrote it -- this would be naughty of them, + # but the HTTP spec says that if our peer does this then we have + # to fix it instead of erroring out, so we'll accord the user the + # same respect). + headers = set_comma_header(headers, b"content-length", []) + if self.their_http_version is None or self.their_http_version < b"1.1": + # Either we never got a valid request and are sending back an + # error (their_http_version is None), so we assume the worst; + # or else we did get a valid HTTP/1.0 request, so we know that + # they don't understand chunked encoding. + headers = set_comma_header(headers, b"transfer-encoding", []) + # This is actually redundant ATM, since currently we + # unconditionally disable keep-alive when talking to HTTP/1.0 + # peers. But let's be defensive just in case we add + # Connection: keep-alive support later: + if self._request_method != b"HEAD": + need_close = True + else: + headers = set_comma_header(headers, b"transfer-encoding", [b"chunked"]) + + if not self._cstate.keep_alive or need_close: + # Make sure Connection: close is set + connection = set(get_comma_header(headers, b"connection")) + connection.discard(b"keep-alive") + connection.add(b"close") + headers = set_comma_header(headers, b"connection", sorted(connection)) + + return Response( + headers=headers, + status_code=response.status_code, + http_version=response.http_version, + reason=response.reason, + ) diff --git a/venv/lib/python3.11/site-packages/h11/_events.py b/venv/lib/python3.11/site-packages/h11/_events.py new file mode 100644 index 0000000..075bf8a --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_events.py @@ -0,0 +1,369 @@ +# High level events that make up HTTP/1.1 conversations. Loosely inspired by +# the corresponding events in hyper-h2: +# +# http://python-hyper.org/h2/en/stable/api.html#events +# +# Don't subclass these. Stuff will break. + +import re +from abc import ABC +from dataclasses import dataclass, field +from typing import Any, cast, Dict, List, Tuple, Union + +from ._abnf import method, request_target +from ._headers import Headers, normalize_and_validate +from ._util import bytesify, LocalProtocolError, validate + +# Everything in __all__ gets re-exported as part of the h11 public API. +__all__ = [ + "Event", + "Request", + "InformationalResponse", + "Response", + "Data", + "EndOfMessage", + "ConnectionClosed", +] + +method_re = re.compile(method.encode("ascii")) +request_target_re = re.compile(request_target.encode("ascii")) + + +class Event(ABC): + """ + Base class for h11 events. + """ + + __slots__ = () + + +@dataclass(init=False, frozen=True) +class Request(Event): + """The beginning of an HTTP request. + + Fields: + + .. attribute:: method + + An HTTP method, e.g. ``b"GET"`` or ``b"POST"``. Always a byte + string. :term:`Bytes-like objects ` and native + strings containing only ascii characters will be automatically + converted to byte strings. + + .. attribute:: target + + The target of an HTTP request, e.g. ``b"/index.html"``, or one of the + more exotic formats described in `RFC 7320, section 5.3 + `_. Always a byte + string. :term:`Bytes-like objects ` and native + strings containing only ascii characters will be automatically + converted to byte strings. + + .. attribute:: headers + + Request headers, represented as a list of (name, value) pairs. See + :ref:`the header normalization rules ` for details. + + .. attribute:: http_version + + The HTTP protocol version, represented as a byte string like + ``b"1.1"``. See :ref:`the HTTP version normalization rules + ` for details. + + """ + + __slots__ = ("method", "headers", "target", "http_version") + + method: bytes + headers: Headers + target: bytes + http_version: bytes + + def __init__( + self, + *, + method: Union[bytes, str], + headers: Union[Headers, List[Tuple[bytes, bytes]], List[Tuple[str, str]]], + target: Union[bytes, str], + http_version: Union[bytes, str] = b"1.1", + _parsed: bool = False, + ) -> None: + super().__init__() + if isinstance(headers, Headers): + object.__setattr__(self, "headers", headers) + else: + object.__setattr__( + self, "headers", normalize_and_validate(headers, _parsed=_parsed) + ) + if not _parsed: + object.__setattr__(self, "method", bytesify(method)) + object.__setattr__(self, "target", bytesify(target)) + object.__setattr__(self, "http_version", bytesify(http_version)) + else: + object.__setattr__(self, "method", method) + object.__setattr__(self, "target", target) + object.__setattr__(self, "http_version", http_version) + + # "A server MUST respond with a 400 (Bad Request) status code to any + # HTTP/1.1 request message that lacks a Host header field and to any + # request message that contains more than one Host header field or a + # Host header field with an invalid field-value." + # -- https://tools.ietf.org/html/rfc7230#section-5.4 + host_count = 0 + for name, value in self.headers: + if name == b"host": + host_count += 1 + if self.http_version == b"1.1" and host_count == 0: + raise LocalProtocolError("Missing mandatory Host: header") + if host_count > 1: + raise LocalProtocolError("Found multiple Host: headers") + + validate(method_re, self.method, "Illegal method characters") + validate(request_target_re, self.target, "Illegal target characters") + + # This is an unhashable type. + __hash__ = None # type: ignore + + +@dataclass(init=False, frozen=True) +class _ResponseBase(Event): + __slots__ = ("headers", "http_version", "reason", "status_code") + + headers: Headers + http_version: bytes + reason: bytes + status_code: int + + def __init__( + self, + *, + headers: Union[Headers, List[Tuple[bytes, bytes]], List[Tuple[str, str]]], + status_code: int, + http_version: Union[bytes, str] = b"1.1", + reason: Union[bytes, str] = b"", + _parsed: bool = False, + ) -> None: + super().__init__() + if isinstance(headers, Headers): + object.__setattr__(self, "headers", headers) + else: + object.__setattr__( + self, "headers", normalize_and_validate(headers, _parsed=_parsed) + ) + if not _parsed: + object.__setattr__(self, "reason", bytesify(reason)) + object.__setattr__(self, "http_version", bytesify(http_version)) + if not isinstance(status_code, int): + raise LocalProtocolError("status code must be integer") + # Because IntEnum objects are instances of int, but aren't + # duck-compatible (sigh), see gh-72. + object.__setattr__(self, "status_code", int(status_code)) + else: + object.__setattr__(self, "reason", reason) + object.__setattr__(self, "http_version", http_version) + object.__setattr__(self, "status_code", status_code) + + self.__post_init__() + + def __post_init__(self) -> None: + pass + + # This is an unhashable type. + __hash__ = None # type: ignore + + +@dataclass(init=False, frozen=True) +class InformationalResponse(_ResponseBase): + """An HTTP informational response. + + Fields: + + .. attribute:: status_code + + The status code of this response, as an integer. For an + :class:`InformationalResponse`, this is always in the range [100, + 200). + + .. attribute:: headers + + Request headers, represented as a list of (name, value) pairs. See + :ref:`the header normalization rules ` for + details. + + .. attribute:: http_version + + The HTTP protocol version, represented as a byte string like + ``b"1.1"``. See :ref:`the HTTP version normalization rules + ` for details. + + .. attribute:: reason + + The reason phrase of this response, as a byte string. For example: + ``b"OK"``, or ``b"Not Found"``. + + """ + + def __post_init__(self) -> None: + if not (100 <= self.status_code < 200): + raise LocalProtocolError( + "InformationalResponse status_code should be in range " + "[100, 200), not {}".format(self.status_code) + ) + + # This is an unhashable type. + __hash__ = None # type: ignore + + +@dataclass(init=False, frozen=True) +class Response(_ResponseBase): + """The beginning of an HTTP response. + + Fields: + + .. attribute:: status_code + + The status code of this response, as an integer. For an + :class:`Response`, this is always in the range [200, + 1000). + + .. attribute:: headers + + Request headers, represented as a list of (name, value) pairs. See + :ref:`the header normalization rules ` for details. + + .. attribute:: http_version + + The HTTP protocol version, represented as a byte string like + ``b"1.1"``. See :ref:`the HTTP version normalization rules + ` for details. + + .. attribute:: reason + + The reason phrase of this response, as a byte string. For example: + ``b"OK"``, or ``b"Not Found"``. + + """ + + def __post_init__(self) -> None: + if not (200 <= self.status_code < 1000): + raise LocalProtocolError( + "Response status_code should be in range [200, 1000), not {}".format( + self.status_code + ) + ) + + # This is an unhashable type. + __hash__ = None # type: ignore + + +@dataclass(init=False, frozen=True) +class Data(Event): + """Part of an HTTP message body. + + Fields: + + .. attribute:: data + + A :term:`bytes-like object` containing part of a message body. Or, if + using the ``combine=False`` argument to :meth:`Connection.send`, then + any object that your socket writing code knows what to do with, and for + which calling :func:`len` returns the number of bytes that will be + written -- see :ref:`sendfile` for details. + + .. attribute:: chunk_start + + A marker that indicates whether this data object is from the start of a + chunked transfer encoding chunk. This field is ignored when when a Data + event is provided to :meth:`Connection.send`: it is only valid on + events emitted from :meth:`Connection.next_event`. You probably + shouldn't use this attribute at all; see + :ref:`chunk-delimiters-are-bad` for details. + + .. attribute:: chunk_end + + A marker that indicates whether this data object is the last for a + given chunked transfer encoding chunk. This field is ignored when when + a Data event is provided to :meth:`Connection.send`: it is only valid + on events emitted from :meth:`Connection.next_event`. You probably + shouldn't use this attribute at all; see + :ref:`chunk-delimiters-are-bad` for details. + + """ + + __slots__ = ("data", "chunk_start", "chunk_end") + + data: bytes + chunk_start: bool + chunk_end: bool + + def __init__( + self, data: bytes, chunk_start: bool = False, chunk_end: bool = False + ) -> None: + object.__setattr__(self, "data", data) + object.__setattr__(self, "chunk_start", chunk_start) + object.__setattr__(self, "chunk_end", chunk_end) + + # This is an unhashable type. + __hash__ = None # type: ignore + + +# XX FIXME: "A recipient MUST ignore (or consider as an error) any fields that +# are forbidden to be sent in a trailer, since processing them as if they were +# present in the header section might bypass external security filters." +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#chunked.trailer.part +# Unfortunately, the list of forbidden fields is long and vague :-/ +@dataclass(init=False, frozen=True) +class EndOfMessage(Event): + """The end of an HTTP message. + + Fields: + + .. attribute:: headers + + Default value: ``[]`` + + Any trailing headers attached to this message, represented as a list of + (name, value) pairs. See :ref:`the header normalization rules + ` for details. + + Must be empty unless ``Transfer-Encoding: chunked`` is in use. + + """ + + __slots__ = ("headers",) + + headers: Headers + + def __init__( + self, + *, + headers: Union[ + Headers, List[Tuple[bytes, bytes]], List[Tuple[str, str]], None + ] = None, + _parsed: bool = False, + ) -> None: + super().__init__() + if headers is None: + headers = Headers([]) + elif not isinstance(headers, Headers): + headers = normalize_and_validate(headers, _parsed=_parsed) + + object.__setattr__(self, "headers", headers) + + # This is an unhashable type. + __hash__ = None # type: ignore + + +@dataclass(frozen=True) +class ConnectionClosed(Event): + """This event indicates that the sender has closed their outgoing + connection. + + Note that this does not necessarily mean that they can't *receive* further + data, because TCP connections are composed to two one-way channels which + can be closed independently. See :ref:`closing` for details. + + No fields. + """ + + pass diff --git a/venv/lib/python3.11/site-packages/h11/_headers.py b/venv/lib/python3.11/site-packages/h11/_headers.py new file mode 100644 index 0000000..b97d020 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_headers.py @@ -0,0 +1,278 @@ +import re +from typing import AnyStr, cast, List, overload, Sequence, Tuple, TYPE_CHECKING, Union + +from ._abnf import field_name, field_value +from ._util import bytesify, LocalProtocolError, validate + +if TYPE_CHECKING: + from ._events import Request + +try: + from typing import Literal +except ImportError: + from typing_extensions import Literal # type: ignore + + +# Facts +# ----- +# +# Headers are: +# keys: case-insensitive ascii +# values: mixture of ascii and raw bytes +# +# "Historically, HTTP has allowed field content with text in the ISO-8859-1 +# charset [ISO-8859-1], supporting other charsets only through use of +# [RFC2047] encoding. In practice, most HTTP header field values use only a +# subset of the US-ASCII charset [USASCII]. Newly defined header fields SHOULD +# limit their field values to US-ASCII octets. A recipient SHOULD treat other +# octets in field content (obs-text) as opaque data." +# And it deprecates all non-ascii values +# +# Leading/trailing whitespace in header names is forbidden +# +# Values get leading/trailing whitespace stripped +# +# Content-Disposition actually needs to contain unicode semantically; to +# accomplish this it has a terrifically weird way of encoding the filename +# itself as ascii (and even this still has lots of cross-browser +# incompatibilities) +# +# Order is important: +# "a proxy MUST NOT change the order of these field values when forwarding a +# message" +# (and there are several headers where the order indicates a preference) +# +# Multiple occurences of the same header: +# "A sender MUST NOT generate multiple header fields with the same field name +# in a message unless either the entire field value for that header field is +# defined as a comma-separated list [or the header is Set-Cookie which gets a +# special exception]" - RFC 7230. (cookies are in RFC 6265) +# +# So every header aside from Set-Cookie can be merged by b", ".join if it +# occurs repeatedly. But, of course, they can't necessarily be split by +# .split(b","), because quoting. +# +# Given all this mess (case insensitive, duplicates allowed, order is +# important, ...), there doesn't appear to be any standard way to handle +# headers in Python -- they're almost like dicts, but... actually just +# aren't. For now we punt and just use a super simple representation: headers +# are a list of pairs +# +# [(name1, value1), (name2, value2), ...] +# +# where all entries are bytestrings, names are lowercase and have no +# leading/trailing whitespace, and values are bytestrings with no +# leading/trailing whitespace. Searching and updating are done via naive O(n) +# methods. +# +# Maybe a dict-of-lists would be better? + +_content_length_re = re.compile(rb"[0-9]+") +_field_name_re = re.compile(field_name.encode("ascii")) +_field_value_re = re.compile(field_value.encode("ascii")) + + +class Headers(Sequence[Tuple[bytes, bytes]]): + """ + A list-like interface that allows iterating over headers as byte-pairs + of (lowercased-name, value). + + Internally we actually store the representation as three-tuples, + including both the raw original casing, in order to preserve casing + over-the-wire, and the lowercased name, for case-insensitive comparisions. + + r = Request( + method="GET", + target="/", + headers=[("Host", "example.org"), ("Connection", "keep-alive")], + http_version="1.1", + ) + assert r.headers == [ + (b"host", b"example.org"), + (b"connection", b"keep-alive") + ] + assert r.headers.raw_items() == [ + (b"Host", b"example.org"), + (b"Connection", b"keep-alive") + ] + """ + + __slots__ = "_full_items" + + def __init__(self, full_items: List[Tuple[bytes, bytes, bytes]]) -> None: + self._full_items = full_items + + def __bool__(self) -> bool: + return bool(self._full_items) + + def __eq__(self, other: object) -> bool: + return list(self) == list(other) # type: ignore + + def __len__(self) -> int: + return len(self._full_items) + + def __repr__(self) -> str: + return "" % repr(list(self)) + + def __getitem__(self, idx: int) -> Tuple[bytes, bytes]: # type: ignore[override] + _, name, value = self._full_items[idx] + return (name, value) + + def raw_items(self) -> List[Tuple[bytes, bytes]]: + return [(raw_name, value) for raw_name, _, value in self._full_items] + + +HeaderTypes = Union[ + List[Tuple[bytes, bytes]], + List[Tuple[bytes, str]], + List[Tuple[str, bytes]], + List[Tuple[str, str]], +] + + +@overload +def normalize_and_validate(headers: Headers, _parsed: Literal[True]) -> Headers: + ... + + +@overload +def normalize_and_validate(headers: HeaderTypes, _parsed: Literal[False]) -> Headers: + ... + + +@overload +def normalize_and_validate( + headers: Union[Headers, HeaderTypes], _parsed: bool = False +) -> Headers: + ... + + +def normalize_and_validate( + headers: Union[Headers, HeaderTypes], _parsed: bool = False +) -> Headers: + new_headers = [] + seen_content_length = None + saw_transfer_encoding = False + for name, value in headers: + # For headers coming out of the parser, we can safely skip some steps, + # because it always returns bytes and has already run these regexes + # over the data: + if not _parsed: + name = bytesify(name) + value = bytesify(value) + validate(_field_name_re, name, "Illegal header name {!r}", name) + validate(_field_value_re, value, "Illegal header value {!r}", value) + assert isinstance(name, bytes) + assert isinstance(value, bytes) + + raw_name = name + name = name.lower() + if name == b"content-length": + lengths = {length.strip() for length in value.split(b",")} + if len(lengths) != 1: + raise LocalProtocolError("conflicting Content-Length headers") + value = lengths.pop() + validate(_content_length_re, value, "bad Content-Length") + if seen_content_length is None: + seen_content_length = value + new_headers.append((raw_name, name, value)) + elif seen_content_length != value: + raise LocalProtocolError("conflicting Content-Length headers") + elif name == b"transfer-encoding": + # "A server that receives a request message with a transfer coding + # it does not understand SHOULD respond with 501 (Not + # Implemented)." + # https://tools.ietf.org/html/rfc7230#section-3.3.1 + if saw_transfer_encoding: + raise LocalProtocolError( + "multiple Transfer-Encoding headers", error_status_hint=501 + ) + # "All transfer-coding names are case-insensitive" + # -- https://tools.ietf.org/html/rfc7230#section-4 + value = value.lower() + if value != b"chunked": + raise LocalProtocolError( + "Only Transfer-Encoding: chunked is supported", + error_status_hint=501, + ) + saw_transfer_encoding = True + new_headers.append((raw_name, name, value)) + else: + new_headers.append((raw_name, name, value)) + return Headers(new_headers) + + +def get_comma_header(headers: Headers, name: bytes) -> List[bytes]: + # Should only be used for headers whose value is a list of + # comma-separated, case-insensitive values. + # + # The header name `name` is expected to be lower-case bytes. + # + # Connection: meets these criteria (including cast insensitivity). + # + # Content-Length: technically is just a single value (1*DIGIT), but the + # standard makes reference to implementations that do multiple values, and + # using this doesn't hurt. Ditto, case insensitivity doesn't things either + # way. + # + # Transfer-Encoding: is more complex (allows for quoted strings), so + # splitting on , is actually wrong. For example, this is legal: + # + # Transfer-Encoding: foo; options="1,2", chunked + # + # and should be parsed as + # + # foo; options="1,2" + # chunked + # + # but this naive function will parse it as + # + # foo; options="1 + # 2" + # chunked + # + # However, this is okay because the only thing we are going to do with + # any Transfer-Encoding is reject ones that aren't just "chunked", so + # both of these will be treated the same anyway. + # + # Expect: the only legal value is the literal string + # "100-continue". Splitting on commas is harmless. Case insensitive. + # + out: List[bytes] = [] + for _, found_name, found_raw_value in headers._full_items: + if found_name == name: + found_raw_value = found_raw_value.lower() + for found_split_value in found_raw_value.split(b","): + found_split_value = found_split_value.strip() + if found_split_value: + out.append(found_split_value) + return out + + +def set_comma_header(headers: Headers, name: bytes, new_values: List[bytes]) -> Headers: + # The header name `name` is expected to be lower-case bytes. + # + # Note that when we store the header we use title casing for the header + # names, in order to match the conventional HTTP header style. + # + # Simply calling `.title()` is a blunt approach, but it's correct + # here given the cases where we're using `set_comma_header`... + # + # Connection, Content-Length, Transfer-Encoding. + new_headers: List[Tuple[bytes, bytes]] = [] + for found_raw_name, found_name, found_raw_value in headers._full_items: + if found_name != name: + new_headers.append((found_raw_name, found_raw_value)) + for new_value in new_values: + new_headers.append((name.title(), new_value)) + return normalize_and_validate(new_headers) + + +def has_expect_100_continue(request: "Request") -> bool: + # https://tools.ietf.org/html/rfc7231#section-5.1.1 + # "A server that receives a 100-continue expectation in an HTTP/1.0 request + # MUST ignore that expectation." + if request.http_version < b"1.1": + return False + expect = get_comma_header(request.headers, b"expect") + return b"100-continue" in expect diff --git a/venv/lib/python3.11/site-packages/h11/_readers.py b/venv/lib/python3.11/site-packages/h11/_readers.py new file mode 100644 index 0000000..08a9574 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_readers.py @@ -0,0 +1,247 @@ +# Code to read HTTP data +# +# Strategy: each reader is a callable which takes a ReceiveBuffer object, and +# either: +# 1) consumes some of it and returns an Event +# 2) raises a LocalProtocolError (for consistency -- e.g. we call validate() +# and it might raise a LocalProtocolError, so simpler just to always use +# this) +# 3) returns None, meaning "I need more data" +# +# If they have a .read_eof attribute, then this will be called if an EOF is +# received -- but this is optional. Either way, the actual ConnectionClosed +# event will be generated afterwards. +# +# READERS is a dict describing how to pick a reader. It maps states to either: +# - a reader +# - or, for body readers, a dict of per-framing reader factories + +import re +from typing import Any, Callable, Dict, Iterable, NoReturn, Optional, Tuple, Type, Union + +from ._abnf import chunk_header, header_field, request_line, status_line +from ._events import Data, EndOfMessage, InformationalResponse, Request, Response +from ._receivebuffer import ReceiveBuffer +from ._state import ( + CLIENT, + CLOSED, + DONE, + IDLE, + MUST_CLOSE, + SEND_BODY, + SEND_RESPONSE, + SERVER, +) +from ._util import LocalProtocolError, RemoteProtocolError, Sentinel, validate + +__all__ = ["READERS"] + +header_field_re = re.compile(header_field.encode("ascii")) +obs_fold_re = re.compile(rb"[ \t]+") + + +def _obsolete_line_fold(lines: Iterable[bytes]) -> Iterable[bytes]: + it = iter(lines) + last: Optional[bytes] = None + for line in it: + match = obs_fold_re.match(line) + if match: + if last is None: + raise LocalProtocolError("continuation line at start of headers") + if not isinstance(last, bytearray): + # Cast to a mutable type, avoiding copy on append to ensure O(n) time + last = bytearray(last) + last += b" " + last += line[match.end() :] + else: + if last is not None: + yield last + last = line + if last is not None: + yield last + + +def _decode_header_lines( + lines: Iterable[bytes], +) -> Iterable[Tuple[bytes, bytes]]: + for line in _obsolete_line_fold(lines): + matches = validate(header_field_re, line, "illegal header line: {!r}", line) + yield (matches["field_name"], matches["field_value"]) + + +request_line_re = re.compile(request_line.encode("ascii")) + + +def maybe_read_from_IDLE_client(buf: ReceiveBuffer) -> Optional[Request]: + lines = buf.maybe_extract_lines() + if lines is None: + if buf.is_next_line_obviously_invalid_request_line(): + raise LocalProtocolError("illegal request line") + return None + if not lines: + raise LocalProtocolError("no request line received") + matches = validate( + request_line_re, lines[0], "illegal request line: {!r}", lines[0] + ) + return Request( + headers=list(_decode_header_lines(lines[1:])), _parsed=True, **matches + ) + + +status_line_re = re.compile(status_line.encode("ascii")) + + +def maybe_read_from_SEND_RESPONSE_server( + buf: ReceiveBuffer, +) -> Union[InformationalResponse, Response, None]: + lines = buf.maybe_extract_lines() + if lines is None: + if buf.is_next_line_obviously_invalid_request_line(): + raise LocalProtocolError("illegal request line") + return None + if not lines: + raise LocalProtocolError("no response line received") + matches = validate(status_line_re, lines[0], "illegal status line: {!r}", lines[0]) + http_version = ( + b"1.1" if matches["http_version"] is None else matches["http_version"] + ) + reason = b"" if matches["reason"] is None else matches["reason"] + status_code = int(matches["status_code"]) + class_: Union[Type[InformationalResponse], Type[Response]] = ( + InformationalResponse if status_code < 200 else Response + ) + return class_( + headers=list(_decode_header_lines(lines[1:])), + _parsed=True, + status_code=status_code, + reason=reason, + http_version=http_version, + ) + + +class ContentLengthReader: + def __init__(self, length: int) -> None: + self._length = length + self._remaining = length + + def __call__(self, buf: ReceiveBuffer) -> Union[Data, EndOfMessage, None]: + if self._remaining == 0: + return EndOfMessage() + data = buf.maybe_extract_at_most(self._remaining) + if data is None: + return None + self._remaining -= len(data) + return Data(data=data) + + def read_eof(self) -> NoReturn: + raise RemoteProtocolError( + "peer closed connection without sending complete message body " + "(received {} bytes, expected {})".format( + self._length - self._remaining, self._length + ) + ) + + +chunk_header_re = re.compile(chunk_header.encode("ascii")) + + +class ChunkedReader: + def __init__(self) -> None: + self._bytes_in_chunk = 0 + # After reading a chunk, we have to throw away the trailing \r\n; if + # this is >0 then we discard that many bytes before resuming regular + # de-chunkification. + self._bytes_to_discard = 0 + self._reading_trailer = False + + def __call__(self, buf: ReceiveBuffer) -> Union[Data, EndOfMessage, None]: + if self._reading_trailer: + lines = buf.maybe_extract_lines() + if lines is None: + return None + return EndOfMessage(headers=list(_decode_header_lines(lines))) + if self._bytes_to_discard > 0: + data = buf.maybe_extract_at_most(self._bytes_to_discard) + if data is None: + return None + self._bytes_to_discard -= len(data) + if self._bytes_to_discard > 0: + return None + # else, fall through and read some more + assert self._bytes_to_discard == 0 + if self._bytes_in_chunk == 0: + # We need to refill our chunk count + chunk_header = buf.maybe_extract_next_line() + if chunk_header is None: + return None + matches = validate( + chunk_header_re, + chunk_header, + "illegal chunk header: {!r}", + chunk_header, + ) + # XX FIXME: we discard chunk extensions. Does anyone care? + self._bytes_in_chunk = int(matches["chunk_size"], base=16) + if self._bytes_in_chunk == 0: + self._reading_trailer = True + return self(buf) + chunk_start = True + else: + chunk_start = False + assert self._bytes_in_chunk > 0 + data = buf.maybe_extract_at_most(self._bytes_in_chunk) + if data is None: + return None + self._bytes_in_chunk -= len(data) + if self._bytes_in_chunk == 0: + self._bytes_to_discard = 2 + chunk_end = True + else: + chunk_end = False + return Data(data=data, chunk_start=chunk_start, chunk_end=chunk_end) + + def read_eof(self) -> NoReturn: + raise RemoteProtocolError( + "peer closed connection without sending complete message body " + "(incomplete chunked read)" + ) + + +class Http10Reader: + def __call__(self, buf: ReceiveBuffer) -> Optional[Data]: + data = buf.maybe_extract_at_most(999999999) + if data is None: + return None + return Data(data=data) + + def read_eof(self) -> EndOfMessage: + return EndOfMessage() + + +def expect_nothing(buf: ReceiveBuffer) -> None: + if buf: + raise LocalProtocolError("Got data when expecting EOF") + return None + + +ReadersType = Dict[ + Union[Type[Sentinel], Tuple[Type[Sentinel], Type[Sentinel]]], + Union[Callable[..., Any], Dict[str, Callable[..., Any]]], +] + +READERS: ReadersType = { + (CLIENT, IDLE): maybe_read_from_IDLE_client, + (SERVER, IDLE): maybe_read_from_SEND_RESPONSE_server, + (SERVER, SEND_RESPONSE): maybe_read_from_SEND_RESPONSE_server, + (CLIENT, DONE): expect_nothing, + (CLIENT, MUST_CLOSE): expect_nothing, + (CLIENT, CLOSED): expect_nothing, + (SERVER, DONE): expect_nothing, + (SERVER, MUST_CLOSE): expect_nothing, + (SERVER, CLOSED): expect_nothing, + SEND_BODY: { + "chunked": ChunkedReader, + "content-length": ContentLengthReader, + "http/1.0": Http10Reader, + }, +} diff --git a/venv/lib/python3.11/site-packages/h11/_receivebuffer.py b/venv/lib/python3.11/site-packages/h11/_receivebuffer.py new file mode 100644 index 0000000..e5c4e08 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_receivebuffer.py @@ -0,0 +1,153 @@ +import re +import sys +from typing import List, Optional, Union + +__all__ = ["ReceiveBuffer"] + + +# Operations we want to support: +# - find next \r\n or \r\n\r\n (\n or \n\n are also acceptable), +# or wait until there is one +# - read at-most-N bytes +# Goals: +# - on average, do this fast +# - worst case, do this in O(n) where n is the number of bytes processed +# Plan: +# - store bytearray, offset, how far we've searched for a separator token +# - use the how-far-we've-searched data to avoid rescanning +# - while doing a stream of uninterrupted processing, advance offset instead +# of constantly copying +# WARNING: +# - I haven't benchmarked or profiled any of this yet. +# +# Note that starting in Python 3.4, deleting the initial n bytes from a +# bytearray is amortized O(n), thanks to some excellent work by Antoine +# Martin: +# +# https://bugs.python.org/issue19087 +# +# This means that if we only supported 3.4+, we could get rid of the code here +# involving self._start and self.compress, because it's doing exactly the same +# thing that bytearray now does internally. +# +# BUT unfortunately, we still support 2.7, and reading short segments out of a +# long buffer MUST be O(bytes read) to avoid DoS issues, so we can't actually +# delete this code. Yet: +# +# https://pythonclock.org/ +# +# (Two things to double-check first though: make sure PyPy also has the +# optimization, and benchmark to make sure it's a win, since we do have a +# slightly clever thing where we delay calling compress() until we've +# processed a whole event, which could in theory be slightly more efficient +# than the internal bytearray support.) +blank_line_regex = re.compile(b"\n\r?\n", re.MULTILINE) + + +class ReceiveBuffer: + def __init__(self) -> None: + self._data = bytearray() + self._next_line_search = 0 + self._multiple_lines_search = 0 + + def __iadd__(self, byteslike: Union[bytes, bytearray]) -> "ReceiveBuffer": + self._data += byteslike + return self + + def __bool__(self) -> bool: + return bool(len(self)) + + def __len__(self) -> int: + return len(self._data) + + # for @property unprocessed_data + def __bytes__(self) -> bytes: + return bytes(self._data) + + def _extract(self, count: int) -> bytearray: + # extracting an initial slice of the data buffer and return it + out = self._data[:count] + del self._data[:count] + + self._next_line_search = 0 + self._multiple_lines_search = 0 + + return out + + def maybe_extract_at_most(self, count: int) -> Optional[bytearray]: + """ + Extract a fixed number of bytes from the buffer. + """ + out = self._data[:count] + if not out: + return None + + return self._extract(count) + + def maybe_extract_next_line(self) -> Optional[bytearray]: + """ + Extract the first line, if it is completed in the buffer. + """ + # Only search in buffer space that we've not already looked at. + search_start_index = max(0, self._next_line_search - 1) + partial_idx = self._data.find(b"\r\n", search_start_index) + + if partial_idx == -1: + self._next_line_search = len(self._data) + return None + + # + 2 is to compensate len(b"\r\n") + idx = partial_idx + 2 + + return self._extract(idx) + + def maybe_extract_lines(self) -> Optional[List[bytearray]]: + """ + Extract everything up to the first blank line, and return a list of lines. + """ + # Handle the case where we have an immediate empty line. + if self._data[:1] == b"\n": + self._extract(1) + return [] + + if self._data[:2] == b"\r\n": + self._extract(2) + return [] + + # Only search in buffer space that we've not already looked at. + match = blank_line_regex.search(self._data, self._multiple_lines_search) + if match is None: + self._multiple_lines_search = max(0, len(self._data) - 2) + return None + + # Truncate the buffer and return it. + idx = match.span(0)[-1] + out = self._extract(idx) + lines = out.split(b"\n") + + for line in lines: + if line.endswith(b"\r"): + del line[-1] + + assert lines[-2] == lines[-1] == b"" + + del lines[-2:] + + return lines + + # In theory we should wait until `\r\n` before starting to validate + # incoming data. However it's interesting to detect (very) invalid data + # early given they might not even contain `\r\n` at all (hence only + # timeout will get rid of them). + # This is not a 100% effective detection but more of a cheap sanity check + # allowing for early abort in some useful cases. + # This is especially interesting when peer is messing up with HTTPS and + # sent us a TLS stream where we were expecting plain HTTP given all + # versions of TLS so far start handshake with a 0x16 message type code. + def is_next_line_obviously_invalid_request_line(self) -> bool: + try: + # HTTP header line must not contain non-printable characters + # and should not start with a space + return self._data[0] < 0x21 + except IndexError: + return False diff --git a/venv/lib/python3.11/site-packages/h11/_state.py b/venv/lib/python3.11/site-packages/h11/_state.py new file mode 100644 index 0000000..3593430 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_state.py @@ -0,0 +1,367 @@ +################################################################ +# The core state machine +################################################################ +# +# Rule 1: everything that affects the state machine and state transitions must +# live here in this file. As much as possible goes into the table-based +# representation, but for the bits that don't quite fit, the actual code and +# state must nonetheless live here. +# +# Rule 2: this file does not know about what role we're playing; it only knows +# about HTTP request/response cycles in the abstract. This ensures that we +# don't cheat and apply different rules to local and remote parties. +# +# +# Theory of operation +# =================== +# +# Possibly the simplest way to think about this is that we actually have 5 +# different state machines here. Yes, 5. These are: +# +# 1) The client state, with its complicated automaton (see the docs) +# 2) The server state, with its complicated automaton (see the docs) +# 3) The keep-alive state, with possible states {True, False} +# 4) The SWITCH_CONNECT state, with possible states {False, True} +# 5) The SWITCH_UPGRADE state, with possible states {False, True} +# +# For (3)-(5), the first state listed is the initial state. +# +# (1)-(3) are stored explicitly in member variables. The last +# two are stored implicitly in the pending_switch_proposals set as: +# (state of 4) == (_SWITCH_CONNECT in pending_switch_proposals) +# (state of 5) == (_SWITCH_UPGRADE in pending_switch_proposals) +# +# And each of these machines has two different kinds of transitions: +# +# a) Event-triggered +# b) State-triggered +# +# Event triggered is the obvious thing that you'd think it is: some event +# happens, and if it's the right event at the right time then a transition +# happens. But there are somewhat complicated rules for which machines can +# "see" which events. (As a rule of thumb, if a machine "sees" an event, this +# means two things: the event can affect the machine, and if the machine is +# not in a state where it expects that event then it's an error.) These rules +# are: +# +# 1) The client machine sees all h11.events objects emitted by the client. +# +# 2) The server machine sees all h11.events objects emitted by the server. +# +# It also sees the client's Request event. +# +# And sometimes, server events are annotated with a _SWITCH_* event. For +# example, we can have a (Response, _SWITCH_CONNECT) event, which is +# different from a regular Response event. +# +# 3) The keep-alive machine sees the process_keep_alive_disabled() event +# (which is derived from Request/Response events), and this event +# transitions it from True -> False, or from False -> False. There's no way +# to transition back. +# +# 4&5) The _SWITCH_* machines transition from False->True when we get a +# Request that proposes the relevant type of switch (via +# process_client_switch_proposals), and they go from True->False when we +# get a Response that has no _SWITCH_* annotation. +# +# So that's event-triggered transitions. +# +# State-triggered transitions are less standard. What they do here is couple +# the machines together. The way this works is, when certain *joint* +# configurations of states are achieved, then we automatically transition to a +# new *joint* state. So, for example, if we're ever in a joint state with +# +# client: DONE +# keep-alive: False +# +# then the client state immediately transitions to: +# +# client: MUST_CLOSE +# +# This is fundamentally different from an event-based transition, because it +# doesn't matter how we arrived at the {client: DONE, keep-alive: False} state +# -- maybe the client transitioned SEND_BODY -> DONE, or keep-alive +# transitioned True -> False. Either way, once this precondition is satisfied, +# this transition is immediately triggered. +# +# What if two conflicting state-based transitions get enabled at the same +# time? In practice there's only one case where this arises (client DONE -> +# MIGHT_SWITCH_PROTOCOL versus DONE -> MUST_CLOSE), and we resolve it by +# explicitly prioritizing the DONE -> MIGHT_SWITCH_PROTOCOL transition. +# +# Implementation +# -------------- +# +# The event-triggered transitions for the server and client machines are all +# stored explicitly in a table. Ditto for the state-triggered transitions that +# involve just the server and client state. +# +# The transitions for the other machines, and the state-triggered transitions +# that involve the other machines, are written out as explicit Python code. +# +# It'd be nice if there were some cleaner way to do all this. This isn't +# *too* terrible, but I feel like it could probably be better. +# +# WARNING +# ------- +# +# The script that generates the state machine diagrams for the docs knows how +# to read out the EVENT_TRIGGERED_TRANSITIONS and STATE_TRIGGERED_TRANSITIONS +# tables. But it can't automatically read the transitions that are written +# directly in Python code. So if you touch those, you need to also update the +# script to keep it in sync! +from typing import cast, Dict, Optional, Set, Tuple, Type, Union + +from ._events import * +from ._util import LocalProtocolError, Sentinel + +# Everything in __all__ gets re-exported as part of the h11 public API. +__all__ = [ + "CLIENT", + "SERVER", + "IDLE", + "SEND_RESPONSE", + "SEND_BODY", + "DONE", + "MUST_CLOSE", + "CLOSED", + "MIGHT_SWITCH_PROTOCOL", + "SWITCHED_PROTOCOL", + "ERROR", +] + + +class CLIENT(Sentinel, metaclass=Sentinel): + pass + + +class SERVER(Sentinel, metaclass=Sentinel): + pass + + +# States +class IDLE(Sentinel, metaclass=Sentinel): + pass + + +class SEND_RESPONSE(Sentinel, metaclass=Sentinel): + pass + + +class SEND_BODY(Sentinel, metaclass=Sentinel): + pass + + +class DONE(Sentinel, metaclass=Sentinel): + pass + + +class MUST_CLOSE(Sentinel, metaclass=Sentinel): + pass + + +class CLOSED(Sentinel, metaclass=Sentinel): + pass + + +class ERROR(Sentinel, metaclass=Sentinel): + pass + + +# Switch types +class MIGHT_SWITCH_PROTOCOL(Sentinel, metaclass=Sentinel): + pass + + +class SWITCHED_PROTOCOL(Sentinel, metaclass=Sentinel): + pass + + +class _SWITCH_UPGRADE(Sentinel, metaclass=Sentinel): + pass + + +class _SWITCH_CONNECT(Sentinel, metaclass=Sentinel): + pass + + +EventTransitionType = Dict[ + Type[Sentinel], + Dict[ + Type[Sentinel], + Dict[Union[Type[Event], Tuple[Type[Event], Type[Sentinel]]], Type[Sentinel]], + ], +] + +EVENT_TRIGGERED_TRANSITIONS: EventTransitionType = { + CLIENT: { + IDLE: {Request: SEND_BODY, ConnectionClosed: CLOSED}, + SEND_BODY: {Data: SEND_BODY, EndOfMessage: DONE}, + DONE: {ConnectionClosed: CLOSED}, + MUST_CLOSE: {ConnectionClosed: CLOSED}, + CLOSED: {ConnectionClosed: CLOSED}, + MIGHT_SWITCH_PROTOCOL: {}, + SWITCHED_PROTOCOL: {}, + ERROR: {}, + }, + SERVER: { + IDLE: { + ConnectionClosed: CLOSED, + Response: SEND_BODY, + # Special case: server sees client Request events, in this form + (Request, CLIENT): SEND_RESPONSE, + }, + SEND_RESPONSE: { + InformationalResponse: SEND_RESPONSE, + Response: SEND_BODY, + (InformationalResponse, _SWITCH_UPGRADE): SWITCHED_PROTOCOL, + (Response, _SWITCH_CONNECT): SWITCHED_PROTOCOL, + }, + SEND_BODY: {Data: SEND_BODY, EndOfMessage: DONE}, + DONE: {ConnectionClosed: CLOSED}, + MUST_CLOSE: {ConnectionClosed: CLOSED}, + CLOSED: {ConnectionClosed: CLOSED}, + SWITCHED_PROTOCOL: {}, + ERROR: {}, + }, +} + +StateTransitionType = Dict[ + Tuple[Type[Sentinel], Type[Sentinel]], Dict[Type[Sentinel], Type[Sentinel]] +] + +# NB: there are also some special-case state-triggered transitions hard-coded +# into _fire_state_triggered_transitions below. +STATE_TRIGGERED_TRANSITIONS: StateTransitionType = { + # (Client state, Server state) -> new states + # Protocol negotiation + (MIGHT_SWITCH_PROTOCOL, SWITCHED_PROTOCOL): {CLIENT: SWITCHED_PROTOCOL}, + # Socket shutdown + (CLOSED, DONE): {SERVER: MUST_CLOSE}, + (CLOSED, IDLE): {SERVER: MUST_CLOSE}, + (ERROR, DONE): {SERVER: MUST_CLOSE}, + (DONE, CLOSED): {CLIENT: MUST_CLOSE}, + (IDLE, CLOSED): {CLIENT: MUST_CLOSE}, + (DONE, ERROR): {CLIENT: MUST_CLOSE}, +} + + +class ConnectionState: + def __init__(self) -> None: + # Extra bits of state that don't quite fit into the state model. + + # If this is False then it enables the automatic DONE -> MUST_CLOSE + # transition. Don't set this directly; call .keep_alive_disabled() + self.keep_alive = True + + # This is a subset of {UPGRADE, CONNECT}, containing the proposals + # made by the client for switching protocols. + self.pending_switch_proposals: Set[Type[Sentinel]] = set() + + self.states: Dict[Type[Sentinel], Type[Sentinel]] = {CLIENT: IDLE, SERVER: IDLE} + + def process_error(self, role: Type[Sentinel]) -> None: + self.states[role] = ERROR + self._fire_state_triggered_transitions() + + def process_keep_alive_disabled(self) -> None: + self.keep_alive = False + self._fire_state_triggered_transitions() + + def process_client_switch_proposal(self, switch_event: Type[Sentinel]) -> None: + self.pending_switch_proposals.add(switch_event) + self._fire_state_triggered_transitions() + + def process_event( + self, + role: Type[Sentinel], + event_type: Type[Event], + server_switch_event: Optional[Type[Sentinel]] = None, + ) -> None: + _event_type: Union[Type[Event], Tuple[Type[Event], Type[Sentinel]]] = event_type + if server_switch_event is not None: + assert role is SERVER + if server_switch_event not in self.pending_switch_proposals: + raise LocalProtocolError( + "Received server {} event without a pending proposal".format( + server_switch_event + ) + ) + _event_type = (event_type, server_switch_event) + if server_switch_event is None and _event_type is Response: + self.pending_switch_proposals = set() + self._fire_event_triggered_transitions(role, _event_type) + # Special case: the server state does get to see Request + # events. + if _event_type is Request: + assert role is CLIENT + self._fire_event_triggered_transitions(SERVER, (Request, CLIENT)) + self._fire_state_triggered_transitions() + + def _fire_event_triggered_transitions( + self, + role: Type[Sentinel], + event_type: Union[Type[Event], Tuple[Type[Event], Type[Sentinel]]], + ) -> None: + state = self.states[role] + try: + new_state = EVENT_TRIGGERED_TRANSITIONS[role][state][event_type] + except KeyError: + event_type = cast(Type[Event], event_type) + raise LocalProtocolError( + "can't handle event type {} when role={} and state={}".format( + event_type.__name__, role, self.states[role] + ) + ) from None + self.states[role] = new_state + + def _fire_state_triggered_transitions(self) -> None: + # We apply these rules repeatedly until converging on a fixed point + while True: + start_states = dict(self.states) + + # It could happen that both these special-case transitions are + # enabled at the same time: + # + # DONE -> MIGHT_SWITCH_PROTOCOL + # DONE -> MUST_CLOSE + # + # For example, this will always be true of a HTTP/1.0 client + # requesting CONNECT. If this happens, the protocol switch takes + # priority. From there the client will either go to + # SWITCHED_PROTOCOL, in which case it's none of our business when + # they close the connection, or else the server will deny the + # request, in which case the client will go back to DONE and then + # from there to MUST_CLOSE. + if self.pending_switch_proposals: + if self.states[CLIENT] is DONE: + self.states[CLIENT] = MIGHT_SWITCH_PROTOCOL + + if not self.pending_switch_proposals: + if self.states[CLIENT] is MIGHT_SWITCH_PROTOCOL: + self.states[CLIENT] = DONE + + if not self.keep_alive: + for role in (CLIENT, SERVER): + if self.states[role] is DONE: + self.states[role] = MUST_CLOSE + + # Tabular state-triggered transitions + joint_state = (self.states[CLIENT], self.states[SERVER]) + changes = STATE_TRIGGERED_TRANSITIONS.get(joint_state, {}) + self.states.update(changes) + + if self.states == start_states: + # Fixed point reached + return + + def start_next_cycle(self) -> None: + if self.states != {CLIENT: DONE, SERVER: DONE}: + raise LocalProtocolError( + "not in a reusable state. self.states={}".format(self.states) + ) + # Can't reach DONE/DONE with any of these active, but still, let's be + # sure. + assert self.keep_alive + assert not self.pending_switch_proposals + self.states = {CLIENT: IDLE, SERVER: IDLE} diff --git a/venv/lib/python3.11/site-packages/h11/_util.py b/venv/lib/python3.11/site-packages/h11/_util.py new file mode 100644 index 0000000..6718445 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_util.py @@ -0,0 +1,135 @@ +from typing import Any, Dict, NoReturn, Pattern, Tuple, Type, TypeVar, Union + +__all__ = [ + "ProtocolError", + "LocalProtocolError", + "RemoteProtocolError", + "validate", + "bytesify", +] + + +class ProtocolError(Exception): + """Exception indicating a violation of the HTTP/1.1 protocol. + + This as an abstract base class, with two concrete base classes: + :exc:`LocalProtocolError`, which indicates that you tried to do something + that HTTP/1.1 says is illegal, and :exc:`RemoteProtocolError`, which + indicates that the remote peer tried to do something that HTTP/1.1 says is + illegal. See :ref:`error-handling` for details. + + In addition to the normal :exc:`Exception` features, it has one attribute: + + .. attribute:: error_status_hint + + This gives a suggestion as to what status code a server might use if + this error occurred as part of a request. + + For a :exc:`RemoteProtocolError`, this is useful as a suggestion for + how you might want to respond to a misbehaving peer, if you're + implementing a server. + + For a :exc:`LocalProtocolError`, this can be taken as a suggestion for + how your peer might have responded to *you* if h11 had allowed you to + continue. + + The default is 400 Bad Request, a generic catch-all for protocol + violations. + + """ + + def __init__(self, msg: str, error_status_hint: int = 400) -> None: + if type(self) is ProtocolError: + raise TypeError("tried to directly instantiate ProtocolError") + Exception.__init__(self, msg) + self.error_status_hint = error_status_hint + + +# Strategy: there are a number of public APIs where a LocalProtocolError can +# be raised (send(), all the different event constructors, ...), and only one +# public API where RemoteProtocolError can be raised +# (receive_data()). Therefore we always raise LocalProtocolError internally, +# and then receive_data will translate this into a RemoteProtocolError. +# +# Internally: +# LocalProtocolError is the generic "ProtocolError". +# Externally: +# LocalProtocolError is for local errors and RemoteProtocolError is for +# remote errors. +class LocalProtocolError(ProtocolError): + def _reraise_as_remote_protocol_error(self) -> NoReturn: + # After catching a LocalProtocolError, use this method to re-raise it + # as a RemoteProtocolError. This method must be called from inside an + # except: block. + # + # An easy way to get an equivalent RemoteProtocolError is just to + # modify 'self' in place. + self.__class__ = RemoteProtocolError # type: ignore + # But the re-raising is somewhat non-trivial -- you might think that + # now that we've modified the in-flight exception object, that just + # doing 'raise' to re-raise it would be enough. But it turns out that + # this doesn't work, because Python tracks the exception type + # (exc_info[0]) separately from the exception object (exc_info[1]), + # and we only modified the latter. So we really do need to re-raise + # the new type explicitly. + # On py3, the traceback is part of the exception object, so our + # in-place modification preserved it and we can just re-raise: + raise self + + +class RemoteProtocolError(ProtocolError): + pass + + +def validate( + regex: Pattern[bytes], data: bytes, msg: str = "malformed data", *format_args: Any +) -> Dict[str, bytes]: + match = regex.fullmatch(data) + if not match: + if format_args: + msg = msg.format(*format_args) + raise LocalProtocolError(msg) + return match.groupdict() + + +# Sentinel values +# +# - Inherit identity-based comparison and hashing from object +# - Have a nice repr +# - Have a *bonus property*: type(sentinel) is sentinel +# +# The bonus property is useful if you want to take the return value from +# next_event() and do some sort of dispatch based on type(event). + +_T_Sentinel = TypeVar("_T_Sentinel", bound="Sentinel") + + +class Sentinel(type): + def __new__( + cls: Type[_T_Sentinel], + name: str, + bases: Tuple[type, ...], + namespace: Dict[str, Any], + **kwds: Any + ) -> _T_Sentinel: + assert bases == (Sentinel,) + v = super().__new__(cls, name, bases, namespace, **kwds) + v.__class__ = v # type: ignore + return v + + def __repr__(self) -> str: + return self.__name__ + + +# Used for methods, request targets, HTTP versions, header names, and header +# values. Accepts ascii-strings, or bytes/bytearray/memoryview/..., and always +# returns bytes. +def bytesify(s: Union[bytes, bytearray, memoryview, int, str]) -> bytes: + # Fast-path: + if type(s) is bytes: + return s + if isinstance(s, str): + s = s.encode("ascii") + if isinstance(s, int): + raise TypeError("expected bytes-like object, not int") + return bytes(s) diff --git a/venv/lib/python3.11/site-packages/h11/_version.py b/venv/lib/python3.11/site-packages/h11/_version.py new file mode 100644 index 0000000..4c89113 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_version.py @@ -0,0 +1,16 @@ +# This file must be kept very simple, because it is consumed from several +# places -- it is imported by h11/__init__.py, execfile'd by setup.py, etc. + +# We use a simple scheme: +# 1.0.0 -> 1.0.0+dev -> 1.1.0 -> 1.1.0+dev +# where the +dev versions are never released into the wild, they're just what +# we stick into the VCS in between releases. +# +# This is compatible with PEP 440: +# http://legacy.python.org/dev/peps/pep-0440/ +# via the use of the "local suffix" "+dev", which is disallowed on index +# servers and causes 1.0.0+dev to sort after plain 1.0.0, which is what we +# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before* +# 1.0.0.) + +__version__ = "0.14.0" diff --git a/venv/lib/python3.11/site-packages/h11/_writers.py b/venv/lib/python3.11/site-packages/h11/_writers.py new file mode 100644 index 0000000..939cdb9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_writers.py @@ -0,0 +1,145 @@ +# Code to read HTTP data +# +# Strategy: each writer takes an event + a write-some-bytes function, which is +# calls. +# +# WRITERS is a dict describing how to pick a reader. It maps states to either: +# - a writer +# - or, for body writers, a dict of framin-dependent writer factories + +from typing import Any, Callable, Dict, List, Tuple, Type, Union + +from ._events import Data, EndOfMessage, Event, InformationalResponse, Request, Response +from ._headers import Headers +from ._state import CLIENT, IDLE, SEND_BODY, SEND_RESPONSE, SERVER +from ._util import LocalProtocolError, Sentinel + +__all__ = ["WRITERS"] + +Writer = Callable[[bytes], Any] + + +def write_headers(headers: Headers, write: Writer) -> None: + # "Since the Host field-value is critical information for handling a + # request, a user agent SHOULD generate Host as the first header field + # following the request-line." - RFC 7230 + raw_items = headers._full_items + for raw_name, name, value in raw_items: + if name == b"host": + write(b"%s: %s\r\n" % (raw_name, value)) + for raw_name, name, value in raw_items: + if name != b"host": + write(b"%s: %s\r\n" % (raw_name, value)) + write(b"\r\n") + + +def write_request(request: Request, write: Writer) -> None: + if request.http_version != b"1.1": + raise LocalProtocolError("I only send HTTP/1.1") + write(b"%s %s HTTP/1.1\r\n" % (request.method, request.target)) + write_headers(request.headers, write) + + +# Shared between InformationalResponse and Response +def write_any_response( + response: Union[InformationalResponse, Response], write: Writer +) -> None: + if response.http_version != b"1.1": + raise LocalProtocolError("I only send HTTP/1.1") + status_bytes = str(response.status_code).encode("ascii") + # We don't bother sending ascii status messages like "OK"; they're + # optional and ignored by the protocol. (But the space after the numeric + # status code is mandatory.) + # + # XX FIXME: could at least make an effort to pull out the status message + # from stdlib's http.HTTPStatus table. Or maybe just steal their enums + # (either by import or copy/paste). We already accept them as status codes + # since they're of type IntEnum < int. + write(b"HTTP/1.1 %s %s\r\n" % (status_bytes, response.reason)) + write_headers(response.headers, write) + + +class BodyWriter: + def __call__(self, event: Event, write: Writer) -> None: + if type(event) is Data: + self.send_data(event.data, write) + elif type(event) is EndOfMessage: + self.send_eom(event.headers, write) + else: # pragma: no cover + assert False + + def send_data(self, data: bytes, write: Writer) -> None: + pass + + def send_eom(self, headers: Headers, write: Writer) -> None: + pass + + +# +# These are all careful not to do anything to 'data' except call len(data) and +# write(data). This allows us to transparently pass-through funny objects, +# like placeholder objects referring to files on disk that will be sent via +# sendfile(2). +# +class ContentLengthWriter(BodyWriter): + def __init__(self, length: int) -> None: + self._length = length + + def send_data(self, data: bytes, write: Writer) -> None: + self._length -= len(data) + if self._length < 0: + raise LocalProtocolError("Too much data for declared Content-Length") + write(data) + + def send_eom(self, headers: Headers, write: Writer) -> None: + if self._length != 0: + raise LocalProtocolError("Too little data for declared Content-Length") + if headers: + raise LocalProtocolError("Content-Length and trailers don't mix") + + +class ChunkedWriter(BodyWriter): + def send_data(self, data: bytes, write: Writer) -> None: + # if we encoded 0-length data in the naive way, it would look like an + # end-of-message. + if not data: + return + write(b"%x\r\n" % len(data)) + write(data) + write(b"\r\n") + + def send_eom(self, headers: Headers, write: Writer) -> None: + write(b"0\r\n") + write_headers(headers, write) + + +class Http10Writer(BodyWriter): + def send_data(self, data: bytes, write: Writer) -> None: + write(data) + + def send_eom(self, headers: Headers, write: Writer) -> None: + if headers: + raise LocalProtocolError("can't send trailers to HTTP/1.0 client") + # no need to close the socket ourselves, that will be taken care of by + # Connection: close machinery + + +WritersType = Dict[ + Union[Tuple[Type[Sentinel], Type[Sentinel]], Type[Sentinel]], + Union[ + Dict[str, Type[BodyWriter]], + Callable[[Union[InformationalResponse, Response], Writer], None], + Callable[[Request, Writer], None], + ], +] + +WRITERS: WritersType = { + (CLIENT, IDLE): write_request, + (SERVER, IDLE): write_any_response, + (SERVER, SEND_RESPONSE): write_any_response, + SEND_BODY: { + "chunked": ChunkedWriter, + "content-length": ContentLengthWriter, + "http/1.0": Http10Writer, + }, +} diff --git a/venv/lib/python3.11/site-packages/h11/py.typed b/venv/lib/python3.11/site-packages/h11/py.typed new file mode 100644 index 0000000..f5642f7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/py.typed @@ -0,0 +1 @@ +Marker diff --git a/venv/lib/python3.11/site-packages/h11/tests/__init__.py b/venv/lib/python3.11/site-packages/h11/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5172df0e78fba0d92a1d786b3200e62844c1c561 GIT binary patch literal 186 zcmZ3^%ge<81b#Q)q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnFJJw##3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*L!D zNJ(mONwI!>d}dx|NqoFsLFF$Fo80`A(wtPgB37X3Ap48?fy4)9Mn=XD3^1aI87Kw- DN)Rss literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/helpers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/helpers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e40acc79cb08e48c781c98553a4b4d1fe8991c67 GIT binary patch literal 5106 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79b4fae90ee978842978dcf63fac2867736b9fa6 GIT binary patch literal 8270 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_events.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_events.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35e58bd388006e7e070b65816e2d90e11b3c03a5 GIT binary patch literal 6822 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_headers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_headers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc44f475f997d03303e63d18685870f20c738c7a GIT binary patch literal 9599 zcmeHNTWk|o8lE#V_KY*RIpNxp*h#q5X>Lx)l>iAeB!LhhL9H6?Dl(qIF~oLuW|B~g zl~A>heb~3Vs)Os(9Gl|3BkN>~TtqEQqw) z$>j4n|No!!|K~sVbLOuV6=fVelmGlN^5a&H`xi#+htCC8XCUwwPUTcG&&_ZuuL|=d z#?SBs!{WRU6KBMjYsM9G&$wgKj1-e+WX5yNdtzlXWe_e?r9X)?3jE6OTMoY-_^nXM zG#5~QKt+>3puPafNK@J$7B#~RxH8od&72J%+ zX55U%7qyHu#srMaws=C1h32D4Z8j8FXO|$ThD(YmKJz5pt3F&ft%8Z;}FO;Qfj; z>d8G9>>A)qv>^8srtjuRp*@0A19+ePU5DImt>s9#xYEQ0IYV6LFA1-6%Y<;RLtcLO@n~F`hpmNhKsM>T3syE#NZ^;&{&7d%=);M!hYaO#{sUz+dr-tV~ zPj20G3u@GD5x#IndulJ_*V=Y{}e%!+$eV)-*v9SY7uZ7=?7&6rJ zc7zXJx|ySsPMb(NAOu@ijwQqhCQQ0I{4M^DfS}hv%z~W|ve{A)*ufUa<+1my9*P_1 zHNABt9!{vycqAi*=N97^H5F z{CvVdzxW@YX@wQoi3AAD*8LucDcZIvBG+aAG8#_}Z=X!!vQ&yoKhRr{r|k?4Qjt9SNmPm zw?8F!r{!)cccZI&(2o|Nt9#JZd9-!zdMM{=r__CA+dEBHBX7r2FSMjzXrapbTU`5A zVpjXl(4^x2*N4UEV|u%(uO}tY~vX(eNeFswVU|Jre z@*uWEi^l}8B_70wTJ9KeJJnBG3>>rcr8X?cLk1E|;HF#*(j0QKh4 z7{dWMy-ulOz0(9!P7|iNm-e5gzB4I#DlJb@c?y-=0+tx+pC)KPA>HB@W6q9^guhoB zRy=;%2(!z;0|9F1A=b|QvL@=;{gaC?--ET42T)sBx3K0ooKl9;%8*sJBfqt71y@;? z1AvmQl)pyV3wk|epw|N|1i=5NSS?)eaeTP!=;k101 z%7@X{HW&RkM9|km%-4lla69<0~m;B(03B$j#6%j{l9S9pJ~c%)f+zm))fQ06_lPxxS;c=ToIgEj*A_a^TM zCw$0>Bck-7L=bm-j}hS`A|7)|AISu9k9U+8KIX+yxAd`xAnx^!3Bo6WI3`J-lo7)zw~Jn0sM^f9dTbh^G%pDMAqIYt9S`sX=jylkN%x@SCcd=~m&JR&hEgeY2kcroG;?Z9=+D zJliRyy9wa8ocGl_;oCa#)duO?-30Kv+M3sb!goROwQlLVJ^~nqoy*#Tn>O5vuTDV? z6yD;&IT3N56Tvx0-l@Z7xa%yuL4!2HyM;G>YqvyrXQYa%OLfDk1LSgREhoqo?Z`bB z@F0LaCcB5V!i6Vt?1s;ovs9e()1PNR3FIf1z@y@gh{OKN9HdhU)3I}p^2vYzCm&_7 z&yU0XY%~$ixWe-ZLj$6`JO`JsOK^khF%mJ&gw1UPWnu5nWKT^dmGh?(EiJGuKQcVE zir%n!iFiO*MF+6V^ePDH)c~uwtBz~SEVB#=Wyrat;P;0DuA98xj#3=}aL9miwtfTe z_0~+t2^z4s=23Djme_jXv&+3*wR#`RqRK;f!< zXgci~rQKtx%JFpN_?1zZDb~}m&_;>Z^D^+@=+3q+!#%>C9&va;x^s{KhJm{FV8gNQbts9{`U--x`J=OBMzkCYuz3Z5;toKLQ;6C<2OR%I8dT zVHU<71BN6>h-b_?8hn#m1>~&0wUzZP{JbRpyApjA1m1*y3ssvl4W&2iVgdB0x{WWv$gHUD!Nx@Tiij-UrG5ym)Pzb{(gkC#XD;k|)yg z1T09ZaVcC4;yjAmfNQv>5>!@ODjgQD?5xjvTxc}FLxcx{ga!a)ISCCY2K^Yg0Q`r8 z=Ae6|Uk6`@7H8(ZV;&y9p0YFA*v^vX63m^WUs{ al90|USA^$yKLM8&!ZGq95`O_$IsXel1d^Tr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_helpers.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_helpers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8747b5054b75fd48074050c02f73c8642645a11 GIT binary patch literal 1522 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 MY%GVdSgiB?|D$Ffxc~qF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_receivebuffer.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_receivebuffer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e080b0a7a09c8676b6ed72a2ec8e420ae916510 GIT binary patch literal 4601 zcmb^!OK;modPtG7#1U;du^lIUM0qxHk*KnhGmu?GV^D68a>Q@xn6JbswL${>6fVx*^nrc|=CO>wkY54Mow16>r9qvEBIQN$s$z_JvmMc+f9*PlnaCe>XPgQMZV`8~)|T^nPX8Rl3T93-bLFaGI{Sj?3ea=lm+tHh5*W@% zi;j?YWd6*vok~6VD6^>1%+k_QX0cc>t902cmUWt0)GLdbQZb)dST?UzD^sVk*^E&% z^^*%);i@*T8<{JB0mn>(k2&g|81nqYaB5-M*~5rIG~EYL@pOF+*{GujvC-Q@t3&nI zH;0n-ciH^_4>mr#eRlQioqv6GzQOMYIC*FI_PNz_cZ{!IYw&wZk{e?ymp~3D>KEDF zQ*P15&siS)ucI!2-olCd_^^!+uVvTqu?>9ehfy1!vOMU|kZI#*EDwA`0km&uavdMv zz{h_$+HL5MqV2fWmhipu($-8MIcmiZu1g2&uX78a^k`du#>TH$9{BpN+xU>>L0D$O z#-}Y0e3?K6_N~0jD{vqC#yYO~GD|jo-tvG|?!d}>{m9+4@iEJTW{d~;?7H;q)3OuO zHlDUTfKmlKnmBLc^Ogr;s#jp&-%gC}q)x6&lVCHU-cKB|6NlClM>Y~i>Thr2q&1Rt z!Nyt317Fb>Fq)>f5gzK{?s~tVFSNly?DXK7c37t zONXbZ0aIZ7DP?PU8=tT|*ug{BRmwI@Mo>7~?rmsF*7 z0I+XXE2dsCPnydM`gF>KZ6~u((ux(>Q}?>$ie4~_)yj0LP^ua_;Mw*L(ro>ISS{s|jn}+CYbU1<$rOBDDydMuZ-x5h2v|1E(L}g(EZRh%p4} zL#Z{!0k>0T`BVU6FtI#6&;nVvqO9(el`Jh$rizZh;7F|7&{25gJu(Fs9b<$OPxpu1 zT$SdEl|`*oBz|S+QDFawDYywk9X-A%p!k^EIJS}_O(e*B_|T9xWAVo2+wq3b5Vpb# zb_*w)NE(g$!~c<#V6WZ7V+AFK+x@0y<0DoO`0_}L6ux=kvpM02RCl7V2H+$>S@oSL z^h@Y_&S0qX@eHx{=SXFZUUl$-MzykT(&Ba9k@*YH9S`r5Sr0Tf^ejXo*F+Ekr=!6%za_p7REOv zWh*w)h^{7@VpJV$4x;3-=5Rc&JVY=&VncHT#YY1iCw9;A;z2q3P(Cb*j}Q#acLY^9 e`tzAzM}N7{MDY0UxA>nwJp6|cWcEosYrg|kztEBZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_state.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_state.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d42f7841219a8dbc9e355e1e0e8467fda00a8e74 GIT binary patch literal 15203 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 List[Event]: + got_events = [] + while True: + event = conn.next_event() + if event in (NEED_DATA, PAUSED): + break + event = cast(Event, event) + got_events.append(event) + if type(event) is ConnectionClosed: + break + return got_events + + +def receive_and_get(conn: Connection, data: bytes) -> List[Event]: + conn.receive_data(data) + return get_all_events(conn) + + +# Merges adjacent Data events, converts payloads to bytestrings, and removes +# chunk boundaries. +def normalize_data_events(in_events: List[Event]) -> List[Event]: + out_events: List[Event] = [] + for event in in_events: + if type(event) is Data: + event = Data(data=bytes(event.data), chunk_start=False, chunk_end=False) + if out_events and type(out_events[-1]) is type(event) is Data: + out_events[-1] = Data( + data=out_events[-1].data + event.data, + chunk_start=out_events[-1].chunk_start, + chunk_end=out_events[-1].chunk_end, + ) + else: + out_events.append(event) + return out_events + + +# Given that we want to write tests that push some events through a Connection +# and check that its state updates appropriately... we might as make a habit +# of pushing them through two Connections with a fake network link in +# between. +class ConnectionPair: + def __init__(self) -> None: + self.conn = {CLIENT: Connection(CLIENT), SERVER: Connection(SERVER)} + self.other = {CLIENT: SERVER, SERVER: CLIENT} + + @property + def conns(self) -> ValuesView[Connection]: + return self.conn.values() + + # expect="match" if expect=send_events; expect=[...] to say what expected + def send( + self, + role: Type[Sentinel], + send_events: Union[List[Event], Event], + expect: Union[List[Event], Event, Literal["match"]] = "match", + ) -> bytes: + if not isinstance(send_events, list): + send_events = [send_events] + data = b"" + closed = False + for send_event in send_events: + new_data = self.conn[role].send(send_event) + if new_data is None: + closed = True + else: + data += new_data + # send uses b"" to mean b"", and None to mean closed + # receive uses b"" to mean closed, and None to mean "try again" + # so we have to translate between the two conventions + if data: + self.conn[self.other[role]].receive_data(data) + if closed: + self.conn[self.other[role]].receive_data(b"") + got_events = get_all_events(self.conn[self.other[role]]) + if expect == "match": + expect = send_events + if not isinstance(expect, list): + expect = [expect] + assert got_events == expect + return data diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_against_stdlib_http.py b/venv/lib/python3.11/site-packages/h11/tests/test_against_stdlib_http.py new file mode 100644 index 0000000..d2ee131 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_against_stdlib_http.py @@ -0,0 +1,115 @@ +import json +import os.path +import socket +import socketserver +import threading +from contextlib import closing, contextmanager +from http.server import SimpleHTTPRequestHandler +from typing import Callable, Generator +from urllib.request import urlopen + +import h11 + + +@contextmanager +def socket_server( + handler: Callable[..., socketserver.BaseRequestHandler] +) -> Generator[socketserver.TCPServer, None, None]: + httpd = socketserver.TCPServer(("127.0.0.1", 0), handler) + thread = threading.Thread( + target=httpd.serve_forever, kwargs={"poll_interval": 0.01} + ) + thread.daemon = True + try: + thread.start() + yield httpd + finally: + httpd.shutdown() + + +test_file_path = os.path.join(os.path.dirname(__file__), "data/test-file") +with open(test_file_path, "rb") as f: + test_file_data = f.read() + + +class SingleMindedRequestHandler(SimpleHTTPRequestHandler): + def translate_path(self, path: str) -> str: + return test_file_path + + +def test_h11_as_client() -> None: + with socket_server(SingleMindedRequestHandler) as httpd: + with closing(socket.create_connection(httpd.server_address)) as s: + c = h11.Connection(h11.CLIENT) + + s.sendall( + c.send( # type: ignore[arg-type] + h11.Request( + method="GET", target="/foo", headers=[("Host", "localhost")] + ) + ) + ) + s.sendall(c.send(h11.EndOfMessage())) # type: ignore[arg-type] + + data = bytearray() + while True: + event = c.next_event() + print(event) + if event is h11.NEED_DATA: + # Use a small read buffer to make things more challenging + # and exercise more paths :-) + c.receive_data(s.recv(10)) + continue + if type(event) is h11.Response: + assert event.status_code == 200 + if type(event) is h11.Data: + data += event.data + if type(event) is h11.EndOfMessage: + break + assert bytes(data) == test_file_data + + +class H11RequestHandler(socketserver.BaseRequestHandler): + def handle(self) -> None: + with closing(self.request) as s: + c = h11.Connection(h11.SERVER) + request = None + while True: + event = c.next_event() + if event is h11.NEED_DATA: + # Use a small read buffer to make things more challenging + # and exercise more paths :-) + c.receive_data(s.recv(10)) + continue + if type(event) is h11.Request: + request = event + if type(event) is h11.EndOfMessage: + break + assert request is not None + info = json.dumps( + { + "method": request.method.decode("ascii"), + "target": request.target.decode("ascii"), + "headers": { + name.decode("ascii"): value.decode("ascii") + for (name, value) in request.headers + }, + } + ) + s.sendall(c.send(h11.Response(status_code=200, headers=[]))) # type: ignore[arg-type] + s.sendall(c.send(h11.Data(data=info.encode("ascii")))) + s.sendall(c.send(h11.EndOfMessage())) + + +def test_h11_as_server() -> None: + with socket_server(H11RequestHandler) as httpd: + host, port = httpd.server_address + url = "http://{}:{}/some-path".format(host, port) + with closing(urlopen(url)) as f: + assert f.getcode() == 200 + data = f.read() + info = json.loads(data.decode("ascii")) + print(info) + assert info["method"] == "GET" + assert info["target"] == "/some-path" + assert "urllib" in info["headers"]["user-agent"] diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_connection.py b/venv/lib/python3.11/site-packages/h11/tests/test_connection.py new file mode 100644 index 0000000..73a27b9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_connection.py @@ -0,0 +1,1122 @@ +from typing import Any, cast, Dict, List, Optional, Tuple, Type + +import pytest + +from .._connection import _body_framing, _keep_alive, Connection, NEED_DATA, PAUSED +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .._state import ( + CLIENT, + CLOSED, + DONE, + ERROR, + IDLE, + MIGHT_SWITCH_PROTOCOL, + MUST_CLOSE, + SEND_BODY, + SEND_RESPONSE, + SERVER, + SWITCHED_PROTOCOL, +) +from .._util import LocalProtocolError, RemoteProtocolError, Sentinel +from .helpers import ConnectionPair, get_all_events, receive_and_get + + +def test__keep_alive() -> None: + assert _keep_alive( + Request(method="GET", target="/", headers=[("Host", "Example.com")]) + ) + assert not _keep_alive( + Request( + method="GET", + target="/", + headers=[("Host", "Example.com"), ("Connection", "close")], + ) + ) + assert not _keep_alive( + Request( + method="GET", + target="/", + headers=[("Host", "Example.com"), ("Connection", "a, b, cLOse, foo")], + ) + ) + assert not _keep_alive( + Request(method="GET", target="/", headers=[], http_version="1.0") # type: ignore[arg-type] + ) + + assert _keep_alive(Response(status_code=200, headers=[])) # type: ignore[arg-type] + assert not _keep_alive(Response(status_code=200, headers=[("Connection", "close")])) + assert not _keep_alive( + Response(status_code=200, headers=[("Connection", "a, b, cLOse, foo")]) + ) + assert not _keep_alive(Response(status_code=200, headers=[], http_version="1.0")) # type: ignore[arg-type] + + +def test__body_framing() -> None: + def headers(cl: Optional[int], te: bool) -> List[Tuple[str, str]]: + headers = [] + if cl is not None: + headers.append(("Content-Length", str(cl))) + if te: + headers.append(("Transfer-Encoding", "chunked")) + return headers + + def resp( + status_code: int = 200, cl: Optional[int] = None, te: bool = False + ) -> Response: + return Response(status_code=status_code, headers=headers(cl, te)) + + def req(cl: Optional[int] = None, te: bool = False) -> Request: + h = headers(cl, te) + h += [("Host", "example.com")] + return Request(method="GET", target="/", headers=h) + + # Special cases where the headers are ignored: + for kwargs in [{}, {"cl": 100}, {"te": True}, {"cl": 100, "te": True}]: + kwargs = cast(Dict[str, Any], kwargs) + for meth, r in [ + (b"HEAD", resp(**kwargs)), + (b"GET", resp(status_code=204, **kwargs)), + (b"GET", resp(status_code=304, **kwargs)), + ]: + assert _body_framing(meth, r) == ("content-length", (0,)) + + # Transfer-encoding + for kwargs in [{"te": True}, {"cl": 100, "te": True}]: + kwargs = cast(Dict[str, Any], kwargs) + for meth, r in [(None, req(**kwargs)), (b"GET", resp(**kwargs))]: # type: ignore + assert _body_framing(meth, r) == ("chunked", ()) + + # Content-Length + for meth, r in [(None, req(cl=100)), (b"GET", resp(cl=100))]: # type: ignore + assert _body_framing(meth, r) == ("content-length", (100,)) + + # No headers + assert _body_framing(None, req()) == ("content-length", (0,)) # type: ignore + assert _body_framing(b"GET", resp()) == ("http/1.0", ()) + + +def test_Connection_basics_and_content_length() -> None: + with pytest.raises(ValueError): + Connection("CLIENT") # type: ignore + + p = ConnectionPair() + assert p.conn[CLIENT].our_role is CLIENT + assert p.conn[CLIENT].their_role is SERVER + assert p.conn[SERVER].our_role is SERVER + assert p.conn[SERVER].their_role is CLIENT + + data = p.send( + CLIENT, + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Content-Length", "10")], + ), + ) + assert data == ( + b"GET / HTTP/1.1\r\n" b"Host: example.com\r\n" b"Content-Length: 10\r\n\r\n" + ) + + for conn in p.conns: + assert conn.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + assert p.conn[CLIENT].our_state is SEND_BODY + assert p.conn[CLIENT].their_state is SEND_RESPONSE + assert p.conn[SERVER].our_state is SEND_RESPONSE + assert p.conn[SERVER].their_state is SEND_BODY + + assert p.conn[CLIENT].their_http_version is None + assert p.conn[SERVER].their_http_version == b"1.1" + + data = p.send(SERVER, InformationalResponse(status_code=100, headers=[])) # type: ignore[arg-type] + assert data == b"HTTP/1.1 100 \r\n\r\n" + + data = p.send(SERVER, Response(status_code=200, headers=[("Content-Length", "11")])) + assert data == b"HTTP/1.1 200 \r\nContent-Length: 11\r\n\r\n" + + for conn in p.conns: + assert conn.states == {CLIENT: SEND_BODY, SERVER: SEND_BODY} + + assert p.conn[CLIENT].their_http_version == b"1.1" + assert p.conn[SERVER].their_http_version == b"1.1" + + data = p.send(CLIENT, Data(data=b"12345")) + assert data == b"12345" + data = p.send( + CLIENT, Data(data=b"67890"), expect=[Data(data=b"67890"), EndOfMessage()] + ) + assert data == b"67890" + data = p.send(CLIENT, EndOfMessage(), expect=[]) + assert data == b"" + + for conn in p.conns: + assert conn.states == {CLIENT: DONE, SERVER: SEND_BODY} + + data = p.send(SERVER, Data(data=b"1234567890")) + assert data == b"1234567890" + data = p.send(SERVER, Data(data=b"1"), expect=[Data(data=b"1"), EndOfMessage()]) + assert data == b"1" + data = p.send(SERVER, EndOfMessage(), expect=[]) + assert data == b"" + + for conn in p.conns: + assert conn.states == {CLIENT: DONE, SERVER: DONE} + + +def test_chunked() -> None: + p = ConnectionPair() + + p.send( + CLIENT, + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Transfer-Encoding", "chunked")], + ), + ) + data = p.send(CLIENT, Data(data=b"1234567890", chunk_start=True, chunk_end=True)) + assert data == b"a\r\n1234567890\r\n" + data = p.send(CLIENT, Data(data=b"abcde", chunk_start=True, chunk_end=True)) + assert data == b"5\r\nabcde\r\n" + data = p.send(CLIENT, Data(data=b""), expect=[]) + assert data == b"" + data = p.send(CLIENT, EndOfMessage(headers=[("hello", "there")])) + assert data == b"0\r\nhello: there\r\n\r\n" + + p.send( + SERVER, Response(status_code=200, headers=[("Transfer-Encoding", "chunked")]) + ) + p.send(SERVER, Data(data=b"54321", chunk_start=True, chunk_end=True)) + p.send(SERVER, Data(data=b"12345", chunk_start=True, chunk_end=True)) + p.send(SERVER, EndOfMessage()) + + for conn in p.conns: + assert conn.states == {CLIENT: DONE, SERVER: DONE} + + +def test_chunk_boundaries() -> None: + conn = Connection(our_role=SERVER) + + request = ( + b"POST / HTTP/1.1\r\n" + b"Host: example.com\r\n" + b"Transfer-Encoding: chunked\r\n" + b"\r\n" + ) + conn.receive_data(request) + assert conn.next_event() == Request( + method="POST", + target="/", + headers=[("Host", "example.com"), ("Transfer-Encoding", "chunked")], + ) + assert conn.next_event() is NEED_DATA + + conn.receive_data(b"5\r\nhello\r\n") + assert conn.next_event() == Data(data=b"hello", chunk_start=True, chunk_end=True) + + conn.receive_data(b"5\r\nhel") + assert conn.next_event() == Data(data=b"hel", chunk_start=True, chunk_end=False) + + conn.receive_data(b"l") + assert conn.next_event() == Data(data=b"l", chunk_start=False, chunk_end=False) + + conn.receive_data(b"o\r\n") + assert conn.next_event() == Data(data=b"o", chunk_start=False, chunk_end=True) + + conn.receive_data(b"5\r\nhello") + assert conn.next_event() == Data(data=b"hello", chunk_start=True, chunk_end=True) + + conn.receive_data(b"\r\n") + assert conn.next_event() == NEED_DATA + + conn.receive_data(b"0\r\n\r\n") + assert conn.next_event() == EndOfMessage() + + +def test_client_talking_to_http10_server() -> None: + c = Connection(CLIENT) + c.send(Request(method="GET", target="/", headers=[("Host", "example.com")])) + c.send(EndOfMessage()) + assert c.our_state is DONE + # No content-length, so Http10 framing for body + assert receive_and_get(c, b"HTTP/1.0 200 OK\r\n\r\n") == [ + Response(status_code=200, headers=[], http_version="1.0", reason=b"OK") # type: ignore[arg-type] + ] + assert c.our_state is MUST_CLOSE + assert receive_and_get(c, b"12345") == [Data(data=b"12345")] + assert receive_and_get(c, b"67890") == [Data(data=b"67890")] + assert receive_and_get(c, b"") == [EndOfMessage(), ConnectionClosed()] + assert c.their_state is CLOSED + + +def test_server_talking_to_http10_client() -> None: + c = Connection(SERVER) + # No content-length, so no body + # NB: no host header + assert receive_and_get(c, b"GET / HTTP/1.0\r\n\r\n") == [ + Request(method="GET", target="/", headers=[], http_version="1.0"), # type: ignore[arg-type] + EndOfMessage(), + ] + assert c.their_state is MUST_CLOSE + + # We automatically Connection: close back at them + assert ( + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + == b"HTTP/1.1 200 \r\nConnection: close\r\n\r\n" + ) + + assert c.send(Data(data=b"12345")) == b"12345" + assert c.send(EndOfMessage()) == b"" + assert c.our_state is MUST_CLOSE + + # Check that it works if they do send Content-Length + c = Connection(SERVER) + # NB: no host header + assert receive_and_get(c, b"POST / HTTP/1.0\r\nContent-Length: 10\r\n\r\n1") == [ + Request( + method="POST", + target="/", + headers=[("Content-Length", "10")], + http_version="1.0", + ), + Data(data=b"1"), + ] + assert receive_and_get(c, b"234567890") == [Data(data=b"234567890"), EndOfMessage()] + assert c.their_state is MUST_CLOSE + assert receive_and_get(c, b"") == [ConnectionClosed()] + + +def test_automatic_transfer_encoding_in_response() -> None: + # Check that in responses, the user can specify either Transfer-Encoding: + # chunked or no framing at all, and in both cases we automatically select + # the right option depending on whether the peer speaks HTTP/1.0 or + # HTTP/1.1 + for user_headers in [ + [("Transfer-Encoding", "chunked")], + [], + # In fact, this even works if Content-Length is set, + # because if both are set then Transfer-Encoding wins + [("Transfer-Encoding", "chunked"), ("Content-Length", "100")], + ]: + user_headers = cast(List[Tuple[str, str]], user_headers) + p = ConnectionPair() + p.send( + CLIENT, + [ + Request(method="GET", target="/", headers=[("Host", "example.com")]), + EndOfMessage(), + ], + ) + # When speaking to HTTP/1.1 client, all of the above cases get + # normalized to Transfer-Encoding: chunked + p.send( + SERVER, + Response(status_code=200, headers=user_headers), + expect=Response( + status_code=200, headers=[("Transfer-Encoding", "chunked")] + ), + ) + + # When speaking to HTTP/1.0 client, all of the above cases get + # normalized to no-framing-headers + c = Connection(SERVER) + receive_and_get(c, b"GET / HTTP/1.0\r\n\r\n") + assert ( + c.send(Response(status_code=200, headers=user_headers)) + == b"HTTP/1.1 200 \r\nConnection: close\r\n\r\n" + ) + assert c.send(Data(data=b"12345")) == b"12345" + + +def test_automagic_connection_close_handling() -> None: + p = ConnectionPair() + # If the user explicitly sets Connection: close, then we notice and + # respect it + p.send( + CLIENT, + [ + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Connection", "close")], + ), + EndOfMessage(), + ], + ) + for conn in p.conns: + assert conn.states[CLIENT] is MUST_CLOSE + # And if the client sets it, the server automatically echoes it back + p.send( + SERVER, + # no header here... + [Response(status_code=204, headers=[]), EndOfMessage()], # type: ignore[arg-type] + # ...but oh look, it arrived anyway + expect=[ + Response(status_code=204, headers=[("connection", "close")]), + EndOfMessage(), + ], + ) + for conn in p.conns: + assert conn.states == {CLIENT: MUST_CLOSE, SERVER: MUST_CLOSE} + + +def test_100_continue() -> None: + def setup() -> ConnectionPair: + p = ConnectionPair() + p.send( + CLIENT, + Request( + method="GET", + target="/", + headers=[ + ("Host", "example.com"), + ("Content-Length", "100"), + ("Expect", "100-continue"), + ], + ), + ) + for conn in p.conns: + assert conn.client_is_waiting_for_100_continue + assert not p.conn[CLIENT].they_are_waiting_for_100_continue + assert p.conn[SERVER].they_are_waiting_for_100_continue + return p + + # Disabled by 100 Continue + p = setup() + p.send(SERVER, InformationalResponse(status_code=100, headers=[])) # type: ignore[arg-type] + for conn in p.conns: + assert not conn.client_is_waiting_for_100_continue + assert not conn.they_are_waiting_for_100_continue + + # Disabled by a real response + p = setup() + p.send( + SERVER, Response(status_code=200, headers=[("Transfer-Encoding", "chunked")]) + ) + for conn in p.conns: + assert not conn.client_is_waiting_for_100_continue + assert not conn.they_are_waiting_for_100_continue + + # Disabled by the client going ahead and sending stuff anyway + p = setup() + p.send(CLIENT, Data(data=b"12345")) + for conn in p.conns: + assert not conn.client_is_waiting_for_100_continue + assert not conn.they_are_waiting_for_100_continue + + +def test_max_incomplete_event_size_countermeasure() -> None: + # Infinitely long headers are definitely not okay + c = Connection(SERVER) + c.receive_data(b"GET / HTTP/1.0\r\nEndless: ") + assert c.next_event() is NEED_DATA + with pytest.raises(RemoteProtocolError): + while True: + c.receive_data(b"a" * 1024) + c.next_event() + + # Checking that the same header is accepted / rejected depending on the + # max_incomplete_event_size setting: + c = Connection(SERVER, max_incomplete_event_size=5000) + c.receive_data(b"GET / HTTP/1.0\r\nBig: ") + c.receive_data(b"a" * 4000) + c.receive_data(b"\r\n\r\n") + assert get_all_events(c) == [ + Request( + method="GET", target="/", http_version="1.0", headers=[("big", "a" * 4000)] + ), + EndOfMessage(), + ] + + c = Connection(SERVER, max_incomplete_event_size=4000) + c.receive_data(b"GET / HTTP/1.0\r\nBig: ") + c.receive_data(b"a" * 4000) + with pytest.raises(RemoteProtocolError): + c.next_event() + + # Temporarily exceeding the size limit is fine, as long as its done with + # complete events: + c = Connection(SERVER, max_incomplete_event_size=5000) + c.receive_data(b"GET / HTTP/1.0\r\nContent-Length: 10000") + c.receive_data(b"\r\n\r\n" + b"a" * 10000) + assert get_all_events(c) == [ + Request( + method="GET", + target="/", + http_version="1.0", + headers=[("Content-Length", "10000")], + ), + Data(data=b"a" * 10000), + EndOfMessage(), + ] + + c = Connection(SERVER, max_incomplete_event_size=100) + # Two pipelined requests to create a way-too-big receive buffer... but + # it's fine because we're not checking + c.receive_data( + b"GET /1 HTTP/1.1\r\nHost: a\r\n\r\n" + b"GET /2 HTTP/1.1\r\nHost: b\r\n\r\n" + b"X" * 1000 + ) + assert get_all_events(c) == [ + Request(method="GET", target="/1", headers=[("host", "a")]), + EndOfMessage(), + ] + # Even more data comes in, still no problem + c.receive_data(b"X" * 1000) + # We can respond and reuse to get the second pipelined request + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + c.start_next_cycle() + assert get_all_events(c) == [ + Request(method="GET", target="/2", headers=[("host", "b")]), + EndOfMessage(), + ] + # But once we unpause and try to read the next message, and find that it's + # incomplete and the buffer is *still* way too large, then *that's* a + # problem: + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + c.start_next_cycle() + with pytest.raises(RemoteProtocolError): + c.next_event() + + +def test_reuse_simple() -> None: + p = ConnectionPair() + p.send( + CLIENT, + [Request(method="GET", target="/", headers=[("Host", "a")]), EndOfMessage()], + ) + p.send( + SERVER, + [ + Response(status_code=200, headers=[(b"transfer-encoding", b"chunked")]), + EndOfMessage(), + ], + ) + for conn in p.conns: + assert conn.states == {CLIENT: DONE, SERVER: DONE} + conn.start_next_cycle() + + p.send( + CLIENT, + [ + Request(method="DELETE", target="/foo", headers=[("Host", "a")]), + EndOfMessage(), + ], + ) + p.send( + SERVER, + [ + Response(status_code=404, headers=[(b"transfer-encoding", b"chunked")]), + EndOfMessage(), + ], + ) + + +def test_pipelining() -> None: + # Client doesn't support pipelining, so we have to do this by hand + c = Connection(SERVER) + assert c.next_event() is NEED_DATA + # 3 requests all bunched up + c.receive_data( + b"GET /1 HTTP/1.1\r\nHost: a.com\r\nContent-Length: 5\r\n\r\n" + b"12345" + b"GET /2 HTTP/1.1\r\nHost: a.com\r\nContent-Length: 5\r\n\r\n" + b"67890" + b"GET /3 HTTP/1.1\r\nHost: a.com\r\n\r\n" + ) + assert get_all_events(c) == [ + Request( + method="GET", + target="/1", + headers=[("Host", "a.com"), ("Content-Length", "5")], + ), + Data(data=b"12345"), + EndOfMessage(), + ] + assert c.their_state is DONE + assert c.our_state is SEND_RESPONSE + + assert c.next_event() is PAUSED + + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + assert c.their_state is DONE + assert c.our_state is DONE + + c.start_next_cycle() + + assert get_all_events(c) == [ + Request( + method="GET", + target="/2", + headers=[("Host", "a.com"), ("Content-Length", "5")], + ), + Data(data=b"67890"), + EndOfMessage(), + ] + assert c.next_event() is PAUSED + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + c.start_next_cycle() + + assert get_all_events(c) == [ + Request(method="GET", target="/3", headers=[("Host", "a.com")]), + EndOfMessage(), + ] + # Doesn't pause this time, no trailing data + assert c.next_event() is NEED_DATA + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + + # Arrival of more data triggers pause + assert c.next_event() is NEED_DATA + c.receive_data(b"SADF") + assert c.next_event() is PAUSED + assert c.trailing_data == (b"SADF", False) + # If EOF arrives while paused, we don't see that either: + c.receive_data(b"") + assert c.trailing_data == (b"SADF", True) + assert c.next_event() is PAUSED + c.receive_data(b"") + assert c.next_event() is PAUSED + # Can't call receive_data with non-empty buf after closing it + with pytest.raises(RuntimeError): + c.receive_data(b"FDSA") + + +def test_protocol_switch() -> None: + for (req, deny, accept) in [ + ( + Request( + method="CONNECT", + target="example.com:443", + headers=[("Host", "foo"), ("Content-Length", "1")], + ), + Response(status_code=404, headers=[(b"transfer-encoding", b"chunked")]), + Response(status_code=200, headers=[(b"transfer-encoding", b"chunked")]), + ), + ( + Request( + method="GET", + target="/", + headers=[("Host", "foo"), ("Content-Length", "1"), ("Upgrade", "a, b")], + ), + Response(status_code=200, headers=[(b"transfer-encoding", b"chunked")]), + InformationalResponse(status_code=101, headers=[("Upgrade", "a")]), + ), + ( + Request( + method="CONNECT", + target="example.com:443", + headers=[("Host", "foo"), ("Content-Length", "1"), ("Upgrade", "a, b")], + ), + Response(status_code=404, headers=[(b"transfer-encoding", b"chunked")]), + # Accept CONNECT, not upgrade + Response(status_code=200, headers=[(b"transfer-encoding", b"chunked")]), + ), + ( + Request( + method="CONNECT", + target="example.com:443", + headers=[("Host", "foo"), ("Content-Length", "1"), ("Upgrade", "a, b")], + ), + Response(status_code=404, headers=[(b"transfer-encoding", b"chunked")]), + # Accept Upgrade, not CONNECT + InformationalResponse(status_code=101, headers=[("Upgrade", "b")]), + ), + ]: + + def setup() -> ConnectionPair: + p = ConnectionPair() + p.send(CLIENT, req) + # No switch-related state change stuff yet; the client has to + # finish the request before that kicks in + for conn in p.conns: + assert conn.states[CLIENT] is SEND_BODY + p.send(CLIENT, [Data(data=b"1"), EndOfMessage()]) + for conn in p.conns: + assert conn.states[CLIENT] is MIGHT_SWITCH_PROTOCOL + assert p.conn[SERVER].next_event() is PAUSED + return p + + # Test deny case + p = setup() + p.send(SERVER, deny) + for conn in p.conns: + assert conn.states == {CLIENT: DONE, SERVER: SEND_BODY} + p.send(SERVER, EndOfMessage()) + # Check that re-use is still allowed after a denial + for conn in p.conns: + conn.start_next_cycle() + + # Test accept case + p = setup() + p.send(SERVER, accept) + for conn in p.conns: + assert conn.states == {CLIENT: SWITCHED_PROTOCOL, SERVER: SWITCHED_PROTOCOL} + conn.receive_data(b"123") + assert conn.next_event() is PAUSED + conn.receive_data(b"456") + assert conn.next_event() is PAUSED + assert conn.trailing_data == (b"123456", False) + + # Pausing in might-switch, then recovery + # (weird artificial case where the trailing data actually is valid + # HTTP for some reason, because this makes it easier to test the state + # logic) + p = setup() + sc = p.conn[SERVER] + sc.receive_data(b"GET / HTTP/1.0\r\n\r\n") + assert sc.next_event() is PAUSED + assert sc.trailing_data == (b"GET / HTTP/1.0\r\n\r\n", False) + sc.send(deny) + assert sc.next_event() is PAUSED + sc.send(EndOfMessage()) + sc.start_next_cycle() + assert get_all_events(sc) == [ + Request(method="GET", target="/", headers=[], http_version="1.0"), # type: ignore[arg-type] + EndOfMessage(), + ] + + # When we're DONE, have no trailing data, and the connection gets + # closed, we report ConnectionClosed(). When we're in might-switch or + # switched, we don't. + p = setup() + sc = p.conn[SERVER] + sc.receive_data(b"") + assert sc.next_event() is PAUSED + assert sc.trailing_data == (b"", True) + p.send(SERVER, accept) + assert sc.next_event() is PAUSED + + p = setup() + sc = p.conn[SERVER] + sc.receive_data(b"") + assert sc.next_event() is PAUSED + sc.send(deny) + assert sc.next_event() == ConnectionClosed() + + # You can't send after switching protocols, or while waiting for a + # protocol switch + p = setup() + with pytest.raises(LocalProtocolError): + p.conn[CLIENT].send( + Request(method="GET", target="/", headers=[("Host", "a")]) + ) + p = setup() + p.send(SERVER, accept) + with pytest.raises(LocalProtocolError): + p.conn[SERVER].send(Data(data=b"123")) + + +def test_close_simple() -> None: + # Just immediately closing a new connection without anything having + # happened yet. + for (who_shot_first, who_shot_second) in [(CLIENT, SERVER), (SERVER, CLIENT)]: + + def setup() -> ConnectionPair: + p = ConnectionPair() + p.send(who_shot_first, ConnectionClosed()) + for conn in p.conns: + assert conn.states == { + who_shot_first: CLOSED, + who_shot_second: MUST_CLOSE, + } + return p + + # You can keep putting b"" into a closed connection, and you keep + # getting ConnectionClosed() out: + p = setup() + assert p.conn[who_shot_second].next_event() == ConnectionClosed() + assert p.conn[who_shot_second].next_event() == ConnectionClosed() + p.conn[who_shot_second].receive_data(b"") + assert p.conn[who_shot_second].next_event() == ConnectionClosed() + # Second party can close... + p = setup() + p.send(who_shot_second, ConnectionClosed()) + for conn in p.conns: + assert conn.our_state is CLOSED + assert conn.their_state is CLOSED + # But trying to receive new data on a closed connection is a + # RuntimeError (not ProtocolError, because the problem here isn't + # violation of HTTP, it's violation of physics) + p = setup() + with pytest.raises(RuntimeError): + p.conn[who_shot_second].receive_data(b"123") + # And receiving new data on a MUST_CLOSE connection is a ProtocolError + p = setup() + p.conn[who_shot_first].receive_data(b"GET") + with pytest.raises(RemoteProtocolError): + p.conn[who_shot_first].next_event() + + +def test_close_different_states() -> None: + req = [ + Request(method="GET", target="/foo", headers=[("Host", "a")]), + EndOfMessage(), + ] + resp = [ + Response(status_code=200, headers=[(b"transfer-encoding", b"chunked")]), + EndOfMessage(), + ] + + # Client before request + p = ConnectionPair() + p.send(CLIENT, ConnectionClosed()) + for conn in p.conns: + assert conn.states == {CLIENT: CLOSED, SERVER: MUST_CLOSE} + + # Client after request + p = ConnectionPair() + p.send(CLIENT, req) + p.send(CLIENT, ConnectionClosed()) + for conn in p.conns: + assert conn.states == {CLIENT: CLOSED, SERVER: SEND_RESPONSE} + + # Server after request -> not allowed + p = ConnectionPair() + p.send(CLIENT, req) + with pytest.raises(LocalProtocolError): + p.conn[SERVER].send(ConnectionClosed()) + p.conn[CLIENT].receive_data(b"") + with pytest.raises(RemoteProtocolError): + p.conn[CLIENT].next_event() + + # Server after response + p = ConnectionPair() + p.send(CLIENT, req) + p.send(SERVER, resp) + p.send(SERVER, ConnectionClosed()) + for conn in p.conns: + assert conn.states == {CLIENT: MUST_CLOSE, SERVER: CLOSED} + + # Both after closing (ConnectionClosed() is idempotent) + p = ConnectionPair() + p.send(CLIENT, req) + p.send(SERVER, resp) + p.send(CLIENT, ConnectionClosed()) + p.send(SERVER, ConnectionClosed()) + p.send(CLIENT, ConnectionClosed()) + p.send(SERVER, ConnectionClosed()) + + # In the middle of sending -> not allowed + p = ConnectionPair() + p.send( + CLIENT, + Request( + method="GET", target="/", headers=[("Host", "a"), ("Content-Length", "10")] + ), + ) + with pytest.raises(LocalProtocolError): + p.conn[CLIENT].send(ConnectionClosed()) + p.conn[SERVER].receive_data(b"") + with pytest.raises(RemoteProtocolError): + p.conn[SERVER].next_event() + + +# Receive several requests and then client shuts down their side of the +# connection; we can respond to each +def test_pipelined_close() -> None: + c = Connection(SERVER) + # 2 requests then a close + c.receive_data( + b"GET /1 HTTP/1.1\r\nHost: a.com\r\nContent-Length: 5\r\n\r\n" + b"12345" + b"GET /2 HTTP/1.1\r\nHost: a.com\r\nContent-Length: 5\r\n\r\n" + b"67890" + ) + c.receive_data(b"") + assert get_all_events(c) == [ + Request( + method="GET", + target="/1", + headers=[("host", "a.com"), ("content-length", "5")], + ), + Data(data=b"12345"), + EndOfMessage(), + ] + assert c.states[CLIENT] is DONE + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + assert c.states[SERVER] is DONE + c.start_next_cycle() + assert get_all_events(c) == [ + Request( + method="GET", + target="/2", + headers=[("host", "a.com"), ("content-length", "5")], + ), + Data(data=b"67890"), + EndOfMessage(), + ConnectionClosed(), + ] + assert c.states == {CLIENT: CLOSED, SERVER: SEND_RESPONSE} + c.send(Response(status_code=200, headers=[])) # type: ignore[arg-type] + c.send(EndOfMessage()) + assert c.states == {CLIENT: CLOSED, SERVER: MUST_CLOSE} + c.send(ConnectionClosed()) + assert c.states == {CLIENT: CLOSED, SERVER: CLOSED} + + +def test_sendfile() -> None: + class SendfilePlaceholder: + def __len__(self) -> int: + return 10 + + placeholder = SendfilePlaceholder() + + def setup( + header: Tuple[str, str], http_version: str + ) -> Tuple[Connection, Optional[List[bytes]]]: + c = Connection(SERVER) + receive_and_get( + c, "GET / HTTP/{}\r\nHost: a\r\n\r\n".format(http_version).encode("ascii") + ) + headers = [] + if header: + headers.append(header) + c.send(Response(status_code=200, headers=headers)) + return c, c.send_with_data_passthrough(Data(data=placeholder)) # type: ignore + + c, data = setup(("Content-Length", "10"), "1.1") + assert data == [placeholder] # type: ignore + # Raises an error if the connection object doesn't think we've sent + # exactly 10 bytes + c.send(EndOfMessage()) + + _, data = setup(("Transfer-Encoding", "chunked"), "1.1") + assert placeholder in data # type: ignore + data[data.index(placeholder)] = b"x" * 10 # type: ignore + assert b"".join(data) == b"a\r\nxxxxxxxxxx\r\n" # type: ignore + + c, data = setup(None, "1.0") # type: ignore + assert data == [placeholder] # type: ignore + assert c.our_state is SEND_BODY + + +def test_errors() -> None: + # After a receive error, you can't receive + for role in [CLIENT, SERVER]: + c = Connection(our_role=role) + c.receive_data(b"gibberish\r\n\r\n") + with pytest.raises(RemoteProtocolError): + c.next_event() + # Now any attempt to receive continues to raise + assert c.their_state is ERROR + assert c.our_state is not ERROR + print(c._cstate.states) + with pytest.raises(RemoteProtocolError): + c.next_event() + # But we can still yell at the client for sending us gibberish + if role is SERVER: + assert ( + c.send(Response(status_code=400, headers=[])) # type: ignore[arg-type] + == b"HTTP/1.1 400 \r\nConnection: close\r\n\r\n" + ) + + # After an error sending, you can no longer send + # (This is especially important for things like content-length errors, + # where there's complex internal state being modified) + def conn(role: Type[Sentinel]) -> Connection: + c = Connection(our_role=role) + if role is SERVER: + # Put it into the state where it *could* send a response... + receive_and_get(c, b"GET / HTTP/1.0\r\n\r\n") + assert c.our_state is SEND_RESPONSE + return c + + for role in [CLIENT, SERVER]: + if role is CLIENT: + # This HTTP/1.0 request won't be detected as bad until after we go + # through the state machine and hit the writing code + good = Request(method="GET", target="/", headers=[("Host", "example.com")]) + bad = Request( + method="GET", + target="/", + headers=[("Host", "example.com")], + http_version="1.0", + ) + elif role is SERVER: + good = Response(status_code=200, headers=[]) # type: ignore[arg-type,assignment] + bad = Response(status_code=200, headers=[], http_version="1.0") # type: ignore[arg-type,assignment] + # Make sure 'good' actually is good + c = conn(role) + c.send(good) + assert c.our_state is not ERROR + # Do that again, but this time sending 'bad' first + c = conn(role) + with pytest.raises(LocalProtocolError): + c.send(bad) + assert c.our_state is ERROR + assert c.their_state is not ERROR + # Now 'good' is not so good + with pytest.raises(LocalProtocolError): + c.send(good) + + # And check send_failed() too + c = conn(role) + c.send_failed() + assert c.our_state is ERROR + assert c.their_state is not ERROR + # This is idempotent + c.send_failed() + assert c.our_state is ERROR + assert c.their_state is not ERROR + + +def test_idle_receive_nothing() -> None: + # At one point this incorrectly raised an error + for role in [CLIENT, SERVER]: + c = Connection(role) + assert c.next_event() is NEED_DATA + + +def test_connection_drop() -> None: + c = Connection(SERVER) + c.receive_data(b"GET /") + assert c.next_event() is NEED_DATA + c.receive_data(b"") + with pytest.raises(RemoteProtocolError): + c.next_event() + + +def test_408_request_timeout() -> None: + # Should be able to send this spontaneously as a server without seeing + # anything from client + p = ConnectionPair() + p.send(SERVER, Response(status_code=408, headers=[(b"connection", b"close")])) + + +# This used to raise IndexError +def test_empty_request() -> None: + c = Connection(SERVER) + c.receive_data(b"\r\n") + with pytest.raises(RemoteProtocolError): + c.next_event() + + +# This used to raise IndexError +def test_empty_response() -> None: + c = Connection(CLIENT) + c.send(Request(method="GET", target="/", headers=[("Host", "a")])) + c.receive_data(b"\r\n") + with pytest.raises(RemoteProtocolError): + c.next_event() + + +@pytest.mark.parametrize( + "data", + [ + b"\x00", + b"\x20", + b"\x16\x03\x01\x00\xa5", # Typical start of a TLS Client Hello + ], +) +def test_early_detection_of_invalid_request(data: bytes) -> None: + c = Connection(SERVER) + # Early detection should occur before even receiving a `\r\n` + c.receive_data(data) + with pytest.raises(RemoteProtocolError): + c.next_event() + + +@pytest.mark.parametrize( + "data", + [ + b"\x00", + b"\x20", + b"\x16\x03\x03\x00\x31", # Typical start of a TLS Server Hello + ], +) +def test_early_detection_of_invalid_response(data: bytes) -> None: + c = Connection(CLIENT) + # Early detection should occur before even receiving a `\r\n` + c.receive_data(data) + with pytest.raises(RemoteProtocolError): + c.next_event() + + +# This used to give different headers for HEAD and GET. +# The correct way to handle HEAD is to put whatever headers we *would* have +# put if it were a GET -- even though we know that for HEAD, those headers +# will be ignored. +def test_HEAD_framing_headers() -> None: + def setup(method: bytes, http_version: bytes) -> Connection: + c = Connection(SERVER) + c.receive_data( + method + b" / HTTP/" + http_version + b"\r\n" + b"Host: example.com\r\n\r\n" + ) + assert type(c.next_event()) is Request + assert type(c.next_event()) is EndOfMessage + return c + + for method in [b"GET", b"HEAD"]: + # No Content-Length, HTTP/1.1 peer, should use chunked + c = setup(method, b"1.1") + assert ( + c.send(Response(status_code=200, headers=[])) == b"HTTP/1.1 200 \r\n" # type: ignore[arg-type] + b"Transfer-Encoding: chunked\r\n\r\n" + ) + + # No Content-Length, HTTP/1.0 peer, frame with connection: close + c = setup(method, b"1.0") + assert ( + c.send(Response(status_code=200, headers=[])) == b"HTTP/1.1 200 \r\n" # type: ignore[arg-type] + b"Connection: close\r\n\r\n" + ) + + # Content-Length + Transfer-Encoding, TE wins + c = setup(method, b"1.1") + assert ( + c.send( + Response( + status_code=200, + headers=[ + ("Content-Length", "100"), + ("Transfer-Encoding", "chunked"), + ], + ) + ) + == b"HTTP/1.1 200 \r\n" + b"Transfer-Encoding: chunked\r\n\r\n" + ) + + +def test_special_exceptions_for_lost_connection_in_message_body() -> None: + c = Connection(SERVER) + c.receive_data( + b"POST / HTTP/1.1\r\n" b"Host: example.com\r\n" b"Content-Length: 100\r\n\r\n" + ) + assert type(c.next_event()) is Request + assert c.next_event() is NEED_DATA + c.receive_data(b"12345") + assert c.next_event() == Data(data=b"12345") + c.receive_data(b"") + with pytest.raises(RemoteProtocolError) as excinfo: + c.next_event() + assert "received 5 bytes" in str(excinfo.value) + assert "expected 100" in str(excinfo.value) + + c = Connection(SERVER) + c.receive_data( + b"POST / HTTP/1.1\r\n" + b"Host: example.com\r\n" + b"Transfer-Encoding: chunked\r\n\r\n" + ) + assert type(c.next_event()) is Request + assert c.next_event() is NEED_DATA + c.receive_data(b"8\r\n012345") + assert c.next_event().data == b"012345" # type: ignore + c.receive_data(b"") + with pytest.raises(RemoteProtocolError) as excinfo: + c.next_event() + assert "incomplete chunked read" in str(excinfo.value) diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_events.py b/venv/lib/python3.11/site-packages/h11/tests/test_events.py new file mode 100644 index 0000000..bc6c313 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_events.py @@ -0,0 +1,150 @@ +from http import HTTPStatus + +import pytest + +from .. import _events +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .._util import LocalProtocolError + + +def test_events() -> None: + with pytest.raises(LocalProtocolError): + # Missing Host: + req = Request( + method="GET", target="/", headers=[("a", "b")], http_version="1.1" + ) + # But this is okay (HTTP/1.0) + req = Request(method="GET", target="/", headers=[("a", "b")], http_version="1.0") + # fields are normalized + assert req.method == b"GET" + assert req.target == b"/" + assert req.headers == [(b"a", b"b")] + assert req.http_version == b"1.0" + + # This is also okay -- has a Host (with weird capitalization, which is ok) + req = Request( + method="GET", + target="/", + headers=[("a", "b"), ("hOSt", "example.com")], + http_version="1.1", + ) + # we normalize header capitalization + assert req.headers == [(b"a", b"b"), (b"host", b"example.com")] + + # Multiple host is bad too + with pytest.raises(LocalProtocolError): + req = Request( + method="GET", + target="/", + headers=[("Host", "a"), ("Host", "a")], + http_version="1.1", + ) + # Even for HTTP/1.0 + with pytest.raises(LocalProtocolError): + req = Request( + method="GET", + target="/", + headers=[("Host", "a"), ("Host", "a")], + http_version="1.0", + ) + + # Header values are validated + for bad_char in "\x00\r\n\f\v": + with pytest.raises(LocalProtocolError): + req = Request( + method="GET", + target="/", + headers=[("Host", "a"), ("Foo", "asd" + bad_char)], + http_version="1.0", + ) + + # But for compatibility we allow non-whitespace control characters, even + # though they're forbidden by the spec. + Request( + method="GET", + target="/", + headers=[("Host", "a"), ("Foo", "asd\x01\x02\x7f")], + http_version="1.0", + ) + + # Request target is validated + for bad_byte in b"\x00\x20\x7f\xee": + target = bytearray(b"/") + target.append(bad_byte) + with pytest.raises(LocalProtocolError): + Request( + method="GET", target=target, headers=[("Host", "a")], http_version="1.1" + ) + + # Request method is validated + with pytest.raises(LocalProtocolError): + Request( + method="GET / HTTP/1.1", + target=target, + headers=[("Host", "a")], + http_version="1.1", + ) + + ir = InformationalResponse(status_code=100, headers=[("Host", "a")]) + assert ir.status_code == 100 + assert ir.headers == [(b"host", b"a")] + assert ir.http_version == b"1.1" + + with pytest.raises(LocalProtocolError): + InformationalResponse(status_code=200, headers=[("Host", "a")]) + + resp = Response(status_code=204, headers=[], http_version="1.0") # type: ignore[arg-type] + assert resp.status_code == 204 + assert resp.headers == [] + assert resp.http_version == b"1.0" + + with pytest.raises(LocalProtocolError): + resp = Response(status_code=100, headers=[], http_version="1.0") # type: ignore[arg-type] + + with pytest.raises(LocalProtocolError): + Response(status_code="100", headers=[], http_version="1.0") # type: ignore[arg-type] + + with pytest.raises(LocalProtocolError): + InformationalResponse(status_code=b"100", headers=[], http_version="1.0") # type: ignore[arg-type] + + d = Data(data=b"asdf") + assert d.data == b"asdf" + + eom = EndOfMessage() + assert eom.headers == [] + + cc = ConnectionClosed() + assert repr(cc) == "ConnectionClosed()" + + +def test_intenum_status_code() -> None: + # https://github.com/python-hyper/h11/issues/72 + + r = Response(status_code=HTTPStatus.OK, headers=[], http_version="1.0") # type: ignore[arg-type] + assert r.status_code == HTTPStatus.OK + assert type(r.status_code) is not type(HTTPStatus.OK) + assert type(r.status_code) is int + + +def test_header_casing() -> None: + r = Request( + method="GET", + target="/", + headers=[("Host", "example.org"), ("Connection", "keep-alive")], + http_version="1.1", + ) + assert len(r.headers) == 2 + assert r.headers[0] == (b"host", b"example.org") + assert r.headers == [(b"host", b"example.org"), (b"connection", b"keep-alive")] + assert r.headers.raw_items() == [ + (b"Host", b"example.org"), + (b"Connection", b"keep-alive"), + ] diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_headers.py b/venv/lib/python3.11/site-packages/h11/tests/test_headers.py new file mode 100644 index 0000000..ba53d08 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_headers.py @@ -0,0 +1,157 @@ +import pytest + +from .._events import Request +from .._headers import ( + get_comma_header, + has_expect_100_continue, + Headers, + normalize_and_validate, + set_comma_header, +) +from .._util import LocalProtocolError + + +def test_normalize_and_validate() -> None: + assert normalize_and_validate([("foo", "bar")]) == [(b"foo", b"bar")] + assert normalize_and_validate([(b"foo", b"bar")]) == [(b"foo", b"bar")] + + # no leading/trailing whitespace in names + with pytest.raises(LocalProtocolError): + normalize_and_validate([(b"foo ", "bar")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([(b" foo", "bar")]) + + # no weird characters in names + with pytest.raises(LocalProtocolError) as excinfo: + normalize_and_validate([(b"foo bar", b"baz")]) + assert "foo bar" in str(excinfo.value) + with pytest.raises(LocalProtocolError): + normalize_and_validate([(b"foo\x00bar", b"baz")]) + # Not even 8-bit characters: + with pytest.raises(LocalProtocolError): + normalize_and_validate([(b"foo\xffbar", b"baz")]) + # And not even the control characters we allow in values: + with pytest.raises(LocalProtocolError): + normalize_and_validate([(b"foo\x01bar", b"baz")]) + + # no return or NUL characters in values + with pytest.raises(LocalProtocolError) as excinfo: + normalize_and_validate([("foo", "bar\rbaz")]) + assert "bar\\rbaz" in str(excinfo.value) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", "bar\nbaz")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", "bar\x00baz")]) + # no leading/trailing whitespace + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", "barbaz ")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", " barbaz")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", "barbaz\t")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("foo", "\tbarbaz")]) + + # content-length + assert normalize_and_validate([("Content-Length", "1")]) == [ + (b"content-length", b"1") + ] + with pytest.raises(LocalProtocolError): + normalize_and_validate([("Content-Length", "asdf")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("Content-Length", "1x")]) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("Content-Length", "1"), ("Content-Length", "2")]) + assert normalize_and_validate( + [("Content-Length", "0"), ("Content-Length", "0")] + ) == [(b"content-length", b"0")] + assert normalize_and_validate([("Content-Length", "0 , 0")]) == [ + (b"content-length", b"0") + ] + with pytest.raises(LocalProtocolError): + normalize_and_validate( + [("Content-Length", "1"), ("Content-Length", "1"), ("Content-Length", "2")] + ) + with pytest.raises(LocalProtocolError): + normalize_and_validate([("Content-Length", "1 , 1,2")]) + + # transfer-encoding + assert normalize_and_validate([("Transfer-Encoding", "chunked")]) == [ + (b"transfer-encoding", b"chunked") + ] + assert normalize_and_validate([("Transfer-Encoding", "cHuNkEd")]) == [ + (b"transfer-encoding", b"chunked") + ] + with pytest.raises(LocalProtocolError) as excinfo: + normalize_and_validate([("Transfer-Encoding", "gzip")]) + assert excinfo.value.error_status_hint == 501 # Not Implemented + with pytest.raises(LocalProtocolError) as excinfo: + normalize_and_validate( + [("Transfer-Encoding", "chunked"), ("Transfer-Encoding", "gzip")] + ) + assert excinfo.value.error_status_hint == 501 # Not Implemented + + +def test_get_set_comma_header() -> None: + headers = normalize_and_validate( + [ + ("Connection", "close"), + ("whatever", "something"), + ("connectiON", "fOo,, , BAR"), + ] + ) + + assert get_comma_header(headers, b"connection") == [b"close", b"foo", b"bar"] + + headers = set_comma_header(headers, b"newthing", ["a", "b"]) # type: ignore + + with pytest.raises(LocalProtocolError): + set_comma_header(headers, b"newthing", [" a", "b"]) # type: ignore + + assert headers == [ + (b"connection", b"close"), + (b"whatever", b"something"), + (b"connection", b"fOo,, , BAR"), + (b"newthing", b"a"), + (b"newthing", b"b"), + ] + + headers = set_comma_header(headers, b"whatever", ["different thing"]) # type: ignore + + assert headers == [ + (b"connection", b"close"), + (b"connection", b"fOo,, , BAR"), + (b"newthing", b"a"), + (b"newthing", b"b"), + (b"whatever", b"different thing"), + ] + + +def test_has_100_continue() -> None: + assert has_expect_100_continue( + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Expect", "100-continue")], + ) + ) + assert not has_expect_100_continue( + Request(method="GET", target="/", headers=[("Host", "example.com")]) + ) + # Case insensitive + assert has_expect_100_continue( + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Expect", "100-Continue")], + ) + ) + # Doesn't work in HTTP/1.0 + assert not has_expect_100_continue( + Request( + method="GET", + target="/", + headers=[("Host", "example.com"), ("Expect", "100-continue")], + http_version="1.0", + ) + ) diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_helpers.py b/venv/lib/python3.11/site-packages/h11/tests/test_helpers.py new file mode 100644 index 0000000..c329c76 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_helpers.py @@ -0,0 +1,32 @@ +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .helpers import normalize_data_events + + +def test_normalize_data_events() -> None: + assert normalize_data_events( + [ + Data(data=bytearray(b"1")), + Data(data=b"2"), + Response(status_code=200, headers=[]), # type: ignore[arg-type] + Data(data=b"3"), + Data(data=b"4"), + EndOfMessage(), + Data(data=b"5"), + Data(data=b"6"), + Data(data=b"7"), + ] + ) == [ + Data(data=b"12"), + Response(status_code=200, headers=[]), # type: ignore[arg-type] + Data(data=b"34"), + EndOfMessage(), + Data(data=b"567"), + ] diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_io.py b/venv/lib/python3.11/site-packages/h11/tests/test_io.py new file mode 100644 index 0000000..2b47c0e --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_io.py @@ -0,0 +1,572 @@ +from typing import Any, Callable, Generator, List + +import pytest + +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .._headers import Headers, normalize_and_validate +from .._readers import ( + _obsolete_line_fold, + ChunkedReader, + ContentLengthReader, + Http10Reader, + READERS, +) +from .._receivebuffer import ReceiveBuffer +from .._state import ( + CLIENT, + CLOSED, + DONE, + IDLE, + MIGHT_SWITCH_PROTOCOL, + MUST_CLOSE, + SEND_BODY, + SEND_RESPONSE, + SERVER, + SWITCHED_PROTOCOL, +) +from .._util import LocalProtocolError +from .._writers import ( + ChunkedWriter, + ContentLengthWriter, + Http10Writer, + write_any_response, + write_headers, + write_request, + WRITERS, +) +from .helpers import normalize_data_events + +SIMPLE_CASES = [ + ( + (CLIENT, IDLE), + Request( + method="GET", + target="/a", + headers=[("Host", "foo"), ("Connection", "close")], + ), + b"GET /a HTTP/1.1\r\nHost: foo\r\nConnection: close\r\n\r\n", + ), + ( + (SERVER, SEND_RESPONSE), + Response(status_code=200, headers=[("Connection", "close")], reason=b"OK"), + b"HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n", + ), + ( + (SERVER, SEND_RESPONSE), + Response(status_code=200, headers=[], reason=b"OK"), # type: ignore[arg-type] + b"HTTP/1.1 200 OK\r\n\r\n", + ), + ( + (SERVER, SEND_RESPONSE), + InformationalResponse( + status_code=101, headers=[("Upgrade", "websocket")], reason=b"Upgrade" + ), + b"HTTP/1.1 101 Upgrade\r\nUpgrade: websocket\r\n\r\n", + ), + ( + (SERVER, SEND_RESPONSE), + InformationalResponse(status_code=101, headers=[], reason=b"Upgrade"), # type: ignore[arg-type] + b"HTTP/1.1 101 Upgrade\r\n\r\n", + ), +] + + +def dowrite(writer: Callable[..., None], obj: Any) -> bytes: + got_list: List[bytes] = [] + writer(obj, got_list.append) + return b"".join(got_list) + + +def tw(writer: Any, obj: Any, expected: Any) -> None: + got = dowrite(writer, obj) + assert got == expected + + +def makebuf(data: bytes) -> ReceiveBuffer: + buf = ReceiveBuffer() + buf += data + return buf + + +def tr(reader: Any, data: bytes, expected: Any) -> None: + def check(got: Any) -> None: + assert got == expected + # Headers should always be returned as bytes, not e.g. bytearray + # https://github.com/python-hyper/wsproto/pull/54#issuecomment-377709478 + for name, value in getattr(got, "headers", []): + assert type(name) is bytes + assert type(value) is bytes + + # Simple: consume whole thing + buf = makebuf(data) + check(reader(buf)) + assert not buf + + # Incrementally growing buffer + buf = ReceiveBuffer() + for i in range(len(data)): + assert reader(buf) is None + buf += data[i : i + 1] + check(reader(buf)) + + # Trailing data + buf = makebuf(data) + buf += b"trailing" + check(reader(buf)) + assert bytes(buf) == b"trailing" + + +def test_writers_simple() -> None: + for ((role, state), event, binary) in SIMPLE_CASES: + tw(WRITERS[role, state], event, binary) + + +def test_readers_simple() -> None: + for ((role, state), event, binary) in SIMPLE_CASES: + tr(READERS[role, state], binary, event) + + +def test_writers_unusual() -> None: + # Simple test of the write_headers utility routine + tw( + write_headers, + normalize_and_validate([("foo", "bar"), ("baz", "quux")]), + b"foo: bar\r\nbaz: quux\r\n\r\n", + ) + tw(write_headers, Headers([]), b"\r\n") + + # We understand HTTP/1.0, but we don't speak it + with pytest.raises(LocalProtocolError): + tw( + write_request, + Request( + method="GET", + target="/", + headers=[("Host", "foo"), ("Connection", "close")], + http_version="1.0", + ), + None, + ) + with pytest.raises(LocalProtocolError): + tw( + write_any_response, + Response( + status_code=200, headers=[("Connection", "close")], http_version="1.0" + ), + None, + ) + + +def test_readers_unusual() -> None: + # Reading HTTP/1.0 + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.0\r\nSome: header\r\n\r\n", + Request( + method="HEAD", + target="/foo", + headers=[("Some", "header")], + http_version="1.0", + ), + ) + + # check no-headers, since it's only legal with HTTP/1.0 + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.0\r\n\r\n", + Request(method="HEAD", target="/foo", headers=[], http_version="1.0"), # type: ignore[arg-type] + ) + + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.0 200 OK\r\nSome: header\r\n\r\n", + Response( + status_code=200, + headers=[("Some", "header")], + http_version="1.0", + reason=b"OK", + ), + ) + + # single-character header values (actually disallowed by the ABNF in RFC + # 7230 -- this is a bug in the standard that we originally copied...) + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.0 200 OK\r\n" b"Foo: a a a a a \r\n\r\n", + Response( + status_code=200, + headers=[("Foo", "a a a a a")], + http_version="1.0", + reason=b"OK", + ), + ) + + # Empty headers -- also legal + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.0 200 OK\r\n" b"Foo:\r\n\r\n", + Response( + status_code=200, headers=[("Foo", "")], http_version="1.0", reason=b"OK" + ), + ) + + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.0 200 OK\r\n" b"Foo: \t \t \r\n\r\n", + Response( + status_code=200, headers=[("Foo", "")], http_version="1.0", reason=b"OK" + ), + ) + + # Tolerate broken servers that leave off the response code + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.0 200\r\n" b"Foo: bar\r\n\r\n", + Response( + status_code=200, headers=[("Foo", "bar")], http_version="1.0", reason=b"" + ), + ) + + # Tolerate headers line endings (\r\n and \n) + # \n\r\b between headers and body + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.1 200 OK\r\nSomeHeader: val\n\r\n", + Response( + status_code=200, + headers=[("SomeHeader", "val")], + http_version="1.1", + reason="OK", + ), + ) + + # delimited only with \n + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.1 200 OK\nSomeHeader1: val1\nSomeHeader2: val2\n\n", + Response( + status_code=200, + headers=[("SomeHeader1", "val1"), ("SomeHeader2", "val2")], + http_version="1.1", + reason="OK", + ), + ) + + # mixed \r\n and \n + tr( + READERS[SERVER, SEND_RESPONSE], + b"HTTP/1.1 200 OK\r\nSomeHeader1: val1\nSomeHeader2: val2\n\r\n", + Response( + status_code=200, + headers=[("SomeHeader1", "val1"), ("SomeHeader2", "val2")], + http_version="1.1", + reason="OK", + ), + ) + + # obsolete line folding + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" + b"Host: example.com\r\n" + b"Some: multi-line\r\n" + b" header\r\n" + b"\tnonsense\r\n" + b" \t \t\tI guess\r\n" + b"Connection: close\r\n" + b"More-nonsense: in the\r\n" + b" last header \r\n\r\n", + Request( + method="HEAD", + target="/foo", + headers=[ + ("Host", "example.com"), + ("Some", "multi-line header nonsense I guess"), + ("Connection", "close"), + ("More-nonsense", "in the last header"), + ], + ), + ) + + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" b" folded: line\r\n\r\n", + None, + ) + + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" b"foo : line\r\n\r\n", + None, + ) + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" b"foo\t: line\r\n\r\n", + None, + ) + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" b"foo\t: line\r\n\r\n", + None, + ) + with pytest.raises(LocalProtocolError): + tr(READERS[CLIENT, IDLE], b"HEAD /foo HTTP/1.1\r\n" b": line\r\n\r\n", None) + + +def test__obsolete_line_fold_bytes() -> None: + # _obsolete_line_fold has a defensive cast to bytearray, which is + # necessary to protect against O(n^2) behavior in case anyone ever passes + # in regular bytestrings... but right now we never pass in regular + # bytestrings. so this test just exists to get some coverage on that + # defensive cast. + assert list(_obsolete_line_fold([b"aaa", b"bbb", b" ccc", b"ddd"])) == [ + b"aaa", + bytearray(b"bbb ccc"), + b"ddd", + ] + + +def _run_reader_iter( + reader: Any, buf: bytes, do_eof: bool +) -> Generator[Any, None, None]: + while True: + event = reader(buf) + if event is None: + break + yield event + # body readers have undefined behavior after returning EndOfMessage, + # because this changes the state so they don't get called again + if type(event) is EndOfMessage: + break + if do_eof: + assert not buf + yield reader.read_eof() + + +def _run_reader(*args: Any) -> List[Event]: + events = list(_run_reader_iter(*args)) + return normalize_data_events(events) + + +def t_body_reader(thunk: Any, data: bytes, expected: Any, do_eof: bool = False) -> None: + # Simple: consume whole thing + print("Test 1") + buf = makebuf(data) + assert _run_reader(thunk(), buf, do_eof) == expected + + # Incrementally growing buffer + print("Test 2") + reader = thunk() + buf = ReceiveBuffer() + events = [] + for i in range(len(data)): + events += _run_reader(reader, buf, False) + buf += data[i : i + 1] + events += _run_reader(reader, buf, do_eof) + assert normalize_data_events(events) == expected + + is_complete = any(type(event) is EndOfMessage for event in expected) + if is_complete and not do_eof: + buf = makebuf(data + b"trailing") + assert _run_reader(thunk(), buf, False) == expected + + +def test_ContentLengthReader() -> None: + t_body_reader(lambda: ContentLengthReader(0), b"", [EndOfMessage()]) + + t_body_reader( + lambda: ContentLengthReader(10), + b"0123456789", + [Data(data=b"0123456789"), EndOfMessage()], + ) + + +def test_Http10Reader() -> None: + t_body_reader(Http10Reader, b"", [EndOfMessage()], do_eof=True) + t_body_reader(Http10Reader, b"asdf", [Data(data=b"asdf")], do_eof=False) + t_body_reader( + Http10Reader, b"asdf", [Data(data=b"asdf"), EndOfMessage()], do_eof=True + ) + + +def test_ChunkedReader() -> None: + t_body_reader(ChunkedReader, b"0\r\n\r\n", [EndOfMessage()]) + + t_body_reader( + ChunkedReader, + b"0\r\nSome: header\r\n\r\n", + [EndOfMessage(headers=[("Some", "header")])], + ) + + t_body_reader( + ChunkedReader, + b"5\r\n01234\r\n" + + b"10\r\n0123456789abcdef\r\n" + + b"0\r\n" + + b"Some: header\r\n\r\n", + [ + Data(data=b"012340123456789abcdef"), + EndOfMessage(headers=[("Some", "header")]), + ], + ) + + t_body_reader( + ChunkedReader, + b"5\r\n01234\r\n" + b"10\r\n0123456789abcdef\r\n" + b"0\r\n\r\n", + [Data(data=b"012340123456789abcdef"), EndOfMessage()], + ) + + # handles upper and lowercase hex + t_body_reader( + ChunkedReader, + b"aA\r\n" + b"x" * 0xAA + b"\r\n" + b"0\r\n\r\n", + [Data(data=b"x" * 0xAA), EndOfMessage()], + ) + + # refuses arbitrarily long chunk integers + with pytest.raises(LocalProtocolError): + # Technically this is legal HTTP/1.1, but we refuse to process chunk + # sizes that don't fit into 20 characters of hex + t_body_reader(ChunkedReader, b"9" * 100 + b"\r\nxxx", [Data(data=b"xxx")]) + + # refuses garbage in the chunk count + with pytest.raises(LocalProtocolError): + t_body_reader(ChunkedReader, b"10\x00\r\nxxx", None) + + # handles (and discards) "chunk extensions" omg wtf + t_body_reader( + ChunkedReader, + b"5; hello=there\r\n" + + b"xxxxx" + + b"\r\n" + + b'0; random="junk"; some=more; canbe=lonnnnngg\r\n\r\n', + [Data(data=b"xxxxx"), EndOfMessage()], + ) + + t_body_reader( + ChunkedReader, + b"5 \r\n01234\r\n" + b"0\r\n\r\n", + [Data(data=b"01234"), EndOfMessage()], + ) + + +def test_ContentLengthWriter() -> None: + w = ContentLengthWriter(5) + assert dowrite(w, Data(data=b"123")) == b"123" + assert dowrite(w, Data(data=b"45")) == b"45" + assert dowrite(w, EndOfMessage()) == b"" + + w = ContentLengthWriter(5) + with pytest.raises(LocalProtocolError): + dowrite(w, Data(data=b"123456")) + + w = ContentLengthWriter(5) + dowrite(w, Data(data=b"123")) + with pytest.raises(LocalProtocolError): + dowrite(w, Data(data=b"456")) + + w = ContentLengthWriter(5) + dowrite(w, Data(data=b"123")) + with pytest.raises(LocalProtocolError): + dowrite(w, EndOfMessage()) + + w = ContentLengthWriter(5) + dowrite(w, Data(data=b"123")) == b"123" + dowrite(w, Data(data=b"45")) == b"45" + with pytest.raises(LocalProtocolError): + dowrite(w, EndOfMessage(headers=[("Etag", "asdf")])) + + +def test_ChunkedWriter() -> None: + w = ChunkedWriter() + assert dowrite(w, Data(data=b"aaa")) == b"3\r\naaa\r\n" + assert dowrite(w, Data(data=b"a" * 20)) == b"14\r\n" + b"a" * 20 + b"\r\n" + + assert dowrite(w, Data(data=b"")) == b"" + + assert dowrite(w, EndOfMessage()) == b"0\r\n\r\n" + + assert ( + dowrite(w, EndOfMessage(headers=[("Etag", "asdf"), ("a", "b")])) + == b"0\r\nEtag: asdf\r\na: b\r\n\r\n" + ) + + +def test_Http10Writer() -> None: + w = Http10Writer() + assert dowrite(w, Data(data=b"1234")) == b"1234" + assert dowrite(w, EndOfMessage()) == b"" + + with pytest.raises(LocalProtocolError): + dowrite(w, EndOfMessage(headers=[("Etag", "asdf")])) + + +def test_reject_garbage_after_request_line() -> None: + with pytest.raises(LocalProtocolError): + tr(READERS[SERVER, SEND_RESPONSE], b"HTTP/1.0 200 OK\x00xxxx\r\n\r\n", None) + + +def test_reject_garbage_after_response_line() -> None: + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1 xxxxxx\r\n" b"Host: a\r\n\r\n", + None, + ) + + +def test_reject_garbage_in_header_line() -> None: + with pytest.raises(LocalProtocolError): + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" b"Host: foo\x00bar\r\n\r\n", + None, + ) + + +def test_reject_non_vchar_in_path() -> None: + for bad_char in b"\x00\x20\x7f\xee": + message = bytearray(b"HEAD /") + message.append(bad_char) + message.extend(b" HTTP/1.1\r\nHost: foobar\r\n\r\n") + with pytest.raises(LocalProtocolError): + tr(READERS[CLIENT, IDLE], message, None) + + +# https://github.com/python-hyper/h11/issues/57 +def test_allow_some_garbage_in_cookies() -> None: + tr( + READERS[CLIENT, IDLE], + b"HEAD /foo HTTP/1.1\r\n" + b"Host: foo\r\n" + b"Set-Cookie: ___utmvafIumyLc=kUd\x01UpAt; path=/; Max-Age=900\r\n" + b"\r\n", + Request( + method="HEAD", + target="/foo", + headers=[ + ("Host", "foo"), + ("Set-Cookie", "___utmvafIumyLc=kUd\x01UpAt; path=/; Max-Age=900"), + ], + ), + ) + + +def test_host_comes_first() -> None: + tw( + write_headers, + normalize_and_validate([("foo", "bar"), ("Host", "example.com")]), + b"Host: example.com\r\nfoo: bar\r\n\r\n", + ) diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_receivebuffer.py b/venv/lib/python3.11/site-packages/h11/tests/test_receivebuffer.py new file mode 100644 index 0000000..21a3870 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_receivebuffer.py @@ -0,0 +1,135 @@ +import re +from typing import Tuple + +import pytest + +from .._receivebuffer import ReceiveBuffer + + +def test_receivebuffer() -> None: + b = ReceiveBuffer() + assert not b + assert len(b) == 0 + assert bytes(b) == b"" + + b += b"123" + assert b + assert len(b) == 3 + assert bytes(b) == b"123" + + assert bytes(b) == b"123" + + assert b.maybe_extract_at_most(2) == b"12" + assert b + assert len(b) == 1 + assert bytes(b) == b"3" + + assert bytes(b) == b"3" + + assert b.maybe_extract_at_most(10) == b"3" + assert bytes(b) == b"" + + assert b.maybe_extract_at_most(10) is None + assert not b + + ################################################################ + # maybe_extract_until_next + ################################################################ + + b += b"123\n456\r\n789\r\n" + + assert b.maybe_extract_next_line() == b"123\n456\r\n" + assert bytes(b) == b"789\r\n" + + assert b.maybe_extract_next_line() == b"789\r\n" + assert bytes(b) == b"" + + b += b"12\r" + assert b.maybe_extract_next_line() is None + assert bytes(b) == b"12\r" + + b += b"345\n\r" + assert b.maybe_extract_next_line() is None + assert bytes(b) == b"12\r345\n\r" + + # here we stopped at the middle of b"\r\n" delimiter + + b += b"\n6789aaa123\r\n" + assert b.maybe_extract_next_line() == b"12\r345\n\r\n" + assert b.maybe_extract_next_line() == b"6789aaa123\r\n" + assert b.maybe_extract_next_line() is None + assert bytes(b) == b"" + + ################################################################ + # maybe_extract_lines + ################################################################ + + b += b"123\r\na: b\r\nfoo:bar\r\n\r\ntrailing" + lines = b.maybe_extract_lines() + assert lines == [b"123", b"a: b", b"foo:bar"] + assert bytes(b) == b"trailing" + + assert b.maybe_extract_lines() is None + + b += b"\r\n\r" + assert b.maybe_extract_lines() is None + + assert b.maybe_extract_at_most(100) == b"trailing\r\n\r" + assert not b + + # Empty body case (as happens at the end of chunked encoding if there are + # no trailing headers, e.g.) + b += b"\r\ntrailing" + assert b.maybe_extract_lines() == [] + assert bytes(b) == b"trailing" + + +@pytest.mark.parametrize( + "data", + [ + pytest.param( + ( + b"HTTP/1.1 200 OK\r\n", + b"Content-type: text/plain\r\n", + b"Connection: close\r\n", + b"\r\n", + b"Some body", + ), + id="with_crlf_delimiter", + ), + pytest.param( + ( + b"HTTP/1.1 200 OK\n", + b"Content-type: text/plain\n", + b"Connection: close\n", + b"\n", + b"Some body", + ), + id="with_lf_only_delimiter", + ), + pytest.param( + ( + b"HTTP/1.1 200 OK\n", + b"Content-type: text/plain\r\n", + b"Connection: close\n", + b"\n", + b"Some body", + ), + id="with_mixed_crlf_and_lf", + ), + ], +) +def test_receivebuffer_for_invalid_delimiter(data: Tuple[bytes]) -> None: + b = ReceiveBuffer() + + for line in data: + b += line + + lines = b.maybe_extract_lines() + + assert lines == [ + b"HTTP/1.1 200 OK", + b"Content-type: text/plain", + b"Connection: close", + ] + assert bytes(b) == b"Some body" diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_state.py b/venv/lib/python3.11/site-packages/h11/tests/test_state.py new file mode 100644 index 0000000..bc974e6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_state.py @@ -0,0 +1,271 @@ +import pytest + +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .._state import ( + _SWITCH_CONNECT, + _SWITCH_UPGRADE, + CLIENT, + CLOSED, + ConnectionState, + DONE, + IDLE, + MIGHT_SWITCH_PROTOCOL, + MUST_CLOSE, + SEND_BODY, + SEND_RESPONSE, + SERVER, + SWITCHED_PROTOCOL, +) +from .._util import LocalProtocolError + + +def test_ConnectionState() -> None: + cs = ConnectionState() + + # Basic event-triggered transitions + + assert cs.states == {CLIENT: IDLE, SERVER: IDLE} + + cs.process_event(CLIENT, Request) + # The SERVER-Request special case: + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + # Illegal transitions raise an error and nothing happens + with pytest.raises(LocalProtocolError): + cs.process_event(CLIENT, Request) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + cs.process_event(SERVER, InformationalResponse) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + cs.process_event(SERVER, Response) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_BODY} + + cs.process_event(CLIENT, EndOfMessage) + cs.process_event(SERVER, EndOfMessage) + assert cs.states == {CLIENT: DONE, SERVER: DONE} + + # State-triggered transition + + cs.process_event(SERVER, ConnectionClosed) + assert cs.states == {CLIENT: MUST_CLOSE, SERVER: CLOSED} + + +def test_ConnectionState_keep_alive() -> None: + # keep_alive = False + cs = ConnectionState() + cs.process_event(CLIENT, Request) + cs.process_keep_alive_disabled() + cs.process_event(CLIENT, EndOfMessage) + assert cs.states == {CLIENT: MUST_CLOSE, SERVER: SEND_RESPONSE} + + cs.process_event(SERVER, Response) + cs.process_event(SERVER, EndOfMessage) + assert cs.states == {CLIENT: MUST_CLOSE, SERVER: MUST_CLOSE} + + +def test_ConnectionState_keep_alive_in_DONE() -> None: + # Check that if keep_alive is disabled when the CLIENT is already in DONE, + # then this is sufficient to immediately trigger the DONE -> MUST_CLOSE + # transition + cs = ConnectionState() + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + assert cs.states[CLIENT] is DONE + cs.process_keep_alive_disabled() + assert cs.states[CLIENT] is MUST_CLOSE + + +def test_ConnectionState_switch_denied() -> None: + for switch_type in (_SWITCH_CONNECT, _SWITCH_UPGRADE): + for deny_early in (True, False): + cs = ConnectionState() + cs.process_client_switch_proposal(switch_type) + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, Data) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + assert switch_type in cs.pending_switch_proposals + + if deny_early: + # before client reaches DONE + cs.process_event(SERVER, Response) + assert not cs.pending_switch_proposals + + cs.process_event(CLIENT, EndOfMessage) + + if deny_early: + assert cs.states == {CLIENT: DONE, SERVER: SEND_BODY} + else: + assert cs.states == { + CLIENT: MIGHT_SWITCH_PROTOCOL, + SERVER: SEND_RESPONSE, + } + + cs.process_event(SERVER, InformationalResponse) + assert cs.states == { + CLIENT: MIGHT_SWITCH_PROTOCOL, + SERVER: SEND_RESPONSE, + } + + cs.process_event(SERVER, Response) + assert cs.states == {CLIENT: DONE, SERVER: SEND_BODY} + assert not cs.pending_switch_proposals + + +_response_type_for_switch = { + _SWITCH_UPGRADE: InformationalResponse, + _SWITCH_CONNECT: Response, + None: Response, +} + + +def test_ConnectionState_protocol_switch_accepted() -> None: + for switch_event in [_SWITCH_UPGRADE, _SWITCH_CONNECT]: + cs = ConnectionState() + cs.process_client_switch_proposal(switch_event) + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, Data) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + cs.process_event(CLIENT, EndOfMessage) + assert cs.states == {CLIENT: MIGHT_SWITCH_PROTOCOL, SERVER: SEND_RESPONSE} + + cs.process_event(SERVER, InformationalResponse) + assert cs.states == {CLIENT: MIGHT_SWITCH_PROTOCOL, SERVER: SEND_RESPONSE} + + cs.process_event(SERVER, _response_type_for_switch[switch_event], switch_event) + assert cs.states == {CLIENT: SWITCHED_PROTOCOL, SERVER: SWITCHED_PROTOCOL} + + +def test_ConnectionState_double_protocol_switch() -> None: + # CONNECT + Upgrade is legal! Very silly, but legal. So we support + # it. Because sometimes doing the silly thing is easier than not. + for server_switch in [None, _SWITCH_UPGRADE, _SWITCH_CONNECT]: + cs = ConnectionState() + cs.process_client_switch_proposal(_SWITCH_UPGRADE) + cs.process_client_switch_proposal(_SWITCH_CONNECT) + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + assert cs.states == {CLIENT: MIGHT_SWITCH_PROTOCOL, SERVER: SEND_RESPONSE} + cs.process_event( + SERVER, _response_type_for_switch[server_switch], server_switch + ) + if server_switch is None: + assert cs.states == {CLIENT: DONE, SERVER: SEND_BODY} + else: + assert cs.states == {CLIENT: SWITCHED_PROTOCOL, SERVER: SWITCHED_PROTOCOL} + + +def test_ConnectionState_inconsistent_protocol_switch() -> None: + for client_switches, server_switch in [ + ([], _SWITCH_CONNECT), + ([], _SWITCH_UPGRADE), + ([_SWITCH_UPGRADE], _SWITCH_CONNECT), + ([_SWITCH_CONNECT], _SWITCH_UPGRADE), + ]: + cs = ConnectionState() + for client_switch in client_switches: # type: ignore[attr-defined] + cs.process_client_switch_proposal(client_switch) + cs.process_event(CLIENT, Request) + with pytest.raises(LocalProtocolError): + cs.process_event(SERVER, Response, server_switch) + + +def test_ConnectionState_keepalive_protocol_switch_interaction() -> None: + # keep_alive=False + pending_switch_proposals + cs = ConnectionState() + cs.process_client_switch_proposal(_SWITCH_UPGRADE) + cs.process_event(CLIENT, Request) + cs.process_keep_alive_disabled() + cs.process_event(CLIENT, Data) + assert cs.states == {CLIENT: SEND_BODY, SERVER: SEND_RESPONSE} + + # the protocol switch "wins" + cs.process_event(CLIENT, EndOfMessage) + assert cs.states == {CLIENT: MIGHT_SWITCH_PROTOCOL, SERVER: SEND_RESPONSE} + + # but when the server denies the request, keep_alive comes back into play + cs.process_event(SERVER, Response) + assert cs.states == {CLIENT: MUST_CLOSE, SERVER: SEND_BODY} + + +def test_ConnectionState_reuse() -> None: + cs = ConnectionState() + + with pytest.raises(LocalProtocolError): + cs.start_next_cycle() + + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + + with pytest.raises(LocalProtocolError): + cs.start_next_cycle() + + cs.process_event(SERVER, Response) + cs.process_event(SERVER, EndOfMessage) + + cs.start_next_cycle() + assert cs.states == {CLIENT: IDLE, SERVER: IDLE} + + # No keepalive + + cs.process_event(CLIENT, Request) + cs.process_keep_alive_disabled() + cs.process_event(CLIENT, EndOfMessage) + cs.process_event(SERVER, Response) + cs.process_event(SERVER, EndOfMessage) + + with pytest.raises(LocalProtocolError): + cs.start_next_cycle() + + # One side closed + + cs = ConnectionState() + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + cs.process_event(CLIENT, ConnectionClosed) + cs.process_event(SERVER, Response) + cs.process_event(SERVER, EndOfMessage) + + with pytest.raises(LocalProtocolError): + cs.start_next_cycle() + + # Succesful protocol switch + + cs = ConnectionState() + cs.process_client_switch_proposal(_SWITCH_UPGRADE) + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + cs.process_event(SERVER, InformationalResponse, _SWITCH_UPGRADE) + + with pytest.raises(LocalProtocolError): + cs.start_next_cycle() + + # Failed protocol switch + + cs = ConnectionState() + cs.process_client_switch_proposal(_SWITCH_UPGRADE) + cs.process_event(CLIENT, Request) + cs.process_event(CLIENT, EndOfMessage) + cs.process_event(SERVER, Response) + cs.process_event(SERVER, EndOfMessage) + + cs.start_next_cycle() + assert cs.states == {CLIENT: IDLE, SERVER: IDLE} + + +def test_server_request_is_illegal() -> None: + # There used to be a bug in how we handled the Request special case that + # made this allowed... + cs = ConnectionState() + with pytest.raises(LocalProtocolError): + cs.process_event(SERVER, Request) diff --git a/venv/lib/python3.11/site-packages/h11/tests/test_util.py b/venv/lib/python3.11/site-packages/h11/tests/test_util.py new file mode 100644 index 0000000..79bc095 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/test_util.py @@ -0,0 +1,112 @@ +import re +import sys +import traceback +from typing import NoReturn + +import pytest + +from .._util import ( + bytesify, + LocalProtocolError, + ProtocolError, + RemoteProtocolError, + Sentinel, + validate, +) + + +def test_ProtocolError() -> None: + with pytest.raises(TypeError): + ProtocolError("abstract base class") + + +def test_LocalProtocolError() -> None: + try: + raise LocalProtocolError("foo") + except LocalProtocolError as e: + assert str(e) == "foo" + assert e.error_status_hint == 400 + + try: + raise LocalProtocolError("foo", error_status_hint=418) + except LocalProtocolError as e: + assert str(e) == "foo" + assert e.error_status_hint == 418 + + def thunk() -> NoReturn: + raise LocalProtocolError("a", error_status_hint=420) + + try: + try: + thunk() + except LocalProtocolError as exc1: + orig_traceback = "".join(traceback.format_tb(sys.exc_info()[2])) + exc1._reraise_as_remote_protocol_error() + except RemoteProtocolError as exc2: + assert type(exc2) is RemoteProtocolError + assert exc2.args == ("a",) + assert exc2.error_status_hint == 420 + new_traceback = "".join(traceback.format_tb(sys.exc_info()[2])) + assert new_traceback.endswith(orig_traceback) + + +def test_validate() -> None: + my_re = re.compile(rb"(?P[0-9]+)\.(?P[0-9]+)") + with pytest.raises(LocalProtocolError): + validate(my_re, b"0.") + + groups = validate(my_re, b"0.1") + assert groups == {"group1": b"0", "group2": b"1"} + + # successful partial matches are an error - must match whole string + with pytest.raises(LocalProtocolError): + validate(my_re, b"0.1xx") + with pytest.raises(LocalProtocolError): + validate(my_re, b"0.1\n") + + +def test_validate_formatting() -> None: + my_re = re.compile(rb"foo") + + with pytest.raises(LocalProtocolError) as excinfo: + validate(my_re, b"", "oops") + assert "oops" in str(excinfo.value) + + with pytest.raises(LocalProtocolError) as excinfo: + validate(my_re, b"", "oops {}") + assert "oops {}" in str(excinfo.value) + + with pytest.raises(LocalProtocolError) as excinfo: + validate(my_re, b"", "oops {} xx", 10) + assert "oops 10 xx" in str(excinfo.value) + + +def test_make_sentinel() -> None: + class S(Sentinel, metaclass=Sentinel): + pass + + assert repr(S) == "S" + assert S == S + assert type(S).__name__ == "S" + assert S in {S} + assert type(S) is S + + class S2(Sentinel, metaclass=Sentinel): + pass + + assert repr(S2) == "S2" + assert S != S2 + assert S not in {S2} + assert type(S) is not type(S2) + + +def test_bytesify() -> None: + assert bytesify(b"123") == b"123" + assert bytesify(bytearray(b"123")) == b"123" + assert bytesify("123") == b"123" + + with pytest.raises(UnicodeEncodeError): + bytesify("\u1234") + + with pytest.raises(TypeError): + bytesify(10) diff --git a/venv/lib/python3.11/site-packages/idna-3.10.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/idna-3.10.dist-info/LICENSE.md b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/LICENSE.md new file mode 100644 index 0000000..19b6b45 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2024, Kim Davies and contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/venv/lib/python3.11/site-packages/idna-3.10.dist-info/METADATA b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/METADATA new file mode 100644 index 0000000..c42623e --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/METADATA @@ -0,0 +1,250 @@ +Metadata-Version: 2.1 +Name: idna +Version: 3.10 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.6 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: Name Service (DNS) +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +Requires-Dist: ruff >= 0.6.2 ; extra == "all" +Requires-Dist: mypy >= 1.11.2 ; extra == "all" +Requires-Dist: pytest >= 8.3.2 ; extra == "all" +Requires-Dist: flake8 >= 7.1.1 ; extra == "all" +Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst +Project-URL: Issue tracker, https://github.com/kjd/idna/issues +Project-URL: Source, https://github.com/kjd/idna +Provides-Extra: all + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for the Internationalized Domain Names in +Applications (IDNA) protocol as specified in `RFC 5891 +`_. This is the latest version of +the protocol and is sometimes referred to as “IDNA 2008”. + +This library also provides support for Unicode Technical +Standard 46, `Unicode IDNA Compatibility Processing +`_. + +This acts as a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports the older superseded IDNA specification (`RFC 3490 +`_). + +Basic functions are simply executed: + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + + +Installation +------------ + +This package is available for installation from PyPI: + +.. code-block:: bash + + $ python3 -m pip install idna + + +Usage +----- + +For typical usage, the ``encode`` and ``decode`` functions will take a +domain name argument and perform a conversion to A-labels or U-labels +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +You may use the codec encoding and decoding methods using the +``idna.codec`` module: + +.. code-block:: pycon + + >>> import idna.codec + >>> print('домен.испытание'.encode('idna2008')) + b'xn--d1acufc.xn--80akhbyknj4f' + >>> print(b'xn--d1acufc.xn--80akhbyknj4f'.decode('idna2008')) + домен.испытание + +Conversions can be applied at a per-label basis using the ``ulabel`` or +``alabel`` functions if necessary: + +.. code-block:: pycon + + >>> idna.alabel('测试') + b'xn--0zwm56d' + +Compatibility Mapping (UTS #46) ++++++++++++++++++++++++++++++++ + +As described in `RFC 5895 `_, the +IDNA specification does not normalize input from different potential +ways a user may input a domain name. This functionality, known as +a “mapping”, is considered by the specification to be a local +user-interface issue distinct from IDNA conversion functionality. + +This library provides one such mapping that was developed by the +Unicode Consortium. Known as `Unicode IDNA Compatibility Processing +`_, it provides for both a regular +mapping for typical applications, as well as a transitional mapping to +help migrate from older IDNA 2003 applications. Strings are +preprocessed according to Section 4.4 “Preprocessing for IDNA2008” +prior to the IDNA operations. + +For example, “Königsgäßchen” is not a permissible label as *LATIN +CAPITAL LETTER K* is not allowed (nor are capital letters in general). +UTS 46 will convert this into lower case prior to applying the IDNA +conversion. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('Königsgäßchen') + ... + idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed + >>> idna.encode('Königsgäßchen', uts46=True) + b'xn--knigsgchen-b4a3dun' + >>> print(idna.decode('xn--knigsgchen-b4a3dun')) + königsgäßchen + +Transitional processing provides conversions to help transition from +the older 2003 standard to the current standard. For example, in the +original IDNA specification, the *LATIN SMALL LETTER SHARP S* (ß) was +converted into two *LATIN SMALL LETTER S* (ss), whereas in the current +IDNA specification this conversion is not performed. + +.. code-block:: pycon + + >>> idna.encode('Königsgäßchen', uts46=True, transitional=True) + 'xn--knigsgsschen-lcb0w' + +Implementers should use transitional processing with caution, only in +rare cases where conversion from legacy labels to current labels must be +performed (i.e. IDNA implementations that pre-date 2008). For typical +applications that just need to convert labels, transitional processing +is unlikely to be beneficial and could produce unexpected incompatible +results. + +``encodings.idna`` Compatibility +++++++++++++++++++++++++++++++++ + +Function calls from the Python built-in ``encodings.idna`` module are +mapped to their IDNA 2008 equivalents using the ``idna.compat`` module. +Simply substitute the ``import`` clause in your code to refer to the new +module name. + +Exceptions +---------- + +All errors raised during the conversion following the specification +should raise an exception derived from the ``idna.IDNAError`` base +class. + +More specific exceptions that may be generated as ``idna.IDNABidiError`` +when the error reflects an illegal combination of left-to-right and +right-to-left characters in a label; ``idna.InvalidCodepoint`` when +a specific codepoint is an illegal character in an IDN label (i.e. +INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is +illegal based on its positional context (i.e. it is CONTEXTO or CONTEXTJ +but the contextual requirements are not satisfied.) + +Building and Diagnostics +------------------------ + +The IDNA and UTS 46 functionality relies upon pre-calculated lookup +tables for performance. These tables are derived from computing against +eligibility criteria in the respective standards. These tables are +computed using the command-line script ``tools/idna-data``. + +This tool will fetch relevant codepoint data from the Unicode repository +and perform the required calculations to identify eligibility. There are +three main modes: + +* ``idna-data make-libdata``. Generates ``idnadata.py`` and + ``uts46data.py``, the pre-calculated lookup tables used for IDNA and + UTS 46 conversions. Implementers who wish to track this library against + a different Unicode version may use this tool to manually generate a + different version of the ``idnadata.py`` and ``uts46data.py`` files. + +* ``idna-data make-table``. Generate a table of the IDNA disposition + (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix + B.1 of RFC 5892 and the pre-computed tables published by `IANA + `_. + +* ``idna-data U+0061``. Prints debugging output on the various + properties associated with an individual Unicode codepoint (in this + case, U+0061), that are used to assess the IDNA and UTS 46 status of a + codepoint. This is helpful in debugging or analysis. + +The tool accepts a number of arguments, described using ``idna-data +-h``. Most notably, the ``--version`` argument allows the specification +of the version of Unicode to be used in computing the table data. For +example, ``idna-data --version 9.0.0 make-libdata`` will generate +library data against Unicode 9.0.0. + + +Additional Notes +---------------- + +* **Packages**. The latest tagged release version is published in the + `Python Package Index `_. + +* **Version support**. This library supports Python 3.6 and higher. + As this library serves as a low-level toolkit for a variety of + applications, many of which strive for broad compatibility with older + Python versions, there is no rush to remove older interpreter support. + Removing support for older versions should be well justified in that the + maintenance burden has become too high. + +* **Python 2**. Python 2 is supported by version 2.x of this library. + Use "idna<3" in your requirements file if you need this library for + a Python 2 application. Be advised that these versions are no longer + actively developed. + +* **Testing**. The library has a test suite based on each rule of the + IDNA specification, as well as tests that are provided as part of the + Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing + `_. + +* **Emoji**. It is an occasional request to support emoji domains in + this library. Encoding of symbols like emoji is expressly prohibited by + the technical standard IDNA 2008 and emoji domains are broadly phased + out across the domain industry due to associated security risks. For + now, applications that need to support these non-compliant labels + may wish to consider trying the encode/decode operation in this library + first, and then falling back to using `encodings.idna`. See `the Github + project `_ for more discussion. + diff --git a/venv/lib/python3.11/site-packages/idna-3.10.dist-info/RECORD b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/RECORD new file mode 100644 index 0000000..4a47b68 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/RECORD @@ -0,0 +1,22 @@ +idna-3.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +idna-3.10.dist-info/LICENSE.md,sha256=pZ8LDvNjWHQQmkRhykT_enDVBpboFHZ7-vch1Mmw2w8,1541 +idna-3.10.dist-info/METADATA,sha256=URR5ZyDfQ1PCEGhkYoojqfi2Ra0tau2--lhwG4XSfjI,10158 +idna-3.10.dist-info/RECORD,, +idna-3.10.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +idna/__pycache__/__init__.cpython-311.pyc,, +idna/__pycache__/codec.cpython-311.pyc,, +idna/__pycache__/compat.cpython-311.pyc,, +idna/__pycache__/core.cpython-311.pyc,, +idna/__pycache__/idnadata.cpython-311.pyc,, +idna/__pycache__/intranges.cpython-311.pyc,, +idna/__pycache__/package_data.cpython-311.pyc,, +idna/__pycache__/uts46data.cpython-311.pyc,, +idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422 +idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239 +idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306 +idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21 +idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289 diff --git a/venv/lib/python3.11/site-packages/idna-3.10.dist-info/WHEEL b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna-3.10.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.11/site-packages/idna/__init__.py b/venv/lib/python3.11/site-packages/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/__init__.py @@ -0,0 +1,45 @@ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain +from .package_data import __version__ + +__all__ = [ + "__version__", + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57c5c4e7b8f3fdef2b0d7524a42c78d9632bdd86 GIT binary patch literal 1088 zcmdUtzmL-}6vyo}O`E3a@AeoF8`5Rqq7#S-A;E#fEnV2WSZ-ocbFmXSX-YT#3w9R7 ze{&;vWkO=8blXkXNe{sdEKE4oC-1!^-}jzhKKXtR=(YU%BZ*r8d^66?vJS>orHv0D z1~E(lhX`^DS-gc>+(tHUqc(St!#k+MyQs@u?Xj0D;NZX)o z;23lax(2R+8NT!k`Ubwiz+i4LG#D9-4JHOtgPF!MxTEYSlk}hR{56Ggf3;c{r209D zE=WRgOiEHWsX7>wG{yKcxY9*|>sMh#WVqdK!-_>^CU+&{RE8B5RhY6>nD5GUCLW%g zo`wZ0>4Sq}5wcj25MwiTj8F32b@vI+;!R4Q%6nSa{DwtWbKimx?yV`b_Tc}=F@V7( bIR1Tq0rxNe+27cEzGE(VSD(mFX-XU5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/codec.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/codec.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..277faed545748e63d190010204912463a964d2cb GIT binary patch literal 5770 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/core.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/core.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8946519bf6ab4e37e3e9df49c2b90b7faf4f75c3 GIT binary patch literal 19257 zcmd6Pd2Af#m1kAo&Az*NpG{Jv*rX_mqOK@*B#MU)N|bFj;i#bC82>N-b?)y5DC)QPP&^!ko6rBf zj-u{R48_n9YD&J+Q#5(jP3hpOi|FSKQ-*otl#!+wJ!6QN=FL-Pa&L@S=B-m!xHnBz zFy<+nj$-MH_F^H7<)<`7y$`2+OgVJaQHrs?PB9g%^QU?UgR>CkB4IWNv$HNun45$- zAk4Wb%tOLl5a!+#=4CvrkMXj;Sp(yH-7r-N&s9t%oL;ti*2Gl7yBemNJl8^;8hEaQ zXG~KC&$aMe&(yI-wicdsbwy?=lHS17LwLiM;SFqcp^Qd|)5r`!tSY9t^tR=7<5UxQ zhnyG~Kg4QQJh#Ggi~P*c5Z(sQe)8N-xI^x@!MoN%&iJ;Ykh_KHgxuR8wvnv@&f918 zO3q1s+ac|?LU~y8E_m*EQVP-*0f^Db>|uJK9y_3^@qjLGIlaJ#W6@wFZ#)x) zn@2e80(9OIW}-nR$Oqxx6OQs+FgnM^r$ezQ9}GtySs_;30OVSN=9_r;yRUB2`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..5bd7e67 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,216 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("[present-rich] %s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..7b510b1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1055 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = "invalid --python-version value: {!r}: {}".format( + value, + error_msg, + ) + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help="Prefer older binary packages over newer source packages.", + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools is installed + # and raise error if it is not. + if not importlib.util.find_spec("setuptools"): + msg = "It is not possible to use --no-use-pep517 without setuptools installed." + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") # noqa + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="This option is deprecated. Using this option with location-changing " + "options may cause unexpected behavior. " + "Use pip-level options like --user, --prefix, --root, and --target.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + "no-binary-enable-wheel-cache", + ], + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..0e31221 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,70 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..c762cf2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,68 @@ +import functools +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..1044809 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,502 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import TYPE_CHECKING, Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +if TYPE_CHECKING: + from ssl import SSLContext + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + raise CommandError("The truststore feature is only available for Python 3.10+") + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + import truststore + except ImportError: + raise CommandError( + "To use the truststore feature, 'truststore' must be installed into " + "pip's current environment." + ) + + return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + fallback_to_certifi: bool = False, + ) -> PipSession: + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "truststore" in options.features_enabled: + try: + ssl_context = _create_truststore_ssl_context() + except Exception: + if not fallback_to_certifi: + raise + ssl_context = None + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + # This is set to ensure the function does not fail when truststore is + # specified in use-feature but cannot be loaded. This usually raises a + # CommandError and shows a nice user-facing error, but this function is not + # called in that try-except block. + fallback_to_certifi=True, + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "2020-resolver" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "2020-resolver": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a04cc8e3795d5b49eaea01057518890efb32eb8 GIT binary patch literal 4455 zcmaJ^TW{OQ6&_L&MO&8SYi`bkNgO9iVkyq0X_IVH$JuNgZ=7_~B(1Uwf!2&9t|?MG zr0kU<142<(FX{i`ahk08_my3PrJ^_h{1h9m|uR!ND{JbmOuOTc0){pyeKaRW# z017|v`n`Y$I2Oe*9Ph#gIW~lc@kkdo%CRxL5AW~74sh%sK7_}+u)`cXf{)^3U6{hL z=d5Fr@OE-982J{_*@ruo?}xuiBnzJ1&&SQi}+F(c9~;W@DK3SF6@UK z`w_l|uXkZLIQ9X)iEnjbKjzpBzKv(Qusa<45Z}cgbz%27Hiz%y`Mp>=LL@Rk`g7tz ze^L>N;*W2@8-73r@B#_phomnj;YYs=renPAAqkU#cl=xs{{*l&79XR;C)HE^kJRjv znkP!uG;CEfG$XI5x~`P85;PTys)4Qke=&0l3Bm0*)FQ!lxulaszzxh86*qWC%i6B| zuw-kdq3S>i&wBmbNUJhuAR6^;cjfsBevwLL#=nE1^YP}eNGI^JUd40IzOL+J}1U@z}+9h9tsxzbaKfo|k6l)lng_5w=Y7$Nl(bfs)4a?~A|Wh7tz>Qh3sT;)BkDg||!t(GDrvbLxb1(OmnFfp4UyJ5UUTK(U9fcFIo?<|gbG%x@U_X-iot5CSeU zGAL^hqAzo+S3k4-GOJ!HQ&y} z?Xsq0&s|tEOtxZ{>8_;&`B_k{LeKnUpc}adrLTGtDzHomq>EJ`mSX1G&ayevmYKKx zSs>|zr9$<1&xG+Q?hw=T=)Re$8Kpq<5~2QPt&}a;641TDy{}rgLeCy2%*p0 zUr#mh6{x;$E3bxZ|9cG-YoS_T_t(~{B%+#x#Tu#wvG7N+CVVaYR#*+!!f>(%s(1Sp zxMnF)AqiB&+ewTpVVS_T(^ee3lTcaF>;iAjLuMEX8*`EiBt&{1%)8;%DfwrV2-0(` zrB5rCOls@eq8s(98SjX7!+Bz>woMZ-%(SS*59!m6g;o%#cYdwpJuG1&%MLz@3zLQd~+-Pp2%+CR6^goPrcjwa@jG zubs+3n`UP+$x_9QWqHIhEs$OZ!$tU6PoSuy|H|mhl{Y`#K7DN~I8mQpJGB1n+vvXS z=)}hJt?2Z2bh>``+tKm$yBqhnMpN6PsrmyaHr^<1#%4A~zgd9?+<%?)p7oD*BE$8C zw;+smB~%C+Sc<&;0~9a44|G%%Rs{jo&_+990Bm2cp!T}`whABUHKB%VmYS_=Bk0#U zpS%0*NieY{Qn@B#;aw6xMmPZJ6|5fe^M|F1qLyuQDr-^-hjo%N58*p(2+{!N(X>bg zJ_BGIwiXg0H;lDh4rYno1eP1p%@snugbFT^ij@d>Im6MI*V~^civ!=N142( z6=6T7{&ZP%7N83JtY=Wv(M~Y2x%=LU#D90~*Vle^<2N_zcXq}mH^(M7?7w{W_o-Wd zo4U0%HM2c6vo&^md+c_7VJAG+M1jz#6F;)9ZpW2PS=ot?G;GQ~coTzeIFrF$l@jbtltrGhNu_K)+`XTdx|Up2AxM78u~ko5!h2x}ST=Rz znT%=}CM+u^4<=b&^1;$+R%0IVuzWAy@Rrg|dLP=@ZeraBZ<+x?5SpSW1e>T`$VeF4 zM1$V#pc9+BZwF0o_P%$}#m(LKPV7MA^YtT}XYOys=C@<>^+Za{KIq7Yfic7wLsB!!8T(LZaBX~T+>y^Z z@*zh)0*qnC7?zs*IYU9AXk)3dkcoN-S;p@GKp#&buWbmV=GJOh*%6NyR9 zIe~LN0Zz-=q$3}711o-1km_POw Z2O`4gy46JR*!c2I;OkXh?OE`(_CLi1F0lXr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fbfdebfc5b97460fd8b8ad4783633ee4032615e GIT binary patch literal 10554 zcmb_CTWlLwb~7Z097-dR5-IB~jcwU7ZA*$Jt!>G&llYy+m9v%;CrVR>;*2CZeC5ti zvbog4*xeRf!wU;RuvWK8OB6wtL0mu|`4EZ}NH;(~`ZW{=Fgt(%0mXhS&<_SqunT__ zJ@*cWoEb@px9Dhe?)%QY=brcFZ=0GLD0p7|&;MTdhhB>MFI+GlrkZ*B1!Nvk0wvIK zYF1C_SsKcYxFg}5b<()b8FwX^StjA0b(1n3_axY;gQgN*0vl!&7(K6eTXq{~(Wlubi2+js+%0Y=ivF%fuqCSUz{h8h8psr8?`wL3& zirlA8XoLT1Tf0EdP@#rD;NoKF zf~3x6T@S1!2yJbot&Q}z;0ng>gZ6y_1IOF}M-_=Kiq-RqECc!*cz9k(N@+1F^KimE z9CKtr`E(@u9xPAd zC74?jVAh>uk(fv=iIe;dlJcpf$fppWfd0mCejcR~I|rsSXrVqX5|8sSSxiVfdXpW! z`|eaaBFiF5o_qIQ*mRPg6Zr_g5KqnV;+-@SB?<2jz8tB27H>n};mzzCnFVA2P#UEc zFv4s#7)`b+j28aw+K1oa-yRy$ae4Ob#S9$XaX_d9>soy09otYHD|~INt(okd)M;)c z${CcLj@Cp7upSHlSZqA~TL6!!9CaH~{VACH8I>Re1&81iTmmDwAA3G^gV=$8{h{%A zhfylvd3QVlYyQTk(EIb+2rTq~p1spq*4V$s5Q@+mF^a-EPBez#B;-J?Fumrfq9!{z zBgQegV`>HJO9KJw1NcZHm0XzQ$uRziAkIfJaXCZ|QAcZt(cFh?1;%s+}}X zbTJi+ijwA96ys@x*BWwZY&0Q+Q)yY!8X^M8;i2wy1W6*&0JUgQEa{8{;SYMBn?J&!QVN=T>EJAu6z&&c4UYaO7_<~%uqQ8YRCbd*R@a1xkRJ$&oMJ_M!{R3tDckF>iL}0 z`h8o;#ufIpnb)=A@`8DgbLL#8wbHP5w?O@kqh4p{wB&_@l)SILq5%q>Tw#8Ae>vuM z4ZG%bSa)E>XVmc)aP|uGQ_xm=x=b%qcbsog%e358Ujy*IXBt@12|`nIVL7R}FyCX* zg=N3S5OJ2B0w$>HBZC2mq)w)Q<1l(?@^(xIV-Xm3<$KVfkWkBhZ-CtFjU^x zrS2Olw{@y*hboQkAh14wJX`To{&v;JS15{0v-8l z6*uJ%Rw%~Xxhk){{NZw8QE4BBx7xq#KT-AvA9+9UetfvlQR+IXb{#GGkE#A+-!RUm z=5Hwg6%4*(sbFXR+ICCZYUIQAyu0Fdc{|HoPyXua8!FeccB>#1PZURsqn|96xDk~b zQONtJEnhoXUmaAxyw>v3z5@MGXNfzgat9UeAX#qyn(_B1cq$C+3{v>Gzdhe9VGRCm zf7kgb>UUEO7p9zFyN_Ks<^1{tjq|4%fELk)g%tjOIu8Iun*;genn1(i%E~A|qh+j8 zs!zd`H|i(~gj-GYSw~kDrepe9>&;XO+jw_*5Vo0wn3ScE3t>5gUclfG1|tAIbK2-f z!gCv>f{sEV+hrk@I=KV&--LDvQ_elA+~})NwD(6_t$j-WSgCbfZ5>y*@!zw}4;$|{ zu3k}thf3^Wl|8H&FXCaK1zUDS@Wa@uVFK_%?S(HZmaL@}r)-_WRD$JIpB$JuR*`9& z#RXrlDIsGNPGO|eI&y{ip1v+yU$@*?pY3+dw8}BI?|b&>=eG4@WuIw2jBoM?w)u8f zSve->0oCHpxpM4dx7FAy5YO3|&qzOo%;!ddTJf4yOrfSYY8@bx^IBJ2rD@MJIt{HF zeH1J&Sx#$i;OC&k&9)V@w}${5a2rq;vKNf!P_BXmXD{R#3`BNe}ZSKie;mA z<xZ7 zxUBnYl6fOKGM;NIyG~WzhGm-P*$Bp(eO<7ns(BiYrZP!+=Z->dEwBsfHJ_;xe_d;~ z;znz;EYLVIt;zB|t;Ny{PZVk*vQKk@kE!{?^FR|Olxv(`qYu*>s%XT@y@8y`T?rgS ztxfkHu+rCk-Y{7sD~osJWfTFD6hr|et>!lT5=lm}bY0+v8f>x_y@W}c!<#e=dUOt| z(90OSh`|Ni!vk)yg#BU6V+MU!wK+Nlb=mGcL^QTYW}$=RB8q)48Qs~lcJoQ^=w|Qe z`l(Xy8MXIJsdGy0oXR(EwRf$JKj}Wc*?qitYdu=(o>aRhOYLXW_A_~IyYIk1rhbzu zF03z=`p&6+=M=WP%n$t5_fNic&qhayKdV+k@*Bho>d@jnj+OK7c<4spjDQH_8L2%KS*Vf2e%;Ou6r9 z`M?-BBF#Z?M4F)=fIs@F=D_{ee|hV{t;!(f^?!Gq^7?eOQ(}8mwns7EojM0gZ7lPj z{ttjhlvz9HY;J)-zei*|=x~#kusaVw19KaBt?t5#GwBdq;F#>Gqre5QnE5L%vz`~2 z_lPZk+V|8QuHED&^sYHVu)W%o+qHMdJ&i)phlpBY7^5?|i2Z6XG%w;ju^}$wTnhlr zUu6nN!o;7}T1_=oS3Jbn2w(G5gDM(B7)-*8B!o>YRCFAQ*FfP2(d zV{=~q<-~)D)%Wk8&7ZXyAluk3aeBMJgk3xF;X?jO{>t{gP5}Pk6aW5A|Ng>Y@l?q_ zruxV7Ou4aDZR{%yZZ?LL#!#8_KjHRoa{CL1O572ZJE9oxHf}k%$sH_QDse|u?xsH|& zmWa*CTygDTGuZnvImcdZbI$em5bMq{09_y3YzUfqaN{}lxMS3FjByugmWvr{a-d$a z^RAUUtfiWb0e)bLs8zd8(@h6qIP2tx_^g9J@{A5uT_`@9g76C%*pm&<=mwDSH3M67 zq#)XX!*m)u7m-MK6J3QR*0}~WzOF^wk#t&23TPCX(HH>3vAc=;dmzpTAu35@jWDUk z5N!oPBv5a54-fqq2HE(>#Fd0ke+6Bne**xPyAQlGhc|$|qF3*~s&q`0xJi|pRJh49 z*P6e)-5Sh$${oF!jm8MbU)>7s`|!$>;J{{ZpzvlXIIIST^Ov>)y=q{%c&8LNtp-l# zFP6E$!|D6eO81FE8vuBV19}Ru#Eq)ls6yT?-APb_gC+Ke${tbJBh{+ai;rIU;FXW( z3%C9*^-)UyP>CH;*%8Hfb&+mnHtaPMk^V1`Al0tw{zb|I)#dRZH8X8ffXgbusAby+UOxPJsd4Z0RAmtJ=8}yd!FNQpnjn{cICOfmP6# za|xb3{AA@own4v268J+>w&gN*#&|t)CrmrtffJc|EYslzb;u-${i%Nj42pg zl?e*X!ttC~?>@VYfGv2h8y@Oc8uR4tmzP|9{% z35H-?58?a=G)pf509*w-9$o+7df`eDtkjcg@MPXw8K44PMQ3rj*j#L0yR~*}<7%n( zQr`1>9fxnNdrH33s_(SIo+da1{%wZ2rbF!-8xG^k{csq9MBzkA$bk7ChVW7N{Y)fY zZSjP|LMjT?f!IP4evJ@D;`uEu0=AP4osgb0fP!~oEo5Gm4}aE*&j;yS!p z5_%`W9pViWlOADdg@_!%QbVUVOgji8^i6HfFwr z&XD~IIzwUyqb}xD0ni1>dT>4Z1)vME8!}1kfTN)^%nZr;L6U6f3CWv)+rf8AX%Rw$;QpE4u1I-$?gess=)*k>d=MvUqD`C;l5t~0RyH}%`M+e zW8;RFcEorywqE31FFZ3x@fcwi^gNa*g1w+G5PHo!e)=Q zOD9Q=$QcQ`!4ERXy(qc=)H}i zaqi+Gj{#<;XY7>D>*vtVp@{7O$qlgLq-nZLdGC?GGUdBR{>oIhVtvb0kFwjlO^qo( z^p>en#rl@131zppOr247d&|@b#rkf0Tl1Z(r%T=*)!TCq?onTJ(!i*@!_`yYkd|-v IXeW63Ul%WCWB>pF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9494251dbbffb3235afbf656e3759b0d77a33ff GIT binary patch literal 2305 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 C7+aJ8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7144a7b83c31494eb54fc41fa924e9e8e41be435 GIT binary patch literal 14896 zcmd5@Yit`=cAnvLNKrH;QEyoqJ!o6DMA@+&uN}vZEX#>wtsF;ova2}Dr8Og&HXqs< z(ux^r>jr771a7M=1X%4RExQP^TEu8wV1XLN7KoE9us=zasJH_N@M0UZ3+xXXPJlGO z`kgy`4J|uy&>tO+&b>4D+{fH|UiaLipV!tpIb5fH`^TA=w{hI>>7jU83z_@>fy@m~ z;v_!IP3kE>$+KtEqzS1hY>rqaEj*Q(!`6sx(iX8#+9SfGz}{KHj)-&8$@124O~f_n ziquZlvS(Y^9oaIuCE}U%MCvB%BK4E??7cnQ5b;iWSzZV?Mw%v@Sl$tCjl8{k&#- zDHu-3YQI@C4@a+Rma&i;*M!rv@lY%p3t?O;+-6g z2g0!#bRkgPStT~3x#pBmTn@w%@!3RtsxW+(2!)6HSMbR8u2y!JaZp}^@-3U!m#ipvq1^L` z@>-PFJ)+!=^7==VZ$Wv(Bg#D}_eyoLTe4t07O5W3jri^cq)m^g=S6w*19Q?SJESJr ziFs(57Nln2w4$vRq;0G%i|jxjt$1#itRSFv&1+ct0+9sogVLNLuI~n;!5LW$$EJc| z5#%Gzgku+wHPD6M$#5qU7p8O~QxEBH2E{Pw@Q_H&~!+a`dPz+qAZ2b%qSp3GW0I8DxoNb$M9lGp%Q5Dkoc^uSGhv`AqG`7 zHWdoSWl5Y1#V=wYj4Avv#wdk)D%G1P)H7l{&6+9TC87-T93^a6kI{!DUr5YUOw5B{ zq_XK|O{$_KPluuybOKDKP+t*!f(?r&UY4(_qIxlw2utDxS(IXNQI%(d;A&JYdZNf3?__Up#@OlV1x)X2XSs zdS*kjh2=%x@dCN{NjSVVm{7vv#dv&HJv1~_sO66-GebS%92;|S5@a?e8V;)`QoU*P z6buvLu@zGX#0!bISlyizn~R2HLCGHvMP$evanJ4^{R531h(VNKfap;Yi@339_$up% zwOVYdr_^PE%uh~>(O6U#W7Fc`U_zCZ0i*@CAPyNER3Y)ipdyR2pf_0>KyOzVE4*3-e+VEiKL(vwcP4{slATb%MrzI=EEqBA3#ie)x^ zcs0hpRTaPHyBOCp9L=W4@q`i`pDO8VXeK-UAUV1FN0>^R=Ps4hRjLxN^j6{}lVpb7 zVYzAj02a%KMXQD5xo=P#icu0IhvfWLwQD37t6lr8YP+Q^thQ&<+NRN}LezIxwTe60^VHHH#{Tr&S_u@vFcPW_4(8Zf@vGXbKB;l_aY&bOmD= z3WqKX&0dXPj79hQ_v{&>5kn|UU50g`4nb)Q1wzrdtiV_uDvEeyDy&lf>{YF%JT5gU zj#L(p6f}7S#vu$!{ZD{vTuyLZuU!|!H9^d|nsRlmxrVl!wkj5?IY;+B&f#!= zP9V=f6X&Qk)acALbmhFQxw<3y8isEpe1JRy9s|BNSJzR*Kk%6NCmxPpvo3636SlAN ztNU&~oe>UZg@ftheIMV+X?A^eRLv4pX4I)l-Xn9H$)-PIxo;Sx3wW_4oschaBJ!mc zkhf45bRl1oQxgBKZNWTmQk?T9$y7GI=gn7mG;3}>1Rn5w*rRJctiPd z-fY|(RXt(EmGUF*E!UjjjN@9cI57THO&Oz{o9E|YgkRxq+Kduu!5SUu<>D=6%sx(e za>4fXUpH^NR9mc7IXlMj^IYYKr%d061YEHF*fvo}=lD79HS_nmIX=F%*cw)WzqFFz(7IGvF$Ti=b9U%3{Xx-)tqd=?2T5>n$U%0u_YV!-!qWbR+;wY zn&na~1QD*r6pTV4Hq*8QBpHG>g8c+j8H$_6zmottQ?%ORpaZZYWv$jAgfWfy5XAw+ ze!JqMO8o?=x+YwNg&LL>RUxub_R%|DR*CJ&3d5zqNyBMoB@s=wY%0A`@ysZe8P2aJhNWmKSV})?7=+ddt9C%RtW4oO&reG@ka2=gnN};62XNipl_sCl^nC z`Gt-1wB$LHqqPhQ16Zkhw<*QH+nRCpW?j8$SMNqc%i>u1_a&~p6*ZB5;p94Zp)|X{+}P4w9v{nnn?VYkr+Lw>9>$8@Iof)xmHW8WInrwW zxOdlx*Zhf_NB$G974Xx#w&MfbrvuK>0rRI%?i$^0{&hEx{I9oL0hK4vfI(N0c44~e z8t4GNJN`{Bj#tI2LR;}=Z8dE&;FL8NU)EezI3+CxS!ye`K5d#dALon`5gN{{o|!kP z@E1;S@six-;623HDrBm$o?%3#-pW$7x*wxnP+XhW#|VmpMOvN>ynlqwl+2fzW>L%|M;L>Nt<47x)F!yy>6p^ZYxe>&^-8 z7o2huDDX*|{JS+Xyc3#L_h-=B6ve?;&ch_fVD!x%Nq%QjsZb@c{D+x4NT4cm z(HBHJZNF9Op&&rNavYwKqw;IB%8}%O$DFWY#dp!1ItuXL_|cr18%g>#y6<}XzA$rj z4a@c$?w`2RT|*hq?yP5b-dsc|qn2}Q0+sz}PS>GhOozh7GZlwRg}fNdM+YqmMMv%^ zF)`)d@kp)||6iP0C8PRiPz9Xow&cuXM*)GQMx&yFfxlr_US zrI5*~nZt6FX*Q^8A71EciUf`3qOlaVF{(-{4N}xqlkyCnl6~J~PX7{^>hA$Cd8Q&Y zLHgG>FSo6{oZaeAdxkdZnwC3O=CWN+q&<7-p;VH$Te{qNE9%`NLj9b;qKhCWtq@8+#2xkts&U@TWpxq7Uo zt+ofctYzzRGVSU9ths}w8?~OLj!bQ5wzf0Xy;j?su0>~EDSr8A+ST)!yD4wtYxmzX zo3~(40O;7^)cK<%Q1Q_uEb00FEdbg~q>w&%!DNJk_qOHme$L7ugqewOK z)N$_BCMJ8#3zj&UC520}koj8O@AYQJd)9Gf0C|r&s?`Kw8wR2Q z+CC{q3F#PsW(9dhRE6aHFRT>=#muHtgf<4Cl7uH>Dp1ptcznn!zH|RvcaYGgW&I01M%+Uw3z|xjR?lsq?qaq}`nv_kpbYz@iy8WY*KO?ipC~46IIM zJbSX9J&V@Q1n<(>mHj0<45k?FM@;qKqMOH^>LQ(glL>!tO2MNQT!-!pmyx>)&Ns_= zvYy~ zSd_-r^+w-Xqc0_;2cG$8INj*WG@i&do_Nc-XkI)A9}hE#`__cM)WoVUBkax!yVJt% zyMjx1{bYomtk9D#-j7(GpP<9XU7l~l3FPH{yk&9eZtH5EFf2%ozDd+Mf+UMU36^A5 zmF^>VS+Z->B`I$@{|!hg2|Oc@{NUD)7>^vxx(|X!3M;W~P1u%FOCs!>uLEsVnMC?m zX8%8~dI3J|vLCprNj*-IuW*5>O6-xc6yH{+#@Y|4p}#1yXS}9di_}oHY@4@0X~h<- zak6R(m$B{r98@H2%L~^fnh$oRDpXwY9Xvr*Hak31m1D5ZTjy=ns&L+>G-95di zNTG8rC8pwVGlauM=B%D#9$jWEs>&V=h^c5MalSJ9)I&+P4+np`seDNEDdVsWNeyV; zSq1Ln036K_L`uOKQlY==pud%ZSYloeU6(7gkyB0+c!9tfYO6(WOCJkEF0}Wc$HUG} z5u)%TF&iBTbK2A}3sWEF1MUyyDRh$DzA2wEtDw*^n<(`YAgjA{ZwQI8f^jgn3jG4( zU?3|Dq=f;-S>0n<-7;)P_aa%^}Yd&e@ z0hK7;PgQQ!O6PSsl#sl?gjByammt+!y3Oq!BR7NF4>Q?dS}<4IJw`0X^A+4J!QTo# zgiI<&{eTbQW0y?dm=B+pOyELu(*G=Uc{TSLLoRTdjZKK}2%|d*j+r%VG%O-IIPszbeiT`12_wT5p{v!Y!g6&<| z_QCb`V{7flK01(TKb37iwcdVat^G`*OY4`^^Rl<2RM>A84?)}oD5^*UE>n>L}I|4VH)$S4*L9mzb;rz%>;M-?vP z2!6`FNAz9!1+)b-Ra5YFzk`#k^sD|l3P{>qpRiCRTXMgFiq(P=L8OXG2c1FHaMsC4 zna+0=;%UuZPz{>pg_AD?lvnW%rvmzRfhmFVUe80sUN|--ZGwQe1VSj3B7u|j!$@1X zf?Smmbs4Xc{g0q;ql)@1wLst+M_Y(N-S&QsaWQ=s@--~hbiBwtsq&7W%cdF#(w|DpZ;_H>&c_mZ7R|K-%o zY9iy=pY`ldvm5?q)HD~nVEw?E;CK?7|3bIr0c@6IeDEk##s+^s+<44n{@7$WX0w0n z-~kQpUK=KWjIaBD$JpSZ=3bRQ?VA|fMj~CnR`c4HN+B#&wfP3vZr*Z*Q|b*^@Ffs| z8;!m-of^#&&qw_5~Q`674^k6RCCrFBd?8A646s7R8 z9%s@d_MF98npH)(ML4;0RFCyQbRl|}l3_5yvMNRJQ6BXXUh(=ue~ngG;VafV(=`}l zYG#(jW9*cTIR_E6QEF9lPF<9zE(Z|k7}n}e;1kAU@e?sb+_4Z>O`zJ$ysIApiY&dL zk47)G(b-@yt~vFvAQ}+Fiw{IyJ|I(?=y8_7D1b_2PnxmlE;@kchwO=s=Yzka+K5et z)X3E}uGei}tJ}V6&(!VC*6m)j-7R=1_O5yM>b$;a&DD4opWdi%OSd1()Q@EAN7Am5 z96W)ei{}^5!&Yo)&v{P&#+vq=#(mFhYM>*n2KW$7I202c4)=zuDeLOS$yd(-+^Y#a z1-ukGeCOzvV{Y@u z?t0`u7PpVs&7at<$U_h4(Td7>)R?jW6fe?oObFdX<_1@($*QfsdGlq$;|2@+A^!C14IZa8rqam`FPSS(ZssWp+>#uA4uMG&7#b5J!OMu^ zOd$A>LIn$F^@A(?+ea3UP=L?Cf4RMHPcNN$Pxu?>yUx_J z8TUZeJ&?C^wH~;~8`@X)zB9NCH)+@18rKs4_LGZG;+T1bUp}xnez&1{@s#c+DlG`Q zA+lklvWmRfmAuDN$_;|&3 zvwT#|?2AoHB)*cpCDUWquL#eH+6UW{nG zze5uOdUQ=da|S5jC4r;CfaVGWeuQXk()M_=2Le)T3Ymt`Ocdd#0Y&~%B7~Fz8?iZ1 z5yPl#M}rEHg+hu1(M54ZGs7pPoS;X`g;*@C5N|8QtjaS4=y*t>a|z`j0rI~x=a531 zWQBGT3Yi27i2?nzgSduGCOcSX-=ebuXx`grg-$ktF@Be|c?G)(B&*)lshbF7LH3r)l4>x?cUYaND|rsdZEUfTeDvIJ z&VD-1ven?Q#p+L?X(YG2x2ArHrjflJXGt}1S*$%N8@=sWm2U058DiPn$5~PhfZUs! zrnkMfj^A$hHQ4R4wxleniT5!OWN(eI z-r8&O$*r)H->GZ^f;_w-NjQWFq- zss{@bA85At)mcJdLKD|Jb3B$l44^jR)fi6=;af zW|3?x3QcRTYOXRSm<6=y3`ZL+J&d5mSfQk+RDDNK)m|bV3akF&x00s-{$axh=opcZ zI;C4Ue^xQ>SHfXk=p0er2MQS(>KQI2qZ?k{|hAX*p>hQ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33178b81ed8f755251c2cc54de08fe6f19a51e16 GIT binary patch literal 12004 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bf39ecdf8ca4aacd70ef6d84e81df56ff6db6ff GIT binary patch literal 7811 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c502efa81e727693a332002185bfa7a5f9ef3d9d GIT binary patch literal 4156 zcmbVP-ESMm5#J+^hB(Ep+TfMl@nb%CG;iaZqP0}ZDye(LNVc_y70 zHF7%6&h5_5&dl!oX7%SxCWYWx{>Oi+_tFUcOMLX6SeJS7OJMFIjIiRMvS=fYQj3%$ zir}M8w5FC-$*WGR7B9yoA9E5lt*l8t?j&oea!T?ECtcIay5uz{QyVG|DQF$x%*WavXw< zhE=(0RSAPGgOU%MHYGJu_n5Kf(wgNJQ*v4;Wl>@{;0?@#36@c@7%6}@QfIbjZxDmI zR1CTl6IzsWTRGVn#?c0KtH%4?Ab*gLJRKp|y`@r#ZL%W7lTb>t;1Q2gh!L${tSF&> z2#J#>_VdYBL@5Hb`o$R;1@i~%V^MW5`vz_I?n73 z?Z6i8_O=PV)cj#QB4=k|HXM@OUQWE!Y%i2X=t_8!cfkDJo)c&XJl_qye<_jKaPBzcJE!-fSm( zTz`va`cKymoVQ*01&=@;NUzz8tw@2kG6hKaFlo5n_rZAFYBWe4b9K#jNbBZhMhtJA z1gRmiM|@NvXP!?ykTw8%3>&hr0x%@g5s;*AR7sss%d_iM!SfC=?vG zVmUk(G%4n}l$aiElDAuzf3y~){)SDxrsa_O26$q5#=6Cfs^hL&j$u^*0@%@&Y(U*o z8FAK_Kn&yQ&r7iFrEAx&l{V}O?C_>IDzpR#a-#&bt<>1`*4_GdiYHE#L_`a{P?eyx zl}x+t5n8vLk~pGpTv;gybg{9?)6d*st?7X}RO}lP`^+d9vxR(3znyug84onW*GGJP z*3ZuSW3&Ev&L5xYsFCckP8KB>9wR-O`a+P7Br_*^jr-ZjV1}RlK_@Nc<3b)tN0OmF`A=us3$Gn4ywP5G<3Kyr)=uqfrv_{v z^RsiHPOP5$XYSB%*X~{V_`N^A_v!V6xmVkBuO8%1v~wpq8M%xmmI2a{WVCM?UpM^h zH-%Z*Q=Oy~jtOBP9ZB>)VPVs$gN3E`!qS0ux~-kw*G@lzc%~m}#~x_M?ko4dyZ8MA z?aj9K=6>&e0-;Ad(XGW?wP=-9!Xg7>0vKhv{XOi@UF3yD1|cs5L-bq$x*5HpTnR_n z%#G-FzfQ5He7q2VpVt5dL%9-`Ao@ZL{ZfM^NI_nvw+K*QlgH0nne!I_tULUNf;z$cV zpSSn+QSZnzDJVkGi}?gk_thMpl7MZxfRj8aurOd_0zeqoZ00%^T+aXo00F51+MX(@ z{1}hIt(1xY(0L#{-fUoyqu&xAS{GVafJnK@I;mVWLtN@23>8~S#|1egi13%I61XzG zWzCukmpns^MB&cI<8bMNItJHd3iv|BR^?;#I5e~x7AOAuh27{kG_g z(q_Gt9Yh!C`YDXDzX91opAC=x?)1U%e0zBQmg*1Z+QSPSq$Ixq5cBKhUoHPhJJ1)} z`og}x@F+dnPS1+L|lEZqkQA5HELzK_r=`-88K nPVNuBU$5s;`iJ}S-O@Vo6-Alsps%LCx$szyeDQ*D>GuBsJr)Te literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d89beb9dfb2021b0fca7884026484df074d85f39 GIT binary patch literal 3357 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3bc3cb45549f1de2019a03d6602d25338f5683e GIT binary patch literal 7792 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43be85aa6974982cd98cb05b69456777cb5b36e2 GIT binary patch literal 8951 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..3864220 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..deaa308 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,126 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..84b134e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,282 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..2a3e7d2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,199 @@ +import importlib.resources +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with importlib.resources.open_text("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> ModuleType: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..4132e08 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,149 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options( + options, reqs, LegacySetupPyOptionsCheckMode.DOWNLOAD + ) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..6e9cc76 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel", "pkg-resources"} + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(DEV_PKGS)) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(DEV_PKGS) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..7267eff --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..b20aedd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,873 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.format_control import FormatControl +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import ( + LegacyInstallReasonFailedBdistWheel, + deprecated, +) +from pip._internal.utils.distutils_args import parse_distutils_args +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import ( + BdistWheelAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_bdist_wheel_allowed( + format_control: FormatControl, +) -> BdistWheelAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed" + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.install_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + install_options = options.install_options or [] + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options( + options, reqs, LegacySetupPyOptionsCheckMode.INSTALL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + reject_location_related_install_options(reqs, options.install_options) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + check_bdist_wheel_allowed = get_check_bdist_wheel_allowed( + finder.format_control + ) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_bdist_wheel_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = LegacyInstallReasonFailedBdistWheel + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + install_options, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..ba6459c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,367 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help="Select the output format among: columns (default), freeze, or json", + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' can not be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + project_urls=metadata.get_all("Project-URL", []), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..1afbd56 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,203 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options( + options, reqs, LegacySetupPyOptionsCheckMode.WHEEL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/configuration.py b/venv/lib/python3.11/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..8fd46c9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/configuration.py @@ -0,0 +1,374 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + with open(fname, "w") as f: + parser.write(f) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5783a60d71f07175b4321e030bfa7b08067ad1ea GIT binary patch literal 1037 zcmaJ;zi-n(6uwJr$0bRvmM*9Qxngpv*s40PR6r$!Ku8SDfRx2@;%jo$KhpChA<%(= z|DlYXK!|_Fkun5Jm5`W_7%W9Bop@)GHVGo9=X>A1_wM=o?tLzoZy{JOzWr*|^9cPA zhuM;*VDc2eIdYMUJ>=s$#scTOoS(1fGo1G%U#`m;mORBT)C+)RQg9W5k0rP8L8_~+ zT0_R#PtnxC$<|>b;>>CCClowwbU6(Jh;P=yE^Csd=*FuyA>LAO^LY?)$McTJX_qqM zlYl2h`Zs1Xa+)ZN@Gc9Qcq&9V5Se|GHvrDj8G0?E*$^2ko10~! zwlKp8GRw8AI~n-xgQJXFq&xb&Ed4lSI&TxbMSCRB|5a#6iAr3`orXu4m{6k9$nJ~h zVKN*I%mlGW@Yb(vtLHGQ-|t&J+TjuE3fn2dvURELTE6eaVX-nQR${3# zfnMmPv6kq-*t}+J&NGV4h7%DcW}ED+DvPpP*`uzkyLs*8?qWaCYr;3v&lLD)Cj1Lx z>jIZxyHXGQ(CvEUA=`qZm{jx*wlt419;3r}(Z=X;yl7+eC|DhK`qHx4d}M7k1ECBy-VgR6jqdg7Z|uVa&k#O&@j-^_gP$Lx2- zVgbSU=+U1mKV}g6O)ZjK<*-fh`~@z%_(NIQni$!@H9)eGPR7xGc4OOYo>ux z=tD%Z+lZJH-N+>Zzt7!IBlG~ic+@OnETgjZhgvR`ji~quc5mVp`hn*Y%3)*tDi-uT zPe|_7+tLes*n8%hFC=E{Q+liIaoVE3bbA8zlrYNUv{ow*O(4|<{ys^y2Ma&C8oii4!i8o_*d%<3#cB?IR~ILE?X^JLQ&RJOw* zUtaFphM5Qw0~7WCwbSE6%vxyBmPzzfI4~iesvXP{A$=1rDT9=^0z3pkSOmTb7jOFu z(t|BRLkhL%yB-zg(}L#$vxHdMgBiAi`V9z=P1nOfC{sXHVgs%RtB?aKF~Jg7^mden zq(&x(m~el|h4SbRg{#In_#D7D#$6I${KnRY+8gXH9pk>HUebJDEGy4m<}yhupy^^`korC#S{s zOM{O9$*vJiECupfD`fftqU3$f1Guqx2~LF)ZS!$}(eo=*I!TtDLH{-@$9i-k{dpx> ziQhuMmtJ^Sn%gVQb*wplMyW9y`pS&P>TQn^#}fg=s^+6{w@KZbPP`4(EL^ze`{V!m z%_o4hoY7wLvw-tS1$6Y4T(}>4e$RxQhM3bKm-~U(eDzr0Pvx;ezECmULVuUg*u~)p zluN2))kWnvQNeLq0ckUZk2=n+HfFt(oa2zdg{oFRH(gj!8rR*ZgnJh>q^cPZuAJe| zDWEDm%G85^@o9w?d&Tck#vBJSJ_frw{e&@^n+htkp#d%%-xF zo%5A0g87Hn^>i|@keT1hPIgm9cE0n{TU`Y6A$XET=2UXrH4|DhJO6lmrkjNsHm7I1 zIfYs1+=XslVFgqubw?D25^yLf**QGZm@YT%9{h^)s<8D{P|ouU;AwOb`nl5Y=ZY%I z^-8bVow!Ehh@KlJOgf~ZdR|9AIx|cGH=|Bklv}*|?#G~48?lRGgH&BSwXVcjf18(K zshUuH0ic^U3}YV^w)FEDUFi(J`{<3%@Vk#*=?uSJ^MV0kItuPBe|uf;KT(H&9YdiF F{1>Mki1z>h literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfbddcfabf92d7474b9c7fdc5ec12c2d398c886d GIT binary patch literal 1546 zcmaJ>&yU+g6dpUa;|)o(g|S#MI^>SpWI}N8o&|8UV2WX0 z0n>q*h(L+^Q>nl%vvID{#x?;XOO#-IR=;i}L>9z(T1<`LVXZ1XCCpT1v9*#rl#3v} zi}E}qcbCSyOTWX;9VpvVusmN{f3{Bd1uE>FgA14h)MW~M%>K!FV3#cjzwBy=T92jR zbTotVI9eoQjrRp_ev0;(iuU*Sqdgg$T+NJ3g^Kn>wihLG6csZw$+PY7>eWa~BR*fy zsG~v_5tW${Dq~5+S2{vROV-0;R$kl{hNi+W&J3fgjt9}HH4NW+pa&uAPXP|eQUASP z9=z;dnfJGFesSkTf9qu}FD?F+W8|;&#&uto{n1n=oJyT1brs9acp~C^v{7?W=$+WX z6N`Za)y48az;6l2wsw9c14ng1qc#!FBD@Qr@hG;I!YIp2O)H7DgqJiNY@eR_{~p4t z^aj8osk&sN_t;T=*ul5pQ<||;g?Q0`KCA39=TX;aGcm{Ns*5$X&AMqE0h zJWtel+@C|hSJo-0HcAMXzcv7e%U@+Xu3r&^uI+v@|Ln_(!1{0SJ-7GU=B3JoweraO zm#a2PKKbCIY6GPX>71$FL5aKtnt(8jok6<{pzXqC+l8y$q{9*X>nN;P`SH3N*8f4c zXkFU0LzDf5b;px7ZAhvKSSRI;f4$-ND|Hzz!WPj5K-ID=>xkT#ug@cLeZD@A$o71F XR^C|)(*G~aKiv8g)qkC0t6BLQ*F>p| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..122bc2877a878724982bb09770bfcfa3ef0a592b GIT binary patch literal 8948 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 BOGW?y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..098f9e4b0cecda9b17e4145d8f041f672f1866c6 GIT binary patch literal 2140 zcmb7F&1)M+6rcT&w36*eX1&{LrY759`=-y7Mgwn+*dt=_(wc{B6g@Aux$ zj|&SW0`0S3|5)F(3Hc2>$1QiH95z6CKp0_0NFt+Q7^s_}8CeZW>sDw-xkgUwc9@R} zjY8x!oT%6+8pI@@5SF_~Se{#Z79soapR`7a6>gEL^E-B{MtZX4$4MNt{4f}BFZLr2 zgNxUjQVGAMJ`Ug=G->CNmlqGr8S1nRU-@t@&?TRXCm}B(rXM#vW+<)83AuiZd$=H8<0n^>KP` zcKsfV?@#9-tE|DJ&l8_XsyduTT=~pbK5dI6(jyc6+mIkMh*bg>Q6l;PHKP;IfFunf zax%*!to9Y{Ngyatmo-U(hy5U4r$7xJHnVjirh5p!(F2+y;D5pnZajGJ7FWn8aI0w2 z&d|(y0(WJ}RvbbkgVQ>vz%RieFE+UVy0J)DHJ@6reOe9^s2vZ3^18n2q&7|qWI|wC z3*^0Orncl^JI!f7C1OVD^KacvU$|RaTkdAiQUHYtV5z&w<4rdVnr^qRI!XL~?aCEb z28u6Zoc! zj7y}lxVt?nzdLl+@TsmHIBO%VKPjKu-QL|9IxF~GSUGT3Mp}Pbx%klj!5Pt&gUaft zvU)%FwEWIP{>$>UpVi~-$2$khH%H4i56bmXxjuC2hj0=}^KJcwNz2V%5Hc^2NvO*( zt+YD4b;p|wGv1Z;7JNdd4O3ee8de;BJ|QWM`cI^4iwca0*HJ8?cmssQrI-=|gG|p) z>YZn>nj$!GUj*$x7rcolV0{5_^Q5?N-xiC|s}@to(;r&TOG};?C9DUzuh5}-buK*z z>00w3t63sylN^Q`tHGrbN?jf))fUGIUCShNtqE6*K&H~SvSyef+eaI6s6f1vCLk?k z4Udapg5^J@sS(Sf_}sZVA>^8P8;-<$l8-=)EyFOLkkw)Kc}A`ev(FQ9b(np|rfryG Z@_)pMB?G{HQ4CLC{u77)ddZx|{BJq7Mf?B& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..75ce2dc --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,39 @@ +import abc + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..edb38aa --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,23 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..4c25647 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,150 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..03aac77 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..d452729 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,747 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional[Response] = None, + request: Optional[Request] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.original_link + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95acd65598c16767285e869cc79b42d43378233f GIT binary patch literal 241 zcmZ3^%ge<81l~8_q{{*6#~=<2FhUuhK}x1Gq%cG=q%a0EXfjoad*-F2Rw!iVm82FW zCYNO9=P4xTr=)WEX)@kokB?8uPmYgY$?zGZ|5vzvSz?iXd3m{hS!QxceonSM@Yl72yDNk)F2v7Vu!esN|=s%}AIa&}^RYO#JnW`TY@*owTw9Q{m?jr#FG yfy|Qlc)fzkUmP~M`6;D2sdhzdKzl%rEtUilAD9^#89y*FGO~PNKp~1)fU*FMq(YGZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbaba0817058c4e153eada37289516456107b2ff GIT binary patch literal 24547 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97f64f698680b73edf808122a0ced32779581e2a GIT binary patch literal 44219 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa792da11950c5264ef92ed30baa5dfd0100933a GIT binary patch literal 11023 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 LFq1ie(7pKoOxS=P literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..b3e293e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,505 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..b6f8d57 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound( + "No matching distribution found for {}".format(req) + ) + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..eec3f12 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e32ac8514ab73976a7ed1db27107f24abc1913e GIT binary patch literal 18179 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7da13a95eefba81066d2613433f2a7f99bb4c699 GIT binary patch literal 7588 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..351236d7628bbcb71378759d0b445512919df2ff GIT binary patch literal 4004 zcmb6bU2ogg^-`q1B}=vjN#`Mb$orm}Umz6(rV%hUV8}y(J*db61i>D5?v*G@PBNgE z=-8I9 z(Vk7PwC55W?d=IW^tP;H$(e96goe$!mfQ(9#ks6!$(!&p$c7|$#%GBX?O%bchwwF8 z!Vl|Qrpp?Ojy>xEDJXS|&PmuHx};#*Cc1BPi5}4-1w}7>WX>V_U@p{L_XEDqP2}1# zVT{XnXdz#+Ji<1K;z(TZjbzfA~S=c-QN+?D^bSmo>DYj$YupyR+UQ_s~9GoLM|uD zSOc^l=M_a(=976vlyGuc#(G}JO3Jdy=H#5|%;m9^mFG;qChJl%C!`jIc}X)JSkm)Y zNm&|_o^5_l4+C-!%p@`yGEbXsvoM4*E&Nji%G%Z>4-f4sWy$Lc62By5RD5(vR#eO{ zOIQQlc{NR!QhAIeMdv?S)fZq^(0GB@bPPur}l!E-y(qz6^$m zgE`_kDjk>~ixa~fwG0ynqs4)fE@4H;#PN zhz-G~^#UlOx(E68mnJse`|`MP;7G+gR^i5Q0G3RbA{CNYRdv&q6Z8c|SdvmLgTe+9 zd*oL#MtS|5p%ZVa<4of)+ zf?tezXzWa-`L^A%#zO)CCtjAuApT$ouk?$&yiBr$&g&|#YB9n+mQiJ8)Z#nFTN0y< z=$nSP#sygeHnI*pfd!T{i1bAW-FAtVI9^ah67dR87?Vvfpc?80b&M}8$f*UQ48(qF zag~Q$aB+GjeqB~XwE#&0h(8ok{PaxoShG#t=Tu071xe)7SY2vnk%$H<1SkY7@(|rv zz^gDN%9@_nQJ3ZDaekqmQ+ zUwhkgK~Q)_)%nzdpv+4=30!I#V)wMXLiEn>p^HVGrcKpMj>NXf5ks1GSrg`9irB*R zXt}Jcix_?iCV?8|a1V5t;$?u3ZJdtSucNF4U8Cpkvd}CCwD^OyA$^&KcC!kZI4z%$BoeOitqT7 z_Sr|r9*sX5|9Y$%nlM5W72m`Yw|Ap&^WvSs(%?@2{x6(=>p%Q$|KaVE)&3Jk|B2uD zOW{qf<_&Bz8xx!2oin8~wNPJ~Dcj1nyC+K*8+zQjbE|xLORNTt7=a@d*O6xq6yWPN z#(#l%&~v}9jtJHczh~Ki=RXJl(c424X9~{QYQ!)!N&X!E<2|Ief(fC{3l$%E_09F_ z1gX1P5>TdmgWAiH*XY{D$>K=Td?zQk;n^#2)#B9J=~=kj(`ptf4SrS4^8%K5X+=swltFmI z)!7Kj6b%_Zt3tqFevXhpbrOquFfl16xfc`H#cvQmDnQfGh$hnk*K4XEn$GDNTI`sd zv?A+J@XTo>jG*B0fFjApZjJo)W^8nkdwF*WM`39KKJ9k^ifG3)T){zaiwZkXAz{cfDc(&@hX85jEtha6_8=pUa{>+DbT^kdhow;+S ze5&dlF}x!cZbTzh!(We`JBq$J`sVpA_OYJ@>+QbQx~jpuz*-Mmand;=RooRb@X?Lg%hOkWa`oJYm#$A={QxR0ZcbIRrW@+4 zl&YlVd6U|?fhVEF!o)pkcs5d0P}Y*FwvtR^NPPtrFXCgcVH!T|Ab=uz;tl-PZ3IUv z(NopnyGHQcs&~@xPFA={$|d@S=}zYrDB0AkMm@#kh#jbx;5e`_9r|hx+|BFG!DmXDIwoTVG zRb9xMUFUST5a;r`)bM{dl{+&vd&zWXaXv{k!Z9GCmfd6j7p}?1UH2Y74_nCJ*0uoF zS%zV1C|GHGYsg)sPYrpC^r<0Fkv{D^Ysg=u&p*+RE1ho*MJkkd0}bSqRx(Cr1m0mf4v zt|RESVFz@N8Xd*kz)3$7DYJD1-Cn@knL$t?a%M|3M&7HAoHa(y7N<(f8^0`TMqs$Y zorSkb;q#g^4EGZ3Z-H8H-`%d_6nThM2O+lWE@TTA2MlIkdA7m~Rhc1!8G`GLIbA+P k2v6^V?^$FUwpMqiHFEubGdg(Qg&wR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..92bd931 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,173 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/main.py b/venv/lib/python3.11/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..9f73ca7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,127 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7307dd8faf1b5b5a36fe8aa01bd9b5af5b96e08f GIT binary patch literal 6412 zcmcf_OKcm*b(UOm`H@8ZELoO6;~0rVN0A^UZek%#Dp|5EJ5l6VX=7eiEAB{Id6&!1 zE~O}N03C7&dMZ#9@u2~XqIDCvha7#)EkG}%K_KiF1q>8E80dk9Qy|Ex@6B?Tq&{g1 zqa7~a&VSy#|Jy%xcBTlFtAG9H`u%P~{(+64BpQ{cIf;-@iB5FMBsu>r3i&^np+){FimB=NmWG*S;ny8tw(z!I$Wj$tgSe>~}t1H)KWpWv-JJ)UX zVue6Z2%f8|EF?d)P3vJJ)2r7uqNEKGvi6H~QlG5$HRq53p1EAoKPaQ(d}F zvO|yYgvD&k>s-FEG_PK`Jb&Tp!r~=Qe#>xNFY!*%HSB_Bdh+s4k$G}nbKI=tB^{T$ z_Nr~0kMU-(yn9x2*c`0k#%c-Icp2=OFKijyE?BJKdYOxc$($X>W!5h?7&E=}+sv~0 zj^Buh7wnx_;K8t=9YLN54(p&fg1Am>9mkSH{>EAn_=CR!}-LGH|uvJz+d?L z?hf%20l@-G(+T1mb)p3itny$Ip$_lkPj1+IKtDHG@iRYOEoef5fr&1Kk z><(?Pe~cE5BJSuMx?O=T?YJ9ufxbLGIr-uk)e5@UWX~aZij6348x9+%%NvG6^ICzf zGHP!z&JA5>(AuFI&D*7-3EgXSTibD_eVoqHg*DnDdvr_VhPDdxR#w!dg(da9>+|Zu z+e`1fyZqL|toru+^32@K@(i2`2RY0gqlPQ+qEt8XuI9p(Kyn4q4xtn*gq!PQl(Th> z>!4o_BIRGVu@|83fI^Oo=2`mAUTQRG6KaRe{c9IBH@|TRO&ePSD>YpQdaRrFs%8RN z3XZE4+#kL${VBbunGRc7@rm5n%+hYcg&WL-9rg;qXsICXhk^r_=14LjMcSIp8JZZl zCG$B;59R~ldv=+Z*x9U44R81d__COdJVxz*jH-H(qbe_FJG~TK(q$i@%z6o@R4js! zI$q)`+nMLw=3eUOnpt9gT}Bhh(V2M>+wqi!aClKLgI-62F{)8mv%TK^n&2s5yEND3 zULsJAFTnPO6CJcc^!wZd$l1j9_V&aUNDUZN*RU9$*n-0*0Lh7>kbM;W3CD2ROGU7F z+B$P4fYcLkxXUo`gESChv-d;gCgR+3ZI1$>An$rXKyE8U36#Z&Qo;jg>MJ0fF=nM;r3YMp@ z1Nf9Mf?-N7@*ZJPCO1tvi|G>1fZljpZv=bwD40vxQ)U}psiV!MrstcUZZWHP2~{m< z7E@I(rK*;#mrSg8sOm3En(2>l^hm;wdKp#K3I!V^3iQNLRpD5_AWvZe;Ufsn2H+K_ zIOhQDw)|?n1LeVyYVT-S#-}2W)_RWo+OGDzP?qtj2nZEE73>4K)|_7S+fLsvb36+iby;yh9R8Z>Ev=65tIFBRC0CveE z<@t&-QdLIkBpMs7B~F#wpGTl5mu}yvWJao)k#b_BCZ8&|Kfbh{sH8`#>5;NLB1qmw zV#Gm^_${dX5Q&?S%pF{_ue37+#8c8BswS5j#<$^x!2zKm1S2fOi-JiOwmDzo96DRg zal?ZP_v!~-4tQkRBHPpuZY0m>8n-QfpA8!}4}$=3&MXK3g!?#fwQsx7f3KDd)Ae^- zSpnla4$f@@94|xy)Y5iDK$6$;8%AMWYzL0Q+0Zy^Vgi26WmL=O!9AjXG)>3%A=#*4 zFCPQSc}jyEd=gr|9th3Cn2RHrgTHeM02s?I(s8Vk9%|aFCm+U|unu`D___#{XW=U-4eWa_+*@#Vq`_HjFFzruK)(w~$3uLzRx0GtVq%bnY-jobd{3dEssgjD#D%IO zVH-98od-vNJabM1*w6i`2kEIV&sEartLgJ)`Ml5nq;7CXQoyJG|7769uS3;t$(Ly0 z^7jgcA-L2c3?a$~N&;WuX}OU=oCv z_QgdU(XO>ZCVZ_Gqu{@P20Y+10NVU_FZLqPaO4aC(B1BK_P_if{qmRd_ur_buT;}l z%JLOo0D1zQQANs7a3M`tgKr>+U>?~Xlo(Wm7`zLWXBC56k@jp{*!91(2m)%%f0TwG zIi-j&=5;Q3aqxJ87wyLVzf@^Iqt~0R9g}{sEtry(eIyGUN`wFV#;56p26D)AjkY7c zZGa6gKsR1`3_mPDiU^4#-wG2&v=j%GEkmPA^Goz6=U($gr-4Dh!D))$vxKk(!H%G; za2f%cO*%KCg=Z0C-2MP59u}4@I8jCXLV*JlI0rJt=Mf0mMmdA)`X+A(O^o$$l2ju-<>0B2?sD+dNOD*FY9zHQel_xX`NusE$#}W_ zc}U(b|G4L2v>Vb5X<&ac0lCG)%#q#8bvc!e)JXt#mHM%M>0Rk_xlZtX0344jDH1udJ5-hWZ!edn=PJ^3Rq45UM3F{sD|G^|CU_Dhku$+)y|BNU}*aGYj@^8@B70-b$A?yr@wqty!L|rxO74K{7jwTyF4}PR}O%^3F)eI=lMFp z_x(QqU7oq-R}O#!eNwzOc)T8k_rtE9dJNw6I5~2(u3#-e;sf<0*2p11D9gVAJtC4K literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e58dc9218351efb4dbd68293cd3af4ff3f4a30c6 GIT binary patch literal 3566 zcmahLYi}FJarchLhmH@)k|nwFgRz`CltfXg(7=Ed!Ky_&tt{EKoEjEt2q)f3I_nH&;P6r0`@O9*l+GS@+=L=eIz3pt4PC(SmPEsjbG$3 zqj9QB6BY#r=T*1nS@dY$MX%;t^l2T79T=@5+4UJ-6lH<@R4T11YvkZsRGO4B5oVS2)o4$7qjYN}h5H|A97#q53NOJVOtCyH!_jJlyGpI9H zL!(5K6qU_&%t?xF!AG3=&gQVmKmke^})-_rlAsR ze??n>t*El?ro>87J%Jl>fshMu9=>N+0o+GfRDl1>?Gcc^Y>*4B8X8m?%iJRl_~5HG z2sVEH1&-Qy3Ct*{#s);2hmxc!B}fF*USKnsuJDWNv9v^E8yg$3G=!HyGnS$e8cP#B z9aEL%Skf`n#OU~V%v3Dq$izDM(u^gQWNZoCj?m+< z(wl6_Fo11T5j#IPd++SscXrZSh$y zi_)0loes;luMwdv_XzgzWy2R+t}IVa<~%D{cHQxUCxs?&6FVq1gW7$&CFrp1T@T2& z?B@0I2lgOjU9zz5Sb?6A-B}@xXc&qU$_fQfQ%e(*-R&A)v7esT$sXK!R>e3;7B0_6 z6NZ+QEM-|GVHtuJN)lA5Q5&z(K2X&bHp~^>@I5;R?z)exhSOk4)EYGH2}IvtWnt0c z$SgW&uA6g>FyUofH~p{=!lS?f^`!<$+7>o&%Rq?fhX#?=Vz5()vipbM;%^|`wSjKK ze*w+rFue_vpXWj}lm$yPqJd4}+&^}r~t#SuX3=VS5Z~9aEx(+owdS+R%HieY6 z52i0 z;|};Rlo#^1E8PRTKY!94Ep|t%ocr*|)Ba-*{SW+w>!to^xj$O$k5&eUcD=ja=X(Ru zD&h{0G{MusVK%ettqMSY{``5>jk@~o2YwmYO%>LP$77|=v2y2F(dm2Ly&t__c)Qd$ zRPGxpbq|-jhl~EufUnMg?*i*b_&&U0 zvgl@D3q!Ht4#vZW+)i)-{T9&}FvClQ8y&N8nnqz{GIxf<+m6*=bWEynr?Nzx+C1?} zgEtv|z@*0jJl{rOh>>6uR8GH@59LDzT(!PcIIk7E3@F~d%N7**%H~^EC(t3>1?*aa;$DCzSVF25x zcyzkfACK?;_~G>j*FV1T$&CiFb}SJd6Zx1)$V7k(JO zG_&B`p|)q0SWA+s+B_hz>7=Syw#bM{DZ^e>5ieysU@s0crCQEKZwnfrip_%^Z6PhG zDPnu-{58+A@&ozA+PPX%i7hUr%ztcC<~Y7Ejzv=ybcVVE+A{@ql9&~;O zK^O%)w=eAVpRS@V;iv=d`g1}q1&@GTz9F9L%=yX1w zk3T*7#>3eMvmeiWGMA56dIxguoOxHwiBE%F9~k$HQt(7Mcw+lv#RGwjg|{l<)4;J+ z@*aCCc5Tl&-ky(yY`^oa9j!g~o5j(od3K;SsnwqR)a^LY$|RxQQFeV(<|E1;A+<<3 z!!YI)ComirIXUaBR!dRuq-Mw|l}ynKz{f5=^KSsEJjNJ~k0*=h?CW|3y-{rM6%;9c zTd%qXy16Ra2iu|QB*w$}1uzR9-mU!{yajlN@uB?nDuQ33r;vC&QCR!@xHEh$aL)LD DNpfc9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2898de94f279d1109d496fc219d9e3db71d2cd3 GIT binary patch literal 38011 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 AS^xk5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e556bcd18b867fcfdd7b7a928172eb09b55c9415 GIT binary patch literal 16859 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 Xgk=vsTB2&f+UQ+O{kTpRVIBVq&Mpli literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..336b52f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) + ] + else: + value = sanitise_header(msg.get(field)) + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..cafb79f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return self._metadata_cached() + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + if entry.extra in known_extras: + continue + known_extras.add(entry.extra) + yield entry.extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + if entry.extra and entry.marker: + marker = f'({entry.marker}) and extra == "{safe_extra(entry.extra)}"' + elif entry.extra: + marker = f'extra == "{safe_extra(entry.extra)}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..5e7af9f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,4 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["Distribution", "Environment"] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8294c34e6150ffaf549d8f8b06894aee4b8f75e4 GIT binary patch literal 358 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 GUHmsvgeE2c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b92ae69d4d9e1044b16a4ee43f489592afdbf24 GIT binary patch literal 12419 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..593bff2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,55 @@ +import importlib.metadata +from typing import Any, Optional, Protocol, cast + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..65c043c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,224 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import BasePath, get_dist_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return ( + safe_extra(extra) for extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": safe_extra(e)} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + req = Requirement(req_string) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..cbec59e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,188 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in=None, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + # _emit_egg_deprecation(dist.location) # TODO: Enable this. + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..f330ef1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,270 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f01c8b915593b368a06a4c570f1070e720e364b6 GIT binary patch literal 275 zcmY+9v1$TA5QcY+#31+p>9)1V4U#5Bh@=kK*n~98dN=5hb9dPt@3_2(k05!Z*xIHz zu(Qe@YLS8YXXc-QkJ*hzLy_X`=XW_x_0SF1keBAzooq!RK13nsV%+>tzCg-JevW1z=)PrN@Bv84QFGyA81{;T;R{Cs7!#muA!owU1*rr z7@$I1K}ien4X>Pi%qA0v#Q1O_NATo9lVuFnlyF9aP7blwnQu;a&&k}B_!4dtsCy^g TCuwh_lxxk+^uUoLKfy#uF)I~SLOoRC;3z$yo_I4}Z{yUFI5A#-^WMyx znK$3O_kQZ@%OPkt{`h<5PYt2Jq|#|dEbM;>!aYO~!2zn`QVL5s6=+qxq$^nqjB2`+ z#wdk8LPTFh#GvU-*l!#D?N-W=^i5=Eo=Vlmkx};;ry%H4emD#Lzzw?izQ-xKUaP_! z{n)?lhvj&+>daW#{}hC8z$1!En4nUM;F2~29{q?*I?<>>bohe@Buz3Ea}8B6F<0}_ z18P)KB)h7Y%vjEWoLxh=aVZDhy%G&hhFo|-;0eDLUiU)c6Hm~kOP|m>qnw6!@}+y52ddwdTq<7MQ6+-@S_6`|$SCI+VA-)>-+N@NYR#8${d#__SW*d>tX;3-LWY%r(>bhLs$AY%<{BvjCW6r|D zf-~=zMU5>Aze<@iPs4d9@V|8Gi{h(Vc(Hilg2R15$Ln5s)|;W+srz*YP8F1eUf@(~ zga+J6-n&>|WXIu)A&`=Qck3ZD{=Wp>a_2@#qt? z@7v6JX4f3vF^8MS2frJ+|G^Ja56(Tb8~v9aojTt#PX9k((x<}L6o_|d)v;lzC!n?bLYdeK&&3ym*q=YFY?Pc_S;0mCH^lXj| zg7yE&&>2aBl?0467Du;r=dR@mK${JLOKe15UR9~gid2PDg~D)Z)LKjn?~;b z%@%_0!9~^mOjP%aP~FimV8F^ZS_rzsa7<2}I6T_RQjV!;Q7%v0W;6=5pa|6|BsErS z7YHa}#ZI}B#gG*Mq7h}-DH_Fg(I~2_FNupzcF)fVKj5(ylL@O%+(PZsWkx(Vue4ui yf{lSHIpuYLmWDBIqN|PW?=gC_(fu{idyVd|l|F@motL3;`uv_8e%517dGs%o0Ps}+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aec9fad4798b6e7bf58e8b1e8341fe4a343c690f GIT binary patch literal 12257 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d70642164250a8e5488039a5f1d1225bc33717b2 GIT binary patch literal 4658 zcma(UU2GG{dG^o$v7I=ifk0SDAec)WD5X%uQR(0)5O9^kT`P;bJ;yU73u|wf-4F;) z6}41nqDatFPw`24a3x9)@sfu=+(RFDxQ9NjktN)fB1LK|-AR2g;#8e@>NmTIlT8A; z@%Wp+Z@&5Fo9}P`+R_q2P=@~b-_d#yp?|T#Y7tjDuP#Do9$|zz4duBEm*+ElUdRX> zo8vVxFJ&aBFKE8JKjY^RkA8u$cn@LeF^|ww_`4+&z`n~U>Hn4ulY$*QOZ6#IxJ*nt z@XK*i)eBk87GRjzkj?-{Veb0%ig0yuI{d<=X%ZSs5z8Y)Rttui)ii=rcCer;BWfW_@7Q6zpxs#+q-`H1<^(O|geI#9 zo*5xFel-GM9u>KnsL8FZdv7+)75TTW^F^+Rl;-{-52L2$V00Nh;nJWpfBw3?q1rl>x+F0`$|L0+xM2lxoEv>e@UzbIxVNZ zg00AwbaRZ*TvHM-$1Ky4`y=RliazD$(R#Vx=kBBHO*wik(D0jV_e!~p0JHg`_qnzH z4QG~u{ai-os%^op5?4Z?>HNLG`kiNx_pKkp=}(&+fUXMZv$^IN$oSxY1pcqC0{EOC zLLAc{^wIul&T|u?$a(qqtb)dPS8q5{`Vh@?9GdH6Izyvy05}f+C^569Nt2?@rw-ZN z4cZP1G!DRE0+HpJ8QKb+*TIvcq(E+u(^FG@8{d`ORFu?7O$VoBoJutj_b@6a0et@r z`UcG)t8EzSSHqtlEB~a@T21uS5pT8Daoj~&4`~7jBqckf8jd{{ za>NcQN>0lfhN9Tfv~Hfyk831PKr=C0GBn*}O9I$#l6UUn+{$25_~aAkI<`+y7}rzn zTis;`V?4tc|9%E7#kQCCRoWkQS7V22u|o~S1@|r`_E?cU%i-AEsqzO4%JXo)74EMm zIv*bWPpoY{_t1aV`*jMMYTIxPU~IS+8@2+&&b2&mFTr_^_WlMs5LdVgw3|zDoep1b zYCp_2^%eR}U49I+Pn#>CaeR6zba(o|-RXY$?sO95>T@la?u4V5?XrlXC~JP>3Fm49 zQ&ZWM9bi#1PPejfcfJR3jduXdpn9z9MQrc$*xq_1K9{aVdMZ~QeY|+3cJ%$10v`{3 zhX6DX9}GDHv87vCZGzZ7GfP1;JzljbpZ@_X%ql8yz~+KEua(i5*}Ol3xa?j19r)Ht zQ;O@UVZn7j65oYUHvMCndTc#5zT@vciZRJF%P%6|Ttq+D~hwfjRyHvVVkF-6w zID7GadM;f`v%!Vg3lAr&k=?b(ZY#389#2^9{SR~V>St=jU+p+h>p1Y`;c7=e%v$k* z<=BtPh85cjwI1(y=xfAKtiwH}5l7oP8^{;j<$%(edMxqq_Vd_oD+W|M<|Cg){uupJ z^kK9f?_5gsR<2YN2WyFgfCubdn!Qx+U1MT}EwdWgS&QtnoZ4tvCGGl;Xfr!@9GNFQ zU`EUSueu!vf;r5O@zYLvbseVN0tVgz3e5ClQ`zV|I8?aGlCw28{MOwY924w*7Ynev zdCpsRZ*W|&yW82_bY8G~+Z#FGbhf$9M2j0}gQ1C#*{8(Y2EvMF7y2|FlZ>^RAsBge% zFN?L#16B*GZ$?>&S}psbZpK)Ob(TA-F}W6#t$_TNpneYce_PN3J!tCOdX4f1aP~Rr z1abE@1bP(6uElEF%S6TKtoWQ(@KcV!-R~6@+|6#Uyf+~XF%s;3LE3@Hi$KrwKuqCZ-hO8?B6w=8y+5@c}QWW@Hm;mRe*bzm!3I5MbGi<-2 zU_A%T4hX z%L#C{6=C6AEwQg5u~{GL=q~3fJqu&CZGA3c0EMEB;OZ7Y%Nn&F1eP6uQ4Q!)jikT_A>aDuP^5L{vR_^9R>gZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37a92d9268d362117ad3a75b365671fd5e234b85 GIT binary patch literal 1900 zcmaJ>QEMAV5Z*hTPG{LhNo^}aHQ~UeMNZ;t?BGC2OKA#?sc}Qvm?8?x^>$^Sd%nBu zp6yuZK@Tok)YiX|m28DgBXXhiuGm4^NnTP!)JJ4vRW3Mcnq@(skN5SyT~N|bVH1v2@X4;NJIX9!gq&^7)7yL@;IJLpNSodk<1x}ph z?t17^EObV=9lCNhR&hbcqkutdOoDaW^;sH@#)g2zI-}7B^Ou~|>9GY9bMc*ARS^1K zd4eL~$=HX;)ENCXvzIwG z3P(nvWfa>+v1t@LWBFZe&v=@j{LVYhUpvZQJGk4*zugw^ZLkb?idT<|*N=+V4?b@d z=i9}3Q06*?$>YNGQDOREzEzlQ7iK{@+RdUjz@=@NP5GWcTm(gjdO7{x0+pzT?A}F~ zK<@%g##+CR8iO8*8P(8Q{~kc+!J3!98NgauDrxKztY(*i#2J8W4X&burKGZPVJQIN zVsq1Ed7&5sQZ1e>-yqf#!eJ5!lrT53S3Ay49p$DPAO3XjfV6UR?c7|`m}6I9L1{?z zly9$7jN>fE0MrKDZ5)qa{Ak1WPAwS>*W3X$^a%HY2zn$=@rX$vWjfGpz3y?S=V4q@ zm`p+x=lx#NqJ~Tm@$s*L0K&=B(H5K9;-8luH04`g=xW*Y?H}%T5wPDJ$$lr2T}%o} z`c`AAi+~;Un4JGVk!6s1RWGkbQOMu1psPc7CSWU8H7|a399mYi`D(x;N`wK9C;GIS zPdp;ZBUqKVy)NV%7x<>*5daHr&y2jbJ@iFUV(tF+{e{^044lR67t~8mVE)3m)5GRH z_9lp;uKW>@Zc0&<4jOAFZ&!a!xz$DI$upsQ{?agwjPZJ{IsR7j-G|N0ax1gk&Meop e&hVApI~{GZIr~XBrH-i25Rm7B)D7{-l>P%O^TQ|r literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..302ebb4bd98f0316927a2b9b675b18274d195e05 GIT binary patch literal 2614 zcmZ`*O>7fK6rTO@e~e8M1WD@1KnOK1-lR}ykQ<0VDzsG&AR*+c+AiL4SXl3x*>%!H zriv=02DMV#LzT2m)f^C|LX~>xfkO`*d$iF?q$^d5RP|7)heZLY;?y_0UdIbzJp1;& znfGSqz4y&q|Cmh15wv&z_;+RkxWB02H@?kmUIJzr$w+2YRAov`l`XMVuEa5Pj8*w+ zs1$N}P7PNhrHIS(YP1?F#Tdk*w~-vWiRADd7NL9ac&!wdBNtFE`VSRzoXt&X^EQ7* zDVuim0={0yS{dgUyHCaysjiwL)@Bu=YgMe7Fq{y@SxgK?*F+J--gBB^N~(Gu3>AW@ zQn|g4`--%MO#;j^!l=Z^sKm+)<}g3d(X6mCdy_APa9DkJi%tCktRksyX*Vi|7%wVU zse#*!Io(*Q{6BymnTLa4%ThPL!`?MR_(jDD)2W;|w^gDUhGFE*oDT zq2Rh#!~TrSuJSk7?iENLBpxpU4+cOExubTc%GotU}dfdW(^jw!cQ;kn%1+j zKBuX=BtwoWdbXmIY>u~+fl)iA7@`abfZG_O=){JJWjk8MrX)+IWT!iWBL2uEl97v( zU9gWGF?BEmGybx!t9DW+%8UYt5miOIW+&?gCZbWV)l`M9H-k;kHcUI|uk0Czy+v(a zrITR;aD`=BB+9Bmdg(qK!G=LolFepGijMSmUjngxjD>^S0kG?~_=-tb!nh4&5pAUU ztkm9Sbc*)Sof!>NvS?-wAgNFB68R1dp_`}TcR%XJ=OgxRE!QmCz8Xjv6j9UZa z4wbEeyc0$PnIDqhCcjCormQ`0ID2=d;tm3`#5p6VCv7D%4q{`cn6;7Hd5`;h^w7`8 zei`{S-^x!~`N`JkNo(}v(&=V;U#n;Tda8FRPADqM9SDNZxe^ya_>`7w#sto9OQ^y? zX^Y-MS36c`o`YpK+=GCXxmDhUkIjs~uqy@S<_REQGs|cOHP8pUZ!ovmHGk{CyTJtE z`4#*5o(t$FC}ZRRC_;wW!kC+2vIFFHf*0KcKZ_SB8p?XLHn~vPCavw17mBK0mQ-UB z7+*h67dr~%zeNN=-m_zitRH>zOa4(h_b{EiJJL!ER$6elfQB1wxFV7E7spOOE%ZM> zcBBm^JJJ1x;t0LOgrbVj>kbaO4$%)5SlvTXwp7=3!>~Yf=@9q8%4SsOEK* z@;#z>y)LQV456SRQA%i)wi9JlG7Pw=S9F=snrCx{NeI1!ZuVS{NREmWpPrYr$P-Fp z@EBhJS?v5AmId#QQstabRDgFtwmgi&~>!|o3CHD84}c;7c4oc_JpMd6mHw6T+L4tjtHTZg@ukE&D?Q<{D3$c_%aa#TH!i_gJ&P8-L`;$i*qK7b v_zZ}{F$}YgMw>718|bZOuy3HDX0WfLVl&vC@M{bN=0)6C!VT8{i2;Pa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26a94631e3fe1cda4b6290c690477650de2acc07 GIT binary patch literal 26446 zcmd6P3ve7qdfv>wu!~(_@mLTK0^nc)0$dOe5(Hlm2~h+|5flkgBy~RFP6sYA17N9r zKr;(IAmD^M%QmEGRR3){GOoH`RF-6;@N-pK3 zprV{olyW8C-}Bg=T~H^vQmzaZ|MYbC^!(lZ_uqg2|KI(Ss;Wv3*K>dRm$Schn&bY0 z9*nC(4?G^Raojtc$ccQEo7C?7B+s60lQwp@PukhtG3j7;=cJR}U6U2K+oJB6XVSyd zyY^^h%sc6g`6hj_s>!NY^<;I-Kk1LvOxDC|Cu?JMlXbEB$$FO85e>u|CL37T8Qm6Z zoNQ!aSF|bCJlV{`715U1_Q~zB*2&gb+hkj;eX^a!yQ4c|!lb~$o@hrbI2nv}PImH~ zR-Q|2#QQ^HlUaT<*o?47+cF0u0sM@h{OiTp(_)b(>JVj{%nJz_W+ zo{okUCFIFhU3%&K$*Hl^C&!)}pLjNJeG^ePUanFBT6z~aV|VRABoTAD<{G+ zNxZZ$AC>a%=jW4=L_8eLJGBVsi*Y=o>`GCZm!;`&QWEjx|E1F>PoAAR`SnXDCoYaZ zPak)k4l8q#5_06-^WlhmJ)%hYfGmmO>Eu*+AvrfSBPU{03vx8SO_`5IiX-DvGMbpq zyIH(+BZ<-i&q+6rhZRX2OT^~GvUDzTBN7kU^4|F{ib^I}L0*(bVT!{$zVWyy-55*6 zlTthxa^+phTzLQ9A$H$)XqerH_8-vhL&JFo()Z@=F>(JT!XNl8O7UrB*^#&(Z zp5UzAY$b|&71n3#)1+6d6DvVnKB)@0RA2QQ-w{3cyw<#;PjZNEsYc|QjZ7R!v#ONL ztk_J};+;Cw*fC=(de4S|>X@uYT42T|`VnrxFszXRg*-^xhVpBX)+l;Fxb=DW*+~2q zqMPvVqk-u`5t0dETI)g~7QQLWg|A716uTmcq9o!;nG>#sqYIKUAY7V@C;}sQ0VJYG zcy}(LNCTCX0ch}ML1!*LKhdv9awHs$EQYTjzgE|ogdC&b`IF~`1AF)Mp&Dkzs42pcI8{v&qKVna zw1DiaM5;5!uMpN+g{sTYW6eXkfVqqzn~Y0}(#MieNL-knlcryx7q8Drh>%fqILXRj z#o~*E5bKDrpdfcFEL@Ky=Y-1x5oL;cU@9DqCaz23uF&Oyyn{ZRce1Z8*6ez1dM*)} zmXzht(Om<*q0jlHX_MK5%pCad#Q)<_faf?KqiTtJxoMeC7UjBXhL?CN&3=u0hv&Il z%_4V^`;eaiL$JwG-X$s1;dzOk2KMAV3`N39p(#TUKEE`0Ei4aSzkYr28u(vAzL|`~ zBzf?f6u&kYja(U=zX`&L?;F^=cTkBWrT+Qw^ef?6Ng14v%nwdcN6KJ{gRz7tMHRde ze`R3)=I5Rxvr=5TF)xoU)){m>V8%UzPb+-@{}q2LT&DF!{O(8Iy>REH^v!JBUbStn z7FP@(BR>aTRG~Lw-X%-P1vx%pX+tM6(UkM}n*h{)S8>;_wApe-4Be5#oIHOB-i2p+ zpItxX-nCoXSh1bqz6(Bw5o(+GoIgq&UF&ulLx^4JEQDxnq6wmu2pBwTeEsJSKqicoZGhjo#@-q--zFizv*3dtV%h5-Kvsuq)%r2y;*;+ z>hI0Cds+8dsGd52b!R&Q*6sv7n{*#RcgZ`EMIIrr51^PfE5gc@2qv&tW7bNKxj;E< z0YHy6f!m(c@STy2zdPgZF2}_rE&9egTruw|#-(`N&GL~F@&Y;Vi^ndo0S*c{&BP~6 z8%i=9pO(O#BOnvTtQ8>AuXi!K{Ce>fe)b?_mv)cWH%eJ;u(mhFIb;UThdId>YT? z*OMCOp1o|OI2Om*bVMYox6vheK@uV}Y$_~n0|B$8J|hWNZVHz*JTaluyL3&Q0#B`+ zlWw5v!Pb)@d){9%l@;0#<7ya~%VPlg1j5*wd63iQ&X62 z7NQjPO-;SJ5RU386;o4UVj9tQ@Q=KI3IjEsNQOyjSEi=qZWM*-141+85y-Td$-|KN zuO=e#d~KP~!?=dLpWg8@K`I7`AR*>GGYfG{l!>U4_eAA|sp&B2P^P7S*{h;h17^tb7#a30*`2-I=j>Xq@8@$Zc15ID1P z<~wH|`I}eeTZ@}M&eOW#4z9a{xj^GPr{6xU&zWPF5XiQ^r~(FFR0A(=+Br|>C!Ebw z`6+==dvpehTR-N6OHkWhv-LXv$ zxBI6bOsd1DS-1c`v2(5-uskuAt^tql=;IcXQrVea! zxRnC8%Xykl&)vPIb|V8lJQ&vQUktVOrdG~7AQmPWMOnC~DKji06F3&2aTR#y)|1>5 z@)9pDyOubsEMa|O9Pd0EmSa%~(sft}61qVW$-}~n7tTVEhoHGDG9V2I;TgzX0-JM^ zG*KqvLhx7+95F0oO)1GrNE_jhPh6P$A;{&OY#oqyzPgY|O8JU~I17Bp%fAFni>HCW z)HESLt4Owb1VF2O3%RaPP7-5QxWB68e08^uY0K#+=*_q53RQk-5<`jA5z;7 zWxa=0@8OK&Fl+t)Ph0!@MXgP9$4o@VdWdRU(&lUtz!nV3d_r5dpi8hU4@X%MGvFu6 zO(iMCiubzGV#lNg)F^_rCc)aqkbn2H-sL^`v8WF82M%D5t`q1QN`#x!pQ7E zc^Vl=4mSEOKz%p5;q6}ccE5k^y>D;y9AED_{?Tx@=d{{$I_n)*z2h0jIP1H`ie1N+ zb`G5i(dbFe<*UHkSt|%Z_A`h9K!JymXZ?VAqme{@c9O}&Is0^K33 z+LoNw_pDDm_oR21TwCimK0vtz1zl-rx1JOEt@R&E4r^Xofh_ixP%z^V^9h+|Jd=hs zPLSt9m5dPBNY2+y$r6^^*CcU@n1+JKyp!=0xds^KJy`3>+AQZp2F#EysKl^n&pQ`z zm*w-w6{?U$++>N~sMNRy&5n%MB$a#>i^3;pOeuLc)KM%Z?>0WJP`fiZ#1OXqCEQ0= zkmEJ{E58lE1PFJ-CTDl{K5PiBR<2flOt-&sb5%Pwd|m6luJom>uUGZ;uAF=n*tT-+ zVSD%cH{W~x{=x(Kftc+XQ+vj;?I+as6I8|^16g;=s(Wo$&fT!#Ze4e`rY2L9ciq}L zH0vHx-9s7o&?7VT>p%L|55ARc>sQ z!`e^~6AMr(_0yNwe94qMh3QhCEqO-DA)b+S$junBJc(-M-C(=g1nSZ>vWzZSzI-Lp z7UEi}8v}`<6LPSnC21*?g=mr$%(5%Q^oZm&g+Seu6sJak9E*8bB&IEs9P%6ZSH1y& zxweL@4&3_YMpbaVDwy7vt?E&$dR9(7YHGhzl?m(wjeA>C2kty|KbG;H$a+tx-V-Y) z9(rqOdJe98gXsf5dHTmsKX9a<&UPMEJ3*kMs&_Qw7}X|ce8arz^w8ro!1C8XorYSM zl)AI9ru>+nba=SJpSV|aLe=Y%Tv7$@6~&5Ai+a-~Ig6e>$Y1QeYR>;+J?S{ddmyKvb2Di20Kg1dktn&gF@;5am@I?&I<}6VqKS!p1+zrnC(X{H#PDnk2v1zn zbcHJ*NV$=~cL;o!z%LVcgTNR8(pgLwTepbi+wuPx`cLlrJjupsJeFT#i5^V$C+R)? zD%JSIGC(EkS3wX+7sVQ>G=*D-!V))C5D%dDo^ly^lhsBDa(Qt*%;?gxmfcJ46~-Rp3FKVcNp#3zG=$WrwiBz_l4HzrD`v(xp3+=Y;}zIY>G zq>&OZ~KuL=sz(u|RT$Td`2 zN?|076jY`tvDgGm1};cq^bsbDT@OPTODx1iO>`oh=z=h&sp2&OiK28=ONQ8pa8Xm) z>qa>evZ(OO7xbanf1VkVE}O_wS;pwY(p!p(eNbpf(-DM4lJ&^sw{LjAZp$QlCxpF1 zjw?4UMTG?##{C9b{o2SE!bzZYWg!XWs3tw0zI5)aR^?=P7M4H7Qi=#`8S)np*uQ6A zS=BAfWJK>MVk|63OK-9m0$UgqwY*G{MRQobwRJ|c_(URZ>T-=t@gB0&ngtecqGn`v zSxD2=;F^U~r=K8e6Ag!8p)D9XIv++jZb2(-@LUM837Gs~5){lv8xY1d$~5pQMoK_C zTZ)P&K*6kGh`i?I#I*=)HM$K~fm|LHsZR-QDK?+HY0#Q*QL;7_k;4ANLrlvbOMq^P zca!#(*106+QxQ68zzqYjg$B~;wVdT^J!g_2D1|h+%#uyTQ4RZO02tkY+9(UtbCw#K zZ=>~%`soDw0^g4kR0#Y@cGg2*tV8MEaj z%Jc>RtlY(tll&`)3wbru5wo|hP)=)c1@Q@H6%xXz&GI!`b87xk6rJ}>Y4w_#Qb;DC z>TB1EW>dL^$i*rm?g0a_-$j)2*8rbEeRPKBeE#o^zBQWa))X}`L3lbJ*0rUkvvonW zF1R}O@%D~8M>e+aS>L|retmZPes%l)RfpL(gU0O*wBZ3|`xJub#MdcJ=I|?T1q{neB%& zyAAmMcQbFI0yUb?sBg2Qy*@v*z=&5BzU8}6occT?)( z?*~wJ)_p*AAIP{5Jkm4eT7`|)f%VpbZ0jDibq~GRoMAt<*oXCsG{a2dg)7=DQxZ=X ziI~i-i=H3@-9t`SY(SQ>-43qdS-!N$XUuN#t_TaN1=+meHJX5 zlv_m{r~=|Hv%pqH;IXCI_vN!xlt(^FSxFHlzYUOgGukBu88MN(Xa1%x?G-J;=yM9` zKn=E_tJyrv!;%_jv6|J_eE#qB#-9U#In;51ws(%ceKg&Wt?yCmdsf{!Z+*tQojGTG zTrIr6?Y-8Gj{WN$`|rN9HfnN@oZubzARTqd|L8yHpt!{7-`9Y3o2 zK~;J#+cc;)4X#$@+PZ)A@(*6l?0!1ic1&$MmcihzZF#5d?Y7j7yLH*xKDD-Q)de== zYu@A>o{slh?wkpclP|II|FDWgir;C@3r0r#Vpzo{k z0mqVq==dV{H|7KI4ziAr5^)o?bx@mrTMKzTc-<>ll@P6LH3H{2`^&aFp*5`1=Idoc{MH^j!kK46xN0^szCg zH^5?TVHoOBHJ~)*CwLhnF~HTdZ}>ab{T=D>1Ct zol)D)U`&>eC=4gBi-r@xrv%_~pbw|5O*=W%!s>@5`0v0>} z$OG_=#uQP0C5ucjc*7j7)&Wvn7W6b2#04jO49lW2EK}4I%d?ga0(VX<)(N{xR@x(< z^C5W_I4@Sewk+&o>b%#ML-@HgB3nV4{5%12B-2Dq#^*JkA~>tg7rPYY;miZo1AHWX zx-iF{b`y<|;R>E;Ucc(y0SlfdkgGkK7S-;NOzlzaw|ac__@mnT)#J!?3%t|mIh3pK z+^FweukU?W0~_IcFJ)^6)tbTkfuHU8DENup7N~|>OrRQGCsoz3CI)u>w*Bsjd*dHg z->c5nA5`lPW_$-VdkHWwFXE7lOOmz;`&7`8TF0W9>=TQwBZRx~IX^0Y4H?SZ&mcQv zl}(j2Bv$S5Ak~u8O632!Bjw2Wcj!O&j&dXjA%+C0v#eC7`}@J7#YFpk$WY`izy|Ij zb2J|S{~w{Rk~(gMdjzl3n~*QdKSo5yKE@%p^^H6lwF2TA)<9!CWcW#7lW( z(k9B+2)smqERHfcFtc6*Qy!);6(e^LpqzORR?0F|)rwN;ugc^kDp#i}1C>$g-(SVM zdjD?tcdYw&r0rRMm+HqFG=kIru$o|eCIaUBQmCx7-@Rv1%-v8=Cc z_0-xp#EjK*aErXPwBheu_jjgG6!Gbddz5|+qp1^j#&OerS@)>Q62Qq9QnT5Dw7UFG-@ zeKY)87=EA;+_kG6uIbOeL%GE4XR5!tBZxM)vjT+>u}aT zqWVWN?vZl3ATGn`f+i*_-4;v1g^dQF9LmqGw8ID$-%GismFBHam}_hk@`rdGtfC$_ znfR1^j{vLpZ&9eUD=DMSAeaUSd&{P%0d^yPg?s34eAlBwR2sf_cw_fd>${(NFqYkY zOx=Af+w_du^i0-&T=gH%xQ~~&28k}LH4Y#^GejEq^2^FkMZRD`#P${2#LtP$F>kT@ zl;EDX16h6ELWtbW6jE%lk@LOfx0c_0{nqQLSHa9OZp{nFBBhz#MU7*f!oG>AX_;TP z(N=|JXR)_hq4Uya*A-W42@?WsY!LaGk|l%IJtP`I=w`%dGI`x~gtb59B*x~6F=%rE zp-29jl6(_uU)>C;kRm`^+-eRa0nFS}x|@q>tXynnRJ~Qw47C<@4O(l@u)611*4@AA zT63iwDJlK+hZ;lgUiWw3b=`M8a6FJcx{!fWpnqKTk7wMvQ=tDFo!u`($9HtsH@?;V za&Krc^sQarc&2}HPygYUmyCdZADHTYxz~sbby>QCD#K{yKOtc4imjyyj2u%mwvGY_ z(L7e3*qQ@P&6ZtMI;Jq&7YV)TBB=z(=+{z-grIConr24YJjA3u$OocBbYd;&fQ*2D z?SiS0WQ2+d`2ivp_ZrL>OTV~)#)Ec7Gc9YLOJRr&@qT9N*mHdN1v1W6?3>e^@sVYSvQU#?vjwAHih$2* zQ8tBo10<^{Xn!3K+GdLZ%lBlW%U?kv+hd~E?A)m7Td(Q6d+8oT^@D27L2Q)q2MP;7 zY^G^yd*`*cUrX=(jc?!n_Nos;1;m&QfA6}#_wJFb|B&iGMC-KbhrVsOmiA2J3)(N& z`n6nBJGR%^ufB_eddjloYS^-X#THFUDQX6@@L#1)qixz? zCYbzd1~zK;uh;CqFa9i&tvROF94qNG^x*eid+W8--Z#H}>)RQ3TlwrkqmVV`e?!39 znEHORq76;j=wr)g*4ge}iG~YY!nqh6Cs!95o0?q{#vZoo73McG=E0&fFtO+{4Rv`(5_^6y zLyn=cm^^-&>ikbw#R-fOU>2EU2T52gA~i)%vYJ|Q7l~bVQPu{b?R~Y z78CeP~q`kiY1&Wvy8Lx26+*}Kgfp^^2_NH%mt4IRn& zk7oTxRsYe9`{)-?&lO;3mBd8;4e;xNoW8Y+#oA9_yxp8l>=sTyte*sy$F1!1@Mqy( z_OQh%krIewmjAo9Ta_5IUqc24&@;Ob&hxM2`D>QW_`LE6?Z%`1N~4Qxqv3$LGi~4q z^TAg}2MT#;!c+v5wZdh#J+1xzL07sX{leO-slBOAGmScR?u=5sxEH zUoe?p{tlnT0d&VvZAKZ2(m(?2!5*fr3A# z`cse5g0cSlCsKhstsBjK>&<=H<^i>NAR8D|15hhv{RdP(S?0>CZnC&jU%KjFu3C1P z#3*@#05jW`$jx#HDSC%eUDzZ}MJq(FMHR{hy467UT}Rg6uloBl?*8&hnEiJLuUh-B zFvfmy?}>2avTFN9dtoK8b&o^V`hs_?O+}m)I+{)88vw3Pxh+8b6Nj{>YvECC(4_Yu%oH#aT9=b>J#}_C{^2co_CN&2b}-+5L1SA z1vcnVx~@0XpMHmMrVWW~jdbg^)XciSYfB{uVZgBXIs#TK5}jXZMN}kQmv#!SK88c;?;SZ=HoyZB2a)&b3A1RPu zOHJQNWS+o3%=QkT1S^?|+=8)D9Yp?Jq?a|W2Po+FXw95!KL1m~N>fMy2dDt<2A+h1 zN$FbqK53`=*0gJrUnIn~VzYTSm@D&N(HV#F_|FNqI@V&CJJwFzKAZJ-6l*D{QH;x+ zCFT+HYw#I7ITsgnUkY_zzX@`VM`ADw|>E9 zbBnk{Rir8E@fm>c^X8E!ZHCD7rag_6@{2?%>#U(4e$r0se{F2?Y`-;FJx$hfmcTlJ zF#ux^j_xx=DzC*JgP*XOQLjdkoMjwn^6#h$+4@1Xeh^6|KgRd5%ifMtcQo=*39V-dE$V;avbIhp;h@0eijn%)guyW+ ze+C)cjlG=ue)@<0y5etPNB!B2BNOXKCbCD)t4GcwEnD}33g~}9^}mpDzo4Pwn!t5w zBD7CFjWXqN0@NY$a{%OTr9=}++CNX$I&GsnnOHRXcT?yVfeQpkDv+sLd01|3P4rz$pMasD=5@ zO-o>pQ{Y2uh-J33V_N?#QC0$JN_Yd6Mt2y0Imd~NC`)m&T0rk_GJTy1lzFW%Xt~<)CkG36^+l-`}(e&dNtvm)TPnQ|{ZNn@&6f#rkcV6%=xFm33>~s;7C= zLyw#RjJ^N#`sN9(q$ZTq)S9}O-gS51d;OU<_{HqmbRt$Sk3w!L*+Zd9vt%zlat1I< zrikH6=b;oF18^$^O}tY`bwXw26iNY3HmKgT@y_P8i3Fu1z={QSmUETDLdsTI{lz1TaTX2fx{Az4YvX?vr(*1|L9X| z(^T411z={QSQqac<5N4+_VmTH`wn)z((@M3KrX1YNRYB01D6|bME2$SAG_Q>AeZ(PykS(yT;iHUnu*X`vR>tIX^^l@*>-8qnQ&=zUn zZU8eIMO5k}IFK5qf__mIgW5-*NLnuEh2j%FF6bwGTtJIZ(wBj3N@Hw!8f@9T9D3+6 zG3>&wR^zb3f?q-52mz@=Kfut9U8t3kr?4t5-V=&k_9G}0c`8H)3sHVgNggMqh%N}{ z6*#kIjLz4%!1e`)zmJK-@DgKE6@2Oi+A{-v1P-^lshx6Ed;p)}B(HC1AqV&<4&h@5 z=F#zWg|q9fC&;nAzp!UU_t_yGqqgrQ8hJ&6qdVJPL=YC9g7yjYC6b|hc;S|Wm@{z#1#W`}w)Uwa&KsX5vA8HYK+CUOOaj0ARB z;LFq6PLf^H!0dn!3?JRwedXv-P`IWDK?J%H5e%`NAG*&4*;Zzvcnv!U=-@f1>)940 zWRpoMa|R6Gt?de=y8GV z%%N6-gE7oYpeXtjE0O9(+nK^>jcIJFKs;y|2dmKWlw{c)!Uhf6=gE?o`I8kxbi|?( zG6;}*ml>`Gut5jgyV(8_GX)#j*x`-lo)LwJ8rvgK$)aMZZ6=<-go83MASLlBfgP^H z$Sq9dM#~yJY4j!_w^3QBA#nHry3rU6W~*sc*f$`Yyn&Nkrz1&_he*T}!?AzHwmsAE zMc=k1r)s^JxxanLX8*paJi$T;Yibu{FBHEZ>2(`!w)CNho|{IU!ppv{`}{k(%F zAYFBwJ(-Y}v=)3C|d0Rd~i6DOL`5>vkl z^K{x}#1-FB5@E|OtJ>x*oKf+n^BN~_Pu3VYuypej!iA7nfpb<+*TNnR9w%PB=@i`s z89*$O2bS&e=1wk2iY)y~ZZkq0H)HFtbPrUVydB2KgM+G zKmR|t|*OUjVT(n#8(R54qyU175RVT6{e?TUc(lOgGi*A z(GDO$+vS-dt$}FmP1`l@cj4FnCa9*UH;PX8fPrlrFyyte$s?KV^^fM2_A02uSdk|X&%E`MR zT+L$lol}&qEa04SwzvDFEGMub566SEko*F@O`}@AL4ZCAL-Aizm|<~^LM9fh;DURR zrslwz3v6;^+d}0^Fs4mnPAvdviCk5!TGh64DhGb_@``cmGn>J)*kF`EJwZbhco50>wwQ+BkThR~v^`eXG9D;NRV=!r7{`YSr15QxCn3IF#~xufO$rdglJ|kLp%m z&-zcO{u2*z{!VnGx^um{Gkxm4v)SssYW3b+LkBX$iNxoE6NwLtSO7SYI9*J~`_GP6 zANO&8?5jT>wEuAj4=58k=bc1id$rq;<@_{Sq%cN%9099It@PlhVjXa)FwB|bvT1?fYC6UA@gjP3e&JjicGc6 zyOP+yhIgqMG#w)Gc$v+VOwCBlTGKx=1)+~#+F>n#-+=(@x2jX{Ok^I2aohZIA9Y z%2R@OgwF6Em`+5a%o~ZFLX!7jQ{7p{3^Z}XMg7c1zCg$@Y2#ZInkFzo;C~Vz`9jm- zDim5Iutb0{3>xY3C3+-!D3Me?cOTJCU>%jWBNabRxrRQ(7~}aISCcV*)^PO-`^#~j z74~OMH6!aYoc_yk9U1Fy(^kpbpyvBq0!AXf9@%Ta>G-E|j**P@_sG+-+NgS3QirmhF4fbu;)1TG;VhrwYQa2h z-j(LHt_nBcD+0r-h_rd?W8#1FE>C zme{Qn40E=Im1dO>q%LLnV3rT6sE&>2hf^o0JBRO*>W&}2-^FePK&{_t2^I?A8BOqJfeszA>g#1LK z5NAflYd{VOCoR$;+x>h6E`?xl*Fy`IpNX`P0W z8NumLnuy9o8y3gR$TXokj6_%HrZ?HZXh$SMv6!XSk}xL}}7YRmb1(XLrKL#j9pyy73hj8=(>i>)O8o zHNB5+R_Q@>vD^jHS7JgU!MIR5tLRY4p3#}ZnPFk^a2)G1V|*RRArYiyLC$P$wMxQi zx!e|IUIKMMUC=UUg;(2kUVH7dfI;TGth_VH$iBHvr;J8v%r)&X6KOh(WEfGV1nq0c zC)1b)y34enTq+ToR7psAJ5?S9Vamuh3(d(QF#2?oA2>IB!8)QjS+7bEy28RM7om($ z0m#Zqn7&H3Lv$5_b;lj!M*xRpWQ|Br%#o1|mQ|Re5?IH5GIGGeof8?kU=`g4eFk~3 zwiPa3EoY7var?h?in9xO8HGoNJf?&Tftw^(QoQ2EvRe%GMFOrqZZ=ARF zujenFGAyrvv-SqQF)SymRXjCeT@eJC7X)x;KSo{;f|q?3&t@t?0Idw}xt+TYHXm;W zTbs{!vRV-6I5islC2f>ifCE1g)qp|GBh(7Oj?^09;P}gJ+pXpVp-Pr69z4vQx_jaK z(sJ&?n3u_!b9n_>6rBwWKgpY8hb?+<9cj z0UuRwP7`oTt-u8KjD7-;mn_T5ZP#*gg0M&$cdaiAci=ym%gbjixcwyjM&F-PCMFmD E1vlDAMF0Q* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b34a79f69ab24ce735ebff6668dcc112f323c2c GIT binary patch literal 5829 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cec23933eaf9d9213773c686f3c8fadcf92c55c1 GIT binary patch literal 1997 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py b/venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..a4963ae --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..c3de70a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,228 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + if hash is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key. + try: + hash_name, hash_value = hash.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {hash!r}" + ) + if hashes is None: + hashes = {hash_name: hash_value} + elif hash_name not in hash: + hashes = hashes.copy() + hashes[hash_name] = hash_value + self.hash = hash + self.hashes = hashes + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/index.py b/venv/lib/python3.11/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py b/venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b54afb1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,53 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hash may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": bool(ireq.original_link), + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = list(sorted(ireq.extras)) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/link.py b/venv/lib/python3.11/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..a1e4d5a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/link.py @@ -0,0 +1,524 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"({choices})=(.*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self._hash_re.match(f"{self.name}={self.value}") + + @classmethod + @functools.lru_cache(maxsize=None) + def split_hash_name_and_value(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "dist_info_metadata", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + dist_info_metadata: Optional[str] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param dist_info_metadata: the metadata attached to the file, or None if no such + metadata is provided. This is the value of the "data-dist-info-metadata" + attribute, if present, in a simple repository HTML link. This may be parsed + into its own `Link` by `self.metadata_link()`. See PEP 658 for more + information and the specification. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.split_hash_name_and_value(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.dist_info_metadata = dist_info_metadata + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + dist_info_metadata = file_data.get("dist-info-metadata") + hashes = file_data.get("hashes", {}) + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + dist_info_metadata=dist_info_metadata, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + dist_info_metadata = anchor_attribs.get("data-dist-info-metadata") + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + dist_info_metadata=dist_info_metadata, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Implementation of PEP 658 parsing.""" + # Note that Link.from_element() parsing the "data-dist-info-metadata" attribute + # from an HTML anchor tag is typically how the Link.dist_info_metadata attribute + # gets set. + if self.dist_info_metadata is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + # If data-dist-info-metadata="true" is set, then the metadata file exists, + # but there is no information about its checksum or anything else. + if self.dist_info_metadata != "true": + link_hash = LinkHash.split_hash_name_and_value(self.dist_info_metadata) + else: + link_hash = None + if link_hash is None: + return Link(metadata_url) + return Link(metadata_url, hashes=link_hash.as_dict()) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..a64af73 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,133 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.no_index = no_index + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3894901b4a1b921c4941d595989799ef55e44441 GIT binary patch literal 263 zcmY*Uu}%Xq3{6S}Ri%DFw_7XJvkEI>>4?O_1WObyR4mD<|fzQL7X6u&3>?a2qRvEkxybVdcR(K$C_L!LLJd| zg+p$A+%B`wjHalWEHPm!r;iKybETB=l~P|~KioV#L!%?KZ3_)m>|@8Y!w3z!1}wco z==jaM+j6ynM2yRztF7K(fXX-Dc Pl>JD`aWBp&j`Q{(8K_H~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eeecca5570c253fcb92d28103c8e8189c8a3094a GIT binary patch literal 19067 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 DE?Aft!Wtx&kZDFFBWn&Vq^yOB zy0mz=7K$uJUo7zIs{Ru?mVXXa3%_%S+dp9``P!e^tos3!K??lfif!cwO6wrda`#Aq z?_A+mhf2(coS#(s0j?`f=@XAH6@24G-?-u%FNOORUq9RJImruRBIJE*Cn^6g$qWe6JLQK(+eMl*TR;LdRC!YloHYW80x!ANhXaQ@Rds zyiy3AE{0Akq0{7YX~j;{J)(3R+Gr|vj4B;xOTA+SU-!!7>MUH zPc9WguN6bDDWTU&ZQZMZr@^+hb|pwSPBRcgm>CCQC;C3u48$hk*+{rsmuyRR2xPp^ zokzWxVgiwrf#ZQS=Ug7h*?Xq|K2X03qXAU2kq;V1T{@5gqYGhk>)Q)e!(Kvk|y}(*&zX(&`w20bmO5 zCZJk70obo*ld>_znT2$MMV-^#R3vyjA|z*KL<#;RV+tnRS%b+`ZgF6o!BxZ~BaW*M zU9!*`+~0`^wmnRg(l%bY2LdBIgKA86lEjqAqAk5oguIJdWQ`R*Bg6@bFe@AKc=>7mK$B)pvtU!v)SLm83c1=_S9kyBiR>ij`&nuBb8#7PrUj~%pQ}~oxJ0ATwf2r8|()*WIF05M7 zMF@+yCqK3>{ll63nbN?%_2#vqRbC6X$&V>}UxqMfkF36%KLY1)TaT7NyL}@YyfX00 z%EZH|wc`a}Uzz6uyA*$KepVSg@f5v6s=TcX9K)yNJ--33)_HsompXX7$Z~1y@ap8+ ztP&hl_(3K_$c^?>(@u~aJ4}*1LE=xjn5%JWW^l$pnI>Q0udQyN;c(xbvp?vta#n;HUB5-JmL29^0Pe^+WSvrZI107j5jdn@pr&Sg@*$=ACGjSH ztpJTYo5|c(J=mTJ2(>?Y=&&BTMaIz@YZbX~WSTwWK#ltlFi2ZP1Ps1tv#u4tM%+a< zF}P{^2DkdoZuXshV*Aon=$kC|O~R!JCVPAJ9^O)T*NW|-tHKeaJfAj?{@uYm4?|Y- zXt9|#56xr6=CPG=RCXgOsbiDxSlf>Pu1tYHUgVD}{PCy3<`s{&+5c;d+4vRzSCp7{ z0(hhlr-JpDb=JluYt9NI0K}sY?tZ{uU3MyR_)JRx!hzh`^mKH6xQjHi`TN z`g^8l#DtA%XU4`xFS>>7=CCTopezgs_aX$)RBf)|Uyi(iE|gI5&(iY7(vBx6+PZTM(z$~)E?S@EC$ z9?*vjYa{`*L$KVY2hK?lle9ao3RIcp)Vkwtv6@snZwNfP(hu}YFOVH|s|8>!U*l`g zYf(I9wGF+(&+TSEJOgjA0sxpfb9OnBbI9H3i@YT}4g?1q9((inRa*kHnd(+>4yxcH z;M_RH05GWM(L1f}i-A6;bO__t_(JrW^{zZ=Pqr#{usg2KiAJf9Gk^uRIvdL^zuqgU zj#~l!DqrJ*)br}crQb7Vd#j~6J76q8EK##sLeIq3>@Ytk7WF{FX~!XuDVBs4JIwvD z;BMnCq}@4J{>6Qet*l`mR=Q&XW$d`MOHbuoGZxsrt)E!_r3Drs{#Kh_lBb`7?KtXH zH)h9^ZD8uRe~ZO+={i>S&(MhNjUkE|)-w>E^dS}f9Z0l8^}>>uU65le)?xv9suO?> zKV4HD^Kl8k8{~1xQd%zzOnyuqFiC!&QiLs~JQ13#>SDieOe1nhir-azl9&?lvo4H~ zPD>08xGI)m>0eWIFZo+znKYpRHN*nnYJ`{Sp>}}u_+caclq)SDOdL=GKebbxarns6 zf(~o{o@Ve5)TNV6Sf~NDcIsCmkfHLl-zG8A0O3j$thCtEP^?ukOPU1OZ$LEXSg7dT zy(VvZ`xI{D3`f-lPE3nPHPdCk7netNV0 zbfNuhvHdK|+CK1dslEGSf2nH#pR&t-uo;s(*o?^?Y+kh&L(y`GbNlJH7!2qwk?&FX9`qeN^*3{ClWSA!*7eEtsmInr;AAmy^6|t!UMU1F7Xz0oK`uJBDh?hm z@Glqnmld86x(|=HpYHWM3?acSU)QFuYwgy0e{uiWg6~|>cTVx0!yqj~h|fP;48yXa zgpcF1en&e)AM>Fi-@e87Z1O#Mdx0M)@&gJ#fNlOtP*cxrvy3-S2T6UVM@WC{&?Bs- zwC_7uL7`cyy5z;+nUEg)9gltS_!|}c%p#R3jDa?}v^pa38`!Cmd!WJgR{8`JU5sM& zL|8z>fyj9E*RSvmU^854rCI9myI1Moqe+d&n0!%edF!4sV=0+EW&epriZomuHH&zi zmd7}%vM{Nd#X+Vi1T2(7CrhE0N4{bx0tYY!D}ca$Zz49%w-@Va=ldb;%ihl&4D+Yp z6FmQhE+_X^t(G^-cF6bMbIPUL_%GLY|1SmlqNgn>xI>ui|7&v-o*<&G1t+`05ZoO23ow>Ei8Z=_mV*vGJ1-$vNHYV~j~eweSPSzmf^VVT(g~4;>_|*m8LY3` z$?&WF;h)slz`AX-^(CeCrLxuTKT9@G?=QT{o|A>psbc7q5;|21wQYq4H$#K@ zg-`Bp416*CWZ=u;Lg@R&(DxPn^M~#59!Ow66oO9B(^e?58Hy;qrwgGo#n2h0=0lFO zvlL(C#x&SmFavyK0$0EGoaZk1xZn8tFC4Y~X4C>2wO+^nJh*--x~ndrQMKR5WK!CX zlnD-Nu`T4V*W3ccY_61HnsajR=D&c}fw;lt^+g1uu~tV=t;c29m<~BqIL} zU-|cVKg-77)5$Ako7Zv9Lh*v^((Zq zMf<5KPU}M(qn{rvb4b>cBV1Q+se5nPecaJk=0KkA>L@$t!pZIGEW0ShbM1Sy3LehW zT=wc!S$&PnTZSF`N_%?BHk_Zj11mDDQg1%G3ZvNgC#RL*p`!b6*@3b$XC^n?VxCw(5rPzkfL;Y?lMTeCe}TAR(wAJ45{SFnwC!{UxI80Sr-)8@Ep*?>l; za|7xbbF{DBD|0w)jIz_?F?OmaS&P#VAQ*(x1_DxXdW?Wnoa#v^;5eIqn{MDNMS$Y; z1Wz2N7ZRp+7$Zc7r9;FNZxKlmc^gFaX&`x6L&l^!@V_x`BqY)h?AP_GGkbrYq6it+ zks6Q~1JmYB<7eVnwFAFT8jiu5EM%nN3M`g~nPr5OoQ9WoH>`wzS0N(QhOs;Gx7yjT z8bvS4%zvh8{pkO6VwjZ-)2}RPo+0X@opn)HV=gHtn2kU)>ChTx(E!Z4tkN&6hK>JZ zF?=T>4+Ck-fa|mkkg$5$BHcr+D85pn$TaOATntd^2$7eGTq42@5-fsEqD!_QdnwgN zWG~1c`BU0|>Nq3)cU)qPa`NZEWe_?R3&fno4o?z@kF$7|-Sk)D{LAdG#5F1Ur^JO7 z{Zr!hDvdrR?yU0Xe4cWrl}4Wu_lnZ!Q{s*(=Fd~^uwwoo^x9$tNB@740B1Q~KbE_B zrDJuh;NDYo?^$*}4Yw;?sO+>^nz1Z*kk$RqC>LN&FY>u9_~#2d$=cp$l>1G!sNH43 zg4;=y&V$b=`A0XRPF#7nCz@ F{(o9^ZYTf% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac7ce15eb2632cd87e5d70d08790422683e7456b GIT binary patch literal 5186 zcmcH-OKcm*b@oRtDN+<2*_JK;@ zWG0e@d3P$GJ3TxylH?heo-A1Do1ht+$h4V$Grgauj}#&jEOgNU-=2 zEciXLBBA44heo%_3*SM)REfMVT8d;&d7l)eguF0&ba+QWhs z9V&S3`s#uNp*=#O15@8lG5w|(kRgEAOvN=)~7H-raA;} zkcPK8gj5~ET1$1+CEzG_6naIL$efglg4@Qt=yhw7w&H1_C^R{0VC)zZ5Oa3JYQ?Ec zddkRfg9E?e=8YLn4GMm16w#h&Ue{va^9F<$6|QY$t$86Xmv@Z`+VF%77|h5sqsTHY z8n13UFVyPBqM)bow2V4y6vRb5<^cIrS|KHAG5j-dJAYpKwbUM|{_9Zo2o22MsHv6v908P_z~K^O+;DyPn*sCXgM zOgk3mrpa+NhOsF8lRXcWg?&Cl3^&ER2yOgF0G=+A%~)S0Hi+-g)s5I-Rp48C^rPUN z;8%LzmwMlZez2+^tmp?f4;)!i?{qK0BLcxwb5@r6l-f#it03K<xUu5y*V0G!Ma>{Aw>qPC|MEaq~K z1B;|0(n8DxcWopD6teJqhY9@6FF|Mia{!CvTb=AVRE-am2RGu!s_|n>fvuk2<@Z*{ zR^MJ7yO-MNF{(XA`AYfxM$d^QZ7UYPQ@m4Jz5LmDC3br4mjD{Ce!6ZP)q$D1PTY3)#HGcG3fI^)FiPeirOhQp#--nvyyLC5?86$KPKf z-$%!NV}x+EDA)H0+%qJ2U~kz`4hG)NJsKhD$!sE_GBk-u;+~o>(440-YS};+4sZe+ zhX8oeWQXMyuQ;1cBRW)#4%LVp zG6dL)?_IW6FK@&Lz!_kBh#KX$H~06g%-)^-WbWP^><>|3^npiMeX>ncnzFW~K0^6V zT7%RZWS zD6~GLAfAvAe@WmM)X`Ui4`m6Ur_EZ<3>?bnTmg0oo^E9V5ZLnhx&O}RRkzJ!clUX> zm179m&O+r@7J^x{N=fzSGJg$X3Ad?6>Ewk-(n?ynE$1~kF=uv4+BpVtT{}mBi@B>& zO4@YubU|PazG#N?+W!z+pG)J3@OE6WE*Ocuh(JVA5O!(YNEi<5X}E_|hPN7#ZWDpF z$irY_r<*<5D}ZrSKjvRJ)`<+P@Mq%?NavAv@CU?UAatZg0Bl9}eah|?S8m6&eGzowK z+K&O+M%!-P#v0Mr$@Oi3M0=M;i zJI-_~PJd_&?7j~$TzUI0ARHAhblLnYO(<>7h|b$Mb2VHqU{i;>bfMS33)HD&$bJ{V zf7%G7&|&b1(BZ8}_noWD_D9$5TwA&Z4%HxwHgKrWVQ{E+nrPSw)V*pKR*r#lfA45O zSr4eA;oy2y0$5i?H=aH*JWbOJn`Sm|&p3!jO!I>o%W1R(P1DY&fvj+siL+-t-Z2Y$ z+Qhs|IU7M-f$Jv2SY#Kl8f~0j)6{WH6Rx%WKo!^8*XqYuJOwfYqTwkZaAs{jHCfU0 z8bJUztfS?lh#y@W6rb-0;ed9gdvDKd^$m|q8(lplRaD(lLdnVX?IY+d!i~5``D|f7EGaD zxbbfXT=W^nf){Y-3vlUWxD7I){}oSa0dTB5wAX2^G}8088_qbVZ8bAdG6AzNb(}PdwoJy2WK|J(_(}0)QNoF z5q~;})0l7qwhtH8x`cnHU#$D%PZ^$}A-NNN3?KxHB-La|QXw1w1c($~4B@j$Uaa`v zO)^y3>HV6VsrcVba<<}sH_0m%|NAw0y|UB0Ns<-+TMJ0isns`ef~VGc#itYKMDD4{ tK`B~3P&sj-I&iT@pt21fDZp_11;JA59g@I-o(0QSA0hS04oyOl{{~t7ls5nX literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0c6e78ff62397f1c1d12f186947a053cbb26a87 GIT binary patch literal 9578 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96f3c300aeceb89b415b884e294aea520b987229 GIT binary patch literal 13024 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d2ff52334f1692ef083798550133c79bacf92a2 GIT binary patch literal 3191 zcmaJ@OKcm*8J^|7spUhYP3mQvjwQKlY|?I2CqRR?iQ>p^QpKnRB;jSf;*O+cmRx3b zsTZii2m+KX4D_NRI`qIpt0r(z6g?HaH9ho72?WG0U_d}mMSEDo319>$+JAPrwCD(( zo&D$kXa0HY_djNT7mGy^l(+u=@74bb2>pW!Vd4AClRpFV3DQvs>5LvRnG)l-krL~- zT#1L4HHE5J601^4VyGTx%GGEo>hrugQdLTd&kJU(8ZX5eghe8Oo@jE_L@7~CmXZvL zAk0)o!vo;dK7-Ihc!N?(N6-S&rH_#=W4>}G?5~^+xqTM&;SEYDqet$de02NLX4NG1 zvS}lSfxMzwC@Dy})2V_3E5Kk1yse8i0{y?^JXI)Cft{9Csd7hHa+0eX4H z%`9SP!y+HdTeTW4(>XT@u?UPr?-=#F*tVeyq$JS{8>=f8QEgbeVZ)lTddsq%rL8)4 zW9pAJVy|hYsV$qh+&`+{D1G6H4$RL0a*P0KREp?KiItI_)LG2w9OiW%3%a0-D^d%s zFaSubB>LmB9@R%cN5PUFqdHjD@QDLDIkJ~{(rwtsSm zSnGz4b6W1+DahS>4!YdBp;6UmDBO$YpjgWlz^UN#Z@RKk)A6R-Af_wY0a&im0HAcu z!H!YIu0XKUAhpFZH#jgt)R^>r@_Qh^Vm?96z#S0UhrWmK2Bm#sB+QhNG&k z01$vDx_lk{0J{>10VmkyHE>8*RQrsi_JPU^E@xwNg-{P6F-qb<+>roNnC{r%V`|yd zY+F@rdMIjv-2JcLEv{>%xUsQOTsO*&MYbr^q_~c2>qR(4vA*T3S+$o6*RL0C!@*bU zTKNNQ72CzSQ7^)g9ZYJPS*!)VUku!#P~Rdc*kgP0o8D6hKXeQf>;)iC@1w5-B*%X) zJ`j(ju|sKWZ|Xpr?Mky9Y4%ZOYS%omz56lG;MaFlh zKZ3IiJ5!T!A~4!7`@laO$adsM=p&|yDubRT(~Rhl6LqvA?C{RO4G^jf9I1VB=Wt=v zG+*%a)GwQ9=_nIZw$2N^+F=tJ72g5zfLX$TaP}0>owUX4$4@^h4bz zgre_?{dm}(I3+y$V>wW?{{sYqGmerId(*#V4-(Ve#B@jM*WT#a-KjmN{qCpwAKv)W zbSL?P7XK)I=7D(>pE-=rwDCdwN;iI`#d?vHoa$v~+S{GXcUlX*?BwpwQ8s^=&G(Y& z-r0)~#L(x-XzbgM5kD6Hl9JY~uM`wJxA)$GGTT*VJIZWt@`ctL58m#jvq$OK!}M%> z^Eb_d^jtSR*HPx4K1$4ZNR(60NH3k)eYK-p2WU?pg63i)67*G6B@qA#-1`3(ET#cT7U>|aND;PcFzd4*=~npVY- zxudFDwe*Hbc|}z}Y-nbGL{wGXDyu5F4C@gZ!Y;RLS*D*QU4D7X!8W0>N?xL4v3{y9 zW7AaCJVPd-*QVFk4}A*~8iYQfE@=M^2qe+)@gfmk@(?9abemaZJXYXy9s<%EpYny? z`2My7IIaqa$?c|0m>J_+|Mlc^Pt8qU=LP}q3W4Yf z&Q={}5Sqw+RNXPStqOzNssMq3>+}!J4r1`!@NoY!EA(&Iz+RK5>ogq0w1YsWmyUm> zxH2S7jHdtUYw56V@KO+&QftqwjTwYY)wJhHDSK(iyJDY?5yLa*w;wIjtVc q6Rm7lp4fZkK%NF`-xoX~&w#1FN%k_oKGz+;_LvTRdCIsC#{U3u$0a@h literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py b/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..c162132 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,446 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +import os +import shutil +import subprocess +import urllib.parse +from abc import ABC, abstractmethod +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + capture_output=True, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "set", service_name, username] + input_ = (password + os.linesep).encode("utf-8") + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run(cmd, input=input_, env=env) + res.check_returncode() + return None + + +def get_keyring_provider() -> KeyRingBaseProvider: + # keyring has previously failed and been disabled + if not KEYRING_DISABLED: + # Default to trying to use Python provider + try: + return KeyRingPythonProvider() + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + logger.warning( + "Installed copy of keyring fails with exception %s, " + "trying to find a keyring executable as a fallback", + str(exc), + ) + + # Fallback to Cli Provider if `keyring` isn't installed + cli = shutil.which("keyring") + if cli: + return KeyRingCliProvider(cli) + + return KeyRingNullProvider() + + +def get_keyring_auth(url: Optional[str], username: Optional[str]) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + keyring = get_keyring_provider() + try: + return keyring.get_auth_info(url, username) + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + def _get_new_credentials( + self, + original_url: str, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + get_keyring_auth(index_url, username) or + get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") + if not username: + return None, None, False + auth = get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if get_keyring_provider() is None: + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + keyring = get_keyring_provider() + assert not isinstance( + keyring, KeyRingNullProvider + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + keyring.save_auth_info(creds.url, creds.username, creds.password) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..a81a239 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Generator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/download.py b/venv/lib/python3.11/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..79b82a5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""Download files with progress indicators. +""" +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..854a6fa --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipfile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipfile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/session.py b/venv/lib/python3.11/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..e512ac7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/session.py @@ -0,0 +1,518 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_port) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not host_port[1]: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d7a86fa1772fd013a51dbb2eca01adc17295450 GIT binary patch literal 201 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 XQk?A4SB9tRt;Y~iN(VB-M*j8#a(6e* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..668dc48fd2772fb7b3e7d4e962487db1ecef11b6 GIT binary patch literal 8130 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afa4463e92ec092496098eee7e7331e185d5df6b GIT binary patch literal 2278 zcmb7F&1)M+6rb4-tv+^bD@hfD(@MmNTNNx}oHU`B(6~+1k~R%?a)>U=N;|RE*)L{S zR&3;A+8#|(NDBmF+m648h&ctO5HE(hjU*<9E6HLJp z%VMaDX3Ubxk`*tVzI1%*(;q@d@^b}EU#C7>|p**H@%P6mG zocf6Pny&d;ZiU!{YQEvvIn!A&s<|5u&3R6pR!L4bJf9ksIve#0$v>F6m-9HtEY=NE zU(~8MiLJlyI5*$bOp{O;nFvQN*lPxLY>U`_o(rZvust6D;U>%Vic6g;@w^L^Iy9J! z3@P>PxTqN>(P6PETDQSCwPE-*)pL!oVZl^wg}|_Km00e31|?PBq3c1S!i-Xhy%tE7 zu4#d!gPVrw1u;teI<>2OFXF6{;A8D4-(nVhA7oV6U-+57!y$ARzHZs%oBV1Yvne#u zX@rpv|1>JPa0kZk4lrU9Zx8Pn0Z~&NMY5F=2+%?wGNd#Qt{bzbr;#7>stY@TXl7IL zmBFMY_w#{0n$oA79@~^Yks7#xZt>Sq11FFkW6!9k7}=?5G>1H)!F6#MT?Y$+RsRd^ zj}7b@L~c7`{a_HZrqDcK1@KhbFnhEhIV&P;-81YJXjW^QZFrWK(}`CFmJ&T@*tshg zuH;V7ohc-fIVelvU-xo;jYLETSbr%!B2OViZ;V@xPN+Q_0j>gjg`0-02NNr%QvnXI ztCnU1{q&9LE0nkz?b_1Ir8nGlAonT|vfw+GnFo@NyFf*lp!S$}IiH{`0D<6YevL8? z25GOK6l$09LCy_VCu(Gh3Tdf!8Q!Q7Vp7IC8e`Kr#|wm2$FTEpnqa+*7&OI(#{1KK z%LQ)(x!=KBvEFVnOLW7&;i#-vBrG#MW+jUuD=#X=HH{V6`cjO{DY)xFx_1-}oTkUX zhBSQMXOL7|=-C)LdZLwo`~KBdW@$IG)XpqzeY}78c>D0{TOaNx4s}pMT*h7bERGJ% zwq}=h)64Dj@)xl^<;X*2=7BP^y|$|q+Df5=gaiYJlH-+SyqBGMm@PfXmhQ{D*=z0W zwcGM-`T3*60L3soEFWbGzcgBz(r%{I&Xn$7YfUUYhtlC0FjP?b)s8r{L%7f5P(B^r z`CoOm(#rs;fv;VUABWyQ9g4wlJpQhSiyvI17rYFT$G$rA&BB)p-^<(PZfd@rnr{j7 z-gWpHKb&05@;eAG#>E}(mGhIr&e2exOrAe0?Ho^^pO<##MW&zS8D>ES{JpraC@1d8 zJk!T9(vum(p% zM8vN`{|cb&APpu*N6D=!al^Z8D0^NT#lT%>dWAtkb~E(YKY@I>epteE^O=XMGUV$| z=n3qN=oE+-@dY?i>LxiyXQ0V$2Jcr8z!Qu+9L55W3PcRyDHGnhxNV~?}*UfK`#;XB>3|e DuL)_B literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..634dabd32f796ababa693a7cacc0b478b3561974 GIT binary patch literal 2314 zcmb7F&2Jk;6rb4-uRr6YrEb&|Y&C7bh}u*srK+Ne1kykYrAms_`m$PkrpYGzrP+1d zL=K7&2S7;lfCLhkoQhEU2lSepDsgeDNDV7hio^+tgR8bu)e~>lUVj7%Vs`h&&)HYI%9VANj~~Jpcqo=Bj0f*%j)#(~Q~79}XRv z>G*L$(+x^svJqCbz&W+1dkd=T=t0ATU$uD(!>Oy(bUx4-t#~$D@ndD~luE5-Un#d- z^A!Ti)D72ig%7SfiuJ3wYIn9Y-v)rg*9D zPj%t$J{xuA3xPz|l+TqKuA!UabyUMKL?Zm@UnxdbVicW1u2d6RIE=1?hrp`;h4u!z z{&XX^5wgBJ2wGjL@ACq9s;nAqTF{&s61M8<);u&T3!0_7rkf+wtpH0Y$>~<^%Jh}o znKN$};_)1m*jL+Q>8 zp6S5K{bZ+uw<2wWNuKn&b;DM9uS|KCy4+D7PhMUu6_+(utkr78Wj#nePd6zmE<@%O z4ZU1+R=fq<8ZVqWRdjWao@_7NEjqeWRCUXP5Nk%!cG~BTTMU*{?6?!gv*4`wN80BT zRm0v+B-l~#Y6w2}Ye>0u^lShfKHkWmyMMKjncdFJ?qp`yKixZcZ0F$X>mTpM4m43h zp2IEqEQ$`C+)bW)ED8tWPZ5Z(BFzXIIP@?z_8>L3vAmrs?4$}!B*pkIffU5l9Nx{2 zJcTsqk{m&Fx)F2WeWFdjm*q;W@aZdbN{o(;OuiKO_2iw z1r5F0lzS`$b{+@vX|Lsf)%i>>1EjkvZms)q5QC>Zk?4)e-}PYf{gbpqcmyQ}zJ2$* ziEk!;Ol}z4iSeDpctaX@ufvx7bYdziZX!Gtl{bY$lf%;H;XogbPo7maj}1+ZE1Tmo z*UyR^Gm!-RR#ciw#1W>H^$KF5`!gydyeo9B3C0gwf4F~?-mFk3xbJ$h>a~6h+=qr+=;mrGd5``R z$b&12CsHfbMYv7_*8YN?fNjJ^K)i@fz_C*`=y^5Fh0GT&Nf9}zxiIPzH~XL S_vC0(hW;jciC`ySJ%0h0r**pk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed98cf3b11403bf6aa1499d6edd4f40a9b70c672 GIT binary patch literal 3714 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 avoF**mx6e1t$O$CFwIx+KZG8~JO2l0oboOJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56d650c6b92ea78a27fddc50b710f67480e79c7a GIT binary patch literal 2388 zcma)7&2JM&6rbJou6OOVA&>z1fUIyrYYH|rZAeRKMJT8(6cF@+rOI-=6MJF3>&}j2 z5;;{=A(Wz4pk6?#D&rCx5_X(i0lOh9SHf<1GBD!qC}En@b2OLL4TAI3CNr)` zajC4k62Y`WtbC~DB0^!{1!zy=Jd0J0pXWbDUvdhfTZ9%{r`|FNQLG8~LF)mupm2!7 zT{Md>)X;ZG4}C9mMs6-t;}+STFO^!TQ}S)ZAq9c-R*zd+HKE4;EOvS@CtB|(5cRPU z2o53g=A6`V8mVPs3!_UlRFm$5Uk_Toap($QXHNP;(m7T;_X4!Q%?9gLu8OV;S5Orq z_i9-ynm|X96RPro9J9?qwGM&5@wOx2?;ymnJ%JWq?Qgh-Ui61~dl@x7q1)R=+Bja^ z5}Woq#PWqm0%qmeZ+v`ewuQBiEQbO(FX7KCfU6R=s8(U{)MycF7f)Z*Mn{imlMK#U znb>&%XDSlWpj`4n=V;{|Eo#)(szr=V&6v`hN}h>LRZMfn*Q6=!0$3we!@-BN0IZI7 z9(GUpmd?-iet;cnSUHwJS_|LrYQxTKkV?!UtQ#~pX<}{4CfaP5_Ih~+Jh}?GkfL_U zOeQ(PvU>L1shnlmbkpgU*07^Z;(V^+VE<^rkv6kS({1c%OsSZg4%R`u2+2A-cqV6< zSP!hdhddE0SAEU0eis%==wFk!h&WJcKe2)k&=dH?BfBYxPk{#(Iehl#Swf%3eVp3aeU zwOUP28~%GijS?p5X>3iWO=B`$o}oqC8c7{Jnsy9|50~MkfrrOQmyL2dYgiN$c+Jvw z8593voV0&{bg*Od7^(7%+Z~*&bAj}MFDf+W2Y6=Yk=KpXef4NE_&k1>*!@_J-&Sv_ z^`0ZY46n#ztMXV~9{a27P(vMG{Isr)2j9BD?}$7_Ko%rVLh+tQu>%id2NtJSVyV?w z%0n?_ARxRN8))nudbD@s;ogx(cW>jhcRUg8dutsD`*u8Kh-sFWP7hO^0e(mi`#(Wsjvg< z71Y)5iT_V=%aNEdrrt8z<~BB-4Is70L%i7CCasu`{uWx1Pprx(>hg)kww()ffqEi{ zg0*K7QsZAAyFGqu{GNDkb|rdnHF~ffI_ONnb=^EEOdLl`3OA7!mZG~)CitcOKA(t8 z42nyK2PXQ&WhDfw%dsd(F87HrzdR_gnS{z_(xHiw@bU<=vpmW%{+Q1nA3ilC{GQ-| zCgX0Hr43{h*$KP45}kn`V1ckl+U*Ajrm}!k-6jCA%{0%lgmeh|X#~l$&lhVVHC3U8 z>7?3;7i6MR!1P>@pmNqvlx&v7*e-%YiI38s&=VLV!v68kTSI5+o!^?$x3GIv>AN?!q71DnL-PRd{oEUk sNX!$UUyCI?5qiLU?|>I(oQ%|Mp2D~YlHv>b8=rYmHbVbFNCG_n7d~iY-2eap literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af2c3a8137128e8717a2b5de594eb158fbe3ae80 GIT binary patch literal 4495 zcmcInO^n;d6&{MBL{eNyyVCw??SyOjPqi(@wcXg8z(v+SMeEHPsnJ8W4Fs*o)yknn zVTM{|6>hLCa!?Ed-h+WG5CqU6brU#;9D7Z2=}|INgeBl&fg&gZ^uWLlVEEKGq@<`B(fUZiQp$dsYjSf-6Cn_iKDfSP@*F)5KC}B~+4DBnJ7Aif)ee7E#0ZK>K~T zy|xlj0;*q)&h}m)C8$OfUX88=6ybgU%D5tqjE7)cg8SL?xItZOk}?K5CS3V2%!$Aq z9nm*F(w_hsULDpGR$`zhrZ6{9D*hd{bvfm;{Yyn+*!=a1QPj&hEydW9UQx?gQYn_p zDu%vX%Dt^-iE30UhOTQQyQ;vHY;9dtwQLR-2xy7qbDEYV)zu2t^C}^BY)!|doRQ7z zrBbe}xN^2M)C>1|dex{@4Lg8g30%(m`rC*Q3p~9a{S(NC$ms7mLM9qMg)N`Ln7)tT zgg<7tSd$?ElU3L{oZ1#!zHSU?Z4U7JYuy9(e!pu3`YgKX@9}TD9HyH6UCoC~rpfij z2cL>>*gnFUjN)@=F)$x`AEA%EK5MdYCV~2~tL~=B-HnlpWp5YZWMtrEO)nIRX?0lKn^?eT(YTv=OF^G0z)T~aqx%?@^rvboDw7Jv6En^(&UsTGa&lphN) z7t>(fKY2wZdE0NO?-+#cr3~%qT4p1MGqqYRvr)_&I^HyjB^75j)bd6~E3RfLo5s3c zK9fFuIzx(vda9Dkznv?nBvUC?GTCC;P%(IJ2HY0ss27vWYPF~-8P7vCwUEnirYoEF zVh1J9f4cJG;GPg-$mQv_hx7Yy0wEXx2eN?wrL- zt?1D_RqI&XrVR^M+cgWR)Ve z{q#kC(Dx|sM$0EI`u)#nf%qYp6{a~5QFIxvnIpct#hIKju#(A|{(BHb_xq9L`ZYHg zHO+q1^t95a$qh#ZV6E>4G62VWZ8WYGwi|Vq6#w(Ag*ijk{6FnAsIPR}&0vpf(m451 zGZ_;p+@k0zkq@?So zmt6nu4(My$i4-p0oyS{p9;-P+RphcRuN5_wq{Zd$=$Y47e&WQEjsYUpb7dK@#MO}& zuYxAm9p&TsbzLU_N-%l@xJKzPL8)-NUV|K8X!)2Idv!KZK z>BRQakGK6d^yhGajT!)`)@pD!r)-b*eij8xBtiNC1dF@Z{ZNKOE znX$~j#ptc0JMo=rTRhki4?004NDdF=r)d2)G(W^MGx~LE?X!>eS%j#}IC-#`PA-yg~T}jCgWH&@T*F}v7 z;1?q~7BZFTH@VN5dl1d{`w_hrP<$qWT+2eP4H|TIx0%7=_&$fWc%wfLq2_>WZw^8V ztT7xL3=)t*kG0Ax&`$$uUgu|y~@C6VD)gr4YOgn!8(lWz`wV^0lKX2bR|Xvn&L zJohI6qwu5n!k{;iBGBKc)rxQf)zCZao2bSZ;76@Vh3dB#X+Cu0w_2vz6Y!v$MCGa* zycBT`c@cD|3nkr3E-i{Q&^(kPeTeG9)0#}Gd0OzTRW;2+CnGIi2X(ksB4AY71- zkoufgDabuxd7x5-Wn*+jHeXZhV7I!pITd3a*AHCH0ir41mk%#~ge<4H=i*T+gsGch zdP*L$af-THEnw3Q968#lKvjy zpHXSiD`sf9ZA;YpEEEF-svw-E!vU}0bM5TOQfMGFS<&7f`s4=*MWNVYg_(U~NwGW2x0ZKbZcE9Ilx#`KhtkBIrCUp_*_ZzsZ%Y?D(#4i^ z(TYtwb6|mMhD*Mu20f-^|DDIhVSy)4o~Er4}L%^4OT=io>_J8`hl6DiJ>vaKR6P%}jDGXzZ z%XR{)=ybn|PUp2^x*HwDb!+?Zut3!)Y9u}QcaVaM8wU0Z&lK(dD|Dm6`$r)_%3kvR zRPfm>ttGNqFMwELV6Rf3ncH>C&ybt;T;F}lzgp6js-|AVi!ctpiUX_Rui-#R(>1iDM26&%M}`!@(1Dj>nxK<#;qXyBoXvYe%3x_^UIs c%ig` Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class BuildTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Generator[None, None, None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..e3bce69 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..930d4c6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + if isinstance(dist.version, Version): + return f"{dist.raw_name}=={dist.version}" + return f"{dist.raw_name}==={dist.version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d85ee81f25bfa7ed1a5b0a76c94d3334e2b61e88 GIT binary patch literal 275 zcmY*Uu}%Xq3{6S}s8TI6@wp-MI2DtauVuK8nTUZFv_-ZKHklE-P~0 zu(OJz!jRc`kD*b?)GwxSxtcvJV!Z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17b35179f830c422aaa8ebdf76c4ae702d4e4868 GIT binary patch literal 2271 zcmZ`)&1)M+6ra_8NULvKvXu`f*~a;(l3Kz|8cZlDF6|*roI-tydf2SBV|knX>deZH zjS8j|+CmOF1d?MVd+C7ScwqNttH50F5+wjbSn<=gWt*S7s}}KG2fG3I(w1ui(rvE=)|6x1$9g<};CVLH z`zz=MX;Bz2G$ALQwwL-Du|hvj-HR8bEZ?%dCBq)ticj#e^?*q$o`YGgO|cH0=+p`@ zlU##4~sh!NTX=d-~O`UnZAlj1tyS@orpHpPzmT-t&xpYcp%0eZ^(cQ_L_ zGmT~umDUmu#Jgxs5YSzi@2F@~UPMR51KE^~uW$Cqr5PIERHMb|c0fJHGl69b9t|`& z_BJO91%x4((wSg|c31BRQ^kS#DJP^k zWVx_ficiE3hVY%QX5uw_tB)>33OuOD)fiXfT$MmEi4&jlg!%XO<<0&2szK^&YispY zD<)xJIhfQ}fvI)dTB`TbzEYc=t#h8w^mm!oeao-wmK$IKwORLkOyUBk^?n)E2lcPp z@qGZ>$BKgz8;p@tkPhD;Is;tZM6XUGIrHPK?{9UBv%g<`AGIE052qre$oW`>xycC0Dj1;t%AO31 z@sXXx;Pj+xKY77lLrDkG)q{L}H-W_eb>WQB!JL-w2b1&3$JLDC#|x1RI8sn< z;?d&6g(%6b6v~tyU3oYYsoYAV^06qxQ5I$LQI4ZLDp#TcM@3X9MPnR|qoNj-I4UD; VI-1~U5-I7Z!Vx+`kxQ^+{{vrRSb_im literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c2cd7d669bd1560f5fa86fb6f3fef4b205a237e GIT binary patch literal 6111 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 bjKQ7u2Y)Z&wi($58$lF0uJh~iq> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..bb548cd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,47 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + install_options: List[str], + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 0000000..290967d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations.base import change_root +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..c799413 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(i).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append(os.path.normcase(os.path.dirname(sys.executable))) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(parent_dir) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..4bf414c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,667 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + is_installable_dir, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with build_tracker.track(req): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, download_dir: str, hashes: Optional[Hashes] +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if req.original_link is None and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.info( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if metadata_dist.raw_name != req.req.name: + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + req.local_file_path = filepath + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hash + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..1de9f0f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,174 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools. + + # We fallback to PEP 517 when without setuptools, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + elif use_pep517 is None: + use_pep517 = has_pyproject or not importlib.util.find_spec("setuptools") + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..8d56359 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +import collections +import logging +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + install_options, + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..853f1fcc1003995cd311505748777592862928ab GIT binary patch literal 4447 zcmb6cTWlN0aqoD?_ghE#At|OKD-tDJl%2Y>=%S!R-W77gyGBPrTdF6g#He?Gj#F`fPVAtQJLn<0N0FeVpoKxV)YDy* zlwnxIUWHpEnLXd(4i++^9e9!Il;tgh*}|);Y1#hQ%9d*AdCm4O(zh#AFHl>&P$_FP z!`VSqSEz2unz8g9+6!38a-Nw~W+1CFT7q5^xo36L%4^#B9visPK5~&-8G(gC2@4^> z3t}hL)-ZWVU7!DO$IYFmW<|4XLC=?{?Pb)eFnyuWJ!a62xChz;$(^XmRf!B(t0)9iatohwEDnqe zZwn^XiY{T|z;ybD*Rv~mmR((4&90~gFzyvgEm4+*O|4`#^Cuffy&6=u3 zkCgL;xAIHW%$C)1R#tV3GB|=P7$7SHsamo;TfSoZJH*;Z+rWMMneB8A!y3#8fDO`= z_HGJWflc@x0D}~|w;TxEpu5SvfPm-0CNBZjDj)L-{|Va8v#_>z_heIOyJvpjGHeLs zGaN%hnW#O@(4%pwjFy=!|Hx8Xop?V@l!v9pPTV|nD^rV|XjlIUwg-CP@IV(%C(CwF zmP>|G(GU;I^4pcX*6#6`7Gt<`wjaQ!#2xD{g~gDI04Fkk1z@B5IXoxsyT0fU_}RYT z{_F%^PMp6!j@2O^^K}6Kgl~g5UJ@U52rst4rl%Q8 zZe6bV&tTnm=F1@fQ0x9P4VTx9CbpKZdp1io|46qwVrRT-N;}qx1cn=qOgp-y85i@K z+@S?#7~sOo2D)&W(V}|UmR9pjm(2oG%NU~yu5;Lt3dAR9Oh#9;1LZ3Pqf}NkS_r@% zIt3$<>kLx>uMw-yQ7(0HOYDdfIJLpFF-WZkssZ*(%iELR#*^Pw6i(r{`?U51s)6mk z(LMg)Z5W(&FkNB7TMt@zE8Aso>~Xk#FpIy_+y6T#3HQ@^6RyX4XgypFU+UV8{pKg^ z&{GZVT-X0tQ+OM*!LFhRx5UByu16FvemnK+p>cAQn8GT5+4BZj1@CwR_R0~RSG??oV zc$`?HJ+VWC9oVhUM16fH)|2001$-%!?38ta66GWP>P{?)5s=ky~^|ZB2({3hDYw)y~4Z5OJmXW?l(*<}PKuF3L zA=Raq^D8(+F;;cW$ScU#m2^eNv14=^t7Pq9dqx~qFhEto0>O^Z$@GM|#ve|v z?LBQ-v;-jp#436_reN;{c#eeg70ZwdhF(-zX(8ifPk^!5B!Vdf83g#!U^4(RNjub@ z37!z99eRx^lu_k*Nbqi0w7u{wTB7ifQuU%?3zrO4w}rRp6_eowvPFnKCDV?Z%SJ_0 zAUn2~V+Xn`vwa<2qK(LArBI+0Ok#T>Y?V~Y4!m%=K;5Wl`x$KgA{fc`=F4TOD{h+0 zMBSjy4&l-#5d7DT*+H;EXWl>?f%*K96WqLOhx!tSJ=9$-RpfHsS~jU=Mqw7b2fflt zz33SX0WQPLLkQU*-=|4(tdW@dCUfe`a6NObkvUgSEHn}e8!zAUB^)A%!EgQ1_e1Z6 zn&E6S9Do1pduOj+x@LT6)Q2YxJ6%srvN!#`O7`H0gMH zA}zuD?x2T#L;Kb2#veU;w42%DJc1-UIa7;|J3=yYv>6|{8y~+DA8$%fA8+m(!#Z-X znR%x9c((c2q>~_tL-$D_k$i~2aY35EB4IH{Z$90adCA3^(&Sxf_Kq}Lm*yJMTuqvL z^yvE-k;dQ@BEvm!Z|Dh>fAZ$<8rfG}%pEy*N1Cfk#~RYHnslrgPdNb?g}X?S$nf3p z=$-KBH)Gk){q?c=#@Kv4e6kTfS#zs1kLTd&oRWJ~_wmpkc2BN%hC49VOamiZ0?(3g zswPP0YjD;6^t02!Gd|CspWXA^LEr6E81UN%h36(hwc56#1M-UX|Iz&EJ@;$GlZB#yun&}c;DWu7d I0QY470|inmXaE2J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b76f6f8f82905fe2ab739c60630b37ae0a155e82 GIT binary patch literal 20706 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 Q{I%cwDSLe;V4~vx1ADfzod5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..742f3e1c73d4bfe12002e9e9260f47549d912e56 GIT binary patch literal 40347 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 XkiFY0PO`bU22aIJHf{@pp`ZUBLRJ1O literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68ecfce0084d8ccd9be3850c9909d869fc102064 GIT binary patch literal 6003 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, str]] = None, +) -> InstallRequirement: + + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, str]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, str]] = None, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, str]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + options=parsed_req.options, + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + install_options=ireq.install_options, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..11ec699 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,544 @@ +""" +Requirements file parsing +""" + +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..bb38ec0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,946 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from enum import Enum +from optparse import Values +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.legacy import install as install_legacy +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import LegacyInstallReason, deprecated +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, str]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + self.legacy_install_reason: Optional[LegacyInstallReason] = None + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.install_options = install_options if install_options else [] + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + link = self.link if trust_internet else self.original_link + if link and link.hash: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), canonicalize_name(self.name) + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + install_options: List[str], + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + if self.is_wheel: + assert self.local_file_path + direct_url = None + # TODO this can be refactored to direct_url = self.download_info + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + if ( + self.legacy_install_reason is not None + and self.legacy_install_reason.emit_before_install + ): + self.legacy_install_reason.emit_deprecation(self.name) + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if ( + success + and self.legacy_install_reason is not None + and self.legacy_install_reason.emit_after_success + ): + self.legacy_install_reason.emit_deprecation(self.name) + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def _install_option_ignored( + install_options: List[str], reqs: List[InstallRequirement] +) -> bool: + for req in reqs: + if (install_options or req.install_options) and not req.use_pep517: + return False + return True + + +class LegacySetupPyOptionsCheckMode(Enum): + INSTALL = 1 + WHEEL = 2 + DOWNLOAD = 3 + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], + mode: LegacySetupPyOptionsCheckMode, +) -> None: + has_install_options = _has_option(options, reqs, "install_options") + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + legacy_setup_py_options_present = ( + has_install_options or has_build_options or has_global_options + ) + if not legacy_setup_py_options_present: + return + + options.format_control.disallow_binaries() + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option / --install-option. " + "Consider using --config-settings for more flexibility.", + ) + if mode == LegacySetupPyOptionsCheckMode.INSTALL and has_install_options: + if _install_option_ignored(options.install_options, reqs): + logger.warning( + "Ignoring --install-option when building using PEP 517", + ) + else: + deprecated( + reason=( + "--install-option is deprecated because " + "it forces pip to use the 'setup.py install' " + "command which is itself deprecated." + ), + issue=11358, + replacement="to use --config-settings", + gone_in="23.1", + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..ec7a6e0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..15b6738 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,640 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(normalize_path(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = normalize_path(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = normalize_path(link_pointer) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {link_pointer} does not match installed location of " + f"{dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5547ae7ffaca0b398c1dc8f1d33ff08305b671f GIT binary patch literal 201 zcmZ3^%ge<81l~8_q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuNeKZ#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*P^5 z0{!^Rypq(Syu=*+qSWI2oYIoa{5<`5plD`Ee7s&kWaECG7`OMJZOwT4H&(cxlD$gVwpIv?de?tCt^JK z5AYXg2!CcwIAEVhJehb{vv}cT_3W~+5fAqCR998k)O__-_m{D;62bA}+t0=`g^=&k zI38MG=_aUb6OVW_AR)DBsMt!V+A5VkCD20M)^lAAjIdxAC;$eFqaeV$B`SG2qEI=EuS*q0I&BG=Zn!dy3bMBCO~ZJ5nJ&n!qraTc?j22!B{mAqGlI7 z9SpRGVpcWJz&+C|AY4<7K6X=h4QU*-fr%oEW9~3$redsH&Z^O$XLKLlpAA!=KJzhWgDd@YXd%`Yrisn6j~;@01} z4M?rTPb|leI51@1VzSJZY=gCeRnI3IqLBOAusLy>hxxvD6#w5nk7A4bHpsbaU(40K zay2unUGx$8annh$RfAK2-v8i&l`)>3Ls3)M1*uP>NM(jfgZ#44wLtX$@3<(l{gMq zLE7U|TtTtZOO}IUMd_6yZ0QG>~2)2l;AP0Zjam>--1>}^xN$E@~h zojN-Po0}6L)RZ$Z{rA0n#p1S)4e4<)BY!N(&iOeqANDwY#H#3%mm>XyqN7qu_sQ+- z-}8Vx%!cPaxt|TsgPFN~-TZhf8=u=N-N>|?S?xilJvdaAStTRWol=n^#ea)m(sy{q HMvnXsEs$D| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ea93f7ab45428708938c6dd26b1ebc4f6d72ad8 GIT binary patch literal 208 zcmXwzK?=e!5JeMh%8BX?_wW;lCLc(L7LvE@*?#FJxwMA5u6{@WepZb>KO5$^^$7X23J) zLGUZ+;BHFpi`@<^cWkQ(y_1?*&|E{wrDH}C0ft#6TE~?H!D>PSlriM4EDIgR<)Kkk XE7;M@V`uuxt|R&kW89+&CX2TpxX3s} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..858202921bb7546cc62b84e3baabcff1a3f9c072 GIT binary patch literal 23794 zcmcJ1du$x{o!{(xmz?D;xy$!!NQy78;;xtY?wa6=w!6d>+zz0EKpPZ?>mMsPM&0~T z^z;4Ao0KlO0v#@Y^PBm-zQ5P^{hNOgjn;9vUimNobK&G~bKHNU2lI*;k3& z+$<-0L~qtJ>tT2AtQU7*)|d0o`aP89&jxbA*&vGtvY}jfHk^yhMsjttb-DW4`W!#Y z=c2PwmLAMD77u5ea*5dli$}7_T=Q&mu4T3**E-vpYnyG$wa>Qa zI%Yd^owJ=RPhGYv*FD?K;`P~{T<>fzi}P6_*Eie8;?Zn>ZeVtR#T&A_a)YyjEFQ}a z<%Va6b0f1O>^Ytt&F!Au&Ek#OvE2CVcy3~Lf;~57Cv#J?Q!JjyzL489yNAV-*}b{x z*=ZJU&hE?YpWV;mE!hLPgR=)&yfu3$_u}k}9?r{2o|}iw0hV6+2qXJ3{`G72h!mEN zN_En3yZMTn_uBEX^Hwo5X))g6j|BplLCqYirbPbXGDOq ze0{>zV;k;C)+bknjHH;I>7UQYN&y3~yeN(fcQT7gzc6wKU`f;h02a|NG=5!{(qiF; zz_O3l{S8gV%&14J7p3|1a<(9%e|QYc-AHE^M}u1Z8U6hkyw}1P3zD2h?==6VjDqJ^ zS*Oxj&39EQXn||XOIZn}>u5wX^BGB2sOs13(Wk_(-jJm1>Ga$UX*8sDo|2TpSCA2d zb23Z7tz2AG3YZN^)RJe=ik!L5mcvZGaE^MXMJ}Y38)s!XFKcyHRM8rZa%mc8J-KlP z)B7cV>3hN2o!#EdGg_R{5 zxCTdVj3}z%2?Vw$utcM5yf|l}11!T3{^|L%U0y==5w2jNC5|g{H?1c( z%3AX+P7QDcKS~7-W^B1T-<0`uA^1EyJ2)jhSER7qF^ZSH0>+_ z2#-)PLwO6C+tQ+-?{UFcl!O7zO#&Q!Cj(5F7HHj?SY}wqsQt!9R3`Ka`UPy+WofdG zHFg-AJe@NuW&7f=a8j6_C=dc9Qh_}UL@zCYWMNBX78e*udR?pvqCvUz&AdF3%V38f zoRjlrji6it+hjV0F`9e!Ryr&I5$T=I3wjpT){Y)n&9a^dnfbqKlop2zj)5|}%_x^5 zJP(C3P!@kpwH6rmJm|dy6_SUr6jmn;G%O6t!VM7hG^nPIF~J-#dT7qdVPR1Dm1lDG z)J4KFG|Kbo3<$^eeEML5ID)k6C?0iFVWQ&1OAN}Zhs;*r>XX+@>W#*+I_Bp=Mi&dl zS~@JewPu#1yrVJAhxMbyw&S?QbAZL9T8#S03G`3iML|6REq+n&*Hx2TYC$011t9v+ zowU4&4ryUIeJ8b;&Vl6K%x4xgUoO3*1w`rk@`9YCI)cRgqzj{Ad64R*5tN517^hT^ zq(w6dD2+}SK)HS3MYNEy9~8nwv=r(3)!fwWv^;g^&Yh{-p!RurrI5)<@)Wkw?Wt_$ z`jn37rziL9nNl(ZX~GywWeTj=6m|iagT-`q%4XB1vf!WQR`fS$a&l=!>rCn7gErlE zvLL?%aELcmE@5B4!_`K7fypNw-48^yXK$rrTJ4xF#Y(X+p44~MI8R{G4xTjhuKWM_ z+{3;1XTryPP`Qc#MPqF;O- z=J*!1eyGOz12H>z5^nfT!}|?Y{-wv){`4C^KmF9_ji3~Q8ViD4BvuNVf2_#}DxfBL zF5FBo#;W0lQgExG@jEx(zwtfg2h;0(rFBAWov1WSstuFxoUewuYg`EMp)LM>zRF*& z^6`6Ls`3ed`!o`u1`*U)z_SK_QP*D$pV|yx+z4M}nI9Znf7OQVsn1^@{3VBgdJ

    +GvCsY* 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 U2c+WJVX63(rTp?a>1^TuUn?b(bN~PV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..fb49d41 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,600 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.original_link_is_in_wheel_cache = True + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hash field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6072aadc6762105fdc9ed5cf141335e257f2d27 GIT binary patch literal 212 zcmZ3^%ge<81l~8_q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuXO#g#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*P^5 z0{!^Rypq(Syu=*+qSWI2oYIoa{5%M=EES|V9;hI*BtBlRpz;@oO>TZlX-=wL5i8JM Xkjsksfy4)9Mn=XD3^1aI87Kw-(9Ajt literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c387da730eb2f68bd24321df78591d521b1fea8a GIT binary patch literal 9625 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 Rh6>k`kC69qn+g^x{|!y6jMM-C literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb06377facc7e3d9f0e7f4ab20a8521d74a66c5a GIT binary patch literal 28835 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 bP|QOH*Eqc7=%Y$1!7Zf5+lN)6*b4r?;$Dgo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7af020fb1b7681a070d2103a4191cf4748922864 GIT binary patch literal 31979 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 JjxQqu{$KBFbEp6S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f616b05b909a2d3b1a12def1cadd0d02252f28cb GIT binary patch literal 6760 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 D@TK#? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8aaab4af4d72597b7bdee1f2b28616ead3f5b44b GIT binary patch literal 11054 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 NQOz%3P|x@JzX6XWAx{7R literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e1526452f32830fcc80ff75b98a6710c944dba8 GIT binary patch literal 4657 zcmcH-OKcm*b$=w6A|=a;;##oXOs%>$ZJDf;#ExXuX(}OsYe#mS_E26HtDOuNj7q* zm$PqX-n^N4|C!}y!^1-oJlFsJpUOY7lJqa^L{F;U*nJF*M-r8&T$O5aS(dS_RF#@q zRz+K_YPD23RZExCqOVmmHNC7uJ4MsgY;CAKRLhlfvZP2%W%(zvBz*yI_>_kg=>v&o zK9#7>^d~Be!P_4j5o1{x8#*v{gyuey3i;QmeDp_{ER|At$sFkVms z^*v`J$SsBhiy=Y&XQsz)v%1TD#-AfQK$u-H9cok4XF={Z`=nuWR%4EDh3te->vwj4 z1dT@$lgcuc$_hnFy11yKEGPv+UnA-}1c)*Z9L49Bdod&GAMWuT#&?J%;wYFn!jH7;hkwYurs%dp0} z?XMEoUuB%|J8-J2_wKt09!M%^shZfV`*4shg^mO&RV-xB<-xSUiP;2n+y zbFZzC4d8CwbbMUeTn0x1u0R}EehT#?;RNyUm zJ>JJNmN$&P1%hKn4Hf}gc!ud4G0o?4pn0si;-QC-Z!4uWlb6=l*Gp?4w97Y8HeOm| z&RVHzFPG{Y{;KP|S)86OdA83k_E+~%;*tT|GwztxlF(qo2R8_tYYZpzet>{#0^I;= z+c%8nc*2>B5f-KLE(5qPeKr5V-_*|hjqd!72U=G@-P4t$v%Mh!)T7ts-o(+fLp=!q z4o|j4*@dZ6khP)+v|`5wd>UR69RG#JBWY9m80zrZls}F`<*ss9nTQ4;VKsp%OSP1F zz`bbB9{oLKQvs@Y-!+*l7(PkdW@7z&s*im2pH`F@B7~@^vZ=PBR5~z{d z4`0N5U{V!9EPSY`Ut4`$m)*ZXJ z#kyl}J;;2ekNiIOyWGQ{w=$oN{Bh*zwLdSlMmpqrmt61YH@f6<#x9pyT_4Z;|zZ{0!;RY7G@e_H~?r#B=IAUZtUPh?~#|j)S42~A6!ZDME zep>W1EF*Afssm1^QD383=x5;&9ilmw>(k@`m#4%1zD7r&Kb+_vf&K_p!Sjv=81aj2 zxlyTrA4KO^bM`$*so@EVY1=2%Wgda_jot?Nyh1Q%GRVst2q9D2KJggyilLDP&OZ!q z5#n<~Xg}75B(>rIPaq+@2ZN>`CdyLtwTQ!_=bPLImd_QyF;2m3{(S`F0K)Vcy15?F zHBTKTXuQlc&N~4Ba$M+_?eRiKKi}2Qx1%C#8l-GEneGncFb(Dj0WljrlD><8oARNV z07N`-KtzK>Ak%Yac!6Jl4GKyavTxiJn<3%G2HfxR@egDPIvX` zc2q*!<`P%CAYC^(UXGKN#*ITf zVOxF)B^ogI*um+|vxn;BAmLANwKo7He1G=omA|Gt`pvF>vmF(oA#tX@IuDqL^^rV% zV?Tf#7a#1&m=}lJ3%oqJ&`(j+ePLeOp6KXTy84xNR9>-{kH<3BZ3nO6v3Oj#YSOUm#5>qJjR2E9KZ^jbC*jqifGq??c)d|L-R{S~9c`hlE%Y=wb)hE> zg0!5PYb_vlZVRp#Q0)gm@osApvF~nKqS~gS+7Ezm=CN36rX`k|L5d^*id*v59Yo)f z|1ula?O*&VY#ah%!aUx7pu)=!RQmx?Ty9Mu_VSi5suzM#S*W6=!f24Q+-j9s_;KQe zpG_IO*Me_w4M>8tzX7JMgyz7@Q$XtQIcLC?gSx!f|2Ty28EA&r6_00-Ok0LO0YZxj z+X=IaYXaWMgo*aq?pu96yh>i>=vH_!@%{;*r^>RtBTcpk%Z_xaJy;IXgj1eLv+cq1 zOgh&-tUSw(J(zg-PA7Y^n>~3y-AlhAe<=5)!{NiJuf@nW$?-+`n0&b>9R!c(zeemg JhYSge{116^UdsRg literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbbc8d10c2b91eb7825a92724f2f2d66504e0962 GIT binary patch literal 11122 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 F{|P1^M700_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e92499df96b3bbc1af7459dd09e854d83e6f2f8a GIT binary patch literal 12309 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 JHw0W_{|Bd-#i;-Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..f5bc343 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,556 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + if cache_entry.persistent and template.link is template.original_link: + ireq.original_link_is_in_wheel_cache = True + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hash field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + return self.dist.version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..a4c24b5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,731 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None or self.preparer.require_hashes: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + versions = [str(v) for v in sorted({c.version for c in cands})] + + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..6300dfc --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( # type: ignore + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + delay_this, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..6ced532 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..f561f1f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..a605d6c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,296 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..41cc42c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,242 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + seven_days_in_seconds = 7 * 24 * 60 * 60 + + # Determine if we need to refresh the state + last_check = datetime.datetime.strptime(self._state["last_check"], _DATE_FMT) + seconds_since_last_check = (current_time - last_check).total_seconds() + if seconds_since_last_check > seven_days_in_seconds: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.strftime(_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.utcnow(), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("[present-rich] %s", upgrade_prompt) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38c96a3030d04cb54a2f01bf564523a090a257e7 GIT binary patch literal 196 zcmZ3^%ge<81l~8_q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuW?m%-GapA?8NlcV*P^5 z0{!^Rypq(Syu=*+(vr-aV*PlaKxRpNyk0@&FAkgB{FKt1RJ$Tppgka$6!Qa#56p~= Nj2{?aL=iJk3;?${GjRX_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..221626e921433522acca40d553277ad65fcd0fab GIT binary patch literal 2017 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5602d20c99e1f43ea8d5e6740ee08a02fda83f3 GIT binary patch literal 2263 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 Vlkm>`w##o+Tu6Wn9|bG}{3ool4ZZ*X literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9786380b0bea1b43a841bd1f0c8b705c90b8674a GIT binary patch literal 713 zcmZ`%F>ljA6uz_1iB%k^R0f#p3YJijQ$cLN0%bvT0SPIK<@%1;#PM0@OROMQ%D{ve z*xE5u0d-;IXHZlLaS{>|6B0v2wobgWn!v)d-uJ!t^xnPiPJY{Jtst<6Uw`#}1OG6| z!rZf9ehq?s#84M8%&Zi5F|)bF2)F~@;Px|@HD8i0Vb){Rc3*TJ2ky+M-3G`1L%D`eBb36ke1DNv62W!jukGk`{EKq?3>JS}h|;iXa75GEi}t z$rkKwf)_UcCg_`Y@%5uG-uh>6{n*<$@ir#gb?M;h)R`8?-sXw7IobYxZuQNrS9d;< zOLLe)ZAUkQfQcvwr1>?p4JtI*6(X(Ae~;vOC`%9E)V)0rY?$)9at%`R&czdenT;`? nSs0TUGSEPHb#lRcvj)MJ526_YdUvI!5BF;Nc)zCqLcR45C;6+- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf2b094165c0745d3725d8a4be64560a4b7cb647 GIT binary patch literal 7086 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b712d54c0c6b8e49e0af1a98d5d4d6a6130063f2 GIT binary patch literal 3719 zcmai1-D?}!6~Chyjb@~gB{{MzIku&)Y$r+@OODenl(^k)vH@pX2byiWs0ATw#`ZY+ z>YcINI8res6czR%3x=58lLo zF2azm6%@lOTB2miV9NQDWUyFLw{W@Oa;!p#1)hfA>pL*}6xC5{V6o300Q=k-Qm9Ue z)DDaru65L)RidHW>S)u^uM+Lub^x=_ofUke?h;)srnfry9MrJs?ybPAqitx1r?=w( zta$ENvg0S#m22nP7VOC(bjG&t)?I_A*_wvV>;)LY@jBhI0=wmn597N#$C)D6gig57muId2xPWA+5-& zbgh~%Jjkz0N*cV8&dFs}!jSvvEmbZm>3-VgHl$)z!peO0p)or!omX;Ise0o^CfA+B z(wc-Na0Q+QlSptXvk+vv=p{39%#0r~;~gfZF|jri(?=uwV;_He_kBG$y1RVh2|c;8 zm;U_ij_0c8xoRS>drs#rJlQ!OzkD=)Sr;N7-P444YvQx%!-+5B+QQvev@7a;gMhq3 zF5cVpHGThKkvIJ0?%uu6f6?I=G=9NEY*)?RZ#vv;)2I8!KKg;?i<^kz7jpvZlj(z(zv z7d_&l`|&Tnr(J!w6MMJA-O{*QZSI!t36f0QSIL_(6G!mpDUsU z2RoeV-r(yz7V7+`$U=vaoC+|x;TbX%Q!!3=xtn=MGWS0J*9YcN4NW0VwG zNl_&+hou@+_evSooh-oQMNg?E2>x;4QbB`-K!kgaUFsw2lA2qEvI<2#M>0Txz$90m z?lVl*0S<`nTpsr1x6}p`l=9*kqAfwlED*y7Z_%^ee&I`Gn#x&@u_YH^Mj_53cw;v^ z^TUIgk1M4d$x(a*b`mAZ11J)^$Yc>GJbq-NYi{pJB&J0&hv6?Tb|On!WC`kEV4}@+ zyFQyao_+6V_B~w)YQij3`#DnW=e!;6ttQ>}$6FzjL&94o^7BikfWmWaVb<B>OTG z`&uFE1CugqM2FX{>%%;Rv|?d}5gJ~0a)pLFmvvFF(7|9Xekhv= z9)DG=$KULS#Sf5qhGM^<;Tu!zA#Xj-k|6pC^>fOkGZcgZ5Zyas4fM&G*8OKcw)wj& T*7K!%#B}#ITD#8>%UAycWP(vE literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55381f575b2cbef01965eaf5fd44269b4044d4b2 GIT binary patch literal 1463 zcmZ`&&2Jk;6rb5IuU&^YO#&3VV$)Oz3zDt*I8fC{73Hh64HPal6l>#|*h}|IGh;ip zY?K2?M#>SXIpkm=RD#-rFG&0Y+?}ctW~EA%I0bQ7DVHcGW*i(ls66fd_Psany?tNv z)6`S~aQf(vzssL10Q@P05o!N2`vuP21qdMM02daZ3km=VS#l&-F37G@P#`D+B>w;l zDpIh5wKJnA0I68U8rIgNv2IO4+BZrehGL(BtiC5~vr>5Kea!rTy-SEsLajU$xLUbl zmsqG=vnk6an@PNmOG^R4Yxa7+saAX!=bKZuN15d~ORE;06p_WOd^0sVtzZjbLi5e! zNaNV66X$_rvHxhQ1fSH<60rluW5kYgAimG?p;D!ogo;JVG}H)YRpOQ4aTfp(?Uebu z{}+e5zy@vD0$0Fow=Km1o3Lz2Wr!e?#=Z}vd))KB@E+0^{H!gv6)&|27$4h+&I2Mt za0_g{QU~kuEl`IonZnK2S~8Ny&2OtMby7wOQoo%TPWSjfqqyRWG!(nX|9k&9ueQeH z=;OEnMDcd46>Gtkc8PmzdM(Jun`kyawg|;WK>V7GFfw?HsxI~zebqSXlkJra%QO7d zuW*SOtYR^vVo}au!?jqcGU>CNNEnvKBd#^9&awfGIUJ9(z9jlC~8Q6hYv^|E2XE|n- z*$y=kzdA#%D7JGsXoPdaG>Rt=NQP%H$6xvjhYb)Vz%!|h_Xg9m5tvrr970EqBrQJw zICE}ic1Qj7^lz1ZW@R_C@+h;KH~65$9FL}_ zu|~j`ji^E+E+m=d5XzL1VevnMeJ%r%=5VNAa(z^F@Y`g8i()hA*Bl}lLO1{~^`G_( wz}f!Oo=BNWN)Z^rh8`Ku!P8r;`_6VF0-W9Xthd;sy_X++ITZgFh{03%2OfNp>;M1& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e021ca6c144e75c4e7dcbf31dc97877dc938f342 GIT binary patch literal 3234 zcmbsrO>Y~=b#}S@5=qO}N3B>vIuaeoL?p7df~HPgBSC5dO&kS?6EtApY**YNwbF8z zm>G(tKm$7TAQ%P=1TN%D3!PjCMu8l9=ugN|1Qt#aqZ%znHKa$}ST$aZR};mAS{rV%I#wL3riv+8N9|ZeFQ)A{%h(B)DI0e34@U7+ ze;s9+7s4A5pp5}-`~+GGXs2!MCdsA$g=bcBdSKjegbWhz)uiKlmJ2%>;YeoItkQ;6 zVIoM@1>+{}0d0oYJG@{G^;a!7m}QlU={nv9$dhYk znfp~!G=*9nOLYB`g*OQj+-jJfRb@epGg;?eNgJq12--RV&y!aH>=Jo|wm!gZ&DLAw zA@Ds$UN!8<7R+D)W9!Q?3ga!`+hkl)i>|=SXq8FJwxmTjEw|37^ns8EC6-VLiuYNh zt4(UvYHkzkphUR{~ai z$zG=oMoX6G`I3Ug5%oQ%WVy~(|I8{YSx9jtT?643wViUAappZC4x{&73?#=h~!6W}1nyZsBGjJh2h4VpY2 zIRCaLbv)l2>jV7PB+FWOU!ovFp`cMqp$?tj!Jk?4yG>?98-r|-YEd*#zBd&x(?YENG7OkUne z9HugNU%Pkp&eaDO+No?OmF*HO`QpLk?9O}m>qcPpO=^7SRXzzXIX(*h0p8vv6#~8< z_??i4!2cMY-r#Syw7nzLaGwx)#M`4D(uj-?`9|f5ISGY79Q@pg(vNUGE8Y9$|1aaj z_x?AnFyZ^-xqN{rSGf_9>5vC9MCO3=|&ST^}H(JK1Z6G&{(cG}k zLfWbHcwe;viq#h5R3!y22E~o4Tye@+A=&Stt%*hI0|#$70?PJ^@3H)t67>OWGAPK) zRFs%!amN?0E5gMb#RBX=`KH5$rbv(ik~gskt~1d8>q8TR5_&uG`7 zGG#AP3zW|;D{&m!lwWsky2_|;+t9NF1DiL{x@Zk$W6PsZOM3kiWM5M63`L89LmYv< zcg?qH!*N}@UKf(~8o%;*+2ODO9t5|;w?|m(#yAFO5QBcqJey$|Fh{48QW zK`?^=KbCUQUipin2L(R|TY-Ui5QnQ`rxz#*t6snC;a49=umF$v3cxn$o+mTswyzz= zf7*`Eb>eef5|5rgNM!D%@1*~DtDVSp650Jk_HaDg9)Gzr{xTN0^MB2$=^%aP-iDsrgQ79$z(kFnMlg1%Fs=XNT1`ccy2xanyPmKoFD78uS_-!5yqH!C7eh z`9b5)4;!J)-Gg&mRP75}iLV z=DN{HO5cum(=qK$?ZM41!FjJg_f{itBB`Bz1RW2i&oBIa`EN@KeHP5j^|)XPxd82w I6M!<)_YBSp0ssI2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e88c3c3e1b96f97a6ba04b6355839168c06817ce GIT binary patch literal 2319 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 LguU-Zn410%_h3CV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e24b4e6b16a9c7fc01c8ba927cb3713b441f5b2a GIT binary patch literal 1312 zcmZ`%&1)M+6rcT+w2oG`ii1Ng8!HzTvP%-zP#m`;K_RBa36|2Dy=>N+kv;8dcbOeY z@sc(=^x#4cIuzogPiado{WD6)K`JRx_7n&`1PWF0EvL?`Wkm*enEAc$nK$pfpYwSQ zu=U03zqenA0KDbG@sh{P;d9130rvm|Hh=;YJ)tSuqQH5{lbW(EGhVh8sMsnJQ3k3F z@!at(0A*q38k1nw&Yfz_rB)3o4bj$4^_WRL&e$`jTJzkBG^ECy&ZL;*XrF;P%cg+x z4H?e6V^4pe&x2$lN?gai- z^YUdYV$Ho2y7h0}Z4_A{4lM`!6cOL`tQN&yWbt(PphRZ4n-p;5jPrE3fy}WN&$1IO zG3bK7v|?}RNAt0{Klf5Q|4O^?hjwA0m0oJ4?#*FF`%^di8NP>wkM`(rW_ItBLly_t z%Y`K4I54O?PNK5cu)j@s%aR3_k~vAqOj9zOII17jrSSFbO6AKBy zf*_B;1XLiL>w|^q{RUj>pWJVX3*EwSak;DalwN)RYH#PKLLV%%JpjuiQC$?f`Mp-J zx?k#TK7KR;svxHDZ_4T5;>W*y-d|if8NSj7D+91HTwFb=U+sg{0azW*mk#{F{L*jV g59TYs=Lhrm`k**c6=80_Gy;qqTujOTLRygj0Mh(ar~m)} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53cd1328dfcb221ac057ab9ff678a569a3d48684 GIT binary patch literal 2555 zcmb7F-D?zA6uq#U5l|&L)&HCnN7y*&J6e7 z%^KOjQiP^`5*jd+mgYgNMd)LnN*2SFbOy{HHDK#p&V6@q_V8aIs+;Xl|I=>+eD z&)L+lOf~NWE)?y&?gX(;i`dL=OacTR9s!=GuLHY@C!w63}|4Nto-1>y&9ZWjv=$ z)-rP-I@>${rHi&szDG~loSt1sEvPtEDwR?TMwVK5ks1XZrxtW`Aq5jk*^6|}G7lvu zCQ`(p`nauT=ha!Aq-?`ZWek(*7`7@^q(+{k-0_n3q7&^jG6pQ5E_lc`U={R48mmc( zx|FC&Q@@VCTN|IMk55&_Da_E*w%Y+vxV!xm2(a70eY&!-^BOnLvVt(L@zXF4WnL}1 zvXKK#xC0*dHoVq+K>DWcyFE`ILEI&@#F;yGA?iZgGp1}oEuy`?giub{jWB@s5`cLc zmC#k;5-M?J1~c*6Tkm6|pyEZvC;+$$x=B?AH^s_%Y2B2}R>m!oY-Kg+1WJZ^=wR9z zI6j>@mHr@e_VnAwGZ#;upFVvqod`PuStL%_&Z{(M;ex|k#0mL`2oO7OP^b481$bR9 zQvD>x7Is4Crad8YQOy@UC7_GTIH4A_2-{jk!4kZ1$Y*TLqyVgf{^~|y>3aD_=|N~m zHMFDAH?T~bd>{~gA`h<2RFzk2^5MFC_@R9Cfqb+kPuAth&m+s+@{#2u>yNs(eRJye zOjSD2M0_CnoIPeyAWi_Z>+9>yAnG2dq)8u)xRRJeKMx)o7VZymz}w)$QtHB`AJTji zprCP3RUn1tR!E==60iX3m?pILf`w`iA z-NrTFvEKrvm|m^SYzkvAG8_lOF~(2LHNcyYCeA%j`IIQ zVb(1jNz8^$I{}qs4I>e8f}Y-yP8VzoQx8hw@e^myLLo4VnOU7?SaI{Ajb-q6!r4rA zPQ@A931OYE$WFw7@5*!S@$6+~6z-=@M&h0G;&gp4uJcN~b z4+u`!M<9L$lxcX#9$;?ek`uM)zIt?D<-JBIS`Cdf`UaP;KHf68`ck!TtQsD3J5nNo z`@sRTbLa#Cuh5Ax+gQvHhj%f?8iH3IUEHyeFguxU02h$Y!bc01R?O>@cpQGP36lH3 z0BIc83?nX5>0(y{MJn#qKs&3Q?q-nZ&Ty-9Yvk(!R7{XN@JKH=ur_y>+yWC2H?y7F nxxuv$?`Cg(+(aO5W}k2oE`DRrs<1k}8eT~?5q$nDbC>uxF@JIW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f15302999957545de28582204356e6ff26a217e3 GIT binary patch literal 8333 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37d5901d1b044fb49006f66ee6971d74dfc67334 GIT binary patch literal 15455 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8ebc9f7efae153c30088e12cde465c8b4fb5a96 GIT binary patch literal 3467 zcmb^z>uVcFes-mmRxhtD`K9=gxD9F5o-OPoms~K; zrSPgd!z->m=M#{7-co{4QtZ&&Z_qq&c(3YH{TV*okpNABj8pOKIg@>WOQ6*Ycz*?b z&Ls!HFn;2t+qVp`X~`X3CN8WRMXbfr)KKk4jY|Koz6J1S?h!I<)ZU#Q*eGprgnD^6 zWVFKoSPYkq52T-WG?bCtwj+cIj5<Z%R1G1 zYWL?)qjyp`diU<#=$&lZDBv9=CT{n?H%J*K|4D$I~&!rhC02SN^hk$ zRXw_$-Hyt@rWA0LuBE6(v}j~5ZnL1A+1|nZutF)+_0vpy=kEbQzXIT=UGzc>+;{K0 z55>{CI9d}=G{h5C@x+VphkswGg)cS2mnzQvK67HS;slB*`oHvk;l1zQ_gC2O6(~VH z-loT5-mU=h|L}Gh-KIKOd%O5x-lltCjd~IH0UB{)2|662V1R-k1%m)u&cGvdg3?R< zHnTAoPE)pD1L)f9%fJ_b`_jHtk-#qdeTU+BT^z58lMQjQDo(a-2G)cRkAi5Ap=h8o zL(wpTTE;Wv16#RZs2ssb-+i{k)4=; z`bVhDEuqi;dXEPO1Ho#?JGjh00f}yE-*c25Mkl!uy4`X17F!R846&^dsJ6tHJBiOB zE%llfYBbi4)zZ-jrNpjf;WaI^AlS7`_neR2ZEcQr{{)b3;Ze9Pwqx91hH`t`*XC0A zQUGFzmpe222cX;EruUo~IIY$?%M27fngnmO-nBs=%@NkNn1%5`kKSXgVBZBqu_N}9 zx&c%9NIy$8;?>m84TuQ1AThNw5ti51R@X4qM_jShguJp$Toway-AKggSiHKr9$S)c zB#01CTv>_g@+(cf_uNbIYF~?5+W#Mq_Tz%}^x1ZF;E;Pn2RBoEm*w^L8$=SLzTa{*COn%Uq zoPFSY=rj9=9tbVsTwR*0N^^{O_H|-Q(hQ9}TsRD!uZPapLKhmL3*XJwL-Wbt$T2}b~9Mvw_qNOI#Q~X~{M(M|jK4fz{ZuymhEBd`j5DZ zS}wb#T2bRkb%k)VN-^2k|_f1uOQ>H)oKxquW|MYa@ zgZbL!xoU=n9}oX&zUn_|N<)FB5$OXKv`b-}+F{9pX?-U`CRa!q z?2z!{u-+7DHJ6j+2#1G(gH`a~S{E9v7np+6l<*$_aEG;j=HSTgO4I2ShMMS?fZrjU zY@%NRUgYX)@|-a8INe0hb-|AgAnpC05u2_STk!F_lq1*$Hnw2XH6WaLynb;0X{7q@ z*~Y}VCW49Y###3|I3ozd2SO7;_ZEOTjM*Uu?^lVoO$Wzu z&5MW&SJ9~bJ3{YQdp{G+ReL`ZO;?ZmOf*&P{hF>B4(#(LcrfuJo&EPQBxbAs0VJpI A8UO$Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bab739d319f7c754e5e6f27ec5d203384c3f088 GIT binary patch literal 503 zcmYjOze^-B6i)UBD-pHQW}8>Kg%g)UI7CFevp5bs(8FSzAv?+Lgqul*Bs1$+`Cn*h zb%$Jif5?fTZhNi8f>v9ZS$E-H$os+jUijXZUn?sFdHeeGJbd->UsWuuK2Kgg`s506 z)I%Kiu)sI91?2z8Yd!VFji^>Do^{ufF3{;GsA@=1EW(INf%26R=7NKS|=8m;xKE?abWX) z#-bl=C~QE;F3Vl4%`SXq3Jw#dW-!>~Oa=W#c`!_wOoB+K9dgm!3A(}d6bHwh#<&%R zTt{IzUJk=KHD5HX=kCU>v!j#KFW-)D(Mz@Z^o$nF(9vi_3mG|WN+(lcXdzTV6WOO( z>8Yp>LAOh-bYg2klV&ob{&~feDKr?Ur|wI>vZXYvRTP gRc;lnZCoxtlJy7Dz9a4HPk#yA6S! +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bccc55c2b85a7aeb75f44591fa6b051351e96d4c GIT binary patch literal 200 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 t*vcLg^* Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11e9725670b1fe457e2c49c4f147e4d46f7410ca GIT binary patch literal 205 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 None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b007e79d2cf3025755fb80a0da71eafbd4b4995b GIT binary patch literal 572 zcma)2y>1jS5Vmiq*+CrlN_Q#NPt8E5=}rLH`a1%5`%wMwr@8_#ar+Q zh_|^ixQav-i2^BID#j!!sFLyMn?HHJnfX4OO%TYdpT7?$7@=P&xR$|{bN&*XZ>T{H zR!C!p^?(g@#xhM9(K*X;str`3his@vY^29*tS1Z_LOxTap0X+Ugw2}#09C~qFrg}s zL>d`l(TGdyF70e-m36hQc@W1T-v6}nfq#_8yqBi2z2{47yj7wik-V@@MDna&evbJ; zSSt~W=PT!}t8grz8ZY12chW5OzvR2~hx13TtF1UmWU^M$3zxwhjwHwv6bXg^k<{?l zjZ!>LkdEZaR4G#>SeRw8@23AUoOi-`X$|K;&^e^g#e3S-j`n>|JGl(jt%KCU(N36- zD*1u7>u_YvV!pRWp__Qn!UpxB@U)dJg?6y0qt|z!oTr&NpSSCa(PM3!l@d?fT_8$_ k^akKhhA}=xZ#TEo6ST9rNl(!B=6^liy7#qA&)osaztZQY;Q#;t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f406cb0071fc468f3e189df40b5b89450997e839 GIT binary patch literal 4570 zcmc&%&2JmW6`%d!_oqmIh_c(zu~V0^L)tM=#7a)w@JfsSD6W z4^huuNpr)~3r~+sCJFW3CDd1F|6+FOk&YwWfb=p=u@<8}v@i zNX{E|gOx4AOlFIvsbpoL%*qwZV982@g3xLtmsquKRqOL0sWq4ofqt=CFW1bpzhoGr z$py<=8qH*kdU~aLySil1YB}9t^BL@Aa9!OnE9E6a$3^{X^06h`ekNm)mmuOFQm_(&zM!q_-LtIxm}(&%*;}C zDWk(M+F%*si1K1NQ?8rU^wKI1;SRdh(9wM+LuLk{?j8kbl9z$-xAD!n2Z@J?jZ0gl zRv@{pCU-$a`i?JyKpg)pH2RP49B-ZAAuSx&DZN9l$sd23f>Y0wa$Fh97vR(`t7_E@ zQyiN?gb?mC4NDhNHU#|$RPzXcuyFIx#^{!-75Lc`r4=~2t)66f0vk8$v+{p+Nxxwj zrO)7YfQWr&1}inA%yhHD45QA_g)yisfPgl=6LYQzbJ$^6f4|H8jxDt+1jz{KP`}R- z==DmMkGqFJ^oSS)5)OfcBSD%`s0`dxxGxKY$>DkX4&j9v;^w~>Q?2e&&>JNCIJues zMp~C1?;8WdI)zI8p<$-2ZZ3oo>ttPe3K#mk$DnUy%hR3f=q+SQr>x8UtM%tKiQJ!{ z-H_8$F0Rlj<9^dBGs|45S_|AWZ&+o^V%!77!-fb9aD!?ZwXe8ZFE1M0wOp>ecmXy=v+DTCC@=bXSJgV3q-zFF!gY%O%&g#fP3RR@uQC}{pr%< z3$6I+7xB|=B8Ns_4!`$UeN0=!XI>1S*>t^(9^F#6=#%O1KWLr$ZRs|;XO83G#nX$($FO}h?rBE+b;Hkn>g{KRiE_k}BkGkRMp&nqL zpZkR~?=Z8$Y@|=6yDaXbLKPhRH_3N^VVHsXl5f_DYnkDRxl}iClkUaJ*RHOG_N+)> zyZQlWyJ<2K`?j<-^x*o#>l^D^l~&}$w)cb+@$bUWF(=~BfdPFss^c>^iffU5R-)iE z3}Y7%L<)Kr2IYRjAkW0i?2YW~cqbUd{iQpy)Vnup{3py($FjLAeSSj0nSO(iQQgvG z*zZ8n|9r zN3ev6w+(N_1B85%`%e1v#9t;_kq^HswIb)Xz2`bfLSi^EC5wmC_A)`5UxJ*8d-@n# z7+&lm!egCsHH0q^kYn~u zgx@3R2!BApH%IZ=p@F;MuCW5Jmn*aRaqgO&&F72U{dvAnn7P5#vBI@H_e^Ie^ToL= zS970di`;eN^3+_OyJqvH{2UJzrY0}Xi6!*>Z+Sp;VJYl5Ia{%f zBBIyXYEO+@V$WGiYz^H(-i*W17{Ym|rUB4pO_S^#8E)nga=q3Bw#E@Ado3{}-*%Iu ziRLs)uONt45nBa>nO+9XiN>7PR14XRN8JyIsqxP3(!4< z-3|W*({uNk|S*f@6oSktxR Si{BgBIDY?l(~UnthJONh4zSYz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad9696048c1b9c8d3aad5e522f2a1ff778aef1f7 GIT binary patch literal 16216 zcmcgTZEzGnVAS6H-Y$L#{FTj8>hyyHa@2xc>SlBPmi~#9Y zoG$0PtQ~UE`A8vO;kvyG_(TkKB!zQMa+l!bQso~>)vRh0ZKgtss;jGtt5R3%;#@`f zPtyHn_wDQlj+{#6Y1BLOx~He7U%!6+`n~ySRaFH8<YC( zlj{u6@NAHo(0!oUcX@59qR$jQJ=*bU5nhPS-Q@K&Mr zeIwxDUn>)J1ZM-By#(jv*>T2G@hOsyeaZs#m{prMECog*qM)4(`X?`_cB~thXM%!i z)_#nGBZoaEwO$DOUk?hti?S~&MkWPG3WU$9)>DD-2|*00HaHoI1S29jBX@cXs^wB3 z%m;&NCH(rM0iP^L@}wrN1`XMZ$EV@sIwLTsNzfuYVdM>OG7~1=2++)%09tr6Kr6oe zgpIcXwDa(`6BWE2V5PwE6>l;{`l{k9;k`MvYFritf9RCxk46P?_I`yM3SLQWzgr?W zcegY>dCu*Z;F^z2%bp&$e^Q2*#45jA7X4u<>KBEu>;?r~o^ek_M7KW}B&__hECybm zmIb&6b>sE}sqCH-BO!N4kk3VUch@B`APe1|t{(TLa{+i#Kyvd!P&n(C1>P-3+>vRK z@EVGQFAAb8i0(jGlKtUHp_kN8(xwJoq2loR@p_`T7#m}JaHf@*0j{u-N#U7s<~BP9 z&C%#9P=n8RiRgn@*AycrH5nqJ$EcblAvmR4bF}s>P7oy&0QC69nZApDvG3BQOMMpu zlX66ykpm$??7Jw0FZKlkulGe~Km+0a-fi3ZB+$W@C|H{RtRVG81JOPokns_*ZxXG? zAM*Eso&$0OET(^ZZ*)er`Fw$JK=%1&8w#ZF&DA%66w(?1^GwFVG`Gi1SF6)&JL0C4 ztw|xrW7NZB&erh41ph>RJ#ccJk*Ts6CdQnnS26Z|xa$LY=QtzQ!405F>sdj@Mi-sr zT6DpWY6|;9f`rs=x7dU=l|EmV5aeG|EI&oH0IgIHV4ivCXjqW1T}jAEM^DPpqu6@H zWQpa&#@#D~@OHH2}cF_U!-t zD}Yr9m(eQ3b`&9NiJHV4QQ{I~(Z~@ep}Oapw4+lKw{yv)ICkB$0KmhxOB0v2I#A;| zu@`Kl>r7#H!wyFDdz(dT<)IJwd>(_QSu=EDaC>^A;CwzwkV!pQMRT!g^SEw!m{bJ- zgl%dCyRM4EU#T+DHi&dJnshpA$Vw)50p>PKM3Rs^Yo8zr7~xYz$>U%+WF#CNQE$$x zbBe8{R7)rWk>hzd0WIm|Na*bsuv&rs1@#|L9E^QAU4s5l*Q%Mg&D&XRnq=X!tXHPk z2Sl^ZLLHJ@dI2G!eS*X`4t&9it!>%XwkRiU9VuIfk~>P(X@Z-`Yy3H!6u!nB%d@i1 zFwWESi;U=wvEOQov9bkj%a-%Vi(i(UJK}R7=xlvq+h}y#03%%j0F6`Yy4DuAq$}6HC*GJeEwqfjq$D}ohWil9%1YX2WqgI^s2d4#1)0)kTyP>|oam-VVt_{aG%}hcOej1`dp9&u2jcI={i?M?Hi%f!7#_?Fhfq{%4 zBD!616M`)Wu+xfY9jXmtDTv7A84<<4&5+)xxp8!6A_DxE{tUo8{mU3kW?P0qP+>A} z#Ir2mSo0QmuN<(L%+Db<3jq5pVza=)n$b{l04`hcG7I1mm{MS=FmK2(6f`lG>Wsl^ z1}y^k%m|lnp3Ya0TJ3F6{z>?!1)U3)$2R~JM!gX8o6b|mz#9tvdqQM#mEzUkR{^=KxmoRRA4)HNYC)0kD>@0a(Y^0(9~wh@72jB~A!VL?FEH-#+^{ zBoI9qiUx%cL;x5U)37!d=aS&I#~lf~;T}G6NrHGc5Da3J9f-QUW8(+iljr;*#MXiq z?@GcO(*i`fk`^w@=L9!;c?iG5ygM)jaj_homPsTIQ8Gm0@=TUxHWGEiEg=Y&
  • <6hA{D!E4mwrR0p((SpNWpE(#E? zO$kTBN##hmSZUk|H#0W*c)1dFB&UXg4^SqJR9BU#N^&vhF8Y)c_Zp~$EjKmpbBEqu zS=if`s}t2L`x2$Gz%HnzGHT1G7Iy!kU6j~Wq{P;AO+lmJ0K9oB3&p8(D~ak{@5H`e zy?5EW>`8bMUU>cJ)OhHxUiAB-Pe|lpkfQafc70`K!hzoLn$myz6L9oUOQQcSe8w(X zsRH%VNTuKnSD~jaE&CF_Tsst@(qXiMHq!5a;p*F&I*d=

    BCS7wi^|w%S-xK<_@q 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2298109321f4ddd23e8324d05128859d7e238976 GIT binary patch literal 17027 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 J%X7Bm{}-DMp(FqR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..765780bf0b4393aa573d966cd3337c97c564696b GIT binary patch literal 8163 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 WtR>33`_Ia?Ur3?9d_*Kh9R4qe11?4Y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e090f821c40140c474668c2d1de20aeb61ff29c5 GIT binary patch literal 18990 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 Db_$D= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..833acc6f21322ecf4144d171c5e0890a75e26bc3 GIT binary patch literal 21266 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�g+xvZS5Tq#Y4SGj?!IrPSc&=Q;VA1Kskm=a>hU zQ03JrGM$Z$Tk2v&ef;}Cw!xc7_A~CLp#EKlY^e!8QHXug_gY`%8uv}OaG32&AxF$_ z9lU+y?GtaF0F~bzuh=D3z$VFV$+a7s#ywuf#yJ}IG)Nv2n>qT0<-FzY4~laYaPwpjQ~j#rY;2dDWIMOU=|CR z#omh{1lLe-0}nnQ3R%Qn%z9!i4;U52KSD{|7wfNGT z;W|BvAOX%hE5R*x0>OR-=|?4Pm{@5SoJazbq#aBxdK6@ybHsm2acTel~>MylJJFR-SQEJcC;)3bCakihJnm7XE2U zpXF;}3NLIyydX_N{;#mrE5HHXLmW!45c?462h0XKhynXO4U%h#OstIqmZ!;ZMKM{1)e%6w?T zUAg9NTy-~s0UmevNw9-%$dMm2FNL5d)i`}|_a2EzRGS*7Y~ipbPW1V>yF+q!K*?W? zQbbWcA@N0bZ0C`9<&k*)Q7NCSm~I$LEfr)%{gIpd7xu3gRmQ41R!s4tZmFny;RthF zY;rdwN~+gNnpaDj<0Y+9Nh?@;6(GrkJnG(g4PlVcRpEyq5%$$fzWNwDKl`Mp^44Sw zHhhNTMZHo{@2`}alEb%xQuWpqL8|Utd3d$DCsy49PlOe9Yvt{$DjVGg z(0&BNw)NtgXw#jxA2{O0y;3m~G8_;Rb**>ytkw0b*7dAhi`VU!>h_0^+&b}D!tO~a zyzYwI>m_@A%wCU$s0%zx!2y;7)4y6gwRCEM{gF_nf<5|d0e($0qp%2A&IW1b{!#a# z-A8POKev@0@#`(R63S+D=WTRl{gkB274aNgBz znCU5jo_OvY@-}ClV=5Q8KR;*F+B{IbC1#&`Kz-TtlNQ`n!1_tRs5NE=nnjs*v>q5Y zNz;*$W)2v8niNo@sRQmOa`fK^^*6RO>3}vW{iQ#fa@HBPL$Ugr@w({=!!?1nR0;TF zUOG*oRv=^lsK!z?^B+7hMVkry(QJ;EsmsdVmfI{J>yQ%36nBp zn>1e=oqSHS+iDe0fCe3y+mOVxc!Trh%mGYuNn_}Oc!OR&PiU}@0K<6Z3s)y6lO}O| zQv5m|bDSrmJXvqbhMd!sDGmV9{gg1C9SO`EK7nn=Cl}8xor5hEV6YpD`!= zecX{n#V`k=H@XVE=e&|N1J0mnVkPDK`o3z8s)R=aO-P9~lqZ*8(RMWA+ra@mBdJ^A!i&+O<(}1=?J@aGR1xBb&Z8aLQ@dyu z#w8p|@_X!J(D=GKekb@8bB zl&aO@c2%J;ZGIrmqf+7X4iaW)8UVyPg{Uz?SlgyI3fK4H4I(~_&x@z2Y0NVdFhh8T z?#}`!4S^P;hA=?@t7`=qkSEjm;~|gI5Ii7Pyd->$jqy!6q*IS7bh<; z>u#w+C?mWV0bigzq3M?CMPv4{nIc%KTr^xW^o)NSUk&9d1z|(DgbG1EOHhcE#2Wcl zRCCeZvVL*aEED5cKbF3>spUAdP^!dP+D12)2>HBc92!P1W<8uW)o_*~LDWApeI?}9 zlxg}(1r@1<7YSW(7j;3Gm;4t&!^O^Rna5l;;4in%{pOQMgiw-+O9UGlW)uF zct)1*r0pu#d`NGJqz!m+;_}tYA+M72R7eeFzL;hHUUl8=>#^#s3o}d54p^ z?-z8R*^I1$9|`-;QzVg43O5f$dxSMXhM|#D;F^ld4#GMiWJCK_#&ay-z)=LnNNfiZ z++$X=423M)w{7z`K$Nh5zrW!kPw$BXA!|cdz~9gSZUJjW1#PiuC55ZFRDmhjQdU4H zrT7M5oR2|xI(l(DRG?Is8rVQJ_AuUxG`{_C+&jRGo<@aN&oQ_3vR`y`JLN!GdAFdkmcmV} zW<}~0O0=(e)9Ox1BgIptHZa16jb=TdV*P;LGdYUKk93KSo<`Q&Z3@}<@9$-2$lh?Y zx8Y=O!&%JY`id7HN4}DFhy^du?2)uyyiC9H++oLFA;uqKEu)`3JbdLpB1Z|8C@qur zWE(ZlF_ZuZ#^s9$H({wSGQ&FdO81Am?#}%1`fAsaSl5w6VKp@wq^7Xs^>noNyHG&8 zyDPr+u(b7Xyl_A&9MCn3(xH(wRS_GlwFuRtBQb}DfVMeM@#8cE5T-N>1_d$hpU}n& zn0aFbsWFwofon5w4uhs4SgXdnh^dsD zhA5tp4JzQEO_aydIE=p~yhV2ZZ9_@(VUTMf^T2SwU;KYiAg-826&W)2`k`CJ1}c#f zX`Kf8R+H1CGvXv3$s_k0l)z;GeJ3#?^^i;H7`WR_o#DHPsEpNI$CgB4Ia(INW7k6e zLO)jaaL_v_6B-F$5p>K2c$m9Y5zSl8tBvK=LO_3=`pzoz{g&_*QVhuVvDK>nc5`(2 z&g0lX9rtxez7Eoj&kGOVdOT{rV~-a$L-dZI!lFpttB=4~#bn&qiu>}KNKd3E+Pzk{ zbG2^gT_IlAE7kSJaC-V;_P#H`xeF+ZzQci9VciP2m+)+{w#jg;(dOE2%`#G zmM>QI9%^7nVptT>2!kh9+?zwxDTF0&0Fvcd;{}F;(X3WZ+oaGg%-8-6x-Gvu@X7%o z0^s1_!L31{Vb-ujIC8??^2pG!;j?mcZo%i0=BqG~q;F3PTsDmdv=jv0pP)7!!z;W^ z_e8d@a*qv#C9*r&OCb76;zcc>8PCNFcP|XC`$|dHi-jow_+)SnXudhOFqiNaf{o?M z4_|;X2}9s8)cfO@fbg#ZZ|(q*zID2%|*Fy@2*ft7I{<)ptvZt?t)4YQRDlj?!jZULiD0X{{> z%A~D!qs2#Z*A%duEL0UT$YHWo!LkpGE6YAbwn_n3_DJ?qt309rpN#~y3dmLkvGtsDFUzsA5a<#mVXO=V_zug{xCz%%2`JSr>%e#Ay+G zhg(}=j3eNGVfxC<_BMb{0$p<*p`C2uJi$|dG@uvToUw)rl8rk`)L+}$TI;_|zS&@w zgV~@Ph0D>oaKbmZ*7Fg7wyP+nS$NeA;gL^q-z zEva2SiDtadz$jq|qK?4UvQ@0v>Q-%a(PMF2hh)P*F$$N18@cgDbv(C4 z%590+Th?u5YqpwITMhKRY;BUQEfsk%Yhpw|W)!XI(!DwBwEp4R*873P8bW=<8 zbWWBxq0}V5N$-I+QSvF*2>k{u>2;fOGGha^lcK#uQjRdr+LU`!zy{CFt+Tf5^iCj6 zrGOL;Hi_xb=N#;FMQjdMx5Bhe*FZ&0Kf&6^3Lnyr8M1(yI-XUqLw4UG>FV<^QmkpO zO;TdLN&bTTJ8Mm6wCl@)JX+^+W^?3LSbCCi^KyomQY&+?A)Y{DjENdDwzi5yRf=~B z5N`flI7iIxGsiI889I1}B41|!9an6^6;xek0vrv9&Gdv^8HxMpF%t;?Ya|90{~HKM z=86+zmzdypgkcIsE;5z>uTe^5xZ^T=D`^u);X;}CRm2i!tn>sD%E~$yuhYi}OcH+i z6U6%){6S<~SoQkIYa`JoR)lzAr&QQEKeP^G;I&^CYSSaO-5VGfzs)+dZwKuOV zTUX307h+9&V5H&{Za`z8FRyu7XV|ib1he{=UTpDl2d_wHJ3MhBj)tuTrVMP zSJEbx0NZ`R+w7UuP~FVkxUKZZt9qoWp2bt}m<$PFVI-e+>m^Dn;6=+*6scv@Ras@& z7Pf(sD6f6HX|=d%*&Hu!mx|jVSSa(qn}4U6x#tS39EsQLk!tqD%l1lTdr^`+BmodU zm?*0VALV}##39%sC(m#;47s?D4iBF`dld5{q}a(^HiwN|nhr8ScG7zYdUO*P$maGq z+nq+Fr*fbZu;bGT{G_q{jfx3cVpf=w9`+p=j3hN}C`Jzr>y%Omft&FE>0Q9h9v%w7z_h)n~}N@aFr<+amNo!S^L@13Q31HK;-k#ZnTN?<=?1C#ca7 zQqj>2nM+F@s*yuI%7AQ=m`uNZfPV_>9$Z4t&G;;B4rIrya6y1&31-1Z-@cl%yn}R#a}_Wr`wt`rN2*;3O2X&sPVCnc0XjY z295NY#$m>xT>w0*XvOJ!WLi2T@5?y!WfcrxS2WBR!Gioj=NXm;XRcz5Pcj@bm~@^x zJu-A^=GO)Mb*kqy1+`&JG<*df?^|#t#*Y6UsXZ+(Y&dfpx|MP?id| zREvL&%p~);`(VxHilmtk74)A#Q#6_A(9q@KH!<2B69&lj-BkX?c(&)rg(hl1} z{E>ZZlsyP0-G>Iw41>6T_>p601`a2ktPnRwV61vPS;!Jdg~)EdgGuK#>`NJ;ypF@^ zGFQq9Okc(q#BWd*oX{S^vL7s2afX}yIRm6CzC_RL!An3O;&PZ#EFcXgry^Vcm0?SON==6W^vR&F@= zlcLgFQ}3RY8g|8tc1uOO7mnb~Zw4bL6^%1@R|3uqJhwdWcHP+@_jb}Hai?CS`S}R= zOT}y6rd2Oy!Vhwh5w~hAsIZvxvF1qh-n-t|A~o&|+psr}z02gZE;`wy^<{vn^dx8`EabH59i7t z|Ajd17-b5dvboEmKB=aYUBLuvUfH@2+i&jdUaQ-+TDObyw!rj07WWNGzQLFe+?cZ0 zPrP;_R@1!__;4cbJ0STE#N_j{^>fcWbaMj%W*gNx%hhXy>Ff?{k?fr!|(VJ&mulbL|0MDLFw zN#(#jJ3g(&kA{x0V!xsQ6#_D4Z)T?KEderRZxg?cSBA4o?jK@l%%IcChswoG=Od6x z3#JD7`%EA_q7Vjz*0=!Job(=qZE`KC#F<`7ZOPm`B|yi_W06CJ+V>Sn{O?jt5>bya zMw`4EqA=>cMRIM4xwa%Kurp`rWWwLJa9DCx#@Ly;+C~c8@ZC9F=!vIUngWf?h@H+v zgII!zL#d-#(};SlnS>Co)(!Eph0$^ZoexcQItKoH9&K=HZAs2-oxA+rT-&HF804X%ze)7MonB=@LYd zAi=pxYDxZU%m_V2Zlm{9qx7eacleK8fSEk9{3iM_V@$!ijXy}H>qcjE>EXRr;xDyw z>vl?huZ=fNPAWAy<$q)joQUBK$qOurRizJzs6Dp<4bFXFV!TfEL5T&Ce(@eli#P2vKucl|Jp?uD6zsF%NGD} zD#+jH-UUA8W5Zh9QdE%tJR^(%4jt zGNTfu4p3%Ykk{(=yMQuPV(4ivY!WWkQof{KuF`bb*sfoPYSEnWMWgC3iENOR5|NNv zt8oJAhW`TdcNA)UWQuw^wH_xyz@j9w%ddR}V~40MThf+lS@Av8lt?QT&`&cWb6EtB zG>rNXe*@2Cq<0BXL?RP(NH3Yg-1M+yO=L1i6meSxxxhb*@hD-;WtPNm9Ljo8s5t3FEf3oqrVV)K`ppU*#^v*A(^y; zRn6~E{R~jy)ftjzCN@2NpGr2!N+!>c*jeUi$IPw+Ik_}fD!^~2+f2YeL8*@+P34f$ zcFF?yxZz1`LwJ&QYcV5#K-s3Gmkp>>Qs1b?kCy&i+gg~z+)UWZpMd^cc z&YW%ef$Xo5!x$AEj-t1Ls}AQK3g%*Ty}OrQCvIiaF0(XkzkU(t!iFX%$s7l0rY++C~&$^LX2#q+yaT5*NK2qY=_I+ncJ zibe;KxEX*q5xu2rBHXhholAm6t(Lk$Q(2RaVR3W{Zp=XK(`z~khtLN@Rl~R-bqG){ zEMWp9P?HaJVH~CS83$akWvKjWXdN+(v_xVDh#%4w_4oI4G4H9373*ic2@- zIh~WQ6ha|#{!gk#PUIwtVMu<-wQkRo?B#3r`c->D^hd}K zNr9vI%{BkG9fn^LZM~s2<_KM@|lpc$db9_>`NRSN%@TviH(!YrLmyW0I-_C=2ybUN#Rn` zIDRQ=VEqHLB{U57N4uB1r7eAT`=u@WR_pe~>h>jSLAOe->O^(jyN^i?coc8gCpGMg zRqvzl3jT6bkUX_9JNIri^q#=F{ChC2hA(SYBn;nvL_KkU9;m36^-co+p7OhsVVy1fx)Frz|*9Ze(8bhJ`3_psnGu^2Jerl%2?(79HCD|*BlwOmvZ-05 zm;(ZF`4EQk@FO*jm3!?NOO4|iHjWiUI4f+j>%$l@T);PH&9qozqgY8*`$er^XrOF( z?qleZ;&Lk{R`CyT!$bd&uKtJs4P8bVYsahj$Mon=2>g_&CsaHmiaAv*QlAf1>KiF- zq&}dwdK0fvCFU@}yiPCb2C;atyT##Dq#*PIn z*rfst2$TD`Kqknft@}R`q^$>6n-0dB4#FHq*i3|TUDJ1qrIrI9<$ZJ*>9jKEj(~|n z#~@NrZt0@QljACpZ zBqWmt?GCbAnF)Bhl$vfN%Q*Ops3hlEMiN7T>iP}c#6zt@jOkAskqkPsF^Zea1A>LL zovCb}fc$AP!e-m?N0jN5C8wJ!z$suD_WVUwgCL(M>x6MG4O+MzV zV3EV**sSFPi#`qH71CcCUL?iE6h=ds9oZ$ds=x!(1cr;uWk@N0+qA>t_mSJAh0*-5 zufpyenASL*gRQVH;5&T0kZLry70Y@BL-79+Z*ywoFX)O88jQ@cIqx}&P9ulEO*0lx z-aIol8RR;0b_CKwlMc?qq7*_tO=~NdPe7rA-@#*yrkbYjl)Y27d~9Wg%hqD{Jw&#I zuVDefCQnCCjuX(%o&EDwL%4ocNmsGxM;RHzri&tUO!sA~r zu7@^j7u}L24#?4I>p@Ye_2T zU?3)1hZO2eWbF&edO4)f9I#NIgHEL}V52MD_|Ww%AX__ExnnZ*q;Q^ZOR`Okll7)? zwtrWoF^XmBEA%nif6F%JB7g+jY?~~{v@{*a9U|!%84Eto787C&MJ=KV8bSoDC~P^B ztvDiRB-zm051T*)nHS9W;1bEYa3gLnMW3i@z;y^#P1a#>*cd(>bJpRE4D#QYxsKJP z4l5C2q2tqY04m$lXc&hkxt>SB!qU`BSy-BCNx*#D1Xig9t3PG06;)i)cIfP*#KL5% z2%ihJVkJt7wV@+`jm($HnMcy`Ygead#=)$D7?>&)Vc1wiu0?c`T0&@4eV?M5*xa6C zl5)JB=2{AMI|6NT2zW+9d8sU5xTS)ck;JDYYsGlWzV(6nD@FKpSL$QbTX{7yH{8eJ{u`` z_3>MeCp4F3m65tg;Ek5sEgLqo*9zf>*E)Z6!zGZ;qXOW2fOhF-06xI!i@KgES8axO zSbY7hp{fD=TsP-T`&-=tHdU@=yCFvwHAjIo11Ojg&2qQWnrKl?eu79;Vlct8 zMz4uTN~AzNnH{v+hF-YHdL$~}z}1A_qbsJ+Llz6*l|n^hAJU^A5Mb{Rp27yf;Pc{- z5mWpLZe?a1n-3{c7K%S#X(MIM+eSU@8;Fj6?JNjCA9GgXgqC>ZD4W)xxr22cTdK*L zJNHUE-zt(yTb7%+iS(78cxkUx+6(Hk%#XPXKD0h5tBVdU_uLs;ITSD3C6(=>U^r5^ z^(>T=%VS0RaITm?bn`1rtQyw}O6wz2bp7R#4TdjaG7MjRL0MQI3M&2^R1`_1vJPyQ`&eYU5_+rJpk+JwO|Q0 zdn^43*;bBpZADUArST;ax3o>$!Mdt&~^0V8wQ8$ypxhmz-7D zZ~$l5&f4|z`skza@;0fQR8ZY;Faz+a4ciX7$&x|+cVWk%Q!0kYRmj_c^~`si?>Lu_ z#QoipzdJk_+5YOW&uB}ldoyIrsH1;R9f7i%M5m!F!r5dRGXA#|g}_$I{Xv#{86A^F zE-0KSph&^A4Ch*{q#~{Wufgk^KT3Zb-%_I4@hvHasFZ-r#pU=GD8tOK>|;=Pg-QSt zQ4R&miYx)G^ph~HzVB!mRM|19w%4a{nbOx&xQxaNI~Xp*M$dZm7c6cGGjSYs4_8U+ zHI`W&hGMiBTkujMG8vZQ9irp#@+lbV7*&5aVxsdDRY#4{L-C?!si>K-#+O7X=~cxB z`~Qt3e<9-aDA~rICF8OEdi&V3Caog8zOrGlX%pM^=>ruD#LaA7r%`!O6FxZ0H&vl- z_>mnMq@$V?LG&L`Ay`DIgIyix+iBQ0AWiW`%PaSP=H{~50^ z+?#4b`Q?+;gfAjdG-2j|C!?1Ai4q8SOm1)#0ifSlP#Foldn{hiAr(MvU4Tu{^6Izy z-t3EB<0ejEamAa*jU;g0l5lP!zhL1|ia4uSwO2&W#_ctdy(T7~DU6Vv!$^5gM*)9B zVFZp+0f=WIBLME%2`Iowcz}T2ZmFe>DCvL?c}he#1IUtN4urC-cV1v?24iI5P^4pks1v@jZ;8-wR7oN-k(r_eQU>9GQxJVler^Tcb zd#Z^K4Ef(o(uA9#F*!3x)IbBBjgKWRwp*41>;t6XK-Vd-JRs1jb9A|GbW$3>`JaHaC?x zKAu+1o|c%r zkjCI6+h*FzOjl!CFrji`pL5obUSVmKD@=VwM;aKk%tCz=ialha1WUD|MRWEFOwR@F zeFx7T3msHu(VP+01__$h;;%k83SnA2Rfun3v}GQd-{3ZgHmT-Dq(CU^B7_7md?_Fc zn6UMqebu-Gqc9xP4Ddtf8=_z_F2M2|73$9kP#9yF$^wRzkwEq!)bWdzYn;mP zM@W{iBKC{cycKwNAo6tFvqkb?pJR@@B~j{s%NH4aqxg2QQXX8ai~_`Kc1eJxyQR|I zVQbjBo(J0ht(kaUy_5$_)ONgGP#oDF-W}eZsH|D5>|CwvT-hG4+#yx&2oHt_@4S@*=G8h+Z?EWg9>L2JERR38z)b=k~@oN7eT_C0Zly=3~ zxtteiiZn%Q-e|qu%0mEI|IrnP){3k+q&+~Wh>ekYtYVc}C3CX=9>nA{jA<09yb=9) zx?seJYDkSJ@b`U4A9FApQ>^WN z9}N9)2>0Qd@MGb}u#>s}_7m~KCJ7el^I-iw6_r&Dh82@Kyokb!R|wG968}4aKR_;F za%p^KbY@1xuBxBnUSx%Mo1VZ2)AW@f*Jq=ss#2TyeM*Sxmp8c+S6}%G);H`pzzL53 zflq`gzp&{8RKhx>1??oFGhL(+v>B)%m#7cjd?*ZmcH|;pL4f0?h_Lv=(hC?L4u4Aj zI`Z(V(4+>L4U^tEujNF#qGs;Re8B?i?yrPyh9dP*W870GdFseXx`$rgv0hN3bSYdc z2LR%wT@qkHw^Y!L&E#^m^7>tA#BbbtT=E`Yu+UO}{MB-}Qnx1Z^22#xisunWJg*KX z!pQBO(XkaK)82Nz>3qX|+l`O9VZ0E4JG)!=7Dud6A-XfVb9wu>dhfvUc!%Weh_O>$ zJ^^@#bWf^NbaXJa5oqyA2!aDL#My@=dbD|-;kbLS$C#y*Cr~T?4#KX$b z2m%2MWx_icAgo6*+|GI(^$VGW_b%dRF$3Zp8G*70?cW23t3=m@G*7-kz2_uS07DOU z9LghSrMwzqv=oLfycLK$>m(<6or24*W%G)4Id?fX(cHGyymz&E@7)XW<^idhoO%(z zE@DELiaftbJ>xT+nDwEjZnlp8a%+NM!weFW4^@P;No{Kwt(e?VZ|WKZ=!`~P>QJ>P zi3t)geqhp*ZLk4p%r4$cZ_zoJ9icz{*I*&SxrwDjQkJ%aS`TxUKWV-ZSpkhp(y}Do zTdcc!w{G~n*#kG|_@R)dSwb$%OfVe7aj54K(BZq7xpr-P6Jb(yYp zU(u~2w0i+u+|uQNxUW<4buJ97y9<_{iWEjo%NJwrp18Y5a>K-{;HbS@vtC$w>xsy( zy?X8z?EH`|P%MvS0R22iEjek{gsD%}D^k|X5{o-^&PR4Xt|;u^Yx;Pv`JiC?ky!xb zA|GeEDiIrLGz%uZ%&ob+3?}2ej4eo`P&8wZi&RrdcWT)@(A?0$d7nQDrmguQ=a<@-~KSDF^P^@o6J|w5&$#v%t=8Xe8>zht!enNzd7< z=h0QiU_$Za#Px}((4icf)Yvua(jqo}G1CW1JSe=A(S@YEUMo?jS`Y(vn zm;Iw~%qjO^Sma=x&<~~d@liZOHyxiq_Z0ai3~0%Z5@KeZNl8)OF5+*VxZsCvo-wvT zv4yOAFgB<122eY<%0>HLkXGKiD*%M=f$6D}iqu`n;ofL~sWT9B zHfiNAimSNc_QGKh>T2*37h_vFZOSBq{{%fmO-I~{7t$TXFbPknD81*?7stgn(N1h# z2Z}QXuJLZ|#b&PjqFZeXwhf~be)K>%dS3Iyy)}}z26SWriI?3)upyN26vJ;&!dnuy zNAe;^v|f$x6=S7l%GE57y6ny-Gh;<}9zgTwQR>!xclcPV#){qf;Rctk#^^ASOi z@@cMJ>!@S~Z4}lKAW90^Lj%HX5Oa*fq&FUCmOl&fj}QYpW=$#?5`g(A5Fxt3OuVw} z%=`3Cu4MtKLn-ZB%5VvovwRDv<;#5wTr-DU0_|^lo{;w(?Q{7$BcA0;#xp#t5O80E zIj^X4C#Oum*bts3p9eZ?L`}HlSn#_?vb5BpS{R8cTi)eo^czTX`vN94oA+S+iVZ>9 zR_vuQS^$6z3-Di@+R;RzAq!dK?MRww-)_jtZgN^Y@DHt^oTTM6ZC^{8PaiuykaWyk zqCtmAF=-uUmt6QtsdMXDlq}iBo|xf8pMoH`%!bebwr>6uKhOfW9N=rve@wT=neF)R zOdtD6CuV4nJC`p5+l9(AaDe*odl)mp|B9r*-*FXTMHx9uBYppO%RZ=HukV0~3V3{i z%mW~?bFX@{AbjF3lH8TB2=~-o;fMB*nqxbU$J{64?h}&x#DXzl&v}KMPv$J;Eaa?z z`KSrI;}z>o>!N+h4vd6EY&UI-4q~zEZ(xmbZ_HUw#z(p5sh+s2RdTh)*qMNB%5y|T zHm|!pOAoENDppalC*rOq$<-8dHNj`af}OJljDtg952PufC#l65iO9s{Rn$_%J>*o@ zHoD58Faobp4W4E-D3gL4Mx(_}w4Qy#Y9wDydSEZGz}d0_T5~OVq>h&k_{ZoII@XRt zgPg%P_3|1O$cw^+MEcD`!O@Zr!{7_D{ztsE1`b!I)Tv1 zQUB?I)BYXXxYGWikJVLhuu*cx=@F7+6Yr*yHK7*aDUlbYEAoYKuXedF}8GlvFYr65$zbXKuUyLyGT?{{3eab==o zTD-V*a{S`x*p02QJb(~A6{|Exlzn+tnBS|LMNk?1$X@xI#6^u{9_dPg8G6CcwbJS> zF&bK#mzdlho7`?9MYrf!lY@><7*uA{01J2zeC_F2$M-`Cc>wHETnaTT7wEz zEm3psLwwRQaxe6*=M~&4e!b$ginq?+zPMJkZMACKNjTP=p^0{?q`~^?jtv>F?h`6}?WjO7v6t)q8A{daDc7(deiu)bDg6qW9#$$3 zd;^V;NL2#+HnQ_R{`o;F-`VNc&A&@i&zG5c=dc@sdCUGO;%A+LX~d_I8t^~;62xYk zOsZ-2Skh%lWTfn(Y=+eV17+l^+Z3=|6y~g9VXA1>3c1fenS&5|);2+AU^mGZ42-3D z!vJ@NDgOo_!BXoOLQx0ql_?$fITuX$Mz1WW!xuEIAlEt<+UZLUJ35=@2AyE-#584Pi!yzP8ra!@zOX%I5m#RXiXBo`f&NEG*(hkg(S z47|#}SN7%NLz=M_nG=|Hxi}950)mgE8K4B&4iT-!uy_s+LUkI9M}%EA+24NzrV3KG z!urZ!tRStn6j*-#UUkFUvv1D6@#5_lSMpb@yJFQ{8x})l9l6(fW9atKJr;yeP5?jw z)*#jcZ;34g$YV}2M;yO09h`uE$Bm=~d6>M6T)%}ULm?N>cKhV?MVOVLFsNzKOYB-~ zRTA2QtCn2N1dvOS6x^T8KRhtl|Huh4adZ0A*<-_}&O9L&QN?)9j9%mH=+mPjz9#-2 zLd72u_-B;FI~2*SzTJP~BsPbS2BC9LW(TkZgeX}qv1Hj{ym5M8cGaA!c_{0pu6WVk zrPtm92oeUQbw5A2sD*L?j|<9t-a&1Xq;_}+HAw7n_|g5u>0a9T%D$WXV9mHa?rfHv z&G!x6j{HPv6>g6gc1eX@*y{oJrrg54JMLxwyEu|q~?OrYRycZUN zhX@d{CTd%k2V*r|xN7hE-jl!m8dPAzy--P+1qfuv*auPH3W{k+zB+{Ae)N zdOTJ^XQFGT)b&tgFuEsRu`O1y4UR{mk4x~t)w)`>CswtG?$1e8oh#3-Rvm~{9Y{1Z zMFv0H*g{2aGvxcDyJC4;aNa9zV$$8Ug8J10D3C6nix>1t1--<7*e&no8C*FLuj!X+ z`oj-}AG%l509iDCQ_a(}(i`{hll=P<83DCz$OZ(`QsveSr?o5}wNsWKwr;=$T2VHx zAo>`mO2X*=n^EL?G{v}u=$8BdQ@|9(aLhbr(`IQ#FA##vIMT_(AZa2h*j^hwJtj+& z%8+reRfM2lMSNjw=rpFs)=FGxF{DTMBk3eO1^WersKkGT5HU`G{QWVmTxuDvL8uIQF#@>* zknWl6_mu zzKxR03|)8Ug=@oOi%%~-P3cucMhVlMxOpOyx5!++VY#1j_r{)+1gC-|IJCLs=YfZf(+YWB`MX!z8#5Ord}Z?|H_T>Qg6n~67s*@{FeBv92AWL3KSv+YkuA9A zSb%r|dMp5n2z`SeAEYTLWnUQTu>}YeW9SIuO`pM}#w3c=rC<+}c65j)^-_LO=D} zI=lj-Ja&VtDAI7d1#FnOvtDx6uQ^**ov;(VMRG#ywT0D_u8Pcfk*ev_X8`n7q%Uw( zsV+oR4pgIpGI32Qu_GHoNLljYWn?`?rGa|zrnZ>w5$JS5w<}f7-FVzc{S?_^)$ z2b}4vr#aXo*d(qykgMr+>-fx^`Gyu*Q_IYXd$rciAheM~){B~ZeAa~K1q0k1Yk+|LHAXq5%Z0~NQ8 zpbE@^%2|u9r4-?SnvW2A5!+yFp865XeTg>JKvgRD-heMqJ?Xmap0f%D+7z#EA2Otl zI`Zq@tx3ImGEf5t*NP=o^gWMU)0uY8@>0%RyXPkyHT&Cols&)P-btUbG5 zaebb#oYpg#Rm0m>#9P39(3F^!^Gy^a@ksOvQ2*7L@_2JgQwuEcO@h0A_2MO#@c4DuH`L0LS#qgwqbTE$ zDFuRLa*OKf)Y(4&_{9#oJuxwL^?Dl%g-Jb_<5luCL1q(KGFL`nE^h4V!X+9Rvc+xfMqXgC*+pt%mjN`1T3^6roMW;ePYM19(~B@aXF~9Vx0Kd&wln*@&jP_*;o0W%@8u- zm85BO;yTPcyYMq27y563k-dLx0K%c9H83jTzNLion@A?aWt;ySvdJVx zQ0PewdU1)ueuJXy2Pr1jQ-avJ1f$Pz*Yob-}iE;$1f9X=S8haP&!BaS=|mKPj2Sf_(bc*X2+ z*~Ib5ak92Rg`rH6Ul>@uMkPWcCCKte<`gGK#Bq^CRN@)RaT7q0<}}X5Vvwz3l6i`i zFgZ&iq1X;0O5a5jf%tAV*mGXG7OwyLSLeT)aOQt=?ACK@MNO+kO>hMz6@ezFGf_|# z?)!O9eQ%j=JJ(8DR!iU;VGHaZ$3VS1x3G7y9eimP_71=lvRA)bi!BSbHk|8F7YxP9 zwo4w`5A})7ft)n0+Dc=#(szr$o4@>6yk>_~vjew~=6MTP5?C&5@A}aG{hSYT;^y}G zM;C^}J0nM;kHJGjuJ4s|H_t6Tv-HfGyKdE87d^C`A9uG&?zZ{CL~h|L(>JFhW6`d7 zZj+STw3fSdHFxWZY2|D@cej+gd;Z8hn|tB>!mllye<>7xY}Hl~vsEC`idyD(47$WI z@0OT-%RL7f>c|Tlm&(G|RvlF_M-^%&ynU%RQXo6kssgXCsPf%{=wr(d-+A&|)px3~ z8v&M^FWw!!d;aeE51)(q55|iQE*wGnb**==#fpyLgr9d;LHKIq+PlF!FG$s0@#3zy zt83xNXWCC*U3FB%;8ES)9@C!*Px->^;)_c!#_W{|O&+hWI;vxi>O@{Cw0R*vD~mkw zUE>G#c;0p?Z#(z|sg-&$_qn+sB%Cf0_O03#$O;BNq+HWRSj7zTiHAOc@C{TLTt zuxg@saIdD_&a9_W(pC#BKE0EDJ(aQH4)mbbkP=+;eDSw561iD}N}YoCfyk9%|NKYK z9y)n=r2ov3k>Ml5_&sz~mcBA%NaLF$KH{M#JtM=2Ixsvke2SrbVA+x}aXJ_zrH(5T zz?7gmMrKAuU<&P0)}_T`;y4ohbwU~sqv%-4vVqD_#=6JP{jUX~yv-RNA#dVg&%DW_Icg)<)`5@i+23QLJjvC|^fl(l+mS1N& z%Sk76ohLarEhthWBy)gA$w2+&#Ch=^VkXVZZH<}UoWs4imjJ0bCv6a6K!$OVPZ+?} zgoS#A>qXR7$^-%_M2Xa}BH?I}L|P)rA4SqB;uhYB;1`Lq7m1f8lF*86h!Kg>=KMvX zs6}!nAyT&xNlQs2yH`mETIvJ}2>Hnd1(s0xX#Ntb>6ThdBu!i9HRJd=*dqA{6_+RN8oP={0{;@BfvJw zh{#dW_UOQwgQw08h+m`p{UJU4M|Aa@1l}OfG1W&@8JO2>> z`z&FDkV6n?8&C=)a&qSn(H~{o17_|$IcLbCCUeS%J@f1@VMtwUm`y@+!t8_oyK>6k zf%r-gI7pbAV)~Ol*vvkdD&0LpRZM?w7|rzh|KEYjkW;=;EIG;|yW);|$x%OV-EbLl zOBT*7JsAVF=5CeTt@Al>?i)UH>&ckED_+Qc+LLP_SXO3zgL5DNs~OR|@Dcm~9MSbZr;~@|F9G0B<$91kMDJCaG-ueR}Xf zeR@!+qS%=rR@`)-f*+{Q&Il$8th{G}$e!i$`xK4=BggROP}j%=VFwK8-lqo-)Tbq^ zydI%x!eE_}u!j(0ItaH&`N%yUJW!vu*#+88FM}c{^@~if z0L+BY2kN7WVgVaFGC|mOpF$s~k2>7~_U&Z?iiyw%>Z8VP8UmRhR)D%e@B{VPl(0pB z)^jEx9E#8f>Z5aliAJ^ps!j=1$n20t8a;WSeSRK915Au5z$FN~hz>~s?~ov%2WVgb zBfyt%72|}l#R4PVEieMd^;=9In+1ZE=Kfm4$F+|B4%5f& H0^t7#+HSMo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cadd939ac93ff07dc0fdc85d1eb7238d92b7698 GIT binary patch literal 34572 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 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + import shutil + from urllib.parse import (urlparse, urlunparse, urljoin, quote, + unquote, urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + class CertificateError(ValueError): + pass + + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" + % (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" + % (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if not os.curdir in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if not normdir in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + +import shutil +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + import re + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format(filename, + encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format(filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__(key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union(*self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover +## {{{ http://code.activestate.com/recipes/576693/ (r9) +# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. +# Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args),)) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__,) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items,), inst_dict) + return self.__class__, (items,) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self)==len(other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext' : 'ext_convert', + 'cfg' : 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + #print d, rest + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int(idx) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + #rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance(value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance(value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and\ + isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..5db5d7f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1350 @@ +# -*- 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 + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, + WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, + env=self) + elif self._include_egg and entry.endswith(('.egg-info', + '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, req_attr, + reqts) + return set(md.get_requirements(reqts, extras=self.extras, + env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and + self.version == other.version and + self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, + path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + #base_location = os.path.dirname(self.path) + #base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + #if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and + path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + #otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + #self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if not label is None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | + dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..9b6d129 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- 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: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + 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): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error ' + 'code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..966ebc0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception as e: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + #'packagetype': 'sdist', + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + #logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + #import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + +class Manifest(object): + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

    ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + +_DIGITS = re.compile(r'\d+\.\d+') + +def default_context(): + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..c329e19 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1076 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + 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.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..d270624 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,437 @@ +# -*- 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 +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, source_dir, target_dir, add_launchers=True, + dry_run=False, fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' and + os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or ( + os.name == 'java' and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) and + (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join(sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict(module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith('.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % (name, self.variant_separator, + self.version_info[0], self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % (name, + distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 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() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, + marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): +# The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as +# changes to the stub launcher mean that sys.executable always points +# to the stub on OS X +# if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' +# in os.environ): +# result = os.environ['__PYVENV_LAUNCHER__'] +# else: +# result = sys.executable +# return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + #entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + def __init__(self, func): + self.func = func + #for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + #obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + compile_kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and + self.prefix == other.prefix and + self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile(r'''(?P(\w|[-.+])+) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + +PROJECT_NAME_AND_VERSION = re.compile('([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result +# +# Extended metadata functionality +# + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + #data = reader.read().decode('utf-8') + #result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', + event, args, kwargs, result) + return result + +# +# Simple sequencing +# +class Sequencer(object): + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or + step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node],lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node],index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', + '.tgz', '.tbz', '.whl') + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G','T','P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + #elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + #import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + #import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + +# +# HTTPSConnection which verifies certificates/matches domains +# + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if self.cert_file: + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + +if ssl: + class SafeTransport(xmlrpclib.SafeTransport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + +class CSVWriter(CSVBase): + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + +# +# Configurator functionality +# + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + +# def _get_pypirc_command(): + # """ + # Get the distutils command for interacting with PyPI configurations. + # :return: the command. + # """ + # from distutils.core import Distribution + # from distutils.config import PyPIRCCommand + # d = Distribution() + # return PyPIRCCommand(d) + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in + index_servers.split('\n') + if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and + repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and + result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647:'32bit', 9223372036854775807:'64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + #print('%s -> %s' % (s, m.groups())) + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + #import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + #import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + #TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..028c2d9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1082 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + +class Mounter(object): + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, + pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + wheel_metadata = self.get_wheel_metadata(zf) + wv = wheel_metadata['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile(outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True } + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + v = NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], + '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, + updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, - 1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], + arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9492d2b468480151a6c91cd1715326535b34f77e GIT binary patch literal 1194 zcmd^-zi$&U6vus+%kNx%w@Eu77KRM;RDqZf5-1E6rIi}Q@D}TmGpXslyU2G*C{zCn zb{51R#DG^OB!)=cI^lO|q*SmnVM`x9f93bn{^Gh7X4b3kzoy@EjQya)X4$vK^+#iT zVgU=Rkf8+@+F)Z2a_E4AdB|e{3Rr|9mY{@XC}RaGScNLqpoT8EScf_`pn*+jVhdW> zhBkJfgI(z24(#AA>|zgk*oVHwrYx{OTd*fgBZZYwY%wk=BqRr^ptshrW`_^ zP#}~DWdi*YRVCC2E}>3n5SoM*p-t!zx`Z9VE}=*06ZQ!E1}B4kU0Bceui1-q@!yu9 zi=6vm$oW@xZL+bOx8A~6-g3G07IKot>N1rml(!Jk!VBftn_Z^oarEfm@X$+SDjv@K z$%Q`^i8qro&pcWb#L8Ru^hOxa-hA|57& zRK{gM6{}(T7#JB+n1jJsljS8NP*{`k7E5koX5KB1_;?T?g`elhl`sL;2`em8PCHX~_C7HRYMfzo_d1d-JnMwKul_eSZ zdB%E%hWf>sC8@dviOJcC>8Zu~1(^l<@jzuM`9=B=8}wne>J?P};;_lhPbtkwwJQSo z9OSxUOCa%qnURt427|-}RP=zEyQAt7v*ZP4$r~&j4K9stEp829_<@;$MG7cf!~xU| E0NmVH>i_@% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58883167c536c3a7a9f0f3cf5a1ad057b8f2254b GIT binary patch literal 57727 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.8.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..edec0682b5dd8398e2dbd114fb628be5e5e62b58 GIT binary patch literal 1095 zcmdUtyN}Z_7{Kj5(ntDEug8GckS+rkoj^@aZ%9HtHj7U$tD)5}P_Bq_xSDTubC156`Un*LMh zzeY8kUzP51G%bt?=NNwmmo_}OdL5NSN9*-EDp_18y(yTWIx49wBhKbgwkZ}$-akG$ ziE>uZd;1FVC}UYd&_s{Kf)WX0)Yea8lI)0np{w{-~N7jXCD j&%Lb$u(k#NKaKzlFTm07d)t`$wzg}$Z@EX`wjKEiS8N~x literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5e2d6d65299397f68a626664aaaf74f6c5acfa6 GIT binary patch literal 5386 zcmeHLOKcm*8J=D4E|(H%zC_u2KT=CpTZu>#Jy3KXgZ_t0YwDWF3SK2ipOY!@&fAn?IJfzXgnzO?^8%QtN! z36O($q(VYYIzou9gaR)}c1JMd0 zCr^Gv6zL{W?5Z>m-(iIv8=xRsA>?8x8Bh*D9V^#2pxg}A0;pC%d7gsuGL#cgF4YA% zUj-+?oDi)L@-f^oz_}UDUvAl{$N3cxjM7$ajq!^2rVt7!wiz@r0Fys)lET(=n+^Se!FH$RMi(~Dq1-@m`j9+<-fYnN>nUv^lSxxuRr=YQ`rnGAlter=*FX5%)xi<|5J#dih!KI}u%;AC(_}=a zxF*we`uqDIzaCtS(BRV2Qg9JAFHM*Acv7XoMK!e;OvGn{ znPvU0bn5iji!TPXxUP<7BGI=abE+21#52J#z?3u%#+6hgh-wra%Pg~LSDfrn#w;zv zd#z1_SR+QOH+SP+Yfrwl=f1Bi-~Ij1x-Z@9zO=Wv-#uOEp5FIeEBLPEo!1WB{vzQV zorb?7_sRozAg8>W-N=4Cv)%UL8y~%qcMs*|A&NKPc|BQ**L;^Z>yD1%t)+P7X#hn# zi1Ja<6Xmw@=2}-5H{t7TZinGNksE*3=1z}rOby|d$>DG+l2pTCvn3o(rj>;R=AGg2 zZx$knQi~0)AjOMsinGhQs+qQU%2GqNrd`5L%vuPN2StIJtNk9tTIH`O*u~)@0kL(O zCAV!X`DA=AaM!liSvY%zl^cbx(rw)8_JY;z`rc{icIMM?V+Wj~T4#M7ep3`;B`~W5 zrNdW1)G!$b9AAReYQZ=cj^hn|&<6c_5j;0uk1EW$j z5m7w;azML>SM~5VP|-I?RW);N<9tn_k)&2(&8uQopvSXa=>rLIXj{_2gM!;z-s`#Vpv26<|yl*{)Zt zc5`0~vvFRLwreQ3I&W60A3ZCsK;x>TVblh%p)@m~ki2&t7J0KPPCKDL?E>-ezYrdC zV~ndQ4>cn)BW!l-O;30s6-N>cD`{N|Q`Ho;Od_tEQY4cBo~39`7%iB>d^(=mZK21p zro!p;Bos}F*>BBs>NFBZGl9dQ8PpaMU>vph3Jh%7_!g@&47XN8B?o&@3hauS$HKD< zv6xE37K^V8G^_AfJ){Rl(b_>(zcSI6xX3&3nRob}clfrj?;S08N7p6ec*nXEtVWT@ zj$yC{TZ6YI;L5s&jlRL0(`f75dMP)Rn=%5OMIyL{53C9Rg8A?c8!rsyt{iy%Fpk@^ zE*OC>KsoxDSifjEeSf_A-qnwXwgVrIel)u8JXLU>$~#XP%=oxE4Nuz^_r4=17*5Xz zuWgC%Pu-f@clNGNu1^*v(%!Lo<4-rXV*7!Ug}}+%&i%m4>n(=t{J@sGvhNuvcn0?6 z0hrU>vGsD^-Itg97{N@#sdwYS;bzfZ6n!8}VK$vkF!rPaSUHYj5Ct;4MVjBj910vj zy9%O)H2Ge!e;fD`l79eSLh{KZOZKkcJ)QsQ%-u8p0s@5UrwVH(9RC|8z)9wG)({}m z-T%`c?7S78XZoYVu!dS{qu+)K`W+PCMS(`m@^3~lHwNO_{9`#fb^KG(pbGz3kn=cH z+t=ZrF2moM``&}+hJOwMC%zo}csjQx^X`GXJn$^`q3GMxkk14b8_4Gj)}c5Dv590s~5%PDx`;+IzEVP=u3Cp%!a*$t;)w$7; z_ZUPC&ufi5X!RCay9}5AzPs(+rH!SH-&HeRqxaz#7=T~VEjy)01jG>v@Jd999py;7 zDMZt>X62T{#>fu0ivAdc$%9`f>B|{#%&hB%dvDsK>0~CJP%Wm!g_)ffnD3=3%}y6v z>JtGaR&3mc%Q!u*w_!sb%dc85x%2dOXhqf1RzMbQ9LE{tZ2rsr4B}d2e+F@^u|Iz6jJJi_{;YU8Os4!oCUvDIGan0SN@ zN7dE~TrUT7(=1A8XgI32UVtS#z-Md{x$&)`Lg(lsY&xp8%gspE`)TkNPRjiP{KO)G K+*1WprT+n#`*i03 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..897c1204f340be8d370e5abd3589bcea408c352c GIT binary patch literal 1012 zcmbVKy=xRf6rZ{MxG$rIi)fJOHWsTfn-~HXMmW^s&}?CnCXH-%=HlY+&hmD0VZ}nk zMzBbilvYZxvGdd!ED~A{l1h$Nb*Rd+#^%VQj2Ha6J6_W1~$8 z`L3MN(0>_&E*d+85k^C@GSn1xg=t|W($=&{U(+dJIyacX&92VO*ZNu&eVv=U)~!sA zZX}2sh*uG>vl`c!!RqKY&~LE%GO?S7SOu|ZL9ZXGQ+B1$+HqDGt8pOW!U(-}9u_8W zxe2kaVn;(mL#=^@Vu#3M*bDL=y^p_lmdPGG8Pdgu%L#Wb&zq=V#{ToHUU9X5#tJybYc@Nsu^CFpLRs0v3CYFQUYg zGf7rdS44aHUZ(?RF@=F^pp2K~TXTH-+MC6KXD3H0vRDR{r zm&Ve5V=32{$}a3?q5A@OVW>9!!jxGO#2cUp2NOl1r4kBbJ(D~wpQ5NM+XL`2P^^?$ z_J*94v>ny%M1pOG{4QKYT>X&rGm5@ODLo*qd^8WpL_V4aWGesL?CX?HZqN4#s@;WB rofM{uSlwNCXXlr1>|dBJ@lUOjVd{oH#=3M{Q%)psp2Av+clb%iQrgyT~ULcL>KjxnWs)P#6B_KdRBYzlJU=*YW z$Y!xS`}S?tR?qHC}1p9_Ix6Yn)IKcKyVNJlusmH_LM%&lz^> z@;ofB5_zsod0v+1MxJL=o=@bnuI=-su8wtr0#gl zJl@RG2osawN2%>)@fO5)sByuF{8q&MEZ)YjBkXq~t));irM4Gpw+XvYdn-y?!ZpCW zZOT}VIje6s-rZSfk9yvLc>9CiU}F(LiCw}0VGsJT7cF(M)@r6~LN{95EgZzSZPi{6 z%I(8ldZ&KMDfHr<4&l&4yhAflA?!!_fM6Wu0*CL@dJ6D)TSSNjgQ9l*w3dcgTLL@fr7sJtDA}sjl#M#MccqZ;2xogVXCMIIRnefC!zG7lx zW>%Pw(zA17;-&duw2)(+m=I<|6BBp2F9^Y}p6t026nm~-z1njn5=zX9*AtPMu-J1Y z9J|sJjZF5;T~Az`jrDc+_V&ahiE!6kFmySHf#{iw%=Jv5m@q5$&=~fFX2o##+;x%2 z1p_oF@fv`ojlZ0!Uo!RQOtz&#(OWF{EeETTM&d+7h^PbhsQ=`~SY5psj`=5%C5A)l zk|F>_(lw8w1!J;cJP7lltByE{6RYtZ5e55cnf8znaTl z^+yul(5ZUr6oJOAI(1Gmoh$1UmCGAKb9svxPRxt3P;oCJoipP$;{M_zfVa3rS>C0M z=LD51TuDxQ5@}~d`OYRn(H7!-q{L|CL@osUIm%!#-K%y~yyG;a^h&P+yPpd@)?=%Sc65p~E{TnI+z z!)#jx3?fncJbxul9rF7{+8B8c=wIQ*iBL2ckBhC8i#vV}V2N9`RVlXScS70Lx2Nw+ z%eGyLZP!wN&T32b-?*}LW!2rFxOco~%$|7H`eUo??oiwv>l|9Q4(HM-wj=YFcu0)QB|>aq(Fk1|Q}-Mq+Nn!y3^vEwz$9AnPTn{x3L?Ffx2hP$3xg!KAyG3-6%gjz`4jZC`ZegF)Rqv@T| ztncmb-}(M~7nNOyKD?srdQ5g4Qyj-6(=oNjd|b0msZF}S*bDF$I+aDZ`4V{T8UgZ# zk-TkgK6ag!0gf>XJ3hj9d9eep$7zih=G8t?EGBj#wUe@mt}Stxh#ww#<4F39?AW0= zc1Wfj49BlSP~fw8b@Qd44Tj)??fjmXkM2A0^dcdM!)_*+5UHc(=$R+xK`_L9NG9~+ zM5_q3ntP6>6-QI%ds^i3=4fy-9Nij6szkeD^mt(tn^1@o!Mu)gj9oB|+&_ktp|QJs z-WUzXFoeB`m*ePTePJB z;Z7Y;r`-u2BND})#0jlk?i(xM2A=gqGlW0P!C(#9e|J@_(elG-AqD?&~C^_T>7PvG-~nDwgswe7R*;@;aC<8H!ma&aZ{3y zBR0xC09#J5mJuK9$da7HFt?#LBWkn6j-YOPp&v$!lqJ@aDDO?hx9^P>du{9n&ay?T zz%AOoaYlapt!Km{j-fY>E44S6YK48=}BcqM6QLikFlQm{T&92L|s%Re22gKdT zZAjYU#-w@CcJrAe$`netHSK%!HQ$`Y+uluh`hI6TtBQEuyrakS=6gviPW|#Zt=8j1 zD=APjG9=P^&vOgC#e=_$<&7k+)9KF$k^kjIe=y;nn+5LJU))S^#43;M;#^usb%yn-&>KUk$%TDq=`{00)QbDBMiLkOk!UnL4YW&xq@9g` zC2tR_eFH1l1jO={8mUMXaC#`iB!=h2fL%QX9;K8DDyp7id1FMlrZR%|jVAI&F%iu> z)dK=Z5fkY^Ym;Gdf(<0`t^VSr@{JWL{bxvwA)6YCH(?Pkackb%r8BEF+cWdopj^|T z)PNzhn71?Vx;<5unp~~kp;UJ*Ps-K3N_B6_o^w=Z3~wAu9sA6;L-LQ_^N+9i$3J~` zLV7VQKRcy7J0)GbEc>I1KPvlX6yJ>GoWUzneL!;1FSo5Zb>>Sj4`4ja)tLwja_*{B z;vX%Xw@L8?mfJt%Kj@G>eTt`V>2%KONe@fb9r)#3zLYU#%-MbE(29MVWZ#x^RZ+@k zu12Zp*?UcsD@~K1hNh*9Gjb@Vgko~jtkN_qyXF+voMf9@tEyi*oAcE!4eL7GXl`HU z0JiS%n!~lu)!WvHXaQoA5|7S`PL zQd6JgreAJHTiTg+=DZD=@QSxh^0wu6>`XgR1n0K91HW8d>pExhPV%|dJ?Y`}@LFAK zHnLLJBh~e+Zr>yAeNo;XRJI4D`rw!A7OuKk@;@n6(eE3P$P7#F-S|BKhcDM0bu|1> z@~bp}BeLt9;yNeU&aG{5MH(i~gk?jN{fj7omJcdPY~UKo8G6mhQJw=12@4QA*Ih1^ z3A(ce=b*|vF;bc5pD1p}$?$X}R@jgrDWyGGkdI2T*jT`*ZbBQ0@6*t+s5+8EXuO<* ztW`G&#Ii&r7%fOzVNrY<<*rfLg8;;K`4nqo=47_z&MDd2u2|c%LB-m!Jg{Qzk*qzd zt~#myjO-d#T*H!WxWr#-Mv_L6jpU!=fn*8+9OJ(!*G(3ACU^PyFX*@{oW0QBmN*!} zqK;|YiS#ngrkIYg#(Weny=E6;?K=045#f}yKx;ebj2F9ze~N|B4#=b-Lk zWV=rk{K1&uKLFxbJnPteeZ_a(|0i4v0ksNtdNB=9A}A*4zybkNiE7ZVRyY>mx1Jui zIz4KsiP_8I3&8IOxZ|S$5J#-e)b~;^rAEQukF8j@N!D#_E=sGKm3Zx1x{tX3OncUF zCy>5;DgOY9V0kgKT{x6`#2d#erbE4%^liUWkQ>M+>tWyv;jJ}Z$ z=AnUw_OcPfd5?2`B?$saQLg!zsIJ*GFOEQiQRntCs2$j0;e6me#$NPt(TAl@0}p0~-ir zGV`LboZBnbDp&-I)^Y)5}Y?NqLn z3e-(piHO0Opk8~JH#4h>s#UAJ1Wh<;8yFLrH%^BWBAs{vi^`mas3u!zZUUU=d^m5I zy`1MGd8g(r+6*e^sq&pJl}ja~4fN8N#98G33GVpcf((H6xP9q^nX21IUw`H1D@&)= ztnTz7P;S|}4J=pM`^Mqa;Z>%tJh|NVA%A!Gk4I#GpW^S6-3Ju+flrT|TXCP0+~;z2 zjp@W%r7vYz_1322nciFTnaOOc>}^-P;Oi{*S_V@6tBq|+WADAjgDZ^(e-Zk){S*F| z9Y3G>Xhv=vR2m0UXLIhxcjDQ;x3Ar~wxaS)o_eG~Upnxv?Z>vCwJnG4c6`tw?I^N# zHQUmLoTnyjUN>`|1M4=<;{!hhwzR4~eNc-Lbh7PlU%GQi_68Jh;P;7@1z4r*#lgj~ z`0WRmDU_&tHK}>^1h8*d$U;Q-ix<&Fb`G5VcISXG37tw|cReQO(t(;3P^h$#rxH+(G?-T3BE>H~>r-IfhZUKH31^imdDA-mtYfe|e@qn70h1&X) z9H{?y7fnf%P+3UhZ`w5&n*^7(mbhP+@7Cpebom}_zK9cy=;F;ssh@&3X=H1L@wcKy z@Lg7)I@y}o%`j|Tga?6UmUaBJriSW54Hl~5<__|YKx=L6w5-y#RxGP;&HK=;74hAw zHM9$@)BV52yq2i{eGox(9N9gGF@wqaPMF4L3oR4^8K5rjJuApilBi~KJDaF*-)4Y07t~#t#9hRJj z^{?i9ki|{*CI(U`a&B+>={J6m`a#Z9zv|wWY0X@c-2ugoql2$(`q}u$hL6w4U5_hW zkF$jTepI^fv@|{;55K4kzsQnUU(<UWHp6K`AZSS5D=zZC|vhtyC_1I*PmrRUT0kP$qcYoy8fJ+|cVqz8JY zqCXc(=&=w^;9%?^ZoHcaTf-&;OL!5Xk;R4kLvtsk3@RUaBkRp%r7Iz7)H( zfxA#H?PyLUk-vH9p=v18Xy|DEU)i}tbE#E22el>Q{fQl=e8H0Slwzf)L|f@uZ{5Jj zXk9>dg2-Rt($9ugKGez;H~5=(+qlH8;=3HT6UuPRQ2E^3{t$Rw<*pf@;jZ!zH3#-G zzDGNYqlrMNZ{Iir6@Q4Hrumzf6MITn3XVSn76~$z7cTt@BF{@E(=C|i6H{GB*tx#o zI5{&%)*Lc89I2loo67T!MOxhB~qdl-IF$(XkK1q0^-7V zi}tCKsUj#`3Wnf~@w2FcX0YHG+Flua#)sYNoi zd`1==xu#vIfyC=EA2)o?V8NhKRht%X9lm`yWrP1q=IQsYDZBeW=}>kL%Z{^(QfDKlcDlx39Qz_vh>0|e|W_oUaj7i>9}?7_POlnviIHdKO6k8 z=I-zZ!>G08JE*JWJE*npD4yz20q;GES}Tu!`6bos+Obt{Oz6#ORZF&gxk|3;QmVR$ zTN*a3)^&C8}5#Z)5|e{mPq+u!Z(_YQu? z@aymNJBQ3>4Hrbb4da56kcHmj><{g`w5XL{b)HQ)%ZTAGTsVPId&zG?XG7QV5US@K z&c`xsD$Ym9a?fxvQ}KjKa=KbJS%u0^Q$1}3H@3lzY{?CMjZPCiFXI@JJaGa@`)Bqy zU>eDrgYi%#vfxtn`ia?De{?oByNvu0f3CFo&_cYa+VRmiS3#nmR+ z+CFo-)8^OD+&r^%a@B-K*;K2TY9&)GTFIQ0eXWYG71mpyKl_O6>s}iE%+Z{=EIT?C zM<>;$+HpE$S3q$EBwJw3LGQ-Nck)KRvERb|%2Lr^W&D+o2h?m8nqan7Zi9ONt^z~+ z2-{**&!%gW$iTe06TlH0xj$Z6o3z zV|*44J`s$PpC;VS`@7iw-V1Kf|75|>)E|yUrX%<$0q!Z#x`WZ1nw^gc%u*ndyY513 z;Wht;HFlE`R_vsL?xJr{;e|k@_zKd+B?7M!Ac7^P2oU!JzfZW!i}?z0a$+J*zB1w) zlzET8<+Mrsw^Wco9nO__3;^7eqb41GC;Z+sQge^&*rz!5 zt#ej$)4IU~WqZSpzuf!hd$U*Nh90G%CpDZJ{t`rrbQs%8VAWZdG0V>FigUZ<+zthO z>MZ@On^B4gl8vitN;%ei&G&q5E50__*RJ^5mxgmz-#u&dinaNjm~8D*tY8*w<~_OE zmiOA;i^;7AmDYn&>mmG<+QTUah#$z1{XE>MK@>-2-lDm^P}c_?v@qM-rcgh zQ*n1nw$62v5vX_??|E8RJgwQIvZq_|bf?TIGsrJ$jg3 zTh*AfLMxBvuz(CnYiwJ&efJV^L+oPZ%zAB)z-w*Fi?*b#++StU4nNQe%|_MPT{pD< z^ro#OKQC4!?M2_wxDU@oEj+B>BIOnBiWMN6wq(VUC22}p7Qn+SnqvEt6|Xj-OhMNk z_mq`~okX;i)n`L}^lnAr-D>1j7JLs}r;L4V9Y^9Rr z$3s#_-r!-$_@{CbsGs4l*Q9Ka$1=TB*_VlKcpGC)mD@Z5o`n-ng}Y{gbLwX;#Sb!= zp9+2GqPkT3gCTq`#XjYN9DIIk^uQtdmMavFLlB+rX3{ep;_dT^_<=+81&2uf=l3}f zqdY%8a-Y_-I1Z5KFNjkt>=Vf=B+s7~$tgvA5dZ}9&**uW0LiC$%VZ>uZ=>=KHH2sP zlxk(oSDcOs;cM*U4^;})$*AN;Ce7zN%6KTmDAcCA? z1bNN0Q_}u&mF}e>5<{=ZHM^9WUF%$}`H{~FKnOLa##U?UGu5}Ax&2J4V%<<}e)LKn*CV2bV z)KIQrduo^r07qV5yt$a=K^G-=OK$tF>`QkpryV&@ZKmzb%5-I}rZE$L^ZE4i%im2u zUy2+}KmYL_>F5(wZs#pm+LE^9yiJm~V|nUh<4$~tQ9Lc#K8Ul2A3$%*||fZ7C|lMIe%$JTs$QrBAu-K7%`7$?nI(hPZ^ zeAbLn*d=#J8;uAN2u=piik#>V(6D6OTkFl>z{bCSN5oz!P4f;vg zEtKpY`ik#nl=~~Es##ST7sd>aeO1u5s^Yd6Bl`vBkLzA=4>I-!8d6n8-^}+iHnu31 z4>IkfO1T-6OQbSyj?YCS34F0v`0kHBDvE=aGLbuP3C_)d>&}}<1uN2rJrMsp5Qu+G zV3|OPz#l=BKB0`yM-zDq!#B>Q@ z-M!-7z0AwrPQ}}qvg900HPDg1kTqlyZ@!Rzfs_O;*|l47?Uro2QCDgbUY<{_SnDKf zUC!xC?@yh9xibYXYw*2hVtE0eTt(Kw*Ppog1W<7RN27fYO8@YQH=f9}$j&Ck*(9;w zXV5M@A^SQNU#H~k%vr0bJB>M;>xY$ZRHj3+twFJoS_3+aAKKrrr+3M=ZHjH%Qva%B zd*-F=UX>s-W?RQ+vkxiRG%=34q2FZ;Z7`ykqz%2p8O9vLyhUrUa3#5a4O1nPQ~w2N zG7OoUX|f44*$j5JF+n=Y!nHLEsi$E0w2BO`Wf&IUhju{cumQSn0Zq1i3z}>xr^#_M z-c@NaSZ+p(tr}XaV`&St*!(X>i%p=#52#Jh=`}!$O%I^Ox{{!z6$MIKzahhq4xBzs zZo~y)en|W&hLsUV@qKzCSHdyz1Hgb&FXt1z6aR+527wblr09Pjzy$W6)6;(hfal>> zgp6pI_@4-TM4%TSPE%auIvLB!^aBjc6Y+YA5ibb&<^!Yv2o}vLj=hS5%qey-RyxuJ z229mF9-!T*0=6ah%dS4f)hF5dNC$bKM76q$RBK*#b}7y-4b>t_WHfJI-AtrXmNhLY z`$nqe@TOaDl99vQ^shy-K%i8THK`IP$p)7i7yE#CNOm+Tjz-DU$f(hcUdZ=EjRO2o zz%VuxFb&}f7zuQ$tAdy;@f`vrd*lsbIB$V(DC8rNsFrA36QP~pE%)vd$dyYb&8rMXJ@0#-$-1d#4ZB+2rzv(os`Tz zryBm~69DGWuG;pP3GY=(BXtxzY1PF^C$f4lvXx94e&#d67Ts62@2dZ-<1z7<$RPR~ zzX}?Sb;9#Gu2$0ia$MyS`^#}Ysrbur_9gb0<65PyemSl~(*D*O8YQkS=dE9I<*J&~ z`)?nWwjY(N9#N_ukvPw~$-vvORyKjO^K(jtfKbe;*mx?X(Np^LLzle%uq88*O(o5I zWd`RZf~*>_=Q7~p`Qv=L5Bm{e)~JTdCN#JwoWehWzQ(vd$5Ul&xeC7&;utGozI?M9>|U>JD^uY{1ae@;P0#Tg(-F2c?5t1 zNQYRE6Nhji0@BMOZ6}z!KQ?y4^b@wJviFTV}1ZKMiwkr zv)~ipj6~`D(=613_adZA&L5nfMyzj6q;t?I>#M148nSg rG(3OLaH06j5;njIzLAH+9)P}TBvI7}sA>ePY6=rqS^R;35vKnKfkmDQ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c04964308ddff3bfd51077cf2aa3c90d3cea63ed GIT binary patch literal 38971 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

    a zH^r0lZD^@z>t&PtfTlr^q09LPkiH}cLSIw_xsMnbL&8`!%Kr7x`SySM>&tQBOv7zn z{bZ|;VA;C2pZ!|efA=euv&YGsf-uvF_Yq9ZET3Bb#MehiKoC;(6}FLT+-qiAQuEzU lz$CE8NoZV%HLms%Os!KbXa8#J@mDjP{rWDS{wv}6_!q9K-f#c_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18e06b7f39369d89f18772a847a2aee99bf31a40 GIT binary patch literal 215 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..1ca9ba6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.0.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ss'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..5071021 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 4) +__version__ = "1.0.4" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50c8c28e09a8bb03f1b15fc60df33e7e99da831b GIT binary patch literal 2074 zcmb7E-ER{|5a0EE_~UFRF-Zzai!K;}+?2Qo)TT*E8zsI zhf*;VOEFYSHR43RnrI)jk!)+br4_#qCqIB04c0@Ht6@B1ZAk}q?4T#E#l(VY@bzR> zbJ9lI$ru?YYh*EU2a_VIWVP!BdtV-r?!$;?Aj&=7yNq19j;>3WQ5{>UTgd3KG~hWa z4SXNjXY`Vc(MNiWev&g@v*Zh?kl7N^7BI(e7GgYp`no^6Tq8U=YdeJbrc>JzVNMq$ zD&nOouq}b(igJAT?ctL=_vwX?W+o=jmS!%VKRt7K_T$f{w}fXw;_8f9xkf0DFS<3* z=6K>_s1RBS?+#vKC@?jcPhDW^$nT&BD8+2F8oP(T#y6x@ys>KsTzAH*w6XiNwi&IW z=X3G=3h={lduip1lnz5gs(W)+NyXR8URgI?ORrPgC%WzHzNeR&Pl@T2Q=#_-LiEu} z)nsh69Nn?3&wEt&YQF8cY&dk9{t1q!BKceikK(dGp&)bYaWy)RtJmr#U0_@lTZA%! ztcd5?rQ(uFi}iZFxMWv+k1qR=4_aIz?ozR8&lPLS{uR$XF?{@ZkwKWp#QWv~Va1wV zE0(~`@@Uav3&LJ3m2B7cOQqr3GVO*hgsdMF_8zbX`YVmHy+P&;ptbo(HqJEV)a`RO z&#m>Z4}3Rp_w#QLet+c!p;k+#E?oXQu&fJzK||RPHg4U zOOr#1zers@gw4|DmVLthM{Z~q;w!|$?1W%|-UBAO4;T~Wr0cW~1Xsit=IDN5g2|2m z3js^#0&M_j?Mx(p)%3@jzR~kY%WrD=K+aPE@ZRW5!Ol7q=myAtkNaSH&@tbL`BG;A z%`o4=5fH*FcS3}szJjW4*YG^`oKDdWN64HvZAO@0h8Cyhll}|K2NtdYHeSdDK5msYj!p5+xE|hRapYw74QTgPSipHLeKG!mH>IO3q~ehuPizj2{XDTbH2%xr#7 z|FCA_-Qd3n?yHP!Z*R8}aXi>U9oDPj!y@1vmP_D#3w79jl*l&ZW}>U1Jc(;U%QO`6 XFj007yHgVb=;1)u#4+jNTNwD?v3~ul literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..242b10750eed788208e0ee353babc9e7d884b12c GIT binary patch literal 2375 zcmb7Fzi-<{6h2baFWRy!*G^lzaL)xAL_s1p=+q+U5X32h0&;=41*(NOlP8NPMXE?u>2SL@9~d9K__s1 z_xHc2UulH=gEx~alMJr^guyvc$+yHNuZXR1@_UMqxA2Rvnj$$BxD;0wI8|~QaOov3 zCAkc6S*`&K3f{smiJF#d4%qw(Hp8`AR(j~*vBt9t&&_dCgLyTbuhrJ=^%taEuqL7L zUrBDRw_tEiz+16NO|_L;%2vTU6%~K*TFmspE_O;a%NXzITu=#Gfj^*xoJka zX*PYk?c#XdG=FI`H(|1-Y5SIGUXW|tuy;Qh9VU!!w`+79EA&M#bedck9qx4u*Eum- zy|CeXUsfJHG6E;$4{-gG)d#x)^!&lXp{kMoq+PFb@vQB-)r*u!V+c%ikwwTO$gpcTDog-P*F}Jt zqDw6|cpCen+j~gJAGO1y`coFNsz8m4Pc5MhL6Z2?_%Uc&{h0qv;k9SJXtMASlcIm; zxz}N?W7A~&F^7Sy3M{!r5g(up0b>Vu0OprYM_TfYrJ>_{O4DD2SX@$>e(d|yA zYBf6$Um&26B{kb4E&0Z3&~ddIOse^mz*>JrYMPw_OxqfyNIJ?Nz6=G!^XdOO9a3km zzPSf=$^}OwxH>MBIkjOzQtQVJAg0NEYbv$|-*bBa{9(}WLwe5x2tvVG6T*~bb;ivj zu2d@pq9>OM1H8Zf4B(ucDQCo-aO6ydyGdVzUJa{Js*v-!I2^a5G{>buZ_@(q*2Tv# zRqO%;7!#V5z_iD{;CN1Gn*FWm`YRLL=jgr-Fd&y7(bw8lBi zmV&X!&f(>ORaous$CB=yl&RnrcRJ8FrM7q*Wj2--u?Ld^43Q{rjS$8UyR8z z#QBKfs^tPER`M!|d!1}ASk;mKBXiqa7K1E0nd{MJ-1p}=j1(2VpMNVw8+beOi3&#@ zF6yq|mEoci(zi?tOMaJo9QXcj#9auFyB*vG9H$gT8LJrumb?r@=L)SiGipmw@~{U> zF#Plitv53&x9lV*4vQ;150F}f;r%y0`W|4^goLO&=(`BR-8Uxs?x1f%>STL=L^j8n kbp_6C8AhA*3e7h&j*`;upm15*8*E%|AB;#T{>l^n4~&N!Qvd(} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..902aa39c75fd73d5fb443beeb86061477893b1f6 GIT binary patch literal 9161 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..25544c5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an interger") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float. + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..f560c7b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) + for _ in xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is str: + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, unicode): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = 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, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), nest_limit - 1 + ) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d32b73327e1ebb9730b14c31f2b89c3394649e8a GIT binary patch literal 639 zcmYL_zi-n(6vxl`<=Cl9282+D${;ZW0E7_GE(i%BW%F`!d>7|b+h?86j_k?* z1Y$)jh(Cudbc)2v5UE=y-X)6qEPw20fBp4)-=B_SBdAY*{zYF~2>sQ~p`hQ@?FC%E zp$Jj*!|)L`e1o?97H#`&+VMNI>vw6-?@`k?X`glL9zuSfS~E1VNBtX%5XDu@2)P*$ zk{3x5$O;;hkV5kP(~`-Yixe80kf2aYA>kgrWJ$o|y(Z=%OLJ}G5E6>4k~~@}Ez5%N zI*520)lV;lWNx8&%oS(3yAaa-Qh{CS?nNxGpDdNi^4AzgTrG?FI1~xasw}|wHl68Y zd|r>PL>k1@ovC86P;QV?m#37MoEAash9Xsx&kH4FUJvO``Yzu|$6VAWA7)qH)Vqv> zB4;j)@gD4#%$ttS>Z9q|G>rB^>6PbN6$ig||&aK|b5TH~ z zt3B@N5g+L>A8VicI^Y2%8A+WN%EQ#XBeD01Q%M}GBLLAh%hCX>rvOP=^+sjO2FnmY zYN2vWCjhxhWKqkZs9UXt=?77xn%wq%fYzu%&`DFPvH*w!6QGmvEkX->m~kye7Gnz! zaT`b0QY^|A-3Nv3|B)Sr9LD`lvaTY>9pA_f#bkfaI$_vqwPKx0n$q-*($cU_79Gpg zf>k|UTU^ZMb5^THo>wAy5Sgr5r78v}OH0FsrYbT9pbCZi%&LALTMt4j$r@* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d262787f5393017104ef273fb651f55d4404ec17 GIT binary patch literal 13226 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..284e7c09c1957180591a8a78b82236f05548422f GIT binary patch literal 7994 zcmb6;Yit`wdb7*rb4iJ^UX6yv-?%0EqQyLdlU#KrQpib@z^e5L?AnXDLQWOW&Kz}fB0tEik zelyG0%65JZ#y4v*Mj8s~v=oiq~Z`L0^ukD%~Lt%8J>r;cmA&Y1g!x&<%k z$!?&m4QB9(J;J6dz*~f*zabpz4fVpTz4Lvwi8f%{EN(77S8Hp|h4zmqpbuUn$*z}> z&|x0^4h6Wk2%X~Qk6_ME$h^2Wg~<0VfZd{Ferpv4GGlz|m~O#$r{^gxKEP$2=W3XQ zUZD>t-&U(P=fY;;IWq=fOJgt0`(>u+B)ZfV+Ky=#w+maJq~nHHpf4c&`nl!RbCc(| zvC%P3&ZN^RNeQ@I7w2L!mq-bjxX8s4>A08>lZwp6Q?s!Mr=&PRRK$qF#iE=tCvuUD zBtd(8iIXzPWGp$$om*1oQb{f*yW+9r6;a^Av*B1$R=7k)j_={ZNr79K3maALnkdOJ z(woc3q7ZOB#7sErx9ariS9Hf|MU=uyO440t!wFHim;rKh$17Y6ZX%_A77&`Rm$OtB6`MyvUn80N*KbIcGV^>x&2)|~ zppU7uenz*+ij;`}m6>EZ9J!)1k{A|rMOHKHJGf;sUk?*foR57@RF&llPY;a^2Rh<^CmZGQcNI(S$c zJgjaR*S3tS?1aWnl$eP}&>KbSoP>%UUc&JifHx6v7CtPk zLM6NUk-{`^&DZ-6Ac>*S>qxL%KnrNm@;X|evLICj=EqGkQo-Du2GW3SV6WWLQ@E& zIIPCsvizSX4VjGZHwS_t0@6AX#zK;tS>n=Rkg*_`vAC`ZXK_)CWR&nsTm*s7K{^oz z>C2^(K)R& zLwRf7`Yl#3M=FT2b~He_wLP!om5K$ve*5jWU)tUIALhgPA6{SjtI5JHwPR507`$&E zEZGN1&oX1h6aB^5jbnvTmEESX+ls>~GpI3xC1$X~u+}{l7xL~ew+>gVmaVP|!oY@D z?<#d;=xe)WYlrIS18Op>;x{d*tw;0r7hf%TcM}4?u_JdAZG_4V1XkR5X(K1@4c`;h zku%!J8PzeIr}76^kFQ=WY%9F6wsURg_gU#5J)2e!7S8{4LiKFbJXYZOxC!C*ZW)^bVo5)(Oj})P&`8rt`!Q`h3WBV$AaSD23s;@5OfX`}Wos zcUXQuNCEsq&vPda(tkMEI>}o9%|!u>0G4_psvByL1_0bdA_7+oh3Hq2Xc58rIs#uw ziN+-&G#TB^{{ZguYlZ=;TNB}Ve2EjWWJ<#Jr-SE{U~}@k?&5jF9EP%+=dWhM@oI|& zu8!Wy^WkJNr4V5z^Zdt1!WxoX8wt-xz$qxm+X3X7er2{L_fqbqw_mCkaMc)&N9wjz zMoDKBlX+D)Xs?6R1NV~x7mmLEOq0dz?3_g3U0cE@R^6cn)QtZ9Sr67dOmgvH`bGz(jE$+iO4=-)9}>ZkM#`voMOgeC$$rgb{7 zPp6Vqo1Yw;$F3uBP`{vd(?^$gRwXaiK48-me<^STEBLs46biMDKLC_6R#-Vya!(o0 z>hQheP|BaLe<6qK333m>ut!G$ybLB1HrX%vFu_Im@?n*zJEaKr*7{LEAr%yI}_S?Yc`&$72duDWa@f;$l*# zB@xR9B{FB+XDq;U>#UT@q``8SBsHTum5}l7gZ4DEX8TjtDZL6k&cG|L1IVGWu~}qo zYg1qBdH(*M=hZ#Ov^~dQU8?T|4O-k&s(VUvPvs^b*j@S2x0kOkuO5Hrt=wCM&cfAO zzT)=caB=&s&1+rvdxE8&Akk9~9IhLVQrpnl;5u~&w8jC=aUgfR%(@$@>;c>TiwKDI zoxk3>w(YNX-QM+n>Q?HXFWhbW*X~cd@3sB5_jkR2&;Ju&VkcF0Qe!7e%p~Ej?rIp2 zrn6Lc{o+J6nVe^Aqmg7jKci@caw0fuU_LyVl)3{%974)`_slnQg-&h;2LQ{*Y6ADD zl{kg806+6sFr*;_Qgao}a$y5r3m*OC_$1qphQShDpbdA^a4;y8wSeRT+|O|2EVGo- z@Gy+#K@JJzkn_FSTqK{L1V{vLf<9OfDjIXQ;)k66FruUrX;u};B^>L zo>=l)s*Wh0!rlOm9}zo}i$O@qP;MLy>+>FS{sf4J^VY1_~E8_UL;nrX?mMon(MMH~+#`v)jKbZqJ)g;1jV1HnL{p-o< z;?7B_St*?0&JfZ`Gl+tjvlsm|4(7meBz;pR8N)I;9Oskb0ucg!R(C~GU{f!G44KiL zlZ!Fsf`TJH9x%;CiLW;53^)l%-Tul2;u8=<8e~sqCM~5Rq71SJ_Dg5Zojx~7M27S_ zoNB*SdJQt&Dr1a>lR(D>oxy`-?7HA}Ri#fGb`T76y{b2)DD=Px*wL;=*9uoRhlLKgM|u16mLF!XA(JXD(G z-F&^gLGpkO&cUAvAWNF%AT`ebN|K0N0+rJU-b3)EV+Dd(S*j7B`Z@fGkfjMkKS#f? zRdseJ#tf34#Bgwwh?%F+kJkkP1d9nm$KJ-0 zYfCfY%JMjO9OBwQHV#SS1vPp$h7-00$V$#W{9j1AtB#tN@Zs{?$Tie0@{&w$vor)> ziSW$=+RdwB&6M+PYR3-+QYlt?gIa0$N)DUz7;~^44<8c;V2kqotN{c-AJ3eEp=6 zmmK5u2m9&9Aj2pCk0}9>ex6^p8H`+Zf?I@jL}qc>iU}THwqjmDhN&KZOmTinw?LSB znRz3y_Y&dGV`{Gvdx^nPmhIIe;qTY&JTIgoJTJWg4Z1U$NkT|G6_=$!s7rnf&S8LK zGSX!Xu(P7uAn*ZdLBe*Kgzt@nrKE&?2MJ#)-8!?RU`r2_j)W~cBeH|T8iuup%{AQ_ zmoj`L47!o*9bve1jI_WmfkcnSW_33fx3!G{kqj#afv&*mmlq(Ard!jX))Yg4TR_l* z6vvjPPAP^zPVn(a&t8$6yQ<*-E>4QSq)0@9k7%S|*HCEiYc3_?P7uP?y?jE>Dsryc7`%c{3 zukD*s`%Y1?%Y0?@g#4GN87`WQM1!f;KtP2`h7d1hTZHk)sQd*Z_9EWiX#tBW*M}SXm zN?IKFQ4gO0e$2y<06*^Glfb7u{3!5gZ4A%T#^Jma@Do}ZESzvsUznSQY1r*&?S}3o zsBSl@SrI&j<2VLyFTw2A1lT8*oaA8RF*z0-$1Io*85>HYZEw}hM@z+`Vi~r+*eF-NE?0F+X&4Pf1u?Bo6+UU0RYkRI+N^+C zy0z43J4scgdV{KJXKG*pn!Yrc9swIHBzxpHd8XUx!I1ba1Zlx9^eGJXiS400*ew#{)mNT7nI!u`!rVJ)0aoY?Myq`}CmI%Ap2QctQW>?rH z&o5))E7&zcCtw3aW6ZD&)3VEEMR!J3wNfiv79>WPefoC{f>du2*bF+NjrS zGzU|37D*n-JtPm1ypIISfcpf?lVUnDg5A%W1_$i9zY9@_-#%ElAn*y2gb>g3r93Wq z2`o(=Ji*ziLz{hqQN%O61kT8Ei7c1MqJ)=ROCtZnChp6h-u;+;BMJ8z zx~l@O`$+v!@Bc(SeF9K#98gczQh;7*`Vg$5Xj*u7`;e|Px;V&Eo*aQT&yuZkCz$j; zP`U@ITu{2*{f3ve+s73KlvZSP;94!wgX2N8y~mPmsTW|nc=T_i&= z80O|^uw@M_QWXNrBh(U(xc^WUCP=g@aPvn#RSZ_bOY8~&p_pAm>5I*|GZ&Fe3^zUj ziGGp2lBc^eb8M+FNinXJCBPDn6eNfcl*It+f)xi0B5tC2za1iO0*G=PB65dwc*9&I;Y|e{RVqjvSXrc*|5z*VWAE$a z3di_Wx&oUpRjoFVig>!#jE<7fwTzBQW)$dpLk{5|-0qh$lxG9I5 Z`m2vg_Tg#f!C9too++G?N&aUScmt$H;dcN4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc808cb63bb74fb5745cc4d0c99b17b6472eb03b GIT binary patch literal 16522 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fc7538bea038dfe67d598cb863dd7f2188508bc GIT binary patch literal 34360 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 O`YGfmtAw*I_kRFLgX_Hj literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1900b13c9b7f67f21c6a6ccba4d999acbd8639d GIT binary patch literal 21345 zcmch9dvF^^n%@lGZ;${V;#1&D6eW=~AEIPgmaPY6(~>ByCEIIecVP$vQjkc19)OZa zgKO-aa!b3I7`r9M$gX^W_iP_G_HJ00%aw9*wv?^ZmMf`B0nA*Cn-o*3x^mSyb$`&M z-71&=x%|GK0WbqnUhig;;ozH|?r*w#y1)LOJ^XXG+ri;D^SA#nbMbMG`#ZWR9d0%8 zpxeZ8Z*k9Y0w?gZ+>~;Y zv_a@VUwf;1(uvwN{rv;?qzgUS%f_adk|{M&d0nF=CTok^Gc#2JG=C{FF&BM$CcCifncm0K zAE;Gv+?1_c=GazdFPAyDl{o}g#EDv6m`FF;a3k$O3m&AsYHMDkYt(cN(zSvWQ&}q; zFNJ27-f;wQ91n<*c`=fR#F8PJl|Xztkh~HJBttWSq!`7d1g7I+AQZT9B@&q(aIl9a zVu@r3)0PN?#7H0 zscPA&MKThOt&C#9qYGkeG7L#qKFmnbEI;^P0B> zQI;$QE@ix0er6k9iRQSZy^O@AxT}>GxvS;6kYC21HtOXkdP#4`4uQMK{gj{Vv&iPz z_>G7twj*2IO&|aun`rdJ4kR(urbJ|RTI{64E&|;E2^usalP{keydDwL*a_ zSi#=|RL+IVql+6#Gn%MD0yM!@X6qs+_9C;7X9M_CUfhSf1U(QC_XDy~Tk_HyXejXs zLUID6x%*zfFvQH2B@Tt&KG(o8#agVz^AKz%${;hF0O6NzJgQ_@o9?uZ$(ENqSN} zF4B}xE$m3~mGm`MLwpeBWqg#E(`xx{l$VzV%FAiB+>3IHrv7qTDK8O$6~ZJDRXLzY zx~1%yj3+1Nz$@p#Mk4}SQEY`NYmHW2pMepLIE-|H`WsM4N45lmk(WXL4u$?HeTHxZ zfHb%1ZOZn%=P!7BByZ0a$J;wM{T+E%$Cicj_*SQ~2k$(#;oh^w8Qn*Uwe`2#a|hpj zVxx9=%ZQBo$Y{z&?p)od-MeK*1|IS?NVT20h_vVMM(yD(yV>seJ*lJv-K(Y&TFt~! zDyvz!d!F7$q0OS#zq*vSHEnOT%#vyC>zCh;VVq!Y%2cD?m+9um+}mczHN)hWe1D&@ zipg#3q%{~!Bt`Vmsf;+gAzqW{0RY3n82P&L-V-=;!n;u=wch=g14=4yJF&g@L@SKK z2Uzc^zv!hwN9mlNQKQ_*`fWnLk1iPlPX@l^k3qpQM1^gg#>kSKu8gd5_buu+O$EB` z?ahqly}dZ!K9NoS%ct)=t=ti`^|CJa`Dlt_p}9yf2wf^T7Z(<0DeVddNieG=7$G4Z zMz$S8H5*SRkThbL!~jBt%$hvH$R#K#Cc z3Gh>nbw%Nuw0hVQVhr^HW;k8`+cKEVwk?i;hpT-eUvms+dSc6DH$TJYPHu5@T?;GM zyBC$~y-Uh<2iU+_JX;3d+>r$?E*0>(5k51!&Nk%4qG`F2ZQ9 z01aCEmc?#%WKUCX9JwUBRD%ZI+^p2mOm%31g*Tt%vwq4x$?pJBzE^p4FO}{Hl)+|P z%9sqzh(zN$`9tfHQSNDs{#%@uV)aVOGH5ziUW0h5dC;#=*P$dsDTZRbH!?6Y5O`^Rail*Mk45@n z-@Mcpz*>n1LV;;!LM0+eQpLfdkgsans`mXXQ)r<@0h!RCJ&UlTqNIQe3sBwTN{jJC zB6>N>wC&`TP_nGnleW#e7mm-7>Yq@1g}M~ITRehS|B@eoIb}qqY);Ih7TFjQ1V!H2 z%YE##iD!W7>PVl>bZ70w#;#8q`!*W;*18If z15)DvB%}E;23DL!f8$$6et0As{=pNspV;CIb`$`toGiBO`B%Xo1=lVX+J>aIA*>}g ziU2b9Volv!wjbKw_GkaeTG!fQq3Kbn>Cr;X5vk@#o}F7pLN=nF-&iEeZ#TKnzlq=IJswy8Of%MuG z&!r4ZN-iBc8IMgzX9CdZqs&s)9ta5(}p497(g z3?8v+EP*{tf5;wUg`qg7cu{JeW5fR9@Jlm}0QG!~_g_-HX#pvlpkX z>B+8|*aZF>4HFmlCFu$E*oI}eMv5EkOfbExjH{d?Q++NP1H~w=1eKiB{*;V-FrmxQ z5tXG~7{3r0IXoJ;5lRH6qhbO~t)fnY@=7E*GBB*NC=VL#Gkiu}`-~Vn97V?2NK7^- z$&rL1otwzeH92cC1J;p~D)=LCoP+&*Q%=F9m|6*6 z%9-|Q`&}{2;KOHQj(&NTEwSd5N!$fBLnFpZ?}E4Wri?HSs+0|4ggMQaXz*)<+MLG! zQYlFpQzlXmKJ>khRq+8^8C0qtO_jy^C&jBMlc6hLSPY&TKk?jCat+vAGM)_0ijnDX zd?A)xvIGTqKm?f=U>in({~7g3cE2!j>FMBw7tb9(d-nWEnV(Zj8H(&hh0je+oIHPO zJa})=sBJjoceY=vbPN+v}p2#X1kh+cNgg>EjyqT#p@ zku6weaQVm<=q@l7WD9xgLdiat7y~Mk2I6y+S|UKLi?0w!0mzOU(d3mN>$L1bJFt9| zA!DruBR7+>o1v8Z>r&edCcr=wE>r^fQa%)|!W~pS!o&v>;%h+q6Z{hAuvQ^vY8x_3 zh1yP7$LVK^PIvm$rl&PKwPskWT{GPIPQi0P@*GG%RcsIBO@Z_{z{=B^}*_Ypc^sZ27IVrWATsd3xwq#%4fS<`5DAu&*Yr22t|FHe;;f=nN`M#6)8=Etx zFN$^#X+zx*k#_eR&exrp$!ue0GBa7QbxF3aysfKfvVH%|ADt=M>_yvwPi!L_wvl38 zOYY$M;d|X%M$SI^If+;%Y(F=f&6Z!oLbH&WX4wJ{tx2C@JQ6-K68Xv`lavjYgb3LK zMCe`kJ@_?<_4~Fn9M7b1qArQd(oxZaNDgZm<1$#DmYIObRAJ~@C$WIn!Kl)Ev~01O zB?~4+;EA<5?H+Dh{UTrHV+Js9K1r@U^#C)&dwoFf#*SrPFvF(VyKJ(PbJYS**AZfK4?`qK=CY{0c1 z0>oc=@--W=Hoe{RJogrl9yP4CBM{I@ ziRT!e^|#}FWos`b8_U&0YZFXOaIpPl6jw)($ zRO(Gxr>n%rhfe+2zHZZxrQmwVSRP+JO`$XvPIHG^K>AEydNCTA6%-?pj3_nSa#Gcr zG!~VrD_y$6qB994?gCXQK7E8$)E@}XAJr>=$NG3g=CHQ(mV8$g@Yjv+=$N3l7)kZ5P2%K z+Do184WMQfn_^w1W)bR&1qcI%6KfD)v0Tw2O)0GEP_oowR17E@eqcV1_y`5sC_)yC zCxOH)^UIN$XeV(49UCYke1aMh6i@i#@43H+sLlH?;=DWY=E;ui9f{6Z+)vGJ*Ist@A|;q!&+0J zW<;tPK~~kt-s-b|#IfYm=x9u9!^kszh^C>>ExwA2>{7`ZVKV4YWU+{(Pc!{RHqBBz z9TCpC`1OeFc%IDbaZyC1-CbJnKOY8%?Qwd<}0Ow+E&VkLQ zRz&R9I@gBQI;E!m70-R&V{d*p7h8XJJ+%HTf)s_uN2SI`^S;M$rqA5BI@765r>DwJ zLr5f$YhSM`_{Svw*vhGuQ}_M#E2lP{-i+zBBdbT!r|$29Z`5Rl0tT?++AC(M`lB3mNLV)(cT*Mk3|ggo00XHi39_g)0G6};yqg9!bH~;@ zq^{BRmkV8o?{?gMw$S#Z)b=FwIr|X?R?fjYhH*pmhyXld?fXAzAKqvm-fZ2sHhFhQ zI`H`2<^2A0h1N-_brKrl?h$B+yM53Qcl$CN)3E;zJe5iuHO%jX@G{vBbQ z08sefro%5eI&+5#j{TBjfBIz63a=G!?%DM0&KV1yZpqV~x9Lt0iJ5|b<{rj9*wWMK z(`5WALjeu6#QzfqwZoy;&6Z6%*MsrHYW>wL7ojW8 zTQ$0~9#=mRaFJ-t@g1~mQ;NUNi}erFvElB}>E$rc6+PIZ>cQ5e7h|U$DQ>&}za$}7 zTLdFW!Mt>riS(V7Hg)Eq8yW-qzInY%P+lC2wo_zvKA` z8K~l7XFZ24=l1e))-L60Bdp}96E&Po?B* zwfm@^mkNBPCV^*WnMJ5FFJX=aU?f-fSJQ_SUu}3*dbPTn79(4b)}_DFE=awvIYC;w z5J`mLi=ud0T!hV`uE^ulSffny#%8hz%qW%G53oFDQuH%Rqhwc<7M-fxA5gcrMPjUd zc-FAqBG;pF?0HikNhq7?py2B)6paU4B>P=e^`Rhf;%xv(8K&YfW$(w7VPI}E*~~Ps z1R<7UW%WV$qP1&QQSZnKw}N;QA0wfx8pO_Q&XptId-c|<*;>WdRP>Czc`UbY?b)@^ z+OzKt6#PSye<<%6q0^?GMMwL}Qnq7tIqztv)1;o8R)@Z_&HCo-kzDA`<7-0&?7Om) zt1XD@`E}SlE#IB6buw{#>-Eb?Ub)AvyLo7SC*k@rTmiRA_p%HAfb`-&8R_r4t-I!ow))^T? z2@1b3!$&cCyc9}ThD9;Beva}6T7Z9xgetb0A8PhIL=gG+uC*8Zhb8}EvMYueSh1?c z1#Wr!uwq=yWUuEI3%()AHC`O+7cYt?=f3 zguHLXO6a}WvE0Fer%&?qnIIwrfBZM7UR(#zaYsA0 zjzbSe_r!mPvO$`Vek3TI%C^AiZe`)Vvvy@n z(Ya~rWm|ZDfmNq_M+(8Pcci}4JI?UrZ-rPUPK~X$5UvK|=t#qJjJG%B*j+WiE^^~f zsx)z)i!Goo)9+E2d55~rqb`eDS2y})y+*y~5b)dHN4(AU1O8Rye^4$%|9ViTU9A&) zED`Wyb$<1`3JCU9+YzLl3-0S2^!bPF8}d}Qjwifd`9#gOCy1JACuPgc!(+j*Q3R3U zIOfEg0DVT;Ol)OVHcy9=W25XcGA#aERwn*6;e7-k8&NEqL5}pi`0tVR8F2*hKM?o} zfKsl7GUyTUKLQ*hf{@K2ac*o>yh~{ZB3Gm>gl312u^Q-M)}GSZFX)zG+RK;-bz2Yw zgHFSgaHtE6FZ~tOXH^1i3Du*e?x^vzb#OTv3yF(C6+`?L@E^rICb|J=|6t?FRYbU~ z-pt_*D`am=(do;)u;FaYJ6nrzs7w@X-Zwn2d-9FL%2}|DNF_DlzP&c{{D!?HZ-4k> zkK`NaEZBx5+fbgJ^w)_Q}|9sAD@C%zHNg;$_o6}Wt-s0(emAPP(3LdVl|kV zZT{}I)iKsfwuwTl?xjo9OZ$$!w5RNX>krXOs^@F=^2fv*RWAFSc3cII;N78@$A8DM z-23pcOj!iYnBYz`j}PsA-|7jH-Cv`pk5qap)ck>aG05}>^rNpfbP5Dot>~8Ak~iZ0_~d0Sz_uQ#`tTyzo1{uB zwUvy>WSsSYxj0~U2DY_75FlUAOQf?@HAI!2yzm^f@bDEh7sgjjwAb^u)^`HmV^q3~ z5L;wAv@naHld??|J2kMM8yf-98@4}>RR|%$dLLfEmcLlCJQ}3)PRfpRq44v{_A<7~ zjcs>PMIMV}K&TRLWNDGYSIn?wf^umOMkJoN8GMBq#ml%-Tme^|d|D=1%rHcXAINT9 zsZue?#m{P}_9%g00`xiAcT2JrjgYrVbW_PJfNY!#&5O^_?F9m)5Q=17GeM{XL>!7F zC1p}}s#8Y$@kD{}NWhA3Q<+Cm_e<_9*`w=RLj13U8d*!iCXiq|s+S9{%|F$HUU-WMTh#Y5(~`&jqRHLc#Y9$@h&F>x%WhuL*X9 z;tSiA-Bs{*O5V;D(~1e-DFIkLncfZN^~%nySvT4T^X-H1p z&;9##XR8KVU!XTRTk_79&5k`e5h1P1g^nSqV`z)Bxf>Y3%Xf6;zMbzF&UiLEM%TY{ z?^2=T8L8u$jHlRxV3D~NcmSDm#pV;AG*4_aPZZk^tbIdjA1q(@jBHuCmS-?vrj~|Z z6F^+1ej6}SUDi^=zp3Lod-Z*?(u4qL`&0}Z(9O@@wOXlpf3aD;b`GLxHdiK^D*!Z2 zbEOCUoDCb9nzr_ono#s6rX7I5=^*=n=}mRW-L5xjotTx69`!nuUVEW$6U16b$db*4 z&63bfu;)iGsxs3cn1IFSpbu<61bnTl*MPo-B}m^eXmzm47h@^DdRGv3yKt4=E=giL z>Y;h6N|&oe2Nf$tb|`nzvBP7sTS@C+1}=O)zw$?w)RbX?dtA=y;-t1XJGDd>Hp$tE-M7xpPn>%;oO^P~g7bjnJdk&euA8vp_2WcD zM@AeQr+w&&X)Sx@FYM+=^#lIJM-fY>JCL$q&Y<_8CEA0VCaQ(xdcKh&A^&UO5xj)Mi? znB*IS9$E2?&~%gzB1SeX&m!>_c0J}wCAzD2BD7yMfmFe(9_FpU&>AMidDH~&*L%2# z|BV0}jW?0f(i$5b0vq(&^er~If8B2!di~IwBX1_MPZj*#lE1s)?2(*3d6TloA`CQk z&@0hvbm8~l9{{#Xg!hsA0e;FsGhb$zjoQ~^w21mXC=U}90AodIh}CJSPG74Y6D^b+ z!n?E%BfRyTNZ*XF_v;w z?8~ymd^|=QVdDtpMB^g;mk(f=S~ zA_G*l(`q<>SHagU`MT3*idJ7nP`C5@cjqqU{rd|3eUg7)-nR4ksektmj@>>6k+A(l z{H9V_=h{Nvf3V;`DESZOZ4W&^^>->nUA2)&d&?MUAAcHwmB~r0rpdm8vX#EwqmR$J z@nQ-`A>o5vA#7Cfe?A6av0lNqUE-qh(T63uI8P6l=mF-yword0P!f?Xou*48^eTg$W+| zP#u>4P5KN(_9Gk>JTY-8sQEWP%0|d<($f%n^8v03(NYD8*=kRyHFH#bfX* zx+OzhqbQJ4ppeqLlwu5rXrxMm_|kS%`QZMT_yDCKASlfkGsM$)9@Z`IO?#BTBIixB zzar;Iv%ex&lP{e`ZaA+$w+v3+u*LoV2hAMcljpj(pZD#}D~+V~94^?qC3|<;a=&I* z)_>cbc9XV0k~L-yuLjffsixPDARKmC;{PrbJ-#icWj|g8AkQ^s>$2h8NcPGdd|q#% zHw5^crF_^`c>7xJg^h*-dCtFO8R4l-8GAnTY>sEUI%FdZ(qJ+}iAXcjji!czYTD z0)xj+XFb?u<`2?x!=)P3aDDiY-_H9hAXmrI>v%wyuiWn9`8`?Ii#_xYLU30NZ184o bakWIKC6EzVI(Kv3_%6Cw%HAo(Was|@D|s2b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d76e058a39fd9b810e73bfd3a737ebeae1512a05 GIT binary patch literal 6680 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5bc6a866e86bbc60753381a1cf3b46f30e0aa325 GIT binary patch literal 21872 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..4c379aa --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +import collections +import functools +import os +import re +import struct +import sys +import warnings +from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader: + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file: IO[bytes]) -> None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should be the part of platform tag after the ``linux_`` + prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a + prerequisite for the current platform to be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(self.value) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = self._coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, spec: str + ) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self) -> bool: + + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iterable + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + platforms = list(platforms or platform_tags()) + abis = list(abis) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P
                                              # pre-release
    +            [-_\.]?
    +            (?P(a|b|c|rc|alpha|beta|pre|preview))
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +        (?P                                         # post release
    +            (?:-(?P[0-9]+))
    +            |
    +            (?:
    +                [-_\.]?
    +                (?Ppost|rev|r)
    +                [-_\.]?
    +                (?P[0-9]+)?
    +            )
    +        )?
    +        (?P                                          # dev release
    +            [-_\.]?
    +            (?Pdev)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +    )
    +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
    +"""
    +
    +
    +class Version(_BaseVersion):
    +
    +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
    +
    +    def __init__(self, version: str) -> None:
    +
    +        # Validate the version and parse it into pieces
    +        match = self._regex.search(version)
    +        if not match:
    +            raise InvalidVersion(f"Invalid version: '{version}'")
    +
    +        # Store the parsed out pieces of the version
    +        self._version = _Version(
    +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
    +            release=tuple(int(i) for i in match.group("release").split(".")),
    +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
    +            post=_parse_letter_version(
    +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
    +            ),
    +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
    +            local=_parse_local_version(match.group("local")),
    +        )
    +
    +        # Generate a key which will be used for sorting
    +        self._key = _cmpkey(
    +            self._version.epoch,
    +            self._version.release,
    +            self._version.pre,
    +            self._version.post,
    +            self._version.dev,
    +            self._version.local,
    +        )
    +
    +    def __repr__(self) -> str:
    +        return f""
    +
    +    def __str__(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        # Pre-release
    +        if self.pre is not None:
    +            parts.append("".join(str(x) for x in self.pre))
    +
    +        # Post-release
    +        if self.post is not None:
    +            parts.append(f".post{self.post}")
    +
    +        # Development release
    +        if self.dev is not None:
    +            parts.append(f".dev{self.dev}")
    +
    +        # Local version segment
    +        if self.local is not None:
    +            parts.append(f"+{self.local}")
    +
    +        return "".join(parts)
    +
    +    @property
    +    def epoch(self) -> int:
    +        _epoch: int = self._version.epoch
    +        return _epoch
    +
    +    @property
    +    def release(self) -> Tuple[int, ...]:
    +        _release: Tuple[int, ...] = self._version.release
    +        return _release
    +
    +    @property
    +    def pre(self) -> Optional[Tuple[str, int]]:
    +        _pre: Optional[Tuple[str, int]] = self._version.pre
    +        return _pre
    +
    +    @property
    +    def post(self) -> Optional[int]:
    +        return self._version.post[1] if self._version.post else None
    +
    +    @property
    +    def dev(self) -> Optional[int]:
    +        return self._version.dev[1] if self._version.dev else None
    +
    +    @property
    +    def local(self) -> Optional[str]:
    +        if self._version.local:
    +            return ".".join(str(x) for x in self._version.local)
    +        else:
    +            return None
    +
    +    @property
    +    def public(self) -> str:
    +        return str(self).split("+", 1)[0]
    +
    +    @property
    +    def base_version(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        return "".join(parts)
    +
    +    @property
    +    def is_prerelease(self) -> bool:
    +        return self.dev is not None or self.pre is not None
    +
    +    @property
    +    def is_postrelease(self) -> bool:
    +        return self.post is not None
    +
    +    @property
    +    def is_devrelease(self) -> bool:
    +        return self.dev is not None
    +
    +    @property
    +    def major(self) -> int:
    +        return self.release[0] if len(self.release) >= 1 else 0
    +
    +    @property
    +    def minor(self) -> int:
    +        return self.release[1] if len(self.release) >= 2 else 0
    +
    +    @property
    +    def micro(self) -> int:
    +        return self.release[2] if len(self.release) >= 3 else 0
    +
    +
    +def _parse_letter_version(
    +    letter: str, number: Union[str, bytes, SupportsInt]
    +) -> Optional[Tuple[str, int]]:
    +
    +    if letter:
    +        # We consider there to be an implicit 0 in a pre-release if there is
    +        # not a numeral associated with it.
    +        if number is None:
    +            number = 0
    +
    +        # We normalize any letters to their lower case form
    +        letter = letter.lower()
    +
    +        # We consider some words to be alternate spellings of other words and
    +        # in those cases we want to normalize the spellings to our preferred
    +        # spelling.
    +        if letter == "alpha":
    +            letter = "a"
    +        elif letter == "beta":
    +            letter = "b"
    +        elif letter in ["c", "pre", "preview"]:
    +            letter = "rc"
    +        elif letter in ["rev", "r"]:
    +            letter = "post"
    +
    +        return letter, int(number)
    +    if not letter and number:
    +        # We assume if we are given a number, but we are not given a letter
    +        # then this is using the implicit post release syntax (e.g. 1.0-1)
    +        letter = "post"
    +
    +        return letter, int(number)
    +
    +    return None
    +
    +
    +_local_version_separators = re.compile(r"[\._-]")
    +
    +
    +def _parse_local_version(local: str) -> Optional[LocalType]:
    +    """
    +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
    +    """
    +    if local is not None:
    +        return tuple(
    +            part.lower() if not part.isdigit() else int(part)
    +            for part in _local_version_separators.split(local)
    +        )
    +    return None
    +
    +
    +def _cmpkey(
    +    epoch: int,
    +    release: Tuple[int, ...],
    +    pre: Optional[Tuple[str, int]],
    +    post: Optional[Tuple[str, int]],
    +    dev: Optional[Tuple[str, int]],
    +    local: Optional[Tuple[SubLocalType]],
    +) -> CmpKey:
    +
    +    # When we compare a release version, we want to compare it with all of the
    +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
    +    # leading zeros until we come to something non zero, then take the rest
    +    # re-reverse it back into the correct order and make it a tuple and use
    +    # that for our sorting key.
    +    _release = tuple(
    +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
    +    )
    +
    +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
    +    # We'll do this by abusing the pre segment, but we _only_ want to do this
    +    # if there is not a pre or a post segment. If we have one of those then
    +    # the normal sorting rules will handle this case correctly.
    +    if pre is None and post is None and dev is not None:
    +        _pre: PrePostDevType = NegativeInfinity
    +    # Versions without a pre-release (except as noted above) should sort after
    +    # those with one.
    +    elif pre is None:
    +        _pre = Infinity
    +    else:
    +        _pre = pre
    +
    +    # Versions without a post segment should sort before those with one.
    +    if post is None:
    +        _post: PrePostDevType = NegativeInfinity
    +
    +    else:
    +        _post = post
    +
    +    # Versions without a development segment should sort after those with one.
    +    if dev is None:
    +        _dev: PrePostDevType = Infinity
    +
    +    else:
    +        _dev = dev
    +
    +    if local is None:
    +        # Versions without a local segment should sort before those with one.
    +        _local: LocalType = NegativeInfinity
    +    else:
    +        # Versions with a local segment need that segment parsed to implement
    +        # the sorting rules in PEP440.
    +        # - Alpha numeric segments sort before numeric segments
    +        # - Alpha numeric segments sort lexicographically
    +        # - Numeric segments sort numerically
    +        # - Shorter versions sort before longer versions when the prefixes
    +        #   match exactly
    +        _local = tuple(
    +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
    +        )
    +
    +    return epoch, _release, _pre, _post, _dev, _local
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..4cd562c
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
    @@ -0,0 +1,3296 @@
    +# 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 platformdirs
    +from pip._vendor import packaging
    +__import__('pip._vendor.packaging.version')
    +__import__('pip._vendor.packaging.specifiers')
    +__import__('pip._vendor.packaging.requirements')
    +__import__('pip._vendor.packaging.markers')
    +
    +
    +__metaclass__ = type
    +
    +
    +if (3, 0) < sys.version_info < (3, 5):
    +    raise RuntimeError("Python 3.5 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 = '{}.{}'.format(*sys.version_info)
    +EGG_DIST = 3
    +BINARY_DIST = 2
    +SOURCE_DIST = 1
    +CHECKOUT_DIST = 0
    +DEVELOP_DIST = -1
    +
    +
    +def register_loader_type(loader_type, provider_factory):
    +    """Register `provider_factory` to make providers for `loader_type`
    +
    +    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
    +    and `provider_factory` is a function that, passed a *module* object,
    +    returns an ``IResourceProvider`` for that module.
    +    """
    +    _provider_factories[loader_type] = provider_factory
    +
    +
    +def get_provider(moduleOrReq):
    +    """Return an IResourceProvider for the named module or requirement"""
    +    if isinstance(moduleOrReq, Requirement):
    +        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
    +    try:
    +        module = sys.modules[moduleOrReq]
    +    except KeyError:
    +        __import__(moduleOrReq)
    +        module = sys.modules[moduleOrReq]
    +    loader = getattr(module, '__loader__', None)
    +    return _find_adapter(_provider_factories, loader)(module)
    +
    +
    +def _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 platformdirs.user_cache_dir(appname='Python-Eggs')
    +    )
    +
    +
    +def safe_name(name):
    +    """Convert an arbitrary string to a standard distribution name
    +
    +    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
    +    """
    +    return re.sub('[^A-Za-z0-9.]+', '-', name)
    +
    +
    +def safe_version(version):
    +    """
    +    Convert an arbitrary string to a standard version string
    +    """
    +    try:
    +        # normalize the version
    +        return str(packaging.version.Version(version))
    +    except packaging.version.InvalidVersion:
    +        version = version.replace(' ', '.')
    +        return re.sub('[^A-Za-z0-9.]+', '-', version)
    +
    +
    +def 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[^-]+) (
    +        -(?P[^-]+) (
    +            -py(?P[^-]+) (
    +                -(?P.+)
    +            )?
    +        )?
    +    )?
    +    """,
    +    re.VERBOSE | re.IGNORECASE,
    +).match
    +
    +
    +class EntryPoint:
    +    """Object representing an advertised importable object"""
    +
    +    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
    +        if not MODULE(module_name):
    +            raise ValueError("Invalid module name", module_name)
    +        self.name = name
    +        self.module_name = module_name
    +        self.attrs = tuple(attrs)
    +        self.extras = tuple(extras)
    +        self.dist = dist
    +
    +    def __str__(self):
    +        s = "%s = %s" % (self.name, self.module_name)
    +        if self.attrs:
    +            s += ':' + '.'.join(self.attrs)
    +        if self.extras:
    +            s += ' [%s]' % ','.join(self.extras)
    +        return s
    +
    +    def __repr__(self):
    +        return "EntryPoint.parse(%r)" % str(self)
    +
    +    def load(self, require=True, *args, **kwargs):
    +        """
    +        Require packages for this EntryPoint, then resolve it.
    +        """
    +        if not require or args or kwargs:
    +            warnings.warn(
    +                "Parameters to load are deprecated.  Call .resolve and "
    +                ".require separately.",
    +                PkgResourcesDeprecationWarning,
    +                stacklevel=2,
    +            )
    +        if require:
    +            self.require(*args, **kwargs)
    +        return self.resolve()
    +
    +    def resolve(self):
    +        """
    +        Resolve the entry point from its module and attrs.
    +        """
    +        module = __import__(self.module_name, fromlist=['__name__'], level=0)
    +        try:
    +            return functools.reduce(getattr, self.attrs, module)
    +        except AttributeError as exc:
    +            raise ImportError(str(exc))
    +
    +    def require(self, env=None, installer=None):
    +        if self.extras and not self.dist:
    +            raise UnknownExtra("Can't require() without a distribution", self)
    +
    +        # Get the requirements for this entry point with all its extras and
    +        # then resolve them. We have to pass `extras` along when resolving so
    +        # that the working set knows what extras we want. Otherwise, for
    +        # dist-info distributions, the working set will assume that the
    +        # requirements for that extra are purely optional and skip over them.
    +        reqs = self.dist.requires(self.extras)
    +        items = working_set.resolve(reqs, env, installer, extras=self.extras)
    +        list(map(working_set.add, items))
    +
    +    pattern = re.compile(
    +        r'\s*'
    +        r'(?P.+?)\s*'
    +        r'=\s*'
    +        r'(?P[\w.]+)\s*'
    +        r'(:\s*(?P[\w.]+))?\s*'
    +        r'(?P\[.*\])?\s*$'
    +    )
    +
    +    @classmethod
    +    def parse(cls, src, dist=None):
    +        """Parse a single entry point from string `src`
    +
    +        Entry point syntax follows the form::
    +
    +            name = some.module:some.attr [extra1, extra2]
    +
    +        The entry name and module name are required, but the ``:attrs`` and
    +        ``[extras]`` parts are optional
    +        """
    +        m = cls.pattern.match(src)
    +        if not m:
    +            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
    +            raise ValueError(msg, src)
    +        res = m.groupdict()
    +        extras = cls._parse_extras(res['extras'])
    +        attrs = res['attr'].split('.') if res['attr'] else ()
    +        return cls(res['name'], res['module'], attrs, extras, dist)
    +
    +    @classmethod
    +    def _parse_extras(cls, extras_spec):
    +        if not extras_spec:
    +            return ()
    +        req = Requirement.parse('x' + extras_spec)
    +        if req.specs:
    +            raise ValueError()
    +        return req.extras
    +
    +    @classmethod
    +    def parse_group(cls, group, lines, dist=None):
    +        """Parse an entry point group"""
    +        if not MODULE(group):
    +            raise ValueError("Invalid group name", group)
    +        this = {}
    +        for line in yield_lines(lines):
    +            ep = cls.parse(line, dist)
    +            if ep.name in this:
    +                raise ValueError("Duplicate entry point", group, ep.name)
    +            this[ep.name] = ep
    +        return this
    +
    +    @classmethod
    +    def parse_map(cls, data, dist=None):
    +        """Parse a map of entry point groups"""
    +        if isinstance(data, dict):
    +            data = data.items()
    +        else:
    +            data = split_sections(data)
    +        maps = {}
    +        for group, lines in data:
    +            if group is None:
    +                if not lines:
    +                    continue
    +                raise ValueError("Entry points must be listed in groups")
    +            group = group.strip()
    +            if group in maps:
    +                raise ValueError("Duplicate group name", group)
    +            maps[group] = cls.parse_group(group, lines, dist)
    +        return maps
    +
    +
    +def _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.url,
    +            self.specifier,
    +            frozenset(self.extras),
    +            str(self.marker) if self.marker else None,
    +        )
    +        self.__hash = hash(self.hashCmp)
    +
    +    def __eq__(self, other):
    +        return (
    +            isinstance(other, Requirement) and
    +            self.hashCmp == other.hashCmp
    +        )
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    def __contains__(self, item):
    +        if isinstance(item, Distribution):
    +            if item.key != self.key:
    +                return False
    +
    +            item = item.version
    +
    +        # Allow prereleases always in order to match the previous behavior of
    +        # this method. In the future this should be smarter and follow PEP 440
    +        # more accurately.
    +        return self.specifier.contains(item, prereleases=True)
    +
    +    def __hash__(self):
    +        return self.__hash
    +
    +    def __repr__(self):
    +        return "Requirement.parse(%r)" % str(self)
    +
    +    @staticmethod
    +    def parse(s):
    +        req, = parse_requirements(s)
    +        return req
    +
    +
    +def _always_object(classes):
    +    """
    +    Ensure object appears in the mro even
    +    for old-style classes.
    +    """
    +    if object not in classes:
    +        return classes + (object,)
    +    return classes
    +
    +
    +def _find_adapter(registry, ob):
    +    """Return an adapter factory for `ob` from `registry`"""
    +    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
    +    for t in types:
    +        if t in registry:
    +            return registry[t]
    +
    +
    +def ensure_directory(path):
    +    """Ensure that the parent directory of `path` exists"""
    +    dirname = os.path.dirname(path)
    +    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/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..5184d945bff376b07bca2e5a1f42a3d9c323aa38
    GIT binary patch
    literal 158228
    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

    (!R>7 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

    is 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abd9d61f5e51ba8085670a4064eb9d5af6e4fd49 GIT binary patch literal 981 zcmY*XOH15P6h8MR88Z*H6-#GOieNXf)G&@+v`9gymQt{V>7veNm?pQHc_hP4oCno1 zhzl2my3<7$rHekO{So~KQ*kj32!*bME&^`ERnN^l&~r|{^SF=mxcM?X90R1MzyGbx zQGma~>66qm&RS^fg9#=nL$0eyj)XqVQPi|7RpgvZz#KB=9g(X0^kk00Voc3m%?>U zwqX@-+M;i97TKOvCv|8@t57EzS*bx2FR_N0xOxkcNn02<=^b`4h ziTO;Lk6>CAKi5KNK|p0?>_m;di|;-9rKXP6RJ$+dC-JcWsB#H9qc;N}(XoTfhxKMwYc0S42#dj6X@!_2bz0Y_D%F&W0`d((~0hKT%`cwH!Nd*{>ac#AeKN z2i6AleGK1Bq719f-9;{sR;3s}e*M zf@8W0Nl?_C$2c$LPDhUI8pk8I+VTv_QHUQ?UEPfZ3Xsu2g~^$A{K4+R?!s4o_@<=_ I=1HvSKRk8pTmS$7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py new file mode 100644 index 0000000..a2d3007 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py @@ -0,0 +1,23 @@ +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/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py new file mode 100644 index 0000000..82d9071 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py @@ -0,0 +1,342 @@ +""" +Utilities for determining application-specific dirs. See for details and +usage. +""" +from __future__ import annotations + +import os +import sys +from pathlib import Path + +if sys.version_info >= (3, 8): # pragma: no cover (py38+) + from typing import Literal +else: # pragma: no cover (py38+) + from pip._vendor.typing_extensions import Literal + +from .api import PlatformDirsABC +from .version import __version__ +from .version import __version_tuple__ as __version_info__ + + +def _set_platform_dir_class() -> type[PlatformDirsABC]: + if sys.platform == "win32": + from pip._vendor.platformdirs.windows import Windows as Result + elif sys.platform == "darwin": + from pip._vendor.platformdirs.macos import MacOS as Result + else: + from pip._vendor.platformdirs.unix import Unix as Result + + if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system": + + if os.getenv("SHELL") or os.getenv("PREFIX"): + return Result + + from pip._vendor.platformdirs.android import _android_folder + + if _android_folder() is not None: + from pip._vendor.platformdirs.android import Android + + return Android # return to avoid redefinition of result + + return Result + + +PlatformDirs = _set_platform_dir_class() #: Currently active platform +AppDirs = PlatformDirs #: Backwards compatibility with appdirs + + +def user_data_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: data directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_dir + + +def site_data_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + multipath: bool = False, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param multipath: See `roaming `. + :returns: data directory shared by users + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_dir + + +def user_config_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: config directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_dir + + +def site_config_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + multipath: bool = False, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param multipath: See `roaming `. + :returns: config directory shared by the users + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_dir + + +def user_cache_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `roaming `. + :returns: cache directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_dir + + +def user_state_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: state directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_dir + + +def user_log_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `roaming `. + :returns: log directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_dir + + +def user_documents_dir() -> str: + """ + :returns: documents directory tied to the user + """ + return PlatformDirs().user_documents_dir + + +def user_runtime_dir( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> str: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `opinion `. + :returns: runtime directory tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_runtime_dir + + +def user_data_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: data path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_path + + +def site_data_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + multipath: bool = False, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param multipath: See `multipath `. + :returns: data path shared by users + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_path + + +def user_config_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: config path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_path + + +def site_config_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + multipath: bool = False, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param multipath: See `roaming `. + :returns: config path shared by the users + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_path + + +def user_cache_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `roaming `. + :returns: cache path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_path + + +def user_state_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param roaming: See `roaming `. + :returns: state path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_path + + +def user_log_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `roaming `. + :returns: log path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_path + + +def user_documents_path() -> Path: + """ + :returns: documents path tied to the user + """ + return PlatformDirs().user_documents_path + + +def user_runtime_path( + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + opinion: bool = True, +) -> Path: + """ + :param appname: See `appname `. + :param appauthor: See `appauthor `. + :param version: See `version `. + :param opinion: See `opinion `. + :returns: runtime path tied to the user + """ + return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_runtime_path + + +__all__ = [ + "__version__", + "__version_info__", + "PlatformDirs", + "AppDirs", + "PlatformDirsABC", + "user_data_dir", + "user_config_dir", + "user_cache_dir", + "user_state_dir", + "user_log_dir", + "user_documents_dir", + "user_runtime_dir", + "site_data_dir", + "site_config_dir", + "user_data_path", + "user_config_path", + "user_cache_path", + "user_state_path", + "user_log_path", + "user_documents_path", + "user_runtime_path", + "site_data_path", + "site_config_path", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py new file mode 100644 index 0000000..9c54bfb --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py @@ -0,0 +1,46 @@ +from __future__ import annotations + +from pip._vendor.platformdirs import PlatformDirs, __version__ + +PROPS = ( + "user_data_dir", + "user_config_dir", + "user_cache_dir", + "user_state_dir", + "user_log_dir", + "user_documents_dir", + "user_runtime_dir", + "site_data_dir", + "site_config_dir", +) + + +def main() -> None: + app_name = "MyApp" + app_author = "MyCompany" + + print(f"-- platformdirs {__version__} --") + + print("-- app dirs (with optional 'version')") + dirs = PlatformDirs(app_name, app_author, version="1.0") + for prop in PROPS: + print(f"{prop}: {getattr(dirs, prop)}") + + print("\n-- app dirs (without optional 'version')") + dirs = PlatformDirs(app_name, app_author) + for prop in PROPS: + print(f"{prop}: {getattr(dirs, prop)}") + + print("\n-- app dirs (without optional 'appauthor')") + dirs = PlatformDirs(app_name) + for prop in PROPS: + print(f"{prop}: {getattr(dirs, prop)}") + + print("\n-- app dirs (with disabled 'appauthor')") + dirs = PlatformDirs(app_name, appauthor=False) + for prop in PROPS: + print(f"{prop}: {getattr(dirs, prop)}") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2436eb8a44842630f81ee423f444ec0b5b8dcce9 GIT binary patch literal 12927 zcmeHNOKjW7873uK)XVWJ58H_yI&W`c$uuV^G3;!ztKBTah_uaw5|trk zuLCdO0y(5W4!O0*plGvQq=z0_w8!4sBOMs1N?;2EMNkCj!9Y+H$f^H7q$E<7EPElJ z9GUz*^Yfo4zxih7=X}%L9A)75(|`PD`pHR#`4>itzn~Lf-~N+jm|rk5lVW664rpv9 zkP5IE4r;+vkpAaV9Q^0Brc5XmVi|?I&lj_in;tY_nDAf`(!!ZYD#9|^5RFBhn9R#z zEtZL=;*c*dN3`b5j?@ksjzYL4)e7N+-29kJwFMZZ?FHobvRD98bv12TfN=gEj(ay5-Yy zAJlHI@5uppvah5`%4g(5py}~w&dP^D)9cZkk&l38zejUcJ_;J4q&X@7Kt2YVzLExW z?g!0*k_K%)0L?-9oO~SWb;$SR1UxxB&Bz14VpB)t;3U(3{?TIe6I0bxQ&kLMN+*J> zmNvl(8T98#@B!o#t5iZV{X3n^fOirujO#WUXt!I)s zO)?>y3|jdjmx{Sds%8jMR*vQkXH!hho{ed?K$2Vce zhQFpl?Ii6DAQRKHjJw5+KykxYeuUYG;;cdpsIn+Rw5=R9^EpisMLR?kGf%SbcA4`z z<@1Uh?xZ2-(htjqn|(V$hk{vpz%ci*3iKzl4+0nfpa)=R1Tw*|831}u4QtM0-K24u zCTbmmv>`2&;W1{mIXR=eA1Q`q{solzvRrQ1%_&vGK2l*Hb?vXzu#frejh!{@;(j|4 zSYRd@sDHB-&BVTDSth_Nu>PU?voJj00ng)K1BEOECK*iA-!f)5&8gW_Ckgf-ye|H> znw9lA!w$(3fhVA9x-O+}OhSPBB&&X9$A`y8CT?6E5l4n^4nJy2%91ISl@m8^+~ImmwvbbE z2>=sRh$MAhLdTJWwp;4p*Z2~$pdm4scc6Obz-3E|O zNJ6?m^at(Ggkt11v#c`^xPluRmTyj=Tn>v{{)r>-t(5Ts@rrt~D=FJ&B zdnz$Blr&&y4dkTs0~nPsbk$taZM$z6Cq)ss!4$EqWewhX9czAi{@LxNSkH2- zXO&?i-M?x7b=PmtE%lvV?mJBtg^sQ#*H^+Lmj7CbbwBxVDYkDpw$F+kE5t8b{%fV9 z`^nf!tZni7TWBaVYV$yuSt+Buiy9^o7KAZ9tJo1xN_psL@@{Wg4NqM*`+QW=4CRi^ zyToPlM3;bqr)}<@u4{lxlcYH;!2N~bKcyv@x?zSkOO(LCuv%aj0t><4u`eLS%TlT` zUBR#mNDm=N6aXSz$Vo)XAk$;DFHl~;>&AqO#aByFFXhz4xSwwmuH~h>iHh8u_LlQ= z;v37+v8~9{?He~oH@1QNT+52w+zxhgb7S8lH)kp_E(l0NI5jGClnF4M%7Up2=8Pib z4TaF&`IaL`;DwQ6C_X@O97KP>j(fY+ZpH*6W{4w-B*DhO_lU2H9K>WpMKK70xBEdX zGXL#n;+@a=-=F`>v~~MSD<&?*#AUoP7MCH1!N!hcfF#r$Osfq>69TZ}{ckHYmHKtl zcq*kV;j}F*2GLFuGt^!AAK}Aqp#%F7B^w~Wt zmR^dbm+^XNaSthu8Vnv|n}es}RFu}UQ|fd*GNQavgh~sg94BEd(m97NzZ||H$RQ=nPp56u>e&WU4cX@CaeH;s*m2XXoukrH8WuR4UiMrBG!$X9!=WC`h%(P5M2dg8^C74R ziX7bam?vv-*{xun?T(#>Pg4f?dg@}wH%mECq3LQ(QdbZvC>Akr83itV8_XlQ_dJ5^ z+&CW5^!n=+B!(hs#3^Y&s#=sWf^QzhGq|fvJiZ;0W^tMW6EH6Q&?7}R*|=TvZ?gTq zE#KCfeRR&*36izfq_ULGc`J16_r%`wPSF z@8_4EURsWwu(%Uj0s8H}$@5R1ZfpZCgPM~k$!F0UR}U7%3;b4!4L4;i@LvT;5ES3Q zU2ne3SzM07g>YcqV4~EvIZ-xz(xh%C^x#zYFjbi@sUHbbRC6RYyod583Bzm$9F;G-y}wWS+BT)x2|h+_fG80N;t#zy<2 z&ViMqsHUe@`Y}Y0u23DGUm+(@(3ArZs+$InC{(7w(r(sGiJy%sQ@VBDP{|dwMSoY_ zGAnAkp)?isq-orG((qB67e!f5!&%g*C{E?!G%B1+CE#pk2ttN*gRptT7@X0gemOht zZt>vs-IQ*J;OHvs6A6!ozO#kS15x=3juGM^Si=s&xh)4d^t~a_NDRdt6o*g@qWBU8 zJy}HILlH(XR1;@zL?SFyrx_t(@+5zHH=Y!o>&dC zEV~*AvfL_zBFwM{E#`ptT45rK^sm4~7wKPt>9qXUN-(q>?07c&D%fKMdkS2ywdPvk z&RG6yg%K?ORq#jQX@R+5`LET`PPToO@rwl0demw;vea^Hx#iemyb#^J$U|H9?k@}s z6}o#1JG)jR&1{xkWopO+W!v3*(Uwr#s?uZYr^j=$F8EYfIatGN1Jb``g6>IvuDiWbypcgu0fmNm` L7J2-mOQZh-*}UpG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c90f805383e5fefcc88db3df538304d9343a9648 GIT binary patch literal 2124 zcmcgt&1)M+6rbH4Nh_^nJ0Yp#&<~~5INL?r6sP3Z)(f3(XQVVkV6io^w!W|@X2j)4*gSh%O2bTL!k6f=t1CHPJOd0DH09|G~m(9@ZOvEe(&kM znYX_b3ONMh%Rm3!euNSFi!sB&Cj@tT7l@ybj&!bpEUw0JjOH7>CDa59*D&xxEv0Am z^aET=8yP)wKei=#9vSIFus#}MBG45#<0a?*VN#i+l4jeEulc59dooY+8x76ha)`BR z5|2u%+A@d-XR0b^X`$&EMAbE4Q+1Qj>6ooM_LjLF3#Jl*R^Ktkcn{DMJ|CYqoJ9L# zg67nlmSOu|Y%vqdNYnOBE3qkfCbJ&-jM*`tX=3DE0KcNoq8*Gb-xUrauA@#!H ziboj$z{fX<+?49db>!bKPPry1r}rJ4MH3Z&zy+7Y0vtLGB2P?^Em&$Mu+D5yrD`l$J)6-Q8WKW!8O%v{?%wO3ScYO2fRT zxNQj7{-C_LsIVSVa<%$>ZQJk^*K`$VbGGgfWjy7Is#=-}ov-Y+DP|;j8=PH)<^2E+ zqKA&B-{^gQeBsUB7k}eykSpzf4O=opT#j%#z~%U4F~pS!R{~r)k!Bx>2k-xG1ky?< ztwhpFZ}nv6avyQ2Tk-Y~pNNGYF9lO&nESH_mk#`J?q)Q1Gm(U%5{XI><KI;-v^L z1$b!y9ZIE0D!nG^MqIVgLXD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdb91d4a732a608f4bd0363dfb18f42dbcf90a53 GIT binary patch literal 6354 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 E0VJ0S@&Et; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4004ba4af28b0882893e44721bee041b91d8fd37 GIT binary patch literal 7181 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. Makes use of the + `appname ` and + `version `. + """ + + @property + def user_data_dir(self) -> str: + """:return: data directory tied to the user, e.g. ``/data/user///files/``""" + return self._append_app_name_and_version(cast(str, _android_folder()), "files") + + @property + def site_data_dir(self) -> str: + """:return: data directory shared by users, same as `user_data_dir`""" + return self.user_data_dir + + @property + def user_config_dir(self) -> str: + """ + :return: config directory tied to the user, e.g. ``/data/user///shared_prefs/`` + """ + return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs") + + @property + def site_config_dir(self) -> str: + """:return: config directory shared by the users, same as `user_config_dir`""" + return self.user_config_dir + + @property + def user_cache_dir(self) -> str: + """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``""" + return self._append_app_name_and_version(cast(str, _android_folder()), "cache") + + @property + def user_state_dir(self) -> str: + """:return: state directory tied to the user, same as `user_data_dir`""" + return self.user_data_dir + + @property + def user_log_dir(self) -> str: + """ + :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it, + e.g. ``/data/user///cache//log`` + """ + path = self.user_cache_dir + if self.opinion: + path = os.path.join(path, "log") + return path + + @property + def user_documents_dir(self) -> str: + """ + :return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents`` + """ + return _android_documents_folder() + + @property + def user_runtime_dir(self) -> str: + """ + :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it, + e.g. ``/data/user///cache//tmp`` + """ + path = self.user_cache_dir + if self.opinion: + path = os.path.join(path, "tmp") + return path + + +@lru_cache(maxsize=1) +def _android_folder() -> str | None: + """:return: base folder for the Android OS or None if cannot be found""" + try: + # First try to get path to android app via pyjnius + from jnius import autoclass + + Context = autoclass("android.content.Context") # noqa: N806 + result: str | None = Context.getFilesDir().getParentFile().getAbsolutePath() + except Exception: + # if fails find an android folder looking path on the sys.path + pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files") + for path in sys.path: + if pattern.match(path): + result = path.split("/files")[0] + break + else: + result = None + return result + + +@lru_cache(maxsize=1) +def _android_documents_folder() -> str: + """:return: documents folder for the Android OS""" + # Get directories with pyjnius + try: + from jnius import autoclass + + Context = autoclass("android.content.Context") # noqa: N806 + Environment = autoclass("android.os.Environment") # noqa: N806 + documents_dir: str = Context.getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS).getAbsolutePath() + except Exception: + documents_dir = "/storage/emulated/0/Documents" + + return documents_dir + + +__all__ = [ + "Android", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py new file mode 100644 index 0000000..6f6e2c2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py @@ -0,0 +1,156 @@ +from __future__ import annotations + +import os +import sys +from abc import ABC, abstractmethod +from pathlib import Path + +if sys.version_info >= (3, 8): # pragma: no branch + from typing import Literal # pragma: no cover + + +class PlatformDirsABC(ABC): + """ + Abstract base class for platform directories. + """ + + def __init__( + self, + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, + multipath: bool = False, + opinion: bool = True, + ): + """ + Create a new platform directory. + + :param appname: See `appname`. + :param appauthor: See `appauthor`. + :param version: See `version`. + :param roaming: See `roaming`. + :param multipath: See `multipath`. + :param opinion: See `opinion`. + """ + self.appname = appname #: The name of application. + self.appauthor = appauthor + """ + The name of the app author or distributing body for this application. Typically, it is the owning company name. + Defaults to `appname`. You may pass ``False`` to disable it. + """ + self.version = version + """ + An optional version path element to append to the path. You might want to use this if you want multiple versions + of your app to be able to run independently. If used, this would typically be ``.``. + """ + self.roaming = roaming + """ + Whether to use the roaming appdata directory on Windows. That means that for users on a Windows network setup + for roaming profiles, this user data will be synced on login (see + `here `_). + """ + self.multipath = multipath + """ + An optional parameter only applicable to Unix/Linux which indicates that the entire list of data dirs should be + returned. By default, the first item would only be returned. + """ + self.opinion = opinion #: A flag to indicating to use opinionated values. + + def _append_app_name_and_version(self, *base: str) -> str: + params = list(base[1:]) + if self.appname: + params.append(self.appname) + if self.version: + params.append(self.version) + return os.path.join(base[0], *params) + + @property + @abstractmethod + def user_data_dir(self) -> str: + """:return: data directory tied to the user""" + + @property + @abstractmethod + def site_data_dir(self) -> str: + """:return: data directory shared by users""" + + @property + @abstractmethod + def user_config_dir(self) -> str: + """:return: config directory tied to the user""" + + @property + @abstractmethod + def site_config_dir(self) -> str: + """:return: config directory shared by the users""" + + @property + @abstractmethod + def user_cache_dir(self) -> str: + """:return: cache directory tied to the user""" + + @property + @abstractmethod + def user_state_dir(self) -> str: + """:return: state directory tied to the user""" + + @property + @abstractmethod + def user_log_dir(self) -> str: + """:return: log directory tied to the user""" + + @property + @abstractmethod + def user_documents_dir(self) -> str: + """:return: documents directory tied to the user""" + + @property + @abstractmethod + def user_runtime_dir(self) -> str: + """:return: runtime directory tied to the user""" + + @property + def user_data_path(self) -> Path: + """:return: data path tied to the user""" + return Path(self.user_data_dir) + + @property + def site_data_path(self) -> Path: + """:return: data path shared by users""" + return Path(self.site_data_dir) + + @property + def user_config_path(self) -> Path: + """:return: config path tied to the user""" + return Path(self.user_config_dir) + + @property + def site_config_path(self) -> Path: + """:return: config path shared by the users""" + return Path(self.site_config_dir) + + @property + def user_cache_path(self) -> Path: + """:return: cache path tied to the user""" + return Path(self.user_cache_dir) + + @property + def user_state_path(self) -> Path: + """:return: state path tied to the user""" + return Path(self.user_state_dir) + + @property + def user_log_path(self) -> Path: + """:return: log path tied to the user""" + return Path(self.user_log_dir) + + @property + def user_documents_path(self) -> Path: + """:return: documents path tied to the user""" + return Path(self.user_documents_dir) + + @property + def user_runtime_path(self) -> Path: + """:return: runtime path tied to the user""" + return Path(self.user_runtime_dir) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py new file mode 100644 index 0000000..a01337c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py @@ -0,0 +1,64 @@ +from __future__ import annotations + +import os + +from .api import PlatformDirsABC + + +class MacOS(PlatformDirsABC): + """ + Platform directories for the macOS operating system. Follows the guidance from `Apple documentation + `_. + Makes use of the `appname ` and + `version `. + """ + + @property + def user_data_dir(self) -> str: + """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support/")) + + @property + def site_data_dir(self) -> str: + """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``""" + return self._append_app_name_and_version("/Library/Application Support") + + @property + def user_config_dir(self) -> str: + """:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Preferences/")) + + @property + def site_config_dir(self) -> str: + """:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``""" + return self._append_app_name_and_version("/Library/Preferences") + + @property + def user_cache_dir(self) -> str: + """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches")) + + @property + def user_state_dir(self) -> str: + """:return: state directory tied to the user, same as `user_data_dir`""" + return self.user_data_dir + + @property + def user_log_dir(self) -> str: + """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs")) + + @property + def user_documents_dir(self) -> str: + """:return: documents directory tied to the user, e.g. ``~/Documents``""" + return os.path.expanduser("~/Documents") + + @property + def user_runtime_dir(self) -> str: + """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems")) + + +__all__ = [ + "MacOS", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py new file mode 100644 index 0000000..9aca5a0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py @@ -0,0 +1,181 @@ +from __future__ import annotations + +import os +import sys +from configparser import ConfigParser +from pathlib import Path + +from .api import PlatformDirsABC + +if sys.platform.startswith("linux"): # pragma: no branch # no op check, only to please the type checker + from os import getuid +else: + + def getuid() -> int: + raise RuntimeError("should only be used on Linux") + + +class Unix(PlatformDirsABC): + """ + On Unix/Linux, we follow the + `XDG Basedir Spec `_. The spec allows + overriding directories with environment variables. The examples show are the default values, alongside the name of + the environment variable that overrides them. Makes use of the + `appname `, + `version `, + `multipath `, + `opinion `. + """ + + @property + def user_data_dir(self) -> str: + """ + :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or + ``$XDG_DATA_HOME/$appname/$version`` + """ + path = os.environ.get("XDG_DATA_HOME", "") + if not path.strip(): + path = os.path.expanduser("~/.local/share") + return self._append_app_name_and_version(path) + + @property + def site_data_dir(self) -> str: + """ + :return: data directories shared by users (if `multipath ` is + enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS + path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version`` + """ + # XDG default for $XDG_DATA_DIRS; only first, if multipath is False + path = os.environ.get("XDG_DATA_DIRS", "") + if not path.strip(): + path = f"/usr/local/share{os.pathsep}/usr/share" + return self._with_multi_path(path) + + def _with_multi_path(self, path: str) -> str: + path_list = path.split(os.pathsep) + if not self.multipath: + path_list = path_list[0:1] + path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list] + return os.pathsep.join(path_list) + + @property + def user_config_dir(self) -> str: + """ + :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or + ``$XDG_CONFIG_HOME/$appname/$version`` + """ + path = os.environ.get("XDG_CONFIG_HOME", "") + if not path.strip(): + path = os.path.expanduser("~/.config") + return self._append_app_name_and_version(path) + + @property + def site_config_dir(self) -> str: + """ + :return: config directories shared by users (if `multipath ` + is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS + path separator), e.g. ``/etc/xdg/$appname/$version`` + """ + # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False + path = os.environ.get("XDG_CONFIG_DIRS", "") + if not path.strip(): + path = "/etc/xdg" + return self._with_multi_path(path) + + @property + def user_cache_dir(self) -> str: + """ + :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or + ``~/$XDG_CACHE_HOME/$appname/$version`` + """ + path = os.environ.get("XDG_CACHE_HOME", "") + if not path.strip(): + path = os.path.expanduser("~/.cache") + return self._append_app_name_and_version(path) + + @property + def user_state_dir(self) -> str: + """ + :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or + ``$XDG_STATE_HOME/$appname/$version`` + """ + path = os.environ.get("XDG_STATE_HOME", "") + if not path.strip(): + path = os.path.expanduser("~/.local/state") + return self._append_app_name_and_version(path) + + @property + def user_log_dir(self) -> str: + """ + :return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it + """ + path = self.user_state_dir + if self.opinion: + path = os.path.join(path, "log") + return path + + @property + def user_documents_dir(self) -> str: + """ + :return: documents directory tied to the user, e.g. ``~/Documents`` + """ + documents_dir = _get_user_dirs_folder("XDG_DOCUMENTS_DIR") + if documents_dir is None: + documents_dir = os.environ.get("XDG_DOCUMENTS_DIR", "").strip() + if not documents_dir: + documents_dir = os.path.expanduser("~/Documents") + + return documents_dir + + @property + def user_runtime_dir(self) -> str: + """ + :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or + ``$XDG_RUNTIME_DIR/$appname/$version`` + """ + path = os.environ.get("XDG_RUNTIME_DIR", "") + if not path.strip(): + path = f"/run/user/{getuid()}" + return self._append_app_name_and_version(path) + + @property + def site_data_path(self) -> Path: + """:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``""" + return self._first_item_as_path_if_multipath(self.site_data_dir) + + @property + def site_config_path(self) -> Path: + """:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``""" + return self._first_item_as_path_if_multipath(self.site_config_dir) + + def _first_item_as_path_if_multipath(self, directory: str) -> Path: + if self.multipath: + # If multipath is True, the first path is returned. + directory = directory.split(os.pathsep)[0] + return Path(directory) + + +def _get_user_dirs_folder(key: str) -> str | None: + """Return directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/""" + user_dirs_config_path = os.path.join(Unix().user_config_dir, "user-dirs.dirs") + if os.path.exists(user_dirs_config_path): + parser = ConfigParser() + + with open(user_dirs_config_path) as stream: + # Add fake section header, so ConfigParser doesn't complain + parser.read_string(f"[top]\n{stream.read()}") + + if key not in parser["top"]: + return None + + path = parser["top"][key].strip('"') + # Handle relative home paths + path = path.replace("$HOME", os.path.expanduser("~")) + return path + + return None + + +__all__ = [ + "Unix", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py new file mode 100644 index 0000000..9f6eb98 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py @@ -0,0 +1,4 @@ +# file generated by setuptools_scm +# don't change, don't track in version control +__version__ = version = '2.6.2' +__version_tuple__ = version_tuple = (2, 6, 2) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py new file mode 100644 index 0000000..d5c27b3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py @@ -0,0 +1,184 @@ +from __future__ import annotations + +import ctypes +import os +import sys +from functools import lru_cache +from typing import Callable + +from .api import PlatformDirsABC + + +class Windows(PlatformDirsABC): + """`MSDN on where to store app data files + `_. + Makes use of the + `appname `, + `appauthor `, + `version `, + `roaming `, + `opinion `.""" + + @property + def user_data_dir(self) -> str: + """ + :return: data directory tied to the user, e.g. + ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or + ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming) + """ + const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA" + path = os.path.normpath(get_win_folder(const)) + return self._append_parts(path) + + def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str: + params = [] + if self.appname: + if self.appauthor is not False: + author = self.appauthor or self.appname + params.append(author) + params.append(self.appname) + if opinion_value is not None and self.opinion: + params.append(opinion_value) + if self.version: + params.append(self.version) + return os.path.join(path, *params) + + @property + def site_data_dir(self) -> str: + """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``""" + path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA")) + return self._append_parts(path) + + @property + def user_config_dir(self) -> str: + """:return: config directory tied to the user, same as `user_data_dir`""" + return self.user_data_dir + + @property + def site_config_dir(self) -> str: + """:return: config directory shared by the users, same as `site_data_dir`""" + return self.site_data_dir + + @property + def user_cache_dir(self) -> str: + """ + :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g. + ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version`` + """ + path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA")) + return self._append_parts(path, opinion_value="Cache") + + @property + def user_state_dir(self) -> str: + """:return: state directory tied to the user, same as `user_data_dir`""" + return self.user_data_dir + + @property + def user_log_dir(self) -> str: + """ + :return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it + """ + path = self.user_data_dir + if self.opinion: + path = os.path.join(path, "Logs") + return path + + @property + def user_documents_dir(self) -> str: + """ + :return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents`` + """ + return os.path.normpath(get_win_folder("CSIDL_PERSONAL")) + + @property + def user_runtime_dir(self) -> str: + """ + :return: runtime directory tied to the user, e.g. + ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname`` + """ + path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp")) + return self._append_parts(path) + + +def get_win_folder_from_env_vars(csidl_name: str) -> str: + """Get folder from environment variables.""" + if csidl_name == "CSIDL_PERSONAL": # does not have an environment name + return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents") + + env_var_name = { + "CSIDL_APPDATA": "APPDATA", + "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE", + "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA", + }.get(csidl_name) + if env_var_name is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + result = os.environ.get(env_var_name) + if result is None: + raise ValueError(f"Unset environment variable: {env_var_name}") + return result + + +def get_win_folder_from_registry(csidl_name: str) -> str: + """Get folder from the registry. + + This is a fallback technique at best. I'm not sure if using the + registry for this guarantees us the correct answer for all CSIDL_* + names. + """ + shell_folder_name = { + "CSIDL_APPDATA": "AppData", + "CSIDL_COMMON_APPDATA": "Common AppData", + "CSIDL_LOCAL_APPDATA": "Local AppData", + "CSIDL_PERSONAL": "Personal", + }.get(csidl_name) + if shell_folder_name is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + if sys.platform != "win32": # only needed for mypy type checker to know that this code runs only on Windows + raise NotImplementedError + import winreg + + key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders") + directory, _ = winreg.QueryValueEx(key, shell_folder_name) + return str(directory) + + +def get_win_folder_via_ctypes(csidl_name: str) -> str: + """Get folder with ctypes.""" + csidl_const = { + "CSIDL_APPDATA": 26, + "CSIDL_COMMON_APPDATA": 35, + "CSIDL_LOCAL_APPDATA": 28, + "CSIDL_PERSONAL": 5, + }.get(csidl_name) + if csidl_const is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + + buf = ctypes.create_unicode_buffer(1024) + windll = getattr(ctypes, "windll") # noqa: B009 # using getattr to avoid false positive with mypy type checker + windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) + + # Downgrade to short path name if it has highbit chars. + if any(ord(c) > 255 for c in buf): + buf2 = ctypes.create_unicode_buffer(1024) + if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): + buf = buf2 + + return buf.value + + +def _pick_get_win_folder() -> Callable[[str], str]: + if hasattr(ctypes, "windll"): + return get_win_folder_via_ctypes + try: + import winreg # noqa: F401 + except ImportError: + return get_win_folder_from_env_vars + else: + return get_win_folder_from_registry + + +get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder()) + +__all__ = [ + "Windows", +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py new file mode 100644 index 0000000..7185e53 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py @@ -0,0 +1,82 @@ +""" + Pygments + ~~~~~~~~ + + Pygments is a syntax highlighting package written in Python. + + It is a generic syntax highlighter for general use in all kinds of software + such as forum systems, wikis or other applications that need to prettify + source code. Highlights are: + + * a wide range of common languages and markup formats is supported + * special attention is paid to details, increasing quality by a fair amount + * support for new languages and formats are added easily + * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image + formats that PIL supports, and ANSI sequences + * it is usable as a command-line tool and as a library + * ... and it highlights even Brainfuck! + + The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``. + + .. _Pygments master branch: + https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" +from io import StringIO, BytesIO + +__version__ = '2.13.0' +__docformat__ = 'restructuredtext' + +__all__ = ['lex', 'format', 'highlight'] + + +def lex(code, lexer): + """ + Lex ``code`` with ``lexer`` and return an iterable of tokens. + """ + try: + return lexer.get_tokens(code) + except TypeError: + # Heuristic to catch a common mistake. + from pip._vendor.pygments.lexer import RegexLexer + if isinstance(lexer, type) and issubclass(lexer, RegexLexer): + raise TypeError('lex() argument must be a lexer instance, ' + 'not a class') + raise + + +def format(tokens, formatter, outfile=None): # pylint: disable=redefined-builtin + """ + Format a tokenlist ``tokens`` with the formatter ``formatter``. + + If ``outfile`` is given and a valid file object (an object + with a ``write`` method), the result will be written to it, otherwise + it is returned as a string. + """ + try: + if not outfile: + realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO() + formatter.format(tokens, realoutfile) + return realoutfile.getvalue() + else: + formatter.format(tokens, outfile) + except TypeError: + # Heuristic to catch a common mistake. + from pip._vendor.pygments.formatter import Formatter + if isinstance(formatter, type) and issubclass(formatter, Formatter): + raise TypeError('format() argument must be a formatter instance, ' + 'not a class') + raise + + +def highlight(code, lexer, formatter, outfile=None): + """ + Lex ``code`` with ``lexer`` and format it with the formatter ``formatter``. + + If ``outfile`` is given and a valid file object (an object + with a ``write`` method), the result will be written to it, otherwise + it is returned as a string. + """ + return format(lex(code, lexer), formatter, outfile) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py new file mode 100644 index 0000000..90cafd9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py @@ -0,0 +1,17 @@ +""" + pygments.__main__ + ~~~~~~~~~~~~~~~~~ + + Main entry point for ``python -m pygments``. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import sys +from pip._vendor.pygments.cmdline import main + +try: + sys.exit(main(sys.argv)) +except KeyboardInterrupt: + sys.exit(1) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae75f89a71e65f6990aa5c192bf46b390455323e GIT binary patch literal 3842 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 bThXKjmA4~~j>&Gfn2u@RZ=u%+W#E4SWnUrq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c8889f9b3fa6bad32a3564fe86de458d7934d07 GIT binary patch literal 778 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a60ef1b0293f94790679e74454b9ea4a34487dd GIT binary patch literal 3041 zcmcIm-ER{|5a0W<&ptaJ5C{-TFA%pl5IbLd1q2FT1yN{eick|;WBV58h<#`F&Ixuy z>r_+?C=!koiu*>ZmKO16^req>VqZTcxh+v&R{@PK--mXc7HRoGqbz1 zv;Hv{^do2|e)}`^tp}k$C}=jp9XyOM2;D*onnVgS$*5?ORagw)K2X4n!WC%GD!hvY z7kganb+PDTpNsu2mRuZganQwWE^c>m2gNC*bbiN7a?r1Wo>x{+3M|4N%whfxi_ksz zoOT#}yyYCAN$;cxQFdXW04sECVXteuOIZVan9w3~;uMs%g&@opminf=Q{t2WEA*^y z8mH^+rZ$vySJ9+TSr62&Yyc`LJrgLrvGB8BhL+8zGFUT>NK)4fJ&kSVXU{ah%{{7< zOx%={dRiw~f!>}V>p3%P@Uv=Q+a z*q$j16?`Lm_Kxn^J2;rJ1cD80THN4J#^MutT7ls(urI__jj~5FmS~u9O@Xihj%F-h zPE#;Rs~QHp15^_*o`LaBP}OH0QCOt>coO)qc1uVRj5W)X$LX{_2aeJ?YU;_XD^Kh`b3T3E$&JvyOxB;YJ|0koi~u8NxitnhA85Jw>SEUB(iUx`K_n=pj{p zbT&F0C(*gNx#+B#GciW(5sKo)ijHpGZ#)oe5d zYKl%k$w{}Un>~?i-jeJii`jWa`oYy!_>2IMBKlqGD0MIGukh;$8Bm^YPT0T3H*bL5FyooQH26ZaSBn+J;+CsH}Nd(|_ z_>3MPPNeH=Qcqc_N}GQ;^V6>HKdDM16@KLTzt zQ8ZmkQ=a|ITh{^YgF}=jzw=Mj*hj7Fgx8+r!IanmGfB4=V_Y|MEJ=<{OV7CL~Y z(f1?mux#6u*>7v~)1geu^)q6pD#UE@<2wDU(l*=1Hpd1n-l~>rv2%)ShNV9E3)&-Q z8-X_ySxi5n{~jzRMkMI%ibv?)ggMI-&t{=ok+-M58vdYf~4hX=GSw%rI`58lM(cUH8j7^;b(iWsW5uP%+35~agSg+>0~7(Kd@sfv9y zv9BWb{bxo`)YfjTis70Vu885Mt@8e_PJVInW~j`sY^(B{YW$`Ozp3tUOMO+oyT*4{ z_->a2dft^tmG70~LOQT~$wo1C}=yQ}kpkW^vd^I%g&+ zaWdm%j$sAT^xsGmF_$f_pk^&bv6!^|*w}U4J~Hw)oSALcKGH|xzKpKq(s(}^2LUaX z#&Mtxj$xPvD>8foQPPFHZAI?B=r0QOKwD8LCKi14&aTp@)y~a;QVVVOJ64zQvIOA5 zLXe7b%RP>y-ql?WEuR2zv5GqDYu1%_EKdQNsiIZ?pxEG<_WlNHlA;8Rj@`g;Niopy zAi-N?>VfvfLnWzvt{UjC1z-xtNH$qGTpTZ6s<*EyohhGQ{^;80#UqQo3&$Kr;`Y!t z7piMQ)%K9f=7q)1g`+TK{5~%fFD>@o?_67&U3tSb%7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..142ac99106053f6c8d6de99394176706f08b8704 GIT binary patch literal 3502 zcmaJ@&2JmW6`xryKg3XyW!iG9%FeWIP%*GcS&jo#u+^rvk{C&tqH=r?(5zOwLuuU= zmz`NkB}*4VV6-Y=1cs47J|ut+fg8h@9P)1jkN_Q21_lBY1#;+tf?OcTsqf9~(xeo3 z#C@92H}l^7-tWyn1_!eQ%3J^Z&(i%gA^*ZgT#`}cpbV8w;*xpdW?bVAou_W%4w*L$ z@&<9uJH$;sGzfVNpDyzWHIjmnG*3KCz!-ednCa3vQW$7{m1R(BjinV{4P~+7`5_mo z?=Sr&t2*Ba+`7+MxNL{aTdDb6ErT{^F0a^iKV(`(QO}=tf?7j(OUvOjyBb&7)a2x= z=cgv8rr2Ubt^IAZKMT3Na*j#P*=z6Jc=O%g%@x(Q)4u2Ms^rt`H*?qY_}ka7&X(t9 zStSs#b!dCOEN072*FvxpJ%{asS3vyD*d!Z9g}U@k=60e*uaVym-8K!)t>G#}i za(B2zz&}RwGqwMF5^eS*TjAky;Ic4acCF?&m|bNaILuxIrv#PAb_wHZnayM5aapQ)wUPzX+(5u2jmT02r&^<(vXsx8r`11856I$WKX7bc&J^|V zaX5uU`@j2^d`s5JUVdzI=KjpqOP`PK^qMbg1#J1y9(mFb<)Yv+gscK#xN~#08I|aJ>wbO%nEuwaBe*D?}tjr9wkADJm`E9=df{ z*PRWc#wUmP0%9T2{93{D8g~L=!@X)2aDwV87olV}tJJGb=mmi7Dh5ad+39Ib1wb?G z*HV#&zB;81dx1HaAFOfV*pg33?pMy~Xn{yq@dL3?L&dT%-CcwWG4{i-QRC;>s_oY~ zY#goVpNDfB9`_;4dS(~Zo)ZP7vYoZ86-92ARY-_q;Hh@nvfRM2tac{0tdMM*sG*&) ztg5}jVQlF2$m-V>b+*$>Kt^FG#0aQ>xS8B{5nM`YxfSPWJ zad2=3x;6X z=kC`ycB6GZ_& zc^Sld_pf6ll9>)ck)_EOk&PmeqRF3Q^RUp0QJn){x5Sru@H6N-47g`-1L&n(13@QF z!o=o|!pm!m5bCxQM&JTux%fEfM;7MY2um7qYH1vtF}4^m5I#sMext~4K;@8B;e*Y>!{w8)u)CcgHX8C+O){ z_6f~jdWr%NIe6*cnW4MG56tb%1pKzr`hQm{fF5}Yo`v1iBl`b8iGX;}?OoUQKb(&~ zk97PS%BhNq1mgb(0{!G6SLlGB#mTRN(9e}`@~1Yh+`qDQ^7GUe=9jsh{FUAOmF>)P zf6CNC`WY_>G*i<7Ui0%g0fSFPAa1T6E4`eML{31FBgamxzu7TOe5iCq&PdL{RUHwU z8kA}i)IyA78dPs0mF+YWsqub_`aW}6r{5XzGOR%F%MU?x5|q-8k)dXXpcu{4;~mm3 n#s(=Q!LDFg3XFAB>|@{4X9Hs+6l^#u?%mwS-lsn>q|Eytm{vn< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19ba1beec239b8e8615b0428f57993e80dbebd8b GIT binary patch literal 3868 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 Gf`0+8Ew#1) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6eb2d03bcc06cdf6cdb5cfe0769a7ecbdb750bdb GIT binary patch literal 5028 zcma)AYfK#16~1@&{eG}u8-?{4JF(X>k9Fc8Fu{P0UtpXVH)#kiT6TtIlii*5oiR3e zX*Ly6z(OjCY(c6-+DcAJl>VSqrJ|}*{i8qnbH`e#+m(=zsz`~{N?2|ri$CqTGrP;o z+EIOX=Iot2_i^rdeCOQxjmu?6PzL|;uNZP7^iTRwDTZ?8@e)*45Qjz)hdCyJM=|^x z5;)0>GMKg*6NaR5)Tq==2~*NMYF6szge7SmwPM5|9=~U+Ow3un!U%l>w^~N+@ZQSd znpOvAokyci&IZ)QIXTBX9(8lf2nx9(uokkjP|`E8B%hMRR>H^lTS8h=T7O`HTA zij5><0*OmgNmiPQNNkKx@gySgA`3&~$@nbKvC2%)GAR%?8Iht>@l=dW2$aM{33^T{ zlO^I33{9}2M4*G%sxHwL71A>#9-ET7*wd9Nd%V5Xp`TxJ?A1wWK4__aiZ0Y)i+}ZR60569{xt zZLh6jd#&l29cyE5zvEwGON zX!*V6ceX#+8&4^5P!xy+A(sYLh^y6D zx`RW+3!D)O4c}Ar7@jp8In}j;Pwn80E<#X4P$I-3sNBOVCp2E#5a6fJZat{w83^5v{?@>3f$T)QJe+#W(06Z@Tv7R)+5OoiR-940y;#1nN zb<-s6R+{w8HvhOXDt*qwv|dXMem_=!+Bm37DVBW%D%3F{M&n)KEW#mT_esqG6zf)ezGB@hj4hca;{+0KkRB?# zC~-r5_CSr4w7#k4Si{gw3;+So-0*FL{~UNw|KR#x_de{rkVOj1AzR4+CPyf@Bm|^n zj-=C&-zmuxp%z{;t0+b2M1HXbeEGp9q^W6*`yLsv*Ix|mr~fRNg^m3dW4Ej$7xDzF%X?mbV37Bm-fU>jb;=Db zg@zX3ac^s}{UrVGrY79IZAO9Mm(I0!WVWNgcF1)d8!yXs19|7brfc8oVcFGOa5ZPo z7A>xAWHvQYmS0=Ey>xrQ2qV3XAhg#$8~%J)_8i@GH&yW+D(icI$idD+uyf;t?CvYL z`>2Ha@s@kvBNO9o1hv>2x2>qI1&}p&4v6eOR`4Io4$_rhmR&CuTrZVZHkrbjl|db_ z*cX#p@U|T}8;VxPFRgd1S`Xh0zL<;U+b&cuIe4)Uytr+k!0||dkN+qX>b4;a zb)b(7j1yqRj2sP*ECy!-HKhg>VQEZ{Qdg@K>P__d@eq&|q{Y?RgTfpfHFQ`DaH2<4 zZQ2uJX8&DHMQA9GCn`t#|Cf`*;&8rGQj+qS{wf^U%kIibg8EH>P2PZ%WrBx(y3YW| z*pwhuJ|VQSER3CDZ^jb|=&PLU70hZ;PwQNHfukxY9EAjlV~?s}01t#`;YEwms)7=1 z0T`ek5GLa(`1YVorhYNl!ABrIw1F5Ea0nR)J@kMmZ z>iEFWz@>rVt122R&`0@I!h>p3G{J^LcT(VPB={cE505mz5+48oJH>dLv0>vjqND*~ zd)7vOMO2^HUq!^`^;Z!!<@Hw)?a%A4EoZ|*|I)?f4`k=zg7Yv;>}_1OuZBNy-F0PM d+h&YMXn@_N))N>UqDs=(hEG!Fo=KD){tt2OkqiI; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..365050a0453a7125f28af440974db43a6d408b85 GIT binary patch literal 4883 zcmd5=&2JmW72oBDMN+ir+OjQ2jx(|44^|3kJ8@hKh5>)5aobc0ECsH0S+2Mva;4=i zJG;~es|G@mgBlo!?HI69xTp_-Yr{F@&_fRSBP2sWSONwL^i-e+2Fl5&{@yHiB}z$9 zpqGx!xAXDdn>X)k-uSP(cc&DzU;X{xrQWon{F4Sji?=%)*U@>P7|MiVs7Az6C)9}Y zj$%YVQj8dnJdP^LGyMEE5tVCktnGRn!3uuum6#D3Q?gxp3{xqFR$VAnxb3+)x2W4T z7jp8$Z7n5d$IGV6EOS!mVu6{Js>LNG)0yBUKF=m~mm93jC&$K|3TKvXmuh;6yOM)t z&T#g=4it;&f-|nW3(Rv^RTnO2lQoZ(^;ynbqMYFibB-`v=9P6%QX9O=ZG$;BrZ_7) zw#Vna9J|7cdJW{x6y_nJ>74|qR2|nfCoN9=Ej}+f5Gyuab3Hb>z-q2(mwe%CmM$2d zuL=$t@CQB@I4Y#YR+6-EgUTd#0UYo;`<;utlH z`e{x3ZB4h@D_xpqI7Ll+s%((tFK^~&b&;Q&o6FCdMb8lno>}1{Kg;deJiIqwUGU0| z{bugWnY?Ry{Eez!oFNa*SIuf(1DfFoAo*dD53B>D#K2vGUUb|e088OtD-w+-T1p2H z6xNcUL%+m^+C~9jn|`|y(CS3Yh<&6?#3Ksd#p66a9VK*X+k!c6AjBuSj9q{UqYE%; zBmh%J60qAyA=J~&t}#Ed>s4v1F&Vjm*ZEF&8AhmZsKr1idL9?HE8`P!y*)Hsn9eS_ z?3C^JQCV~|IqN1VaH*X8(qWTzq_$=^6 z1$bc+Gl(k0m7_qX%3=g-LDEzV8tn@B%TZS_GKps*82O%E|DBYZ^5QUZl3tOXJWS(p zxUY2Uxv~jYb<0l8GT0=NmDH}Wop8$1OD<6wd`hob9_7gGx|BE}q14uBHrb3Bx~Dgz z7Pp(-)YZ@{dF5u(^>pEBNNmk0fw-h^#w^|SnsFII&7>x{R-~xQMw>C0TT{&#i7lkh zlF}fO=*E{~%d|~T)9QQL9+C@Yj$z$>2VhBQrIh`LmSeY*FZz$Hc%NN(cwsrVp6F{F zdIgg`jeWiNBpUl^lxp<$5oSXYq#B3%31u07G7^fRF~OLONz!Z_1%M+c)A;%g{Sb3T zni6iT)^mk%QR4;5GL%Z%aT%ra+ zAyCF!QvQ+IcYA*2t@ZxF=b6FP#Go&I=zhQC_NQ zAkOC42e?7x{f+x6q@}x6FLT}SuLSrm%O=IEIE9~$52DwM2;S^!ry=R*;s7CJ2#^mv zjY#u1yMo+C1_+`cj!-Gi)OQE2Act=Q!7Tv5|I zN**>;HX_S}Dd{TaZjS9R(xweYv#K}-p~UL|?pAdo*|=Uk9cYtAR|uyc0Ln}#dwM^q ze_UTVxt2M)o;mttU^SClP2_g!Aq=s5h}!>)5DS9|_r}%$3d4C({Vzf<3^#;c5=xP+ zGxUBRS&S@2=tf$MJd#g?05AA5ul2|&y@SA z7pBW*TnaAeGHgb{x*0DCr&i5IWf~PnXx>P@Vkc z;GYhDcIY9ME>xvFICt;d-ShX)V~A?yz=NCjZr;6h{}zTRBuXN5w?qu<7lCt_n; zp{k#2*! zU3T2aA2%-HMV8dGB3#_nG(q*rW|6h?G(h21(OF;mGeuCkCjpj}My9_(c7;{xdmUgs zeYn*XdoA^?65Eq%DY0ZqT8Gp|xi*{jcZPt9phPSvr;1kyP-W0eRE1OJ!dvj~sN=LC z^_`<06?%fQpJXb%S5N|!fUc>w&n`hY`fEkv^s*z+la3#5DV^YOBtFzqLawB9O0Kq@_e0Vewn!Fzo##Ww?IXuvAYD&imIyGie%JSOCi7% qHMNwazt*mp3PtP$chazwn)q&Wspr?K3X#7bek}ib+FvPag;hh{ZMpOpauNUhoI=gj4*)M0R${i?1Ow<8cy@hX4IPCj)+h_z!$2B}*~$RD{f3f+3;= zLo%i$871LvPMT)SQ8S5URFaypL@iq0lC;j)qBbpWP1y?y2CSXgVLC&?wChinghajai|e>u`OFgi9sL-RDlig7Lp zZ9c)-8Eqp~ODfH<0%YvhIri3NP7opQ=;wGgA#!spJRC@|g2*zlOq>_k*ey<+iiw<< zWQB!SoZ&D%lV)a@Dn7#s8n;$B$R*ig z5sf0W!jZ_x04>gEkWrJ1r6_;l!v9J#RxOJ-UQ@&sAngWfqot?4aJx&e z1n4XgH8Et=%$TASV~$!FDr$wijU%FV#sWI$V5~r$j18!Zu>*B84$wlU>MAW`e>$;{ z(zKGWZ0? z!kd63N~6M|p>?9wJUt7q?h<0vy9ZGG5dM0~60!2TEHRCOw8W5&r7XdiKG4efhAfdU z+hX}OWQ;O%Wa_;=WtppFQPna^`CYQk>?w2Qc=B_rLyXKmNNE`B$h*2)Aarl59qdIRMRZg zsyjZ_SI!a;$)mw7Fv10pm<$|h?_$r0E4^|xmw-amzoi>l!s@fCjnM`^%#qg+b zszt~oIgz*OdGPM6YA?x9?a&>OOHB%D9XQQ2&%_uu!=@NEmEc%GHOCnSr8StJ2Ug*R62D!+||`7a3Xs$6Hj~)pJav3443JQ0UML%fk}^Wo#hA@&djT3em1q> zt@1x%C>Vg21qipqBC*xj^m)U*h9zowU%};F?p-~sxSI0z4c7_Db)w)8Z2DU_{H?P8 zgyKK3)VI`E@a$jyslQ6!Nw3|MJYBM< zOYw9qnYQe7zW)BJYgZrD%l2-?-Ywa?LHwQYHbFWDNS!WSEVzBkmlStUai37!=QrJN zZMffh?3dmBio0LZu7bC2IVahhp2BPxeIwed<{Qt$8Ub=a)I!XVIg%tMiJXZea%T8b zVwFb$D}MpM$Cy7RzN3s*-cPKM;~%{bR-d!vtXXTdU(MM>2lh@+SsMc=Dr=b}AAp)Z zEc?cs9W1@vmprQNu9US;+e(Eyty(NwGePc@yJ)HTnpQ>;{J3D-3&Y3mm%YLkyGi#e9j8gMuFK6JhFt$Cs zo|UmzBAan!8Io~4r=D}KdikmuuJnR&G436Gt76}u~SjS-%yn&EtXg{zV?^5?5;rozMcjXlYE zvZmVFDuybxV68k%o!D7b;xWou0ADa+u4$KUKn6kZGJCc2T9s65EeXr?@*kP{JuGL( z%mO}W(D4Dr^UDM84qP2GU{FLlINMKQ>j-`}3!b*Jc4Nf1CcXBz#J8kM-WCwv&^#{a zGyC~ueC8$-?_D@q9otGlx(Elt=acC~JSp@-MrVHyTSNE0NIbsqIQ}pFiv)ih9-#sA z2kiVp>y0>{g5Zu@1K8cM0-Z{W^i+Hfc73?p6GR@~hE-}-oH+Z;6r!Kt7*uLBonoJ8 zP=aiKW_rI}C1cOX_n)APewh*T9Z-SC#pX`}sTwhl>;000{Sf8gifTh#2#j!o0KKn_ zL&IUu$nZ1rB#&OQtx-J+kRn`!6o4O!n`Rwdg<~`EOa>(IZNQ8Ojfah*Y5_&YKNCVMP~$SoFAZIiGW6-8dP#bPj%P-4lzWQwYjgI)<@Je6Qo%guQa zK$MjMWCc*k30R9^C*re7QME$bfOJ%9I?bh28_#Bv@dV2wLIyqrY)KBbt^nR(jWVj0 z*YA#zEB)_W9_YW)r5d>t5s`=Drx zM8W=Z$#@m^`IgKDfBllJaIjgjAJ_^W%TIih{3`i})cw?Ycs(oyBXTgJ1S8u-z2npm zNIto;6j>1q4UMaZ@7!1#-10ZAUe8}!d;L+{ql2>lO~wBv06oA@qnqwS8}37^!o95Q z4k_-CvGfUO4I8rj)J?c*xp>8m)-4(yM5E$wc+k6 z_!pgL^Qo1=LPwY6qw@jTcjCYQeCTNY#y8_%jsGEb zKc+3rp@@7aq8x&Su{uBikWWUJ2BDTWn71n4?D-c}a)+g2{BzjN|3@L#j$v0F8 zwC3lOKzK87ZX<9`4!ofR-dMk&1bR0E{TqRPIWVXM1~&sE8-bDU6LR3H61ciFRB(Gg zz4Y5le?6ZcTpM~c_Rn?eH~z8dpPJ+|15(SN{K}y09#Y&xl6$Cd;1I45j>r>Qp$fjb zyUx#?U!Kh~pZ{F;btt|LNxQbq$Ydpa{!efH_STB_SU4MxO?>kQ>U=Luc?C}A!n`+}@5xsITW#PnXk4R22RVd1cE&xN? zpHt6KiQvY1dthKE<1&sJjaAccsIXX4+{~7mQCa?t>?<6Z8_;&thYyE#0 z`P;}NX1(k0C*@GD66%#gZ$EA=v>gBD+*jw;u01;Z-3__rjM8#uv*pc=mN(ZEkI%?0 z5v3&}wP5sW32j?UE#V&s(*Y!&&L5F%SI7&vWjqc*#QOAOnA+WL84ffM+U`omjSXxk zJ}tXlVjAUXDUZl^R}xY6i)q?g%4MmFTdg>cs>4<2U*!lEHmg*XE43J0spYw@)Ut;w zH5(mO&H~P}<}rlWRO&Mvlu(u9Q#g*b)ZTC{uQ1dLJ1k4tVc7;Fm(g44E4g{Inut#|l$z#;q*2wL@7$#`j2U1+3#-~2`M=fQhH0AY@P zINC${No1*irKJjs-I^+oQ1DGOssN( z?N4jR(D7tdS>ptksw#-xnt~mc0EfP;>eAU`LWWK7tZg_ry_Bn*;iB-+YipLZ-d9F6Ff-pga)1m8&r z{|W@)I!SJu93-_(APEqpYtf0nKM}7=#;ZWIOUA2KNw-88u5GKuLoGVC_c`3uqJ2AH l*KYMTt+0NaBtb1|)0MU#v^PIizkdrld*nI@E@ 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 T2Gm_0yXfwzz1)g_6qx-V`P>X~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..972410104b5ec282ecdd24ea88c2d504a742c7a0 GIT binary patch literal 33796 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 G1O5YfTIu!x literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41ce4dba6d05b044b3c27aea5c59894bb30ca731 GIT binary patch literal 14589 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 L_v;Ocm_Gh5_`?0v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py new file mode 100644 index 0000000..de73b06 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py @@ -0,0 +1,668 @@ +""" + pygments.cmdline + ~~~~~~~~~~~~~~~~ + + Command line interface. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import os +import sys +import shutil +import argparse +from textwrap import dedent + +from pip._vendor.pygments import __version__, highlight +from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \ + guess_decode, guess_decode_from_terminal, terminal_encoding, \ + UnclosingTextIOWrapper +from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \ + load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename +from pip._vendor.pygments.lexers.special import TextLexer +from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter +from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \ + load_formatter_from_file, get_formatter_for_filename, find_formatter_class +from pip._vendor.pygments.formatters.terminal import TerminalFormatter +from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter +from pip._vendor.pygments.filters import get_all_filters, find_filter_class +from pip._vendor.pygments.styles import get_all_styles, get_style_by_name + + +def _parse_options(o_strs): + opts = {} + if not o_strs: + return opts + for o_str in o_strs: + if not o_str.strip(): + continue + o_args = o_str.split(',') + for o_arg in o_args: + o_arg = o_arg.strip() + try: + o_key, o_val = o_arg.split('=', 1) + o_key = o_key.strip() + o_val = o_val.strip() + except ValueError: + opts[o_arg] = True + else: + opts[o_key] = o_val + return opts + + +def _parse_filters(f_strs): + filters = [] + if not f_strs: + return filters + for f_str in f_strs: + if ':' in f_str: + fname, fopts = f_str.split(':', 1) + filters.append((fname, _parse_options([fopts]))) + else: + filters.append((f_str, {})) + return filters + + +def _print_help(what, name): + try: + if what == 'lexer': + cls = get_lexer_by_name(name) + print("Help on the %s lexer:" % cls.name) + print(dedent(cls.__doc__)) + elif what == 'formatter': + cls = find_formatter_class(name) + print("Help on the %s formatter:" % cls.name) + print(dedent(cls.__doc__)) + elif what == 'filter': + cls = find_filter_class(name) + print("Help on the %s filter:" % name) + print(dedent(cls.__doc__)) + return 0 + except (AttributeError, ValueError): + print("%s not found!" % what, file=sys.stderr) + return 1 + + +def _print_list(what): + if what == 'lexer': + print() + print("Lexers:") + print("~~~~~~~") + + info = [] + for fullname, names, exts, _ in get_all_lexers(): + tup = (', '.join(names)+':', fullname, + exts and '(filenames ' + ', '.join(exts) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* %s\n %s %s') % i) + + elif what == 'formatter': + print() + print("Formatters:") + print("~~~~~~~~~~~") + + info = [] + for cls in get_all_formatters(): + doc = docstring_headline(cls) + tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and + '(filenames ' + ', '.join(cls.filenames) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* %s\n %s %s') % i) + + elif what == 'filter': + print() + print("Filters:") + print("~~~~~~~~") + + for name in get_all_filters(): + cls = find_filter_class(name) + print("* " + name + ':') + print(" %s" % docstring_headline(cls)) + + elif what == 'style': + print() + print("Styles:") + print("~~~~~~~") + + for name in get_all_styles(): + cls = get_style_by_name(name) + print("* " + name + ':') + print(" %s" % docstring_headline(cls)) + + +def _print_list_as_json(requested_items): + import json + result = {} + if 'lexer' in requested_items: + info = {} + for fullname, names, filenames, mimetypes in get_all_lexers(): + info[fullname] = { + 'aliases': names, + 'filenames': filenames, + 'mimetypes': mimetypes + } + result['lexers'] = info + + if 'formatter' in requested_items: + info = {} + for cls in get_all_formatters(): + doc = docstring_headline(cls) + info[cls.name] = { + 'aliases': cls.aliases, + 'filenames': cls.filenames, + 'doc': doc + } + result['formatters'] = info + + if 'filter' in requested_items: + info = {} + for name in get_all_filters(): + cls = find_filter_class(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['filters'] = info + + if 'style' in requested_items: + info = {} + for name in get_all_styles(): + cls = get_style_by_name(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['styles'] = info + + json.dump(result, sys.stdout) + +def main_inner(parser, argns): + if argns.help: + parser.print_help() + return 0 + + if argns.V: + print('Pygments version %s, (c) 2006-2022 by Georg Brandl, Matthäus ' + 'Chajdas and contributors.' % __version__) + return 0 + + def is_only_option(opt): + return not any(v for (k, v) in vars(argns).items() if k != opt) + + # handle ``pygmentize -L`` + if argns.L is not None: + arg_set = set() + for k, v in vars(argns).items(): + if v: + arg_set.add(k) + + arg_set.discard('L') + arg_set.discard('json') + + if arg_set: + parser.print_help(sys.stderr) + return 2 + + # print version + if not argns.json: + main(['', '-V']) + allowed_types = {'lexer', 'formatter', 'filter', 'style'} + largs = [arg.rstrip('s') for arg in argns.L] + if any(arg not in allowed_types for arg in largs): + parser.print_help(sys.stderr) + return 0 + if not largs: + largs = allowed_types + if not argns.json: + for arg in largs: + _print_list(arg) + else: + _print_list_as_json(largs) + return 0 + + # handle ``pygmentize -H`` + if argns.H: + if not is_only_option('H'): + parser.print_help(sys.stderr) + return 2 + what, name = argns.H + if what not in ('lexer', 'formatter', 'filter'): + parser.print_help(sys.stderr) + return 2 + return _print_help(what, name) + + # parse -O options + parsed_opts = _parse_options(argns.O or []) + + # parse -P options + for p_opt in argns.P or []: + try: + name, value = p_opt.split('=', 1) + except ValueError: + parsed_opts[p_opt] = True + else: + parsed_opts[name] = value + + # encodings + inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding')) + outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding')) + + # handle ``pygmentize -N`` + if argns.N: + lexer = find_lexer_class_for_filename(argns.N) + if lexer is None: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -C`` + if argns.C: + inp = sys.stdin.buffer.read() + try: + lexer = guess_lexer(inp, inencoding=inencoding) + except ClassNotFound: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -S`` + S_opt = argns.S + a_opt = argns.a + if S_opt is not None: + f_opt = argns.f + if not f_opt: + parser.print_help(sys.stderr) + return 2 + if argns.l or argns.INPUTFILE: + parser.print_help(sys.stderr) + return 2 + + try: + parsed_opts['style'] = S_opt + fmter = get_formatter_by_name(f_opt, **parsed_opts) + except ClassNotFound as err: + print(err, file=sys.stderr) + return 1 + + print(fmter.get_style_defs(a_opt or '')) + return 0 + + # if no -S is given, -a is not allowed + if argns.a is not None: + parser.print_help(sys.stderr) + return 2 + + # parse -F options + F_opts = _parse_filters(argns.F or []) + + # -x: allow custom (eXternal) lexers and formatters + allow_custom_lexer_formatter = bool(argns.x) + + # select lexer + lexer = None + + # given by name? + lexername = argns.l + if lexername: + # custom lexer, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in lexername: + try: + filename = None + name = None + if ':' in lexername: + filename, name = lexername.rsplit(':', 1) + + if '.py' in name: + # This can happen on Windows: If the lexername is + # C:\lexer.py -- return to normal load path in that case + name = None + + if filename and name: + lexer = load_lexer_from_file(filename, name, + **parsed_opts) + else: + lexer = load_lexer_from_file(lexername, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + lexer = get_lexer_by_name(lexername, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + # read input code + code = None + + if argns.INPUTFILE: + if argns.s: + print('Error: -s option not usable when input file specified', + file=sys.stderr) + return 2 + + infn = argns.INPUTFILE + try: + with open(infn, 'rb') as infp: + code = infp.read() + except Exception as err: + print('Error: cannot read infile:', err, file=sys.stderr) + return 1 + if not inencoding: + code, inencoding = guess_decode(code) + + # do we have to guess the lexer? + if not lexer: + try: + lexer = get_lexer_for_filename(infn, code, **parsed_opts) + except ClassNotFound as err: + if argns.g: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + else: + print('Error:', err, file=sys.stderr) + return 1 + except OptionError as err: + print('Error:', err, file=sys.stderr) + return 1 + + elif not argns.s: # treat stdin as full file (-s support is later) + # read code from terminal, always in binary mode since we want to + # decode ourselves and be tolerant with it + code = sys.stdin.buffer.read() # use .buffer to get a binary stream + if not inencoding: + code, inencoding = guess_decode_from_terminal(code, sys.stdin) + # else the lexer will do the decoding + if not lexer: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + + else: # -s option needs a lexer with -l + if not lexer: + print('Error: when using -s a lexer has to be selected with -l', + file=sys.stderr) + return 2 + + # process filters + for fname, fopts in F_opts: + try: + lexer.add_filter(fname, **fopts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + + # select formatter + outfn = argns.o + fmter = argns.f + if fmter: + # custom formatter, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in fmter: + try: + filename = None + name = None + if ':' in fmter: + # Same logic as above for custom lexer + filename, name = fmter.rsplit(':', 1) + + if '.py' in name: + name = None + + if filename and name: + fmter = load_formatter_from_file(filename, name, + **parsed_opts) + else: + fmter = load_formatter_from_file(fmter, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + fmter = get_formatter_by_name(fmter, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + if outfn: + if not fmter: + try: + fmter = get_formatter_for_filename(outfn, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + try: + outfile = open(outfn, 'wb') + except Exception as err: + print('Error: cannot open outfile:', err, file=sys.stderr) + return 1 + else: + if not fmter: + if os.environ.get('COLORTERM','') in ('truecolor', '24bit'): + fmter = TerminalTrueColorFormatter(**parsed_opts) + elif '256' in os.environ.get('TERM', ''): + fmter = Terminal256Formatter(**parsed_opts) + else: + fmter = TerminalFormatter(**parsed_opts) + outfile = sys.stdout.buffer + + # determine output encoding if not explicitly selected + if not outencoding: + if outfn: + # output file? use lexer encoding for now (can still be None) + fmter.encoding = inencoding + else: + # else use terminal encoding + fmter.encoding = terminal_encoding(sys.stdout) + + # provide coloring under Windows, if possible + if not outfn and sys.platform in ('win32', 'cygwin') and \ + fmter.name in ('Terminal', 'Terminal256'): # pragma: no cover + # unfortunately colorama doesn't support binary streams on Py3 + outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding) + fmter.encoding = None + try: + import pip._vendor.colorama.initialise as colorama_initialise + except ImportError: + pass + else: + outfile = colorama_initialise.wrap_stream( + outfile, convert=None, strip=None, autoreset=False, wrap=True) + + # When using the LaTeX formatter and the option `escapeinside` is + # specified, we need a special lexer which collects escaped text + # before running the chosen language lexer. + escapeinside = parsed_opts.get('escapeinside', '') + if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter): + left = escapeinside[0] + right = escapeinside[1] + lexer = LatexEmbeddedLexer(left, right, lexer) + + # ... and do it! + if not argns.s: + # process whole input as per normal... + try: + highlight(code, lexer, fmter, outfile) + finally: + if outfn: + outfile.close() + return 0 + else: + # line by line processing of stdin (eg: for 'tail -f')... + try: + while 1: + line = sys.stdin.buffer.readline() + if not line: + break + if not inencoding: + line = guess_decode_from_terminal(line, sys.stdin)[0] + highlight(line, lexer, fmter, outfile) + if hasattr(outfile, 'flush'): + outfile.flush() + return 0 + except KeyboardInterrupt: # pragma: no cover + return 0 + finally: + if outfn: + outfile.close() + + +class HelpFormatter(argparse.HelpFormatter): + def __init__(self, prog, indent_increment=2, max_help_position=16, width=None): + if width is None: + try: + width = shutil.get_terminal_size().columns - 2 + except Exception: + pass + argparse.HelpFormatter.__init__(self, prog, indent_increment, + max_help_position, width) + + +def main(args=sys.argv): + """ + Main command line entry point. + """ + desc = "Highlight an input file and write the result to an output file." + parser = argparse.ArgumentParser(description=desc, add_help=False, + formatter_class=HelpFormatter) + + operation = parser.add_argument_group('Main operation') + lexersel = operation.add_mutually_exclusive_group() + lexersel.add_argument( + '-l', metavar='LEXER', + help='Specify the lexer to use. (Query names with -L.) If not ' + 'given and -g is not present, the lexer is guessed from the filename.') + lexersel.add_argument( + '-g', action='store_true', + help='Guess the lexer from the file contents, or pass through ' + 'as plain text if nothing can be guessed.') + operation.add_argument( + '-F', metavar='FILTER[:options]', action='append', + help='Add a filter to the token stream. (Query names with -L.) ' + 'Filter options are given after a colon if necessary.') + operation.add_argument( + '-f', metavar='FORMATTER', + help='Specify the formatter to use. (Query names with -L.) ' + 'If not given, the formatter is guessed from the output filename, ' + 'and defaults to the terminal formatter if the output is to the ' + 'terminal or an unknown file extension.') + operation.add_argument( + '-O', metavar='OPTION=value[,OPTION=value,...]', action='append', + help='Give options to the lexer and formatter as a comma-separated ' + 'list of key-value pairs. ' + 'Example: `-O bg=light,python=cool`.') + operation.add_argument( + '-P', metavar='OPTION=value', action='append', + help='Give a single option to the lexer and formatter - with this ' + 'you can pass options whose value contains commas and equal signs. ' + 'Example: `-P "heading=Pygments, the Python highlighter"`.') + operation.add_argument( + '-o', metavar='OUTPUTFILE', + help='Where to write the output. Defaults to standard output.') + + operation.add_argument( + 'INPUTFILE', nargs='?', + help='Where to read the input. Defaults to standard input.') + + flags = parser.add_argument_group('Operation flags') + flags.add_argument( + '-v', action='store_true', + help='Print a detailed traceback on unhandled exceptions, which ' + 'is useful for debugging and bug reports.') + flags.add_argument( + '-s', action='store_true', + help='Process lines one at a time until EOF, rather than waiting to ' + 'process the entire file. This only works for stdin, only for lexers ' + 'with no line-spanning constructs, and is intended for streaming ' + 'input such as you get from `tail -f`. ' + 'Example usage: `tail -f sql.log | pygmentize -s -l sql`.') + flags.add_argument( + '-x', action='store_true', + help='Allow custom lexers and formatters to be loaded from a .py file ' + 'relative to the current working directory. For example, ' + '`-l ./customlexer.py -x`. By default, this option expects a file ' + 'with a class named CustomLexer or CustomFormatter; you can also ' + 'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). ' + 'Users should be very careful not to use this option with untrusted ' + 'files, because it will import and run them.') + flags.add_argument('--json', help='Output as JSON. This can ' + 'be only used in conjunction with -L.', + default=False, + action='store_true') + + special_modes_group = parser.add_argument_group( + 'Special modes - do not do any highlighting') + special_modes = special_modes_group.add_mutually_exclusive_group() + special_modes.add_argument( + '-S', metavar='STYLE -f formatter', + help='Print style definitions for STYLE for a formatter ' + 'given with -f. The argument given by -a is formatter ' + 'dependent.') + special_modes.add_argument( + '-L', nargs='*', metavar='WHAT', + help='List lexers, formatters, styles or filters -- ' + 'give additional arguments for the thing(s) you want to list ' + '(e.g. "styles"), or omit them to list everything.') + special_modes.add_argument( + '-N', metavar='FILENAME', + help='Guess and print out a lexer name based solely on the given ' + 'filename. Does not take input or highlight anything. If no specific ' + 'lexer can be determined, "text" is printed.') + special_modes.add_argument( + '-C', action='store_true', + help='Like -N, but print out a lexer name based solely on ' + 'a given content from standard input.') + special_modes.add_argument( + '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'), + help='Print detailed help for the object of type , ' + 'where is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f%s)' % info[-2].split('\n')[0].strip()[1:] + print(file=sys.stderr) + print('*** Error while highlighting:', file=sys.stderr) + print(msg, file=sys.stderr) + print('*** If this is a bug you want to report, please rerun with -v.', + file=sys.stderr) + return 1 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..2ada68e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +esc = "\x1b[" + +codes = {} +codes[""] = "" +codes["reset"] = esc + "39;49;00m" + +codes["bold"] = esc + "01m" +codes["faint"] = esc + "02m" +codes["standout"] = esc + "03m" +codes["underline"] = esc + "04m" +codes["blink"] = esc + "05m" +codes["overline"] = esc + "06m" + +dark_colors = ["black", "red", "green", "yellow", "blue", + "magenta", "cyan", "gray"] +light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", + "brightmagenta", "brightcyan", "white"] + +x = 30 +for d, l in zip(dark_colors, light_colors): + codes[d] = esc + "%im" % x + codes[l] = esc + "%im" % (60 + x) + x += 1 + +del d, l, x + +codes["white"] = codes["bold"] + + +def reset_color(): + return codes["reset"] + + +def colorize(color_key, text): + return codes[color_key] + text + codes["reset"] + + +def ansiformat(attr, text): + """ + Format ``text`` with a color and/or some attributes:: + + color normal color + *color* bold color + _color_ underlined color + +color+ blinking color + """ + result = [] + if attr[:1] == attr[-1:] == '+': + result.append(codes['blink']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '*': + result.append(codes['bold']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '_': + result.append(codes['underline']) + attr = attr[1:-1] + result.append(codes[attr]) + result.append(text) + result.append(codes['reset']) + return ''.join(result) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..e5c9664 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +def apply_filters(stream, filters, lexer=None): + """ + Use this method to apply an iterable of filters to + a stream. If lexer is given it's forwarded to the + filter, otherwise the filter receives `None`. + """ + def _apply(filter_, stream): + yield from filter_.filter(lexer, stream) + for filter_ in filters: + stream = _apply(filter_, stream) + return stream + + +def simplefilter(f): + """ + Decorator that converts a function into a filter:: + + @simplefilter + def lowercase(self, lexer, stream, options): + for ttype, value in stream: + yield ttype, value.lower() + """ + return type(f.__name__, (FunctionFilter,), { + '__module__': getattr(f, '__module__'), + '__doc__': f.__doc__, + 'function': f, + }) + + +class Filter: + """ + Default filter. Subclass this class or use the `simplefilter` + decorator to create own filters. + """ + + def __init__(self, **options): + self.options = options + + def filter(self, lexer, stream): + raise NotImplementedError() + + +class FunctionFilter(Filter): + """ + Abstract class used by `simplefilter` to create simple + function filters on the fly. The `simplefilter` decorator + automatically creates subclasses of this class for + functions passed to it. + """ + function = None + + def __init__(self, **options): + if not hasattr(self, 'function'): + raise TypeError('%r used without bound function' % + self.__class__.__name__) + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..c302a6c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py @@ -0,0 +1,940 @@ +""" + pygments.filters + ~~~~~~~~~~~~~~~~ + + Module containing filter lookup functions and default + filters. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ + string_to_tokentype +from pip._vendor.pygments.filter import Filter +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ + get_choice_opt, ClassNotFound, OptionError +from pip._vendor.pygments.plugin import find_plugin_filters + + +def find_filter_class(filtername): + """Lookup a filter by name. Return None if not found.""" + if filtername in FILTERS: + return FILTERS[filtername] + for name, cls in find_plugin_filters(): + if name == filtername: + return cls + return None + + +def get_filter_by_name(filtername, **options): + """Return an instantiated filter. + + Options are passed to the filter initializer if wanted. + Raise a ClassNotFound if not found. + """ + cls = find_filter_class(filtername) + if cls: + return cls(**options) + else: + raise ClassNotFound('filter %r not found' % filtername) + + +def get_all_filters(): + """Return a generator of all filter names.""" + yield from FILTERS + for name, _ in find_plugin_filters(): + yield name + + +def _replace_special(ttype, value, regex, specialttype, + replacefunc=lambda x: x): + last = 0 + for match in regex.finditer(value): + start, end = match.start(), match.end() + if start != last: + yield ttype, value[last:start] + yield specialttype, replacefunc(value[start:end]) + last = end + if last != len(value): + yield ttype, value[last:] + + +class CodeTagFilter(Filter): + """Highlight special code tags in comments and docstrings. + + Options accepted: + + `codetags` : list of strings + A list of strings that are flagged as code tags. The default is to + highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. + + .. versionchanged:: 2.13 + Now recognizes ``FIXME`` by default. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + tags = get_list_opt(options, 'codetags', + ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) + self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([ + re.escape(tag) for tag in tags if tag + ])) + + def filter(self, lexer, stream): + regex = self.tag_re + for ttype, value in stream: + if ttype in String.Doc or \ + ttype in Comment and \ + ttype not in Comment.Preproc: + yield from _replace_special(ttype, value, regex, Comment.Special) + else: + yield ttype, value + + +class SymbolFilter(Filter): + """Convert mathematical symbols such as \\ in Isabelle + or \\longrightarrow in LaTeX into Unicode characters. + + This is mostly useful for HTML or console output when you want to + approximate the source rendering you'd see in an IDE. + + Options accepted: + + `lang` : string + The symbol language. Must be one of ``'isabelle'`` or + ``'latex'``. The default is ``'isabelle'``. + """ + + latex_symbols = { + '\\alpha' : '\U000003b1', + '\\beta' : '\U000003b2', + '\\gamma' : '\U000003b3', + '\\delta' : '\U000003b4', + '\\varepsilon' : '\U000003b5', + '\\zeta' : '\U000003b6', + '\\eta' : '\U000003b7', + '\\vartheta' : '\U000003b8', + '\\iota' : '\U000003b9', + '\\kappa' : '\U000003ba', + '\\lambda' : '\U000003bb', + '\\mu' : '\U000003bc', + '\\nu' : '\U000003bd', + '\\xi' : '\U000003be', + '\\pi' : '\U000003c0', + '\\varrho' : '\U000003c1', + '\\sigma' : '\U000003c3', + '\\tau' : '\U000003c4', + '\\upsilon' : '\U000003c5', + '\\varphi' : '\U000003c6', + '\\chi' : '\U000003c7', + '\\psi' : '\U000003c8', + '\\omega' : '\U000003c9', + '\\Gamma' : '\U00000393', + '\\Delta' : '\U00000394', + '\\Theta' : '\U00000398', + '\\Lambda' : '\U0000039b', + '\\Xi' : '\U0000039e', + '\\Pi' : '\U000003a0', + '\\Sigma' : '\U000003a3', + '\\Upsilon' : '\U000003a5', + '\\Phi' : '\U000003a6', + '\\Psi' : '\U000003a8', + '\\Omega' : '\U000003a9', + '\\leftarrow' : '\U00002190', + '\\longleftarrow' : '\U000027f5', + '\\rightarrow' : '\U00002192', + '\\longrightarrow' : '\U000027f6', + '\\Leftarrow' : '\U000021d0', + '\\Longleftarrow' : '\U000027f8', + '\\Rightarrow' : '\U000021d2', + '\\Longrightarrow' : '\U000027f9', + '\\leftrightarrow' : '\U00002194', + '\\longleftrightarrow' : '\U000027f7', + '\\Leftrightarrow' : '\U000021d4', + '\\Longleftrightarrow' : '\U000027fa', + '\\mapsto' : '\U000021a6', + '\\longmapsto' : '\U000027fc', + '\\relbar' : '\U00002500', + '\\Relbar' : '\U00002550', + '\\hookleftarrow' : '\U000021a9', + '\\hookrightarrow' : '\U000021aa', + '\\leftharpoondown' : '\U000021bd', + '\\rightharpoondown' : '\U000021c1', + '\\leftharpoonup' : '\U000021bc', + '\\rightharpoonup' : '\U000021c0', + '\\rightleftharpoons' : '\U000021cc', + '\\leadsto' : '\U0000219d', + '\\downharpoonleft' : '\U000021c3', + '\\downharpoonright' : '\U000021c2', + '\\upharpoonleft' : '\U000021bf', + '\\upharpoonright' : '\U000021be', + '\\restriction' : '\U000021be', + '\\uparrow' : '\U00002191', + '\\Uparrow' : '\U000021d1', + '\\downarrow' : '\U00002193', + '\\Downarrow' : '\U000021d3', + '\\updownarrow' : '\U00002195', + '\\Updownarrow' : '\U000021d5', + '\\langle' : '\U000027e8', + '\\rangle' : '\U000027e9', + '\\lceil' : '\U00002308', + '\\rceil' : '\U00002309', + '\\lfloor' : '\U0000230a', + '\\rfloor' : '\U0000230b', + '\\flqq' : '\U000000ab', + '\\frqq' : '\U000000bb', + '\\bot' : '\U000022a5', + '\\top' : '\U000022a4', + '\\wedge' : '\U00002227', + '\\bigwedge' : '\U000022c0', + '\\vee' : '\U00002228', + '\\bigvee' : '\U000022c1', + '\\forall' : '\U00002200', + '\\exists' : '\U00002203', + '\\nexists' : '\U00002204', + '\\neg' : '\U000000ac', + '\\Box' : '\U000025a1', + '\\Diamond' : '\U000025c7', + '\\vdash' : '\U000022a2', + '\\models' : '\U000022a8', + '\\dashv' : '\U000022a3', + '\\surd' : '\U0000221a', + '\\le' : '\U00002264', + '\\ge' : '\U00002265', + '\\ll' : '\U0000226a', + '\\gg' : '\U0000226b', + '\\lesssim' : '\U00002272', + '\\gtrsim' : '\U00002273', + '\\lessapprox' : '\U00002a85', + '\\gtrapprox' : '\U00002a86', + '\\in' : '\U00002208', + '\\notin' : '\U00002209', + '\\subset' : '\U00002282', + '\\supset' : '\U00002283', + '\\subseteq' : '\U00002286', + '\\supseteq' : '\U00002287', + '\\sqsubset' : '\U0000228f', + '\\sqsupset' : '\U00002290', + '\\sqsubseteq' : '\U00002291', + '\\sqsupseteq' : '\U00002292', + '\\cap' : '\U00002229', + '\\bigcap' : '\U000022c2', + '\\cup' : '\U0000222a', + '\\bigcup' : '\U000022c3', + '\\sqcup' : '\U00002294', + '\\bigsqcup' : '\U00002a06', + '\\sqcap' : '\U00002293', + '\\Bigsqcap' : '\U00002a05', + '\\setminus' : '\U00002216', + '\\propto' : '\U0000221d', + '\\uplus' : '\U0000228e', + '\\bigplus' : '\U00002a04', + '\\sim' : '\U0000223c', + '\\doteq' : '\U00002250', + '\\simeq' : '\U00002243', + '\\approx' : '\U00002248', + '\\asymp' : '\U0000224d', + '\\cong' : '\U00002245', + '\\equiv' : '\U00002261', + '\\Join' : '\U000022c8', + '\\bowtie' : '\U00002a1d', + '\\prec' : '\U0000227a', + '\\succ' : '\U0000227b', + '\\preceq' : '\U0000227c', + '\\succeq' : '\U0000227d', + '\\parallel' : '\U00002225', + '\\mid' : '\U000000a6', + '\\pm' : '\U000000b1', + '\\mp' : '\U00002213', + '\\times' : '\U000000d7', + '\\div' : '\U000000f7', + '\\cdot' : '\U000022c5', + '\\star' : '\U000022c6', + '\\circ' : '\U00002218', + '\\dagger' : '\U00002020', + '\\ddagger' : '\U00002021', + '\\lhd' : '\U000022b2', + '\\rhd' : '\U000022b3', + '\\unlhd' : '\U000022b4', + '\\unrhd' : '\U000022b5', + '\\triangleleft' : '\U000025c3', + '\\triangleright' : '\U000025b9', + '\\triangle' : '\U000025b3', + '\\triangleq' : '\U0000225c', + '\\oplus' : '\U00002295', + '\\bigoplus' : '\U00002a01', + '\\otimes' : '\U00002297', + '\\bigotimes' : '\U00002a02', + '\\odot' : '\U00002299', + '\\bigodot' : '\U00002a00', + '\\ominus' : '\U00002296', + '\\oslash' : '\U00002298', + '\\dots' : '\U00002026', + '\\cdots' : '\U000022ef', + '\\sum' : '\U00002211', + '\\prod' : '\U0000220f', + '\\coprod' : '\U00002210', + '\\infty' : '\U0000221e', + '\\int' : '\U0000222b', + '\\oint' : '\U0000222e', + '\\clubsuit' : '\U00002663', + '\\diamondsuit' : '\U00002662', + '\\heartsuit' : '\U00002661', + '\\spadesuit' : '\U00002660', + '\\aleph' : '\U00002135', + '\\emptyset' : '\U00002205', + '\\nabla' : '\U00002207', + '\\partial' : '\U00002202', + '\\flat' : '\U0000266d', + '\\natural' : '\U0000266e', + '\\sharp' : '\U0000266f', + '\\angle' : '\U00002220', + '\\copyright' : '\U000000a9', + '\\textregistered' : '\U000000ae', + '\\textonequarter' : '\U000000bc', + '\\textonehalf' : '\U000000bd', + '\\textthreequarters' : '\U000000be', + '\\textordfeminine' : '\U000000aa', + '\\textordmasculine' : '\U000000ba', + '\\euro' : '\U000020ac', + '\\pounds' : '\U000000a3', + '\\yen' : '\U000000a5', + '\\textcent' : '\U000000a2', + '\\textcurrency' : '\U000000a4', + '\\textdegree' : '\U000000b0', + } + + isabelle_symbols = { + '\\' : '\U0001d7ec', + '\\' : '\U0001d7ed', + '\\' : '\U0001d7ee', + '\\' : '\U0001d7ef', + '\\' : '\U0001d7f0', + '\\' : '\U0001d7f1', + '\\' : '\U0001d7f2', + '\\' : '\U0001d7f3', + '\\' : '\U0001d7f4', + '\\' : '\U0001d7f5', + '\\' : '\U0001d49c', + '\\' : '\U0000212c', + '\\' : '\U0001d49e', + '\\' : '\U0001d49f', + '\\' : '\U00002130', + '\\' : '\U00002131', + '\\' : '\U0001d4a2', + '\\' : '\U0000210b', + '\\' : '\U00002110', + '\\' : '\U0001d4a5', + '\\' : '\U0001d4a6', + '\\' : '\U00002112', + '\\' : '\U00002133', + '\\' : '\U0001d4a9', + '\\' : '\U0001d4aa', + '\\

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

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

    ' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
    ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
    ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
    ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0fec1ecbb198dfb4a5adac170f85e9b2e55461e9 GIT binary patch literal 40102 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 z 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 Otg}2P)A>(&!~X%f>C5^6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 0000000..a2349ef --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,94 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Options accepted: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + """ + + #: Name of the formatter + name = None + + #: Shortcuts for the formatter + aliases = [] + + #: fn match rules + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + Return the style definitions for the current style as a string. + + ``arg`` is an additional argument whose meaning depends on the + formatter used. Note that ``arg`` can also be a list or tuple + for some formatters like the html formatter. + """ + return '' + + def format(self, tokensource, outfile): + """ + Format ``tokensource``, an iterable of ``(tokentype, tokenstring)`` + tuples and write it into ``outfile``. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..43c4c89 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,143 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +from fnmatch import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """Lookup and instantiate a formatter by alias. + + Raises ClassNotFound if not found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound("no formatter found for name %r" % _alias) + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", + **options): + """Load a formatter from a file. + + This method expects a file located relative to the current working + directory, which contains a class named CustomFormatter. By default, + it expects the Formatter to be named CustomFormatter; you can specify + your own class name as the second argument to this function. + + Users should be very careful with the input, because this method + is equivalent to running eval on the input file. + + Raises ClassNotFound if there are any problems importing the Formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound('no valid %s class found in %s' % + (formattername, filename)) + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound('cannot read %s: %s' % (filename, err)) + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound('error when loading custom formatter: %s' % err) + + +def get_formatter_for_filename(fn, **options): + """Lookup and instantiate a formatter by filename pattern. + + Raises ClassNotFound if not found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if fnmatch(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for cls in find_plugin_formatters(): + for filename in cls.filenames: + if fnmatch(fn, filename): + return cls(**options) + raise ClassNotFound("no formatter found for file name %r" % fn) + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a46240fb8af6ef56cc5b66a58adf292018a3c19 GIT binary patch literal 6868 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 A{r~^~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54e7f82b0fe642318b3b1d2fa00c5ffc7669632e GIT binary patch literal 4150 zcmd5<&2JmW6<=~mS=N`WShi%@j>mD5mVrao{qQLW8mX2nS5gFt`9Ln_aCf+zXt}$c z9f}{P{trDAC{Uo6qUhhzV|(ba-BW>Fb66lZo%(w-OM;4d3Q(gI^mg9Ndo%C-=6&q` zWp#DQ!SC1q{x(>=={VmIGx@p2;JYCPzjvhLJAUbRCBN*upcTIgy5L^}UG%SmF8Rx# zEB-3zntucIroRsQmVXO$!@muB$KM3q^6!Ff`}aWa`wu|h_8)>W{}Jdr{$pACbLlI` zfA`F(y_enC+1ZVKu@|cz*IKArb-bO7f}V(UTJKC|(|Wt@K`dLa;3UsmEc-1&g=@4v^VRhxK|iw zyd>vkN^YiP2s;_+ZX7W(gv>jXZN=3Hu(3cyLfIV?ImB6ZFH*A3+WoTiecAcGA8HXn zWNi*)r&h{b^B`L>80)F6`v-e(%+R%c6?Zx|E^J`koriWnQd!kJYOX?_I9XMj$qG@m zfSK{$ocJ;-Or#!92;G=@T^`{M0GU)kD~uK6k&nQOG)wg;L=>#P(7kZhrmcB4bs>~h zUNnymfn|lbT6w(iL7hefDxTv%T(yX&jO5wRS*!I?n(*l3R*PvK*jzwNb6QB0DCVEA zf#OMm=%1|l@}gKX8AIZB>PIQtJv(Dw$kWv1LK`6=G^GtiN6Sl7v({p9qGcS_vz3F> z-B~B+hq>}H7lIVxQh90CYZqrS=2S@vv zn?!-l91Lcn@#J{_jYZ@7%Osd@u1WQ;lYnr*BddI!h{9a3xUY4Qu{QDzDE&Qa)6q|!0U^^Ad+a}A6UqH27-DTbQGQ8 zzNyxX)>%KY>Fk>VA7hDHM8|d{)XsXgae{P@kGMMTCo^`8AI?i@WMmNcjO=*DC^D-_ zsF}rVc}8Y#)d6y|ngxId+9W0XMB@@niO5I8@u?u8Z=HR9 zQi$i)1Eo8ed)nNi_JMJ6zV3|w_S*T7LdPcDsZ^oA;cWZ*z<6H+W-UD)h9ib+!=+*! zcg;x4kG;Nmx3F#77HJt-ee!||wuu?)nNWih{Z6OOPK4?RPa7|H<78w6Pk4$JEF(aD zBs~?UaYz67w8p-Ol~2#6w+C`q34u+E-yuggLi2^M!u6fp>z20@`uT|k6_ge^)?4yA`z znO19vHG-(s8e!zca8yR90cZ^9a$H7q`{*2c(t?VOidQn~7cxRyk$#_t(=b76M3iha zh3a9q@Tb3cHUrh=+Z!Y!N$iUn0autYh}Aj4trX%h93i`3I|?t+_vaO%iOJdGLKQfvDKJx!+30xstd~uqgT^k1_52?{+;iCSe;6LA z_INt`;bDqDMS)#Gy+IV%v4!9#S0SL9pCl?ylti+dq~H{+Xq8s0evCbq_C7s5`lQ)> zetKqh`3{%hTzZWQt{Q{Epm8BR^oNl~9a4=85nVJw*={7}ljLXhr%xNH)Z)WQhi@b@ zX}p4%A1esiPr^oLQt8viD}1CR)QOYP<>E)Z*zbqpWAzeemhhj}L36iMD&>o}*2@2? z+|C_mYwYGOxc^i(!EJx#=2dX{f>Yfh{@Bg05x?kENqRFV=hul}a;h8P?+o31nfMi_ zdh4GXI$tGbtq^Xy`3>T47Mp$U=Ig}2RjliBev9~xVzaYyew+9^PW2u(e=scPo5XJw z`rUGVm-uZQhV|RcN`8;{`vtEn`2*tLF7#hi^M}N&Yle7>}mB0c<_f((Ih-(w99lF(Z0zSk%wo(~gS5tb)vU_J{u7jl>L)L|ZzI^V-i*qn|%wQ(T0>nO< zP5NbDl9T-asxQgs82}GJO$Oxv^nx6OJ|qhOXUHHSl70Y~spXCyWa*1wKU!9-0&<`- z1QP*6zktOA+3gDA0SM8i$#ExUg zTrn+NG|@>M&&N@zP@0*UK(emIEYA#AFJJ+x6a&o@R~LxjNvd`m8CV2B61HuOh}V`5 zDFJRf@gRnf)lRD2$DdjVWJ^2bf|RnPsw)W4F$?;#<}8#D_@$dADNCZLS?J_)LCF?C zpJGx=0B&b1(J;w+S06^{G+9a(rPBz~Qqi>uiX?%X2m}NiVGvR(OT&;6AP{VmVV_Fw z5`fsiMSTg&E|%A1Ss^q@b>%{YvRPcRusrST$+T&$s5niflAV7a;Gt813&CrWTARTD zfoT~8FVHHXIkF0Zkjbi&3FgT-CzVxe+LMz`$K1JCIz8cwh!K{TSUl<6oVf4d+{xFj~QzR?SVJ0GC5XZs_fV7 zS1ij|-5L)osw}DQyX$t9N%?_9+a6vhQm^oGU0%?@q&(SGW+Tw0?0i3kk7wQloFWVq zHEz}px^cW^3tglqf(9|f7E&oiQ>;|VAi8WmMOfiQ`0N19EYlWKMQIVIoUaL=&6!xu z*+D1uO_LN}gkDOCCCNxEFE1ySl&qy2E0$8kMq&wTO9@rUBuXn*LD#0@@4c5W6$_t+ zow6w9v6(0-r9=wYWZeKJ=Ojyb+s{lm;fcdpv=1~@4(&Mv;$0V}fNG|pTVuW#4zz^f z`niViE<76-oj3H~4;tSbV`gyrIaJ4mXl}v3NJOrGQVWiQ0UVskfl~f^kzW6(Ik0DqO2n%gDn1$Rg0HRfP70#kh*;W54SM|xh zp)Lbs^jH0|fA?Gk0$c%iSK-vEauwjEtN0zO!mujf@&tGA2zz)!E>Cy|PtP76(dF6a z@%XD;&If*MCpvottXR*}q}o4gL$c6fUg?4D4u{FrV<*goiZGv`Ukf&u(N($PpU*5* zxcNk8!44>v1Xlr=Qs|VjV29u+!iK777-q|Kw!8od#?w?YBA{@BH~QdZ^Om(z!ZrsB za)d4!mhFd}G0CogLWqzNg^_Upy2|J)DY7Gh-vXuiai>?J&N5v36vjKDHU%%>QYuIdq{JxlrTV2hqk<^WZx*KViJJ zUL}mj2;;z`{e(PPHy^1E^~3eg-$K3H>P2rLcLL0KY}3Cn{P4#5-8$bC4>!caougfo zjR9~Z>(vza5a5rd;#ZJ#yHn8^sQNa%fC8V_WcDe{Kl5lTNnx_DX?x2$-`;hyA5xYi zD+`IgNE4r54ODrM=UKVL8j&jhfK(jXR{6d3=RmJ=i_`)mQ1w^cL|;Eu^&9W+lvU-n zQ<-WDt_pAT(!b%=(5`Ost_DGakn`{MW%m~#5?J+D`BiRR{Xg39zeR<6#r7Qq=`GRZ z-?q*S?#hY5H=-QaD}|H{S~h~Sm4I_Os6^(;1?nm}XXu@2!5D-{RD$zR`88{S49HQm z@RAKr1dRPav-xEM&JCj%#G&J00E%ZXP~?1*y~rOF!Ch)r?@?!(t%aI1Sobbohk zbIcM^zlQAuHKwO`9cm04I^Guhe{=84d-an|@mNbd))0?*w75%a3{N)2(=G9ILp;6J z7kwCP_YXc4wnk$eCLB6SyDvV5(saJvH(0lxeAehY1yB3X*b}kFcl=EMq3zkN-e_I; zt`{|WQ9CkNKi`a?TCf(}>K}$ub6|#TA3gE)$mS=lqZb~1RJ&Q9YDY&N-}~*ojqz_{ ze~4|Ke;)gGs&VSa&G8Rf;~zAm*ILnQjp()Z@R3@uJ%VaNP1x$`14*Ij_R!dqk&RDU zL-8*@0^6p#evbb>_Pf}|`OVn#smA!l=J2J~@TI1Bxg}n1h?lpzu$<_!Pc+5jE%A6m zJnq5rHX5o&pMWQ92z3PG*+2IcSxfod}cbjwTgxDrJXLaL19$DjAEZ z)Gy&Tf=daeQnH?fX^u?TK{&J|6PtF3Bodi2={;#f53*NoHuPOhc Ll>fYePL2C7=m(CL literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d83e2498d06732d30a83a205684fe4921151e6c GIT binary patch literal 7809 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

    B;pHMmqJ-e2u*QfB%+zaq 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 OS)O3J>$6m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00ffe77018582a6f9fac197b7f80354a700c7471 GIT binary patch literal 28566 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 Lq+X6@siPO6|+KDi3tYsd!yU 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0106c8e9a31a26e81f424324fc65f88b8cdd0255 GIT binary patch literal 7630 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 F|1Ux92Q~lz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd92495486f4193fb183864a8d1b90708e848e97 GIT binary patch literal 3174 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30f540d3280a709ca9f5d83330aee01f5ee12907 GIT binary patch literal 9661 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 NZ&}NC+q5%M{u>nVrJn!* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42a032594ffcdc8d01caa80a459000760ad80d9d GIT binary patch literal 6040 zcmcgw&2JmW6`v({$>oIgV{Ph?E3iKd2>lOi@~X zWOivq3Y`jt4{BgEhMPi0E+LA&71cz!_NW%FM;R$KfX<#-c86q5j38Tdf`EdBV>yxBuW%caj0C{ z5p{4_cB;-aALY|RR7ks`uCzPqPK!}7?TLEQ-l#Y2i~7?3s6QQu2F(7vx+@)w2F

    Kaf324AZ*e2SjgNjO5%JV4~9dwYhMCrZ;+NF-$PD1X$*LtD{ zl<+)>^sN8OE5VanOQvZ?*G4X9Sz6Y0%Cr$6=~PBm%?|JVz~eQ0%r-_!z(Z;bma=(0 zm)E7$l)fZQ&CQ>aH2QX)W)f5zvBsTBWOHjQm0Z$KNoN{GX?$$#g(Kr*>Xqopj30@{_NdMvS&1vz8coNlx))D`?l z5{E%pJId!U_#~6p3}4*TOk9-{D_EIWlVK9863bW@SM#({hh?a9r{yHbFB<`?YaK$1 zkYp6(tn)Pi)VgBGEN1v)k66c$Pt5EQGXnJn3q~9aU6MhpKvA8HDu%}z2}Ni{S2GFn zUZbj-U1ey>(1iAFl8ED>V`zw>O-CH-o}s#oL+inz7NLiLhp#?8aE~#x`viRL$5Agm zco_;?gpw!+ValO!QK#aF@`_X8la8p6BvF?lTq9Ap;sPovZlE4T1nN~hKz)iAT*AlN zfQ|eWaBZ?{Nyq)wn(R1{Rl&|}YaTYutZwb8j3k4hzN1TtY(~qf)UwettwSW4(T1bw zRFPy|%FtCcm7y9Ka2CuSYI1TCEYNfTi@7Nj80(4#%o(EzU0tiY(gOI&B3hZIucie1%HbQOcO%2BvRSOe3bs zV2rtF5rsoz&%uY)Mu4uP6`r)s_ zE95rxzSHn^l5^?ip~dP2JWx*ac_t4*akcV*QSQbl#SQ3D5+x7`#5uzehv09ThQXs@ z7`~=mHQe>>oMk9h#KUkMh8T;bGATV4V?l&2%b*M=IHnO?n0fu;xw)weu``!0K<;8k zpbHzpe(spX4Z0=ebS(x^Jhq|KrJzCW}|^D&^kEO7CQ;ckXY$-sCG{xZ1sM>)o60 z7Ef-|a`!}~djk6VtKDJz*@Vvnkbxv@!vTOshxh@i^Vx=4;0lkOh33iU+#IAPbN5{J zeC=ctz{c=daX*`92{;!(1iqY7sfInliP#J9%T57V4?n3gi_y=aRl|G;3JZoS!M-A2 zT)BIq9Gt8KCrjcaI{|G8+pGcD>v#{q7AcT-xMe6=kHW17uz##k0S;EQ-O#Rtg5oHU z=5Z^gt{Avtj#K#Nw#$xnaGu-1<&Mn>PUPqU!rV7lwJr{7gJToQDd{2St)EcXF=#M^ zRR*>O%0q3j7lG8x)zl4~8_f2)X|MM^sil?nGwl3x4?b|Yl(?FiS1vmHkDZe6^2 z@zbI0H||dV_55GXf6138W-1di<^I`9|7E=ttP`TqkrQ<-2@a@CZ?%odzFiq!hHN5wJc<5euX!}Gte5?{a zRx;n6aNoy)j{-%d96nqLA1;Lt|EJc0LUs{hJjA;`)%gs&wc}B!~WD9oq|{+NQQ~OYh$_^?74Na zv}RlTe2MD}R#I6>*SZj5hYc zVQ!>;n1l1$`TDBL>5W#n8kV9($Pw3C3rJp^f>Gz)^!3d!Nd! zepRrXtmmm+@_I_O&cLugvZ})VxL;#5$Fd27U%<@8zlDFgxKCR*CPSRfXUvP5;hDpG z7ygZ62xnATgRPu-2QQg$AT~VH6mGue|1aX3GE2#El^Wt1I4bKh{AuHv(!t~7d7T>0 z1vzQBr>RQec4~;{;Qt|pCHE^-#w(}cozKUY>Sfn!ESt{hY#di^TEd%H!t8T+JbJJnSZr5aEuO$VBs7b8y^IFoyp(*&)YDt#7qeFc1=Q zHh7=6Z^K>l?(1+=c@KDO%?U+l5rU=g(V829NCZCu4+1ZMYnMvl<24^bf4wb$U>CMs zz_uX5HX;PBT`Yx9*4h#7CW6Om?LZhp2(9C_PJ~?u=StxdwQhuAgs+yu6SW?Md+M#n zYrP2f*5P>VIfVNV0;{oFA4187&m-)&$L>csfbf-4c(OK#@Bk5fAVih-!V-6QAFl0W zmG@Qn5L7?`D~8RAu2T3ER)CaPVJ>Y4l{Q(ML{ Hw7UNSDERlk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3d5fed934decba458911e596560e52fad9cc94e GIT binary patch literal 16406 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 NG0Xa74F>j({u}Dh0d4>Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 0000000..6e34f96 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `make mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags within a ``
    `` tag, wrapped in a ``
    `` tag. The ``
    ``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..2be2b4e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt + +__all__ = ['BBCodeFormatter'] + + +class BBCodeFormatter(Formatter): + """ + Format tokens with BBcodes. These formatting codes are used by many + bulletin boards, so you can highlight your sourcecode with pygments before + posting it there. + + This formatter has no support for background colors and borders, as there + are no common BBcode tags for that. + + Some board systems (e.g. phpBB) don't support colors in their [code] tag, + so you can't use the highlighting together with that tag. + Text in a [code] tag usually is shown with a monospace font (which this + formatter can do with the ``monofont`` option) and no spaces (which you + need for indentation) are removed. + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `codetag` + If set to true, put the output into ``[code]`` tags (default: + ``false``) + + `monofont` + If set to true, add a tag to show the code with a monospace font + (default: ``false``). + """ + name = 'BBCode' + aliases = ['bbcode', 'bb'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + self._code = get_bool_opt(options, 'codetag', False) + self._mono = get_bool_opt(options, 'monofont', False) + + self.styles = {} + self._make_styles() + + def _make_styles(self): + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '[color=#%s]' % ndef['color'] + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..f3dcbce --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import math +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt, get_int_opt + +__all__ = ['GroffFormatter'] + + +class GroffFormatter(Formatter): + """ + Format tokens with groff escapes to change their color and font style. + + .. versionadded:: 2.11 + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `monospaced` + If set to true, monospace font will be used (default: ``true``). + + `linenos` + If set to true, print the line numbers (default: ``false``). + + `wrap` + Wrap lines to the specified number of characters. Disabled if set to 0 + (default: ``0``). + """ + + name = 'groff' + aliases = ['groff','troff','roff'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + + self.monospaced = get_bool_opt(options, 'monospaced', True) + self.linenos = get_bool_opt(options, 'linenos', False) + self._lineno = 0 + self.wrap = get_int_opt(options, 'wrap', 0) + self._linelen = 0 + + self.styles = {} + self._make_styles() + + + def _make_styles(self): + regular = '\\f[CR]' if self.monospaced else '\\f[R]' + bold = '\\f[CB]' if self.monospaced else '\\f[B]' + italic = '\\f[CI]' if self.monospaced else '\\f[I]' + + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '\\m[%s]' % ndef['color'] + end = '\\m[]' + end + if ndef['bold']: + start += bold + end = regular + end + if ndef['italic']: + start += italic + end = regular + end + if ndef['bgcolor']: + start += '\\M[%s]' % ndef['bgcolor'] + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in colors: + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..d5cda4c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import functools +import os +import sys +import os.path +from io import StringIO + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES +from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt + +try: + import ctags +except ImportError: + ctags = None + +__all__ = ['HtmlFormatter'] + + +_escape_html_table = { + ord('&'): '&', + ord('<'): '<', + ord('>'): '>', + ord('"'): '"', + ord("'"): ''', +} + + +def escape_html(text, table=_escape_html_table): + """Escape &, <, > as well as single and double quotes for HTML.""" + return text.translate(table) + + +def webify(color): + if color.startswith('calc') or color.startswith('var'): + return color + else: + return '#' + color + + +def _get_ttype_class(ttype): + fname = STANDARD_TYPES.get(ttype) + if fname: + return fname + aname = '' + while fname is None: + aname = '-' + ttype[-1] + aname + ttype = ttype.parent + fname = STANDARD_TYPES.get(ttype) + return fname + aname + + +CSSFILE_TEMPLATE = '''\ +/* +generated by Pygments +Copyright 2006-2022 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

    %(title)s

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

    %(title)s

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

    {{ diagram.title }}

    +
    {{ diagram.text }}
    +
    + {{ diagram.svg }} +
    +
    +{% endfor %} + + +""" + +template = Template(jinja2_template_source) + +# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet +NamedDiagram = NamedTuple( + "NamedDiagram", + [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], +) +""" +A simple structure for associating a name with a railroad diagram +""" + +T = TypeVar("T") + + +class EachItem(railroad.Group): + """ + Custom railroad item to compose a: + - Group containing a + - OneOrMore containing a + - Choice of the elements in the Each + with the group label indicating that all must be matched + """ + + all_label = "[ALL]" + + def __init__(self, *items): + choice_item = railroad.Choice(len(items) - 1, *items) + one_or_more_item = railroad.OneOrMore(item=choice_item) + super().__init__(one_or_more_item, label=self.all_label) + + +class AnnotatedItem(railroad.Group): + """ + Simple subclass of Group that creates an annotation label + """ + + def __init__(self, label: str, item): + super().__init__(item=item, label="[{}]".format(label) if label else label) + + +class EditablePartial(Generic[T]): + """ + Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been + constructed. + """ + + # We need this here because the railroad constructors actually transform the data, so can't be called until the + # entire tree is assembled + + def __init__(self, func: Callable[..., T], args: list, kwargs: dict): + self.func = func + self.args = args + self.kwargs = kwargs + + @classmethod + def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": + """ + If you call this function in the same way that you would call the constructor, it will store the arguments + as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) + """ + return EditablePartial(func=func, args=list(args), kwargs=kwargs) + + @property + def name(self): + return self.kwargs["name"] + + def __call__(self) -> T: + """ + Evaluate the partial and return the result + """ + args = self.args.copy() + kwargs = self.kwargs.copy() + + # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. + # args=['list', 'of', 'things']) + arg_spec = inspect.getfullargspec(self.func) + if arg_spec.varargs in self.kwargs: + args += kwargs.pop(arg_spec.varargs) + + return self.func(*args, **kwargs) + + +def railroad_to_html(diagrams: List[NamedDiagram], **kwargs) -> str: + """ + Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams + :params kwargs: kwargs to be passed in to the template + """ + data = [] + for diagram in diagrams: + if diagram.diagram is None: + continue + io = StringIO() + diagram.diagram.writeSvg(io.write) + title = diagram.name + if diagram.index == 0: + title += " (root)" + data.append({"title": title, "text": "", "svg": io.getvalue()}) + + return template.render(diagrams=data, **kwargs) + + +def resolve_partial(partial: "EditablePartial[T]") -> T: + """ + Recursively resolves a collection of Partials into whatever type they are + """ + if isinstance(partial, EditablePartial): + partial.args = resolve_partial(partial.args) + partial.kwargs = resolve_partial(partial.kwargs) + return partial() + elif isinstance(partial, list): + return [resolve_partial(x) for x in partial] + elif isinstance(partial, dict): + return {key: resolve_partial(x) for key, x in partial.items()} + else: + return partial + + +def to_railroad( + element: pyparsing.ParserElement, + diagram_kwargs: typing.Optional[dict] = None, + vertical: int = 3, + show_results_names: bool = False, + show_groups: bool = False, +) -> List[NamedDiagram]: + """ + Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram + creation if you want to access the Railroad tree before it is converted to HTML + :param element: base element of the parser being diagrammed + :param diagram_kwargs: kwargs to pass to the Diagram() constructor + :param vertical: (optional) - int - limit at which number of alternatives should be + shown vertically instead of horizontally + :param show_results_names - bool to indicate whether results name annotations should be + included in the diagram + :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled + surrounding box + """ + # Convert the whole tree underneath the root + lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) + _to_diagram_element( + element, + lookup=lookup, + parent=None, + vertical=vertical, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + root_id = id(element) + # Convert the root if it hasn't been already + if root_id in lookup: + if not element.customName: + lookup[root_id].name = "" + lookup[root_id].mark_for_extraction(root_id, lookup, force=True) + + # Now that we're finished, we can convert from intermediate structures into Railroad elements + diags = list(lookup.diagrams.values()) + if len(diags) > 1: + # collapse out duplicate diags with the same name + seen = set() + deduped_diags = [] + for d in diags: + # don't extract SkipTo elements, they are uninformative as subdiagrams + if d.name == "...": + continue + if d.name is not None and d.name not in seen: + seen.add(d.name) + deduped_diags.append(d) + resolved = [resolve_partial(partial) for partial in deduped_diags] + else: + # special case - if just one diagram, always display it, even if + # it has no name + resolved = [resolve_partial(partial) for partial in diags] + return sorted(resolved, key=lambda diag: diag.index) + + +def _should_vertical( + specification: int, exprs: Iterable[pyparsing.ParserElement] +) -> bool: + """ + Returns true if we should return a vertical list of elements + """ + if specification is None: + return False + else: + return len(_visible_exprs(exprs)) >= specification + + +class ElementState: + """ + State recorded for an individual pyparsing Element + """ + + # Note: this should be a dataclass, but we have to support Python 3.5 + def __init__( + self, + element: pyparsing.ParserElement, + converted: EditablePartial, + parent: EditablePartial, + number: int, + name: str = None, + parent_index: typing.Optional[int] = None, + ): + #: The pyparsing element that this represents + self.element: pyparsing.ParserElement = element + #: The name of the element + self.name: typing.Optional[str] = name + #: The output Railroad element in an unconverted state + self.converted: EditablePartial = converted + #: The parent Railroad element, which we store so that we can extract this if it's duplicated + self.parent: EditablePartial = parent + #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram + self.number: int = number + #: The index of this inside its parent + self.parent_index: typing.Optional[int] = parent_index + #: If true, we should extract this out into a subdiagram + self.extract: bool = False + #: If true, all of this element's children have been filled out + self.complete: bool = False + + def mark_for_extraction( + self, el_id: int, state: "ConverterState", name: str = None, force: bool = False + ): + """ + Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram + :param el_id: id of the element + :param state: element/diagram state tracker + :param name: name to use for this element's text + :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the + root element when we know we're finished + """ + self.extract = True + + # Set the name + if not self.name: + if name: + # Allow forcing a custom name + self.name = name + elif self.element.customName: + self.name = self.element.customName + else: + self.name = "" + + # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children + # to be added + # Also, if this is just a string literal etc, don't bother extracting it + if force or (self.complete and _worth_extracting(self.element)): + state.extract_into_diagram(el_id) + + +class ConverterState: + """ + Stores some state that persists between recursions into the element tree + """ + + def __init__(self, diagram_kwargs: typing.Optional[dict] = None): + #: A dictionary mapping ParserElements to state relating to them + self._element_diagram_states: Dict[int, ElementState] = {} + #: A dictionary mapping ParserElement IDs to subdiagrams generated from them + self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} + #: The index of the next unnamed element + self.unnamed_index: int = 1 + #: The index of the next element. This is used for sorting + self.index: int = 0 + #: Shared kwargs that are used to customize the construction of diagrams + self.diagram_kwargs: dict = diagram_kwargs or {} + self.extracted_diagram_names: Set[str] = set() + + def __setitem__(self, key: int, value: ElementState): + self._element_diagram_states[key] = value + + def __getitem__(self, key: int) -> ElementState: + return self._element_diagram_states[key] + + def __delitem__(self, key: int): + del self._element_diagram_states[key] + + def __contains__(self, key: int): + return key in self._element_diagram_states + + def generate_unnamed(self) -> int: + """ + Generate a number used in the name of an otherwise unnamed diagram + """ + self.unnamed_index += 1 + return self.unnamed_index + + def generate_index(self) -> int: + """ + Generate a number used to index a diagram + """ + self.index += 1 + return self.index + + def extract_into_diagram(self, el_id: int): + """ + Used when we encounter the same token twice in the same tree. When this + happens, we replace all instances of that token with a terminal, and + create a new subdiagram for the token + """ + position = self[el_id] + + # Replace the original definition of this element with a regular block + if position.parent: + ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) + if "item" in position.parent.kwargs: + position.parent.kwargs["item"] = ret + elif "items" in position.parent.kwargs: + position.parent.kwargs["items"][position.parent_index] = ret + + # If the element we're extracting is a group, skip to its content but keep the title + if position.converted.func == railroad.Group: + content = position.converted.kwargs["item"] + else: + content = position.converted + + self.diagrams[el_id] = EditablePartial.from_call( + NamedDiagram, + name=position.name, + diagram=EditablePartial.from_call( + railroad.Diagram, content, **self.diagram_kwargs + ), + index=position.number, + ) + + del self[el_id] + + +def _worth_extracting(element: pyparsing.ParserElement) -> bool: + """ + Returns true if this element is worth having its own sub-diagram. Simply, if any of its children + themselves have children, then its complex enough to extract + """ + children = element.recurse() + return any(child.recurse() for child in children) + + +def _apply_diagram_item_enhancements(fn): + """ + decorator to ensure enhancements to a diagram item (such as results name annotations) + get applied on return from _to_diagram_element (we do this since there are several + returns in _to_diagram_element) + """ + + def _inner( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, + ) -> typing.Optional[EditablePartial]: + + ret = fn( + element, + parent, + lookup, + vertical, + index, + name_hint, + show_results_names, + show_groups, + ) + + # apply annotation for results name, if present + if show_results_names and ret is not None: + element_results_name = element.resultsName + if element_results_name: + # add "*" to indicate if this is a "list all results" name + element_results_name += "" if element.modalResults else "*" + ret = EditablePartial.from_call( + railroad.Group, item=ret, label=element_results_name + ) + + return ret + + return _inner + + +def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): + non_diagramming_exprs = ( + pyparsing.ParseElementEnhance, + pyparsing.PositionToken, + pyparsing.And._ErrorStop, + ) + return [ + e + for e in exprs + if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) + ] + + +@_apply_diagram_item_enhancements +def _to_diagram_element( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, +) -> typing.Optional[EditablePartial]: + """ + Recursively converts a PyParsing Element to a railroad Element + :param lookup: The shared converter state that keeps track of useful things + :param index: The index of this element within the parent + :param parent: The parent of this element in the output tree + :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), + it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never + do so + :param name_hint: If provided, this will override the generated name + :param show_results_names: bool flag indicating whether to add annotations for results names + :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed + :param show_groups: bool flag indicating whether to show groups using bounding box + """ + exprs = element.recurse() + name = name_hint or element.customName or element.__class__.__name__ + + # Python's id() is used to provide a unique identifier for elements + el_id = id(element) + + element_results_name = element.resultsName + + # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram + if not element.customName: + if isinstance( + element, + ( + # pyparsing.TokenConverter, + # pyparsing.Forward, + pyparsing.Located, + ), + ): + # However, if this element has a useful custom name, and its child does not, we can pass it on to the child + if exprs: + if not exprs[0].customName: + propagated_name = name + else: + propagated_name = None + + return _to_diagram_element( + element.expr, + parent=parent, + lookup=lookup, + vertical=vertical, + index=index, + name_hint=propagated_name, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # If the element isn't worth extracting, we always treat it as the first time we say it + if _worth_extracting(element): + if el_id in lookup: + # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, + # so we have to extract it into a new diagram. + looked_up = lookup[el_id] + looked_up.mark_for_extraction(el_id, lookup, name=name_hint) + ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) + return ret + + elif el_id in lookup.diagrams: + # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we + # just put in a marker element that refers to the sub-diagram + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + return ret + + # Recursively convert child elements + # Here we find the most relevant Railroad element for matching pyparsing Element + # We use ``items=[]`` here to hold the place for where the child elements will go once created + if isinstance(element, pyparsing.And): + # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat + # (all will have the same name, and resultsName) + if not exprs: + return None + if len(set((e.name, e.resultsName) for e in exprs)) == 1: + ret = EditablePartial.from_call( + railroad.OneOrMore, item="", repeat=str(len(exprs)) + ) + elif _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Stack, items=[]) + else: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): + if not exprs: + return None + if _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) + else: + ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) + elif isinstance(element, pyparsing.Each): + if not exprs: + return None + ret = EditablePartial.from_call(EachItem, items=[]) + elif isinstance(element, pyparsing.NotAny): + ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") + elif isinstance(element, pyparsing.FollowedBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") + elif isinstance(element, pyparsing.PrecededBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") + elif isinstance(element, pyparsing.Group): + if show_groups: + ret = EditablePartial.from_call(AnnotatedItem, label="", item="") + else: + ret = EditablePartial.from_call(railroad.Group, label="", item="") + elif isinstance(element, pyparsing.TokenConverter): + ret = EditablePartial.from_call( + AnnotatedItem, label=type(element).__name__.lower(), item="" + ) + elif isinstance(element, pyparsing.Opt): + ret = EditablePartial.from_call(railroad.Optional, item="") + elif isinstance(element, pyparsing.OneOrMore): + ret = EditablePartial.from_call(railroad.OneOrMore, item="") + elif isinstance(element, pyparsing.ZeroOrMore): + ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") + elif isinstance(element, pyparsing.Group): + ret = EditablePartial.from_call( + railroad.Group, item=None, label=element_results_name + ) + elif isinstance(element, pyparsing.Empty) and not element.customName: + # Skip unnamed "Empty" elements + ret = None + elif len(exprs) > 1: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif len(exprs) > 0 and not element_results_name: + ret = EditablePartial.from_call(railroad.Group, item="", label=name) + else: + terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) + ret = terminal + + if ret is None: + return + + # Indicate this element's position in the tree so we can extract it if necessary + lookup[el_id] = ElementState( + element=element, + converted=ret, + parent=parent, + parent_index=index, + number=lookup.generate_index(), + ) + if element.customName: + lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) + + i = 0 + for expr in exprs: + # Add a placeholder index in case we have to extract the child before we even add it to the parent + if "items" in ret.kwargs: + ret.kwargs["items"].insert(i, None) + + item = _to_diagram_element( + expr, + parent=ret, + lookup=lookup, + vertical=vertical, + index=i, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # Some elements don't need to be shown in the diagram + if item is not None: + if "item" in ret.kwargs: + ret.kwargs["item"] = item + elif "items" in ret.kwargs: + # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal + ret.kwargs["items"][i] = item + i += 1 + elif "items" in ret.kwargs: + # If we're supposed to skip this element, remove it from the parent + del ret.kwargs["items"][i] + + # If all this items children are none, skip this item + if ret and ( + ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) + or ("item" in ret.kwargs and ret.kwargs["item"] is None) + ): + ret = EditablePartial.from_call(railroad.Terminal, name) + + # Mark this element as "complete", ie it has all of its children + if el_id in lookup: + lookup[el_id].complete = True + + if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: + lookup.extract_into_diagram(el_id) + if ret is not None: + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + + return ret diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5ac5cdd41eded4b4369e721defbfe49a24c79b9 GIT binary patch literal 28026 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 A9{>OV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py new file mode 100644 index 0000000..a38447b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py @@ -0,0 +1,267 @@ +# exceptions.py + +import re +import sys +import typing + +from .util import col, line, lineno, _collapse_string_to_ranges +from .unicode import pyparsing_unicode as ppu + + +class ExceptionWordUnicode(ppu.Latin1, ppu.LatinA, ppu.LatinB, ppu.Greek, ppu.Cyrillic): + pass + + +_extract_alphanums = _collapse_string_to_ranges(ExceptionWordUnicode.alphanums) +_exception_word_extractor = re.compile("([" + _extract_alphanums + "]{1,16})|.") + + +class ParseBaseException(Exception): + """base exception class for all parsing runtime exceptions""" + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, + pstr: str, + loc: int = 0, + msg: typing.Optional[str] = None, + elem=None, + ): + self.loc = loc + if msg is None: + self.msg = pstr + self.pstr = "" + else: + self.msg = msg + self.pstr = pstr + self.parser_element = self.parserElement = elem + self.args = (pstr, loc, msg) + + @staticmethod + def explain_exception(exc, depth=16): + """ + Method to take an exception and translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - exc - exception raised during parsing (need not be a ParseException, in support + of Python exceptions that might be raised in a parse action) + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + """ + import inspect + from .core import ParserElement + + if depth is None: + depth = sys.getrecursionlimit() + ret = [] + if isinstance(exc, ParseBaseException): + ret.append(exc.line) + ret.append(" " * (exc.column - 1) + "^") + ret.append("{}: {}".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 id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + "{}.{} - {}".format( + self_type.__module__, self_type.__name__, f_self + ) + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append("{}.{}".format(self_type.__module__, self_type.__name__)) + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append("{}".format(code.co_name)) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parserElement) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return "{}{} (at char {}), (line:{}, col:{})".format( + self.msg, foundstr, self.loc, self.lineno, self.column + ) + + def __repr__(self): + return str(self) + + def mark_input_line(self, marker_string: str = None, *, markerString=">!<") -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + markInputline = mark_input_line + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return "RecursiveGrammarException: {}".format(self.parseElementTrace) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..9588b3b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1088 @@ +# helpers.py +import html.entities +import re +import typing + +from . import __diag__ +from .core import * +from .util import _bslash, _flatten, _escape_regex_range_chars + + +# +# global helpers +# +def delimited_list( + expr: Union[str, ParserElement], + delim: Union[str, ParserElement] = ",", + combine: bool = False, + min: typing.Optional[int] = None, + max: typing.Optional[int] = None, + *, + allow_trailing_delim: bool = False, +) -> ParserElement: + """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. + + If ``allow_trailing_delim`` is set to True, then the list may end with + a delimiter. + + Example:: + + delimited_list(Word(alphas)).parse_string("aa,bb,cc") # -> ['aa', 'bb', 'cc'] + delimited_list(Word(hexnums), delim=':', combine=True).parse_string("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] + """ + if isinstance(expr, str_type): + expr = ParserElement._literalStringClass(expr) + + dlName = "{expr} [{delim} {expr}]...{end}".format( + expr=str(expr.copy().streamline()), + delim=str(delim), + end=" [{}]".format(str(delim)) if allow_trailing_delim else "", + ) + + if not combine: + delim = Suppress(delim) + + if min is not None: + if min < 1: + raise ValueError("min must be greater than 0") + min -= 1 + if max is not None: + if min is not None and max <= min: + raise ValueError("max must be greater than, or equal to min") + max -= 1 + delimited_list_expr = expr + (delim + expr)[min, max] + + if allow_trailing_delim: + delimited_list_expr += Opt(delim) + + if combine: + return Combine(delimited_list_expr).set_name(dlName) + else: + return delimited_list_expr.set_name(dlName) + + +def counted_array( + expr: ParserElement, + int_expr: typing.Optional[ParserElement] = None, + *, + intExpr: typing.Optional[ParserElement] = None, +) -> ParserElement: + """Helper to define a counted list of expressions. + + This helper defines a pattern of the form:: + + integer expr expr expr... + + where the leading integer tells how many expr expressions follow. + The matched tokens returns the array of expr tokens as a list - the + leading count token is suppressed. + + If ``int_expr`` is specified, it should be a pyparsing expression + that produces an integer value. + + Example:: + + counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] + + # in this parser, the leading integer value is given in binary, + # '10' indicating that 2 values are in the array + binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) + counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] + + # if other fields must be parsed after the count but before the + # list items, give the fields results names and they will + # be preserved in the returned ParseResults: + count_with_metadata = integer + Word(alphas)("type") + typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") + result = typed_array.parse_string("3 bool True True False") + print(result.dump()) + + # prints + # ['True', 'True', 'False'] + # - items: ['True', 'True', 'False'] + # - type: 'bool' + """ + intExpr = intExpr or int_expr + array_expr = Forward() + + def count_field_parse_action(s, l, t): + nonlocal array_expr + n = t[0] + array_expr <<= (expr * n) if n else Empty() + # clear list contents, but keep any named results + del t[:] + + if intExpr is None: + intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) + else: + intExpr = intExpr.copy() + intExpr.set_name("arrayLen") + intExpr.add_parse_action(count_field_parse_action, call_during_try=True) + return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") + + +def match_previous_literal(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_literal(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches a previous literal, will also match the leading + ``"1:1"`` in ``"1:10"``. If this is not desired, use + :class:`match_previous_expr`. Do *not* use with packrat parsing + enabled. + """ + rep = Forward() + + def copy_token_to_repeater(s, l, t): + if t: + if len(t) == 1: + rep << t[0] + else: + # flatten t tokens + tflat = _flatten(t.as_list()) + rep << And(Literal(tt) for tt in tflat) + else: + rep << Empty() + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def match_previous_expr(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_expr(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches by expressions, will *not* match the leading ``"1:1"`` + in ``"1:10"``; the expressions are evaluated first, and then + compared, so ``"1"`` is compared with ``"10"``. Do *not* use + with packrat parsing enabled. + """ + rep = Forward() + e2 = expr.copy() + rep <<= e2 + + def copy_token_to_repeater(s, l, t): + matchTokens = _flatten(t.as_list()) + + def must_match_these_tokens(s, l, t): + theseTokens = _flatten(t.as_list()) + if theseTokens != matchTokens: + raise ParseException( + s, l, "Expected {}, found{}".format(matchTokens, theseTokens) + ) + + rep.set_parse_action(must_match_these_tokens, callDuringTry=True) + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def one_of( + strs: Union[typing.Iterable[str], str], + caseless: bool = False, + use_regex: bool = True, + as_keyword: bool = False, + *, + useRegex: bool = True, + asKeyword: bool = False, +) -> ParserElement: + """Helper to quickly define a set of alternative :class:`Literal` s, + and makes sure to do longest-first testing when there is a conflict, + regardless of the input order, but returns + a :class:`MatchFirst` for best performance. + + Parameters: + + - ``strs`` - a string of space-delimited literals, or a collection of + string literals + - ``caseless`` - treat all literals as caseless - (default= ``False``) + - ``use_regex`` - as an optimization, will + generate a :class:`Regex` object; otherwise, will generate + a :class:`MatchFirst` object (if ``caseless=True`` or ``asKeyword=True``, or if + creating a :class:`Regex` raises an exception) - (default= ``True``) + - ``as_keyword`` - enforce :class:`Keyword`-style matching on the + generated expressions - (default= ``False``) + - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, + but will be removed in a future release + + Example:: + + comp_oper = one_of("< = > <= >= !=") + var = Word(alphas) + number = Word(nums) + term = var | number + comparison_expr = term + comp_oper + term + print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) + + prints:: + + [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] + """ + asKeyword = asKeyword or as_keyword + useRegex = useRegex and use_regex + + if ( + isinstance(caseless, str_type) + and __diag__.warn_on_multiple_string_args_to_oneof + ): + warnings.warn( + "More than one string argument passed to one_of, pass" + " choices as a list or space-delimited string", + stacklevel=2, + ) + + if caseless: + isequal = lambda a, b: a.upper() == b.upper() + masks = lambda a, b: b.upper().startswith(a.upper()) + parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral + else: + isequal = lambda a, b: a == b + masks = lambda a, b: b.startswith(a) + parseElementClass = Keyword if asKeyword else Literal + + symbols: List[str] = [] + if isinstance(strs, str_type): + symbols = strs.split() + elif isinstance(strs, Iterable): + symbols = list(strs) + else: + raise TypeError("Invalid argument to one_of, expected string or iterable") + if not symbols: + return NoMatch() + + # reorder given symbols to take care to avoid masking longer choices with shorter ones + # (but only if the given symbols are not just single characters) + if any(len(sym) > 1 for sym in symbols): + i = 0 + while i < len(symbols) - 1: + cur = symbols[i] + for j, other in enumerate(symbols[i + 1 :]): + if isequal(other, cur): + del symbols[i + j + 1] + break + elif masks(cur, other): + del symbols[i + j + 1] + symbols.insert(i, other) + break + else: + i += 1 + + if useRegex: + re_flags: int = re.IGNORECASE if caseless else 0 + + try: + if all(len(sym) == 1 for sym in symbols): + # symbols are just single characters, create range regex pattern + patt = "[{}]".format( + "".join(_escape_regex_range_chars(sym) for sym in symbols) + ) + else: + patt = "|".join(re.escape(sym) for sym in symbols) + + # wrap with \b word break markers if defining as keywords + if asKeyword: + patt = r"\b(?:{})\b".format(patt) + + ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) + + if caseless: + # add parse action to return symbols as specified, not in random + # casing as found in input string + symbol_map = {sym.lower(): sym for sym in symbols} + ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) + + return ret + + except re.error: + warnings.warn( + "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 + ) + + # last resort, just use MatchFirst + return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( + " | ".join(symbols) + ) + + +def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: + """Helper to easily and clearly define a dictionary by specifying + the respective patterns for the key and value. Takes care of + defining the :class:`Dict`, :class:`ZeroOrMore`, and + :class:`Group` tokens in the proper order. The key pattern + can include delimiting markers or punctuation, as long as they are + suppressed, thereby leaving the significant key text. The value + pattern can include named results, so that the :class:`Dict` results + can include named token fields. + + Example:: + + text = "shape: SQUARE posn: upper left color: light blue texture: burlap" + attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) + print(attr_expr[1, ...].parse_string(text).dump()) + + attr_label = label + attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) + + # similar to Dict, but simpler call format + result = dict_of(attr_label, attr_value).parse_string(text) + print(result.dump()) + print(result['shape']) + print(result.shape) # object attribute access works too + print(result.as_dict()) + + prints:: + + [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] + - color: 'light blue' + - posn: 'upper left' + - shape: 'SQUARE' + - texture: 'burlap' + SQUARE + SQUARE + {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} + """ + return Dict(OneOrMore(Group(key + value))) + + +def original_text_for( + expr: ParserElement, as_string: bool = True, *, asString: bool = True +) -> ParserElement: + """Helper to return the original, untokenized text for a given + expression. Useful to restore the parsed fields of an HTML start + tag into the raw tag text itself, or to revert separate tokens with + intervening whitespace back to the original matching input text. By + default, returns astring containing the original parsed text. + + If the optional ``as_string`` argument is passed as + ``False``, then the return value is + a :class:`ParseResults` containing any results names that + were originally matched, and a single token containing the original + matched text from the input string. So if the expression passed to + :class:`original_text_for` contains expressions with defined + results names, you must set ``as_string`` to ``False`` if you + want to preserve those results name values. + + The ``asString`` pre-PEP8 argument is retained for compatibility, + but will be removed in a future release. + + Example:: + + src = "this is test bold text normal text " + for tag in ("b", "i"): + opener, closer = make_html_tags(tag) + patt = original_text_for(opener + SkipTo(closer) + closer) + print(patt.search_string(src)[0]) + + prints:: + + [' bold text '] + ['text'] + """ + asString = asString and as_string + + locMarker = Empty().set_parse_action(lambda s, loc, t: loc) + endlocMarker = locMarker.copy() + endlocMarker.callPreparse = False + matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") + if asString: + extractText = lambda s, l, t: s[t._original_start : t._original_end] + else: + + def extractText(s, l, t): + t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] + + matchExpr.set_parse_action(extractText) + matchExpr.ignoreExprs = expr.ignoreExprs + matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) + return matchExpr + + +def ungroup(expr: ParserElement) -> ParserElement: + """Helper to undo pyparsing's default grouping of And expressions, + even if all but one are non-empty. + """ + return TokenConverter(expr).add_parse_action(lambda t: t[0]) + + +def locatedExpr(expr: ParserElement) -> ParserElement: + """ + (DEPRECATED - future code should use the Located class) + Helper to decorate a returned token with its starting and ending + locations in the input string. + + This helper adds the following results names: + + - ``locn_start`` - location where matched expression begins + - ``locn_end`` - location where matched expression ends + - ``value`` - the actual parsed results + + Be careful if the input text contains ```` characters, you + may want to call :class:`ParserElement.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().set_parse_action(lambda ss, ll, tt: ll) + return Group( + locator("locn_start") + + expr("value") + + locator.copy().leaveWhitespace()("locn_end") + ) + + +def nested_expr( + opener: Union[str, ParserElement] = "(", + closer: Union[str, ParserElement] = ")", + content: typing.Optional[ParserElement] = None, + ignore_expr: ParserElement = quoted_string(), + *, + ignoreExpr: ParserElement = quoted_string(), +) -> ParserElement: + """Helper method for defining nested lists enclosed in opening and + closing delimiters (``"("`` and ``")"`` are the default). + + Parameters: + - ``opener`` - opening character for a nested list + (default= ``"("``); can also be a pyparsing expression + - ``closer`` - closing character for a nested list + (default= ``")"``); can also be a pyparsing expression + - ``content`` - expression for items within the nested lists + (default= ``None``) + - ``ignore_expr`` - expression for ignoring opening and closing delimiters + (default= :class:`quoted_string`) + - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility + but will be removed in a future release + + If an expression is not provided for the content argument, the + nested expression will capture all whitespace-delimited content + between delimiters as a list of separate values. + + Use the ``ignore_expr`` argument to define expressions that may + contain opening or closing characters that should not be treated as + opening or closing characters for nesting, such as quoted_string or + a comment expression. Specify multiple expressions using an + :class:`Or` or :class:`MatchFirst`. The default is + :class:`quoted_string`, but if no expressions are to be ignored, then + pass ``None`` for this argument. + + Example:: + + data_type = one_of("void int short long char float double") + decl_data_type = Combine(data_type + Opt(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR, RPAR = map(Suppress, "()") + + code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Opt(delimited_list(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(c_style_comment) + + source_code = ''' + int is_odd(int x) { + return (x%2); + } + + int dec_to_hex(char hchar) { + if (hchar >= '0' && hchar <= '9') { + return (ord(hchar)-ord('0')); + } else { + return (10+ord(hchar)-ord('A')); + } + } + ''' + for func in c_function.search_string(source_code): + print("%(name)s (%(type)s) args: %(args)s" % func) + + + prints:: + + is_odd (int) args: [['int', 'x']] + dec_to_hex (int) args: [['char', 'hchar']] + """ + if ignoreExpr != ignore_expr: + ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr + if opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener, str_type) and isinstance(closer, str_type): + if len(opener) == 1 and len(closer) == 1: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS, + exact=1, + ) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = empty.copy() + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS + ).set_parse_action(lambda t: t[0].strip()) + else: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = Combine( + OneOrMore( + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + raise ValueError( + "opening and closing arguments must be strings if no content expression is given" + ) + ret = Forward() + if ignoreExpr is not None: + ret <<= Group( + Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) + ) + else: + ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) + ret.set_name("nested %s%s expression" % (opener, closer)) + return ret + + +def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): + """Internal helper to construct opening and closing tag expressions, given a tag name""" + if isinstance(tagStr, str_type): + resname = tagStr + tagStr = Keyword(tagStr, caseless=not xml) + else: + resname = tagStr.name + + tagAttrName = Word(alphas, alphanums + "_-:") + if xml: + tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + else: + tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( + printables, exclude_chars=">" + ) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict( + ZeroOrMore( + Group( + tagAttrName.set_parse_action(lambda t: t[0].lower()) + + Opt(Suppress("=") + tagAttrValue) + ) + ) + ) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + closeTag = Combine(Literal("", adjacent=False) + + openTag.set_name("<%s>" % resname) + # add start results name in parse action now that ungrouped names are not reported at two levels + openTag.add_parse_action( + lambda t: t.__setitem__( + "start" + "".join(resname.replace(":", " ").title().split()), t.copy() + ) + ) + closeTag = closeTag( + "end" + "".join(resname.replace(":", " ").title().split()) + ).set_name("" % resname) + openTag.tag = resname + closeTag.tag = resname + openTag.tag_body = SkipTo(closeTag()) + return openTag, closeTag + + +def make_html_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for HTML, + given a tag name. Matches tags in either upper or lower case, + attributes with namespaces and with quoted or unquoted values. + + Example:: + + text = 'More info at the pyparsing wiki page' + # make_html_tags returns pyparsing expressions for the opening and + # closing tags as a 2-tuple + a, a_end = make_html_tags("A") + link_expr = a + SkipTo(a_end)("link_text") + a_end + + for link in link_expr.search_string(text): + # attributes in the
    tag (like "href" shown here) are + # also accessible as named results + print(link.link_text, '->', link.href) + + prints:: + + pyparsing -> https://github.com/pyparsing/pyparsing/wiki + """ + return _makeTags(tag_str, False) + + +def make_xml_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for XML, + given a tag name. Matches tags only in the given upper/lower case. + + Example: similar to :class:`make_html_tags` + """ + return _makeTags(tag_str, True) + + +any_open_tag: ParserElement +any_close_tag: ParserElement +any_open_tag, any_close_tag = make_html_tags( + Word(alphas, alphanums + "_:").set_name("any tag") +) + +_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} +common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( + "common HTML entity" +) + + +def replace_html_entity(t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + LEFT = 1 + RIGHT = 2 + + +InfixNotationOperatorArgType = Union[ + ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] +] +InfixNotationOperatorSpec = Union[ + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + typing.Optional[ParseAction], + ], + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + ], +] + + +def infix_notation( + base_expr: ParserElement, + op_list: List[InfixNotationOperatorSpec], + lpar: Union[str, ParserElement] = Suppress("("), + rpar: Union[str, ParserElement] = Suppress(")"), +) -> ParserElement: + """Helper method for constructing grammars of expressions made up of + operators working in a precedence hierarchy. Operators may be unary + or binary, left- or right-associative. Parse actions can also be + attached to operator expressions. The generated parser will also + recognize the use of parentheses to override operator precedences + (see example below). + + Note: if you define a deep operator list, you may see performance + issues when using infix_notation. See + :class:`ParserElement.enable_packrat` for a mechanism to potentially + improve your parser performance. + + Parameters: + - ``base_expr`` - expression representing the most basic operand to + be used in the expression + - ``op_list`` - list of tuples, one for each operator precedence level + in the expression grammar; each tuple is of the form ``(op_expr, + num_operands, right_left_assoc, (optional)parse_action)``, where: + + - ``op_expr`` is the pyparsing expression for the operator; may also + be a string, which will be converted to a Literal; if ``num_operands`` + is 3, ``op_expr`` is a tuple of two expressions, for the two + operators separating the 3 terms + - ``num_operands`` is the number of terms for this operator (must be 1, + 2, or 3) + - ``right_left_assoc`` is the indicator whether the operator is right + or left associative, using the pyparsing-defined constants + ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. + - ``parse_action`` is the parse action to be associated with + expressions matching this operator expression (the parse action + tuple member may be omitted); if the parse action is passed + a tuple or list of functions, this is equivalent to calling + ``set_parse_action(*fn)`` + (:class:`ParserElement.set_parse_action`) + - ``lpar`` - expression for matching left-parentheses; if passed as a + str, then will be parsed as Suppress(lpar). If lpar is passed as + an expression (such as ``Literal('(')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress('(')``) + - ``rpar`` - expression for matching right-parentheses; if passed as a + str, then will be parsed as Suppress(rpar). If rpar is passed as + an expression (such as ``Literal(')')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress(')')``) + + Example:: + + # simple example of four-function arithmetic with ints and + # variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infix_notation(integer | varname, + [ + ('-', 1, OpAssoc.RIGHT), + (one_of('* /'), 2, OpAssoc.LEFT), + (one_of('+ -'), 2, OpAssoc.LEFT), + ]) + + arith_expr.run_tests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', full_dump=False) + + prints:: + + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + # captive version of FollowedBy that does not do parse actions or capture results names + class _FB(FollowedBy): + def parseImpl(self, instring, loc, doActions=True): + self.expr.try_parse(instring, loc) + return loc, [] + + _FB.__name__ = "FollowedBy>" + + ret = Forward() + if isinstance(lpar, str): + lpar = Suppress(lpar) + if isinstance(rpar, str): + rpar = Suppress(rpar) + + # if lpar and rpar are not suppressed, wrap in group + if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): + lastExpr = base_expr | Group(lpar + ret + rpar) + else: + lastExpr = base_expr | (lpar + ret + rpar) + + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(opExpr) + if arity == 3: + if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: + raise ValueError( + "if numterms=3, opExpr must be a tuple or list of two expressions" + ) + opExpr1, opExpr2 = opExpr + term_name = "{}{} term".format(opExpr1, opExpr2) + else: + term_name = "{} term".format(opExpr) + + if not 1 <= arity <= 3: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + + if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): + raise ValueError("operator must indicate right or left associativity") + + thisExpr: Forward = Forward().set_name(term_name) + if rightLeftAssoc is OpAssoc.LEFT: + if arity == 1: + matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( + lastExpr + (opExpr + lastExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr + ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) + elif rightLeftAssoc is OpAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Opt): + opExpr = Opt(opExpr) + matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( + lastExpr + (opExpr + thisExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + thisExpr) + Group( + lastExpr + thisExpr[1, ...] + ) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr + ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.set_parse_action(*pa) + else: + matchExpr.set_parse_action(pa) + thisExpr <<= (matchExpr | lastExpr).setName(term_name) + lastExpr = thisExpr + ret <<= lastExpr + return ret + + +def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): + """ + (DEPRECATED - use IndentedBlock class instead) + Helper method for defining space-delimited indentation blocks, + such as those used to define block statements in Python source code. + + Parameters: + + - ``blockStatementExpr`` - expression defining syntax of statement that + is repeated within the indented block + - ``indentStack`` - list created by caller to manage indentation stack + (multiple ``statementWithIndentedBlock`` expressions within a single + grammar should share a common ``indentStack``) + - ``indent`` - boolean indicating whether block must be indented beyond + the current level; set to ``False`` for block of left-most statements + (default= ``True``) + + A valid block must contain at least one ``blockStatement``. + + (Note that indentedBlock uses internal parse actions which make it + incompatible with packrat parsing.) + + Example:: + + data = ''' + def A(z): + A1 + B = 100 + G = A2 + A2 + A3 + B + def BB(a,b,c): + BB1 + def BBA(): + bba1 + bba2 + bba3 + C + D + def spam(x,y): + def eggs(z): + pass + ''' + + + indentStack = [1] + stmt = Forward() + + identifier = Word(alphas, alphanums) + funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group(funcDecl + func_body) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << (funcDef | assignment | identifier) + + module_body = stmt[1, ...] + + parseTree = module_body.parseString(data) + parseTree.pprint() + + prints:: + + [['def', + 'A', + ['(', 'z', ')'], + ':', + [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], + 'B', + ['def', + 'BB', + ['(', 'a', 'b', 'c', ')'], + ':', + [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], + 'C', + 'D', + ['def', + 'spam', + ['(', 'x', 'y', ')'], + ':', + [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] + """ + backup_stacks.append(indentStack[:]) + + def reset_stack(): + indentStack[:] = backup_stacks[-1] + + def checkPeerIndent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseException(s, l, "illegal nesting") + raise ParseException(s, l, "not a peer entry") + + def checkSubIndent(s, l, t): + curCol = col(l, s) + if curCol > indentStack[-1]: + indentStack.append(curCol) + else: + raise ParseException(s, l, "not a subentry") + + def checkUnindent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if not (indentStack and curCol in indentStack): + raise ParseException(s, l, "not an unindent") + if curCol < indentStack[-1]: + indentStack.pop() + + NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) + INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") + PEER = Empty().set_parse_action(checkPeerIndent).set_name("") + UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") + if indent: + smExpr = Group( + Opt(NL) + + INDENT + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + UNDENT + ) + else: + smExpr = Group( + Opt(NL) + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + Opt(UNDENT) + ) + + # add a parse action to remove backup_stack from list of backups + smExpr.add_parse_action( + lambda: backup_stacks.pop(-1) and None if backup_stacks else None + ) + smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.set_name("indented block") + + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( + "C style comment" +) +"Comment of the form ``/* ... */``" + +html_comment = Regex(r"").set_name("HTML comment") +"Comment of the form ````" + +rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") +dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") +"Comment of the form ``// ... (to end of line)``" + +cpp_style_comment = Combine( + Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment +).set_name("C++ style comment") +"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" + +java_style_comment = cpp_style_comment +"Same as :class:`cpp_style_comment`" + +python_style_comment = Regex(r"#.*").set_name("Python style comment") +"Comment of the form ``# ... (to end of line)``" + + +# build list of built-in expressions, for future reference if a global default value +# gets updated +_builtin_exprs: List[ParserElement] = [ + v for v in vars().values() if isinstance(v, ParserElement) +] + + +# pre-PEP8 compatible names +delimitedList = delimited_list +countedArray = counted_array +matchPreviousLiteral = match_previous_literal +matchPreviousExpr = match_previous_expr +oneOf = one_of +dictOf = dict_of +originalTextFor = original_text_for +nestedExpr = nested_expr +makeHTMLTags = make_html_tags +makeXMLTags = make_xml_tags +anyOpenTag, anyCloseTag = any_open_tag, any_close_tag +commonHTMLEntity = common_html_entity +replaceHTMLEntity = replace_html_entity +opAssoc = OpAssoc +infixNotation = infix_notation +cStyleComment = c_style_comment +htmlComment = html_comment +restOfLine = rest_of_line +dblSlashComment = dbl_slash_comment +cppStyleComment = cpp_style_comment +javaStyleComment = java_style_comment +pythonStyleComment = python_style_comment diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..00c9421 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,760 @@ +# results.py +from collections.abc import MutableMapping, Mapping, MutableSequence, Iterator +import pprint +from weakref import ref as wkref +from typing import Tuple, Any + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + __slots__ = ["tup"] + + def __init__(self, p1, p2): + self.tup = (p1, p2) + + def __getitem__(self, i): + return self.tup[i] + + def __getstate__(self): + return self.tup + + def __setstate__(self, *args): + self.tup = args[0] + + +class ParseResults: + """Structured parse results, to provide multiple means of access to + the parsed data: + + - as a list (``len(results)``) + - by list index (``results[0], results[1]``, etc.) + - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) + + Example:: + + integer = Word(nums) + date_str = (integer.set_results_name("year") + '/' + + integer.set_results_name("month") + '/' + + integer.set_results_name("day")) + # equivalent form: + # date_str = (integer("year") + '/' + # + integer("month") + '/' + # + integer("day")) + + # parse_string returns a ParseResults object + result = date_str.parse_string("1999/12/31") + + def test(s, fn=repr): + print("{} -> {}".format(s, fn(eval(s)))) + test("list(result)") + test("result[0]") + test("result['month']") + test("result.day") + test("'month' in result") + test("'minutes' in result") + test("result.dump()", str) + + prints:: + + list(result) -> ['1999', '/', '12', '/', '31'] + result[0] -> '1999' + result['month'] -> '12' + result.day -> '31' + 'month' in result -> True + 'minutes' in result -> False + result.dump() -> ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + + _null_values: Tuple[Any, ...] = (None, [], "", ()) + + __slots__ = [ + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + "__weakref__", + ] + + class List(list): + """ + Simple wrapper class to distinguish parsed list results that should be preserved + as actual Python lists, instead of being converted to :class:`ParseResults`: + + LBRACK, RBRACK = map(pp.Suppress, "[]") + element = pp.Forward() + item = ppc.integer + element_list = LBRACK + pp.delimited_list(element) + RBRACK + + # add parse actions to convert from ParseResults to actual Python collection types + def as_python_list(t): + return pp.ParseResults.List(t.as_list()) + element_list.add_parse_action(as_python_list) + + element <<= item | element_list + + element.run_tests(''' + 100 + [2,3,4] + [[2, 1],3,4] + [(2, 1),3,4] + (2,3,4) + ''', post_parse=lambda s, r: (r[0], type(r[0]))) + + prints: + + 100 + (100, ) + + [2,3,4] + ([2, 3, 4], ) + + [[2, 1],3,4] + ([[2, 1], 3, 4], ) + + (Used internally by :class:`Group` when `aslist=True`.) + """ + + def __new__(cls, contained=None): + if contained is None: + contained = [] + + if not isinstance(contained, list): + raise TypeError( + "{} may only be constructed with a list," + " not {}".format(cls.__name__, type(contained).__name__) + ) + + return list.__new__(cls) + + def __new__(cls, toklist=None, name=None, **kwargs): + if isinstance(toklist, ParseResults): + return toklist + self = object.__new__(cls) + self._name = None + self._parent = None + self._all_names = set() + + if toklist is None: + self._toklist = [] + elif isinstance(toklist, (list, _generator_type)): + self._toklist = ( + [toklist[:]] + if isinstance(toklist, ParseResults.List) + else list(toklist) + ) + else: + self._toklist = [toklist] + self._tokdict = dict() + return self + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance + ): + self._modal = modal + if name is not None and name != "": + if isinstance(name, int): + name = str(name) + if not modal: + self._all_names = {name} + self._name = name + if toklist not in self._null_values: + if isinstance(toklist, (str_type, type)): + toklist = [toklist] + if asList: + if isinstance(toklist, ParseResults): + self[name] = _ParseResultsWithOffset( + ParseResults(toklist._toklist), 0 + ) + else: + self[name] = _ParseResultsWithOffset( + ParseResults(toklist[0]), 0 + ) + self[name]._name = name + else: + try: + self[name] = toklist[0] + except (KeyError, TypeError, IndexError): + if toklist is not self: + self[name] = toklist + else: + self._name = name + + def __getitem__(self, i): + if isinstance(i, (int, slice)): + return self._toklist[i] + else: + if i not in self._all_names: + return self._tokdict[i][-1][0] + else: + return ParseResults([v[0] for v in self._tokdict[i]]) + + def __setitem__(self, k, v, isinstance=isinstance): + if isinstance(v, _ParseResultsWithOffset): + self._tokdict[k] = self._tokdict.get(k, list()) + [v] + sub = v[0] + elif isinstance(k, (int, slice)): + self._toklist[k] = v + sub = v + else: + self._tokdict[k] = self._tokdict.get(k, list()) + [ + _ParseResultsWithOffset(v, 0) + ] + sub = v + if isinstance(sub, ParseResults): + sub._parent = 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) -> bool: + return k in self._tokdict + + def __len__(self) -> int: + return len(self._toklist) + + def __bool__(self) -> bool: + return not not (self._toklist or self._tokdict) + + def __iter__(self) -> Iterator: + return iter(self._toklist) + + def __reversed__(self) -> Iterator: + return iter(self._toklist[::-1]) + + def keys(self): + return iter(self._tokdict) + + def values(self): + return (self[k] for k in self.keys()) + + def items(self): + return ((k, self[k]) for k in self.keys()) + + def haskeys(self) -> bool: + """ + Since ``keys()`` returns an iterator, this method is helpful in bypassing + code that looks for the existence of any defined results names.""" + return 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:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + def remove_first(tokens): + tokens.pop(0) + numlist.add_parse_action(remove_first) + print(numlist.parse_string("0 123 321")) # -> ['123', '321'] + + label = Word(alphas) + patt = label("LABEL") + Word(nums)[1, ...] + print(patt.parse_string("AAB 123 321").dump()) + + # Use pop() in a parse action to remove named result (note that corresponding value is not + # removed from list form of results) + def remove_LABEL(tokens): + tokens.pop("LABEL") + return tokens + patt.add_parse_action(remove_LABEL) + print(patt.parse_string("AAB 123 321").dump()) + + prints:: + + ['AAB', '123', '321'] + - LABEL: 'AAB' + + ['AAB', '123', '321'] + """ + if not args: + args = [-1] + for k, v in kwargs.items(): + if k == "default": + args = (args[0], v) + else: + raise TypeError( + "pop() got an unexpected keyword argument {!r}".format(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, default_value=None): + """ + Returns named result matching the given key, or if there is no + such name, then returns the given ``default_value`` or ``None`` if no + ``default_value`` is specified. + + Similar to ``dict.get()``. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string("1999/12/31") + print(result.get("year")) # -> '1999' + print(result.get("hour", "not specified")) # -> 'not specified' + print(result.get("hour")) # -> None + """ + if key in self: + return self[key] + else: + return default_value + + def insert(self, index, ins_string): + """ + Inserts new element at location index in the list of parsed tokens. + + Similar to ``list.insert()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to insert the parse location in the front of the parsed results + def insert_locn(locn, tokens): + tokens.insert(0, locn) + numlist.add_parse_action(insert_locn) + print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] + """ + self._toklist.insert(index, ins_string) + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position + (position > index) + ) + + def append(self, item): + """ + Add single element to end of ``ParseResults`` list of elements. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to compute the sum of the parsed integers, and add it to the end + def append_sum(tokens): + tokens.append(sum(map(int, tokens))) + numlist.add_parse_action(append_sum) + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] + """ + self._toklist.append(item) + + def extend(self, itemseq): + """ + Add sequence of elements to end of ``ParseResults`` list of elements. + + Example:: + + patt = Word(alphas)[1, ...] + + # use a parse action to append the reverse of the matched strings, to make a palindrome + def make_palindrome(tokens): + tokens.extend(reversed([t[::-1] for t in tokens])) + return ''.join(tokens) + patt.add_parse_action(make_palindrome) + print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' + """ + if isinstance(itemseq, ParseResults): + self.__iadd__(itemseq) + else: + self._toklist.extend(itemseq) + + def clear(self): + """ + Clear all elements and results names. + """ + del self._toklist[:] + self._tokdict.clear() + + def __getattr__(self, name): + try: + return self[name] + except KeyError: + if name.startswith("__"): + raise AttributeError(name) + return "" + + def __add__(self, other) -> "ParseResults": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other) -> "ParseResults": + 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._all_names |= other._all_names + return self + + def __radd__(self, other) -> "ParseResults": + if isinstance(other, int) and other == 0: + # useful for merging many ParseResults using sum() builtin + return self.copy() + else: + # this may raise a TypeError - so be it + return other + self + + def __repr__(self) -> str: + return "{}({!r}, {})".format(type(self).__name__, self._toklist, self.as_dict()) + + def __str__(self) -> str: + return ( + "[" + + ", ".join( + [ + str(i) if isinstance(i, ParseResults) else repr(i) + for i in self._toklist + ] + ) + + "]" + ) + + def _asStringList(self, sep=""): + out = [] + for item in self._toklist: + if out and sep: + out.append(sep) + if isinstance(item, ParseResults): + out += item._asStringList() + else: + out.append(str(item)) + return out + + def as_list(self) -> list: + """ + Returns the parse results as a nested list of matching tokens, all converted to strings. + + Example:: + + patt = Word(alphas)[1, ...] + result = patt.parse_string("sldkj lsdkj sldkj") + # even though the result prints in string-like form, it is actually a pyparsing ParseResults + print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] + + # Use as_list() to create an actual list + result_list = result.as_list() + print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] + """ + return [ + res.as_list() if isinstance(res, ParseResults) else res + for res in self._toklist + ] + + def as_dict(self) -> dict: + """ + Returns the named parse results as a nested dictionary. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('12/31/1999') + print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) + + result_dict = result.as_dict() + print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} + + # even though a ParseResults supports dict-like access, sometime you just need to have a dict + import json + print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable + print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} + """ + + def to_item(obj): + if isinstance(obj, ParseResults): + return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] + else: + return obj + + return dict((k, to_item(v)) for k, v in self.items()) + + def copy(self) -> "ParseResults": + """ + Returns a new copy of a :class:`ParseResults` object. + """ + ret = ParseResults(self._toklist) + ret._tokdict = self._tokdict.copy() + ret._parent = self._parent + ret._all_names |= self._all_names + ret._name = self._name + return ret + + def get_name(self): + r""" + Returns the results name for this token expression. Useful when several + different expressions might match at a particular location. + + Example:: + + integer = Word(nums) + ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") + house_number_expr = Suppress('#') + Word(nums, alphanums) + user_data = (Group(house_number_expr)("house_number") + | Group(ssn_expr)("ssn") + | Group(integer)("age")) + user_info = user_data[1, ...] + + result = user_info.parse_string("22 111-22-3333 #221B") + for item in result: + print(item.get_name(), ':', item[0]) + + prints:: + + age : 22 + ssn : 111-22-3333 + house_number : 221B + """ + if self._name: + return self._name + elif self._parent: + par = self._parent() + + def find_in_parent(sub): + return next( + ( + k + for k, vlist in par._tokdict.items() + for v, loc in vlist + if sub is v + ), + None, + ) + + return find_in_parent(self) if par else None + elif ( + len(self) == 1 + and len(self._tokdict) == 1 + and next(iter(self._tokdict.values()))[0][1] in (0, -1) + ): + return next(iter(self._tokdict.keys())) + else: + return None + + def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: + """ + Diagnostic method for listing out the contents of + a :class:`ParseResults`. Accepts an optional ``indent`` argument so + that this string can be embedded in a nested display of other data. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('1999/12/31') + print(result.dump()) + + prints:: + + ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + out = [] + NL = "\n" + out.append(indent + str(self.as_list()) if include_list else "") + + if full: + if self.haskeys(): + items = sorted((str(k), v) for k, v in self.items()) + for k, v in items: + if out: + out.append(NL) + out.append("{}{}- {}: ".format(indent, (" " * _depth), k)) + if isinstance(v, ParseResults): + if v: + out.append( + v.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ) + ) + else: + out.append(str(v)) + else: + out.append(repr(v)) + if any(isinstance(vv, ParseResults) for vv in self): + v = self + for i, vv in enumerate(v): + if isinstance(vv, ParseResults): + out.append( + "\n{}{}[{}]:\n{}{}{}".format( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + vv.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ), + ) + ) + else: + out.append( + "\n%s%s[%d]:\n%s%s%s" + % ( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + str(vv), + ) + ) + + return "".join(out) + + def pprint(self, *args, **kwargs): + """ + Pretty-printer for parsed results as a list, using the + `pprint `_ module. + Accepts additional positional or keyword args as defined for + `pprint.pprint `_ . + + Example:: + + ident = Word(alphas, alphanums) + num = Word(nums) + func = Forward() + term = ident | num | Group('(' + func + ')') + func <<= ident + Group(Optional(delimited_list(term))) + result = func.parse_string("fna a,b,(fnb c,d,200),100") + result.pprint(width=40) + + prints:: + + ['fna', + ['a', + 'b', + ['(', 'fnb', ['c', 'd', '200'], ')'], + '100']] + """ + pprint.pprint(self.as_list(), *args, **kwargs) + + # add support for pickle protocol + def __getstate__(self): + return ( + self._toklist, + ( + self._tokdict.copy(), + self._parent is not None and self._parent() or None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + if par is not None: + self._parent = wkref(par) + else: + self._parent = None + + def __getnewargs__(self): + return self._toklist, self._name + + def __dir__(self): + return dir(type(self)) + list(self.keys()) + + @classmethod + def from_dict(cls, other, name=None) -> "ParseResults": + """ + Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the + name-value relations as results names. If an optional ``name`` argument is + given, a nested ``ParseResults`` will be returned. + """ + + def is_iterable(obj): + try: + iter(obj) + except Exception: + return False + else: + return not isinstance(obj, str_type) + + ret = cls([]) + for k, v in other.items(): + if isinstance(v, Mapping): + ret += cls.from_dict(v, name=k) + else: + ret += cls([v], name=k, asList=is_iterable(v)) + if name is not None: + ret = cls([ret], name=name) + return ret + + asList = as_list + asDict = as_dict + getName = get_name + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..84a0ef1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# testing.py + +from contextlib import contextmanager +import typing + +from .core import ( + ParserElement, + ParseException, + Keyword, + __diag__, + __compat__, +) + + +class pyparsing_test: + """ + namespace class for classes useful in writing unit tests + """ + + class reset_pyparsing_context: + """ + Context manager to be used when writing unit tests that modify pyparsing config values: + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings + + Example:: + + with reset_pyparsing_context(): + # test that literals used to construct a grammar are automatically suppressed + ParserElement.inlineLiteralsUsing(Suppress) + + term = Word(alphas) | Word(nums) + group = Group('(' + term[...] + ')') + + # assert that the '()' characters are not included in the parsed tokens + self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) + + # after exiting context manager, literals are converted to Literal expressions again + """ + + def __init__(self): + self._save_context = {} + + def save(self): + self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS + self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS + + self._save_context[ + "literal_string_class" + ] = ParserElement._literalStringClass + + self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace + + self._save_context["packrat_enabled"] = ParserElement._packratEnabled + if ParserElement._packratEnabled: + self._save_context[ + "packrat_cache_size" + ] = ParserElement.packrat_cache.size + else: + self._save_context["packrat_cache_size"] = None + self._save_context["packrat_parse"] = ParserElement._parse + self._save_context[ + "recursion_enabled" + ] = ParserElement._left_recursion_enabled + + self._save_context["__diag__"] = { + name: getattr(__diag__, name) for name in __diag__._all_names + } + + self._save_context["__compat__"] = { + "collect_all_And_tokens": __compat__.collect_all_And_tokens + } + + return self + + def restore(self): + # reset pyparsing global state + if ( + ParserElement.DEFAULT_WHITE_CHARS + != self._save_context["default_whitespace"] + ): + ParserElement.set_default_whitespace_chars( + self._save_context["default_whitespace"] + ) + + ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] + + Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] + ParserElement.inlineLiteralsUsing( + self._save_context["literal_string_class"] + ) + + for name, value in self._save_context["__diag__"].items(): + (__diag__.enable if value else __diag__.disable)(name) + + ParserElement._packratEnabled = False + if self._save_context["packrat_enabled"]: + ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) + else: + ParserElement._parse = self._save_context["packrat_parse"] + ParserElement._left_recursion_enabled = self._save_context[ + "recursion_enabled" + ] + + __compat__.collect_all_And_tokens = self._save_context["__compat__"] + + return self + + def copy(self): + ret = type(self)() + ret._save_context.update(self._save_context) + return ret + + def __enter__(self): + return self.save() + + def __exit__(self, *args): + self.restore() + + class TestParseResultsAsserts: + """ + A mixin class to add parse results assertion methods to normal unittest.TestCase classes. + """ + + def assertParseResultsEquals( + self, result, expected_list=None, expected_dict=None, msg=None + ): + """ + Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, + and compare any defined results names with an optional ``expected_dict``. + """ + if expected_list is not None: + self.assertEqual(expected_list, result.as_list(), msg=msg) + if expected_dict is not None: + self.assertEqual(expected_dict, result.as_dict(), msg=msg) + + def assertParseAndCheckList( + self, expr, test_string, expected_list, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. + """ + result = expr.parse_string(test_string, parse_all=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) + + def assertParseAndCheckDict( + self, expr, test_string, expected_dict, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. + """ + result = expr.parse_string(test_string, parseAll=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) + + def assertRunTestResults( + self, run_tests_report, expected_parse_results=None, msg=None + ): + """ + Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of + list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped + with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. + Finally, asserts that the overall ``runTests()`` success value is ``True``. + + :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests + :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] + """ + run_test_success, run_test_results = run_tests_report + + if expected_parse_results is not None: + merged = [ + (*rpt, expected) + for rpt, expected in zip(run_test_results, expected_parse_results) + ] + for test_string, result, expected in merged: + # expected should be a tuple containing a list and/or a dict or an exception, + # and optional failure message string + # an empty tuple will skip any result validation + fail_msg = next( + (exp for exp in expected if isinstance(exp, str)), None + ) + expected_exception = next( + ( + exp + for exp in expected + if isinstance(exp, type) and issubclass(exp, Exception) + ), + None, + ) + if expected_exception is not None: + with self.assertRaises( + expected_exception=expected_exception, msg=fail_msg or msg + ): + if isinstance(result, Exception): + raise result + else: + expected_list = next( + (exp for exp in expected if isinstance(exp, list)), None + ) + expected_dict = next( + (exp for exp in expected if isinstance(exp, dict)), None + ) + if (expected_list, expected_dict) != (None, None): + self.assertParseResultsEquals( + result, + expected_list=expected_list, + expected_dict=expected_dict, + msg=fail_msg or msg, + ) + else: + # warning here maybe? + print("no validation for {!r}".format(test_string)) + + # do this last, in case some specific test results can be reported instead + self.assertTrue( + run_test_success, msg=msg if msg is not None else "failed runTests" + ) + + @contextmanager + def assertRaisesParseException(self, exc_type=ParseException, msg=None): + with self.assertRaises(exc_type, msg=msg): + yield + + @staticmethod + def with_line_numbers( + s: str, + start_line: typing.Optional[int] = None, + end_line: typing.Optional[int] = None, + expand_tabs: bool = True, + eol_mark: str = "|", + mark_spaces: typing.Optional[str] = None, + mark_control: typing.Optional[str] = None, + ) -> str: + """ + Helpful method for debugging a parser - prints a string with line and column numbers. + (Line and column numbers are 1-based.) + + :param s: tuple(bool, str - string to be printed with line and column numbers + :param start_line: int - (optional) starting line number in s to print (default=1) + :param end_line: int - (optional) ending line number in s to print (default=len(s)) + :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default + :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") + :param mark_spaces: str - (optional) special character to display in place of spaces + :param mark_control: str - (optional) convert non-printing control characters to a placeholding + character; valid values: + - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" + - any single character string - replace control characters with given string + - None (default) - string is displayed as-is + + :return: str - input string with leading line numbers and column number headers + """ + if expand_tabs: + s = s.expandtabs() + if mark_control is not None: + if mark_control == "unicode": + tbl = str.maketrans( + {c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433))} + | {127: 0x2421} + ) + eol_mark = "" + else: + tbl = str.maketrans( + {c: mark_control for c in list(range(0, 32)) + [127]} + ) + s = s.translate(tbl) + if mark_spaces is not None and mark_spaces != " ": + if mark_spaces == "unicode": + tbl = str.maketrans({9: 0x2409, 32: 0x2423}) + s = s.translate(tbl) + else: + s = s.replace(" ", mark_spaces) + if start_line is None: + start_line = 1 + if end_line is None: + end_line = len(s) + end_line = min(end_line, len(s)) + start_line = min(max(1, start_line), end_line) + + if mark_control != "unicode": + s_lines = s.splitlines()[start_line - 1 : end_line] + else: + s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] + if not s_lines: + return "" + + lineno_width = len(str(end_line)) + max_line_len = max(len(line) for line in s_lines) + lead = " " * (lineno_width + 1) + if max_line_len >= 99: + header0 = ( + lead + + "".join( + "{}{}".format(" " * 99, (i + 1) % 100) + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join( + " {}".format((i + 1) % 10) + for i in range(-(-max_line_len // 10)) + ) + + "\n" + ) + header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" + return ( + header1 + + header2 + + "\n".join( + "{:{}d}:{}{}".format(i, lineno_width, line, eol_mark) + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..0652620 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,352 @@ +# unicode.py + +import sys +from itertools import filterfalse +from typing import List, Tuple, Union + + +class _lazyclassproperty: + def __init__(self, fn): + self.fn = fn + self.__doc__ = fn.__doc__ + self.__name__ = fn.__name__ + + def __get__(self, obj, cls): + if cls is None: + cls = type(obj) + if not hasattr(cls, "_intern") or any( + cls._intern is getattr(superclass, "_intern", []) + for superclass in cls.__mro__[1:] + ): + cls._intern = {} + attrname = self.fn.__name__ + if attrname not in cls._intern: + cls._intern[attrname] = self.fn(cls) + return cls._intern[attrname] + + +UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] + + +class unicode_set: + """ + A set of Unicode characters, for language-specific strings for + ``alphas``, ``nums``, ``alphanums``, and ``printables``. + A unicode_set is defined by a list of ranges in the Unicode character + set, in a class attribute ``_ranges``. Ranges can be specified using + 2-tuples or a 1-tuple, such as:: + + _ranges = [ + (0x0020, 0x007e), + (0x00a0, 0x00ff), + (0x0100,), + ] + + Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). + + A unicode set can also be defined using multiple inheritance of other unicode sets:: + + class CJK(Chinese, Japanese, Korean): + pass + """ + + _ranges: UnicodeRangeList = [] + + @_lazyclassproperty + def _chars_for_ranges(cls): + ret = [] + for cc in cls.__mro__: + if cc is unicode_set: + break + for rr in getattr(cc, "_ranges", ()): + ret.extend(range(rr[0], rr[-1] + 1)) + return [chr(c) for c in sorted(set(ret))] + + @_lazyclassproperty + def printables(cls): + "all non-whitespace characters in this range" + return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphas(cls): + "all alphabetic characters in this range" + return "".join(filter(str.isalpha, cls._chars_for_ranges)) + + @_lazyclassproperty + def nums(cls): + "all numeric digit characters in this range" + return "".join(filter(str.isdigit, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphanums(cls): + "all alphanumeric characters in this range" + return cls.alphas + cls.nums + + @_lazyclassproperty + def identchars(cls): + "all characters in this range that are valid identifier characters, plus underscore '_'" + return "".join( + sorted( + set( + "".join(filter(str.isidentifier, cls._chars_for_ranges)) + + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" + + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" + + "_" + ) + ) + ) + + @_lazyclassproperty + def identbodychars(cls): + """ + all characters in this range that are valid identifier body characters, + plus the digits 0-9 + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + +class pyparsing_unicode(unicode_set): + """ + A namespace class for defining common language unicode_sets. + """ + + # fmt: off + + # define ranges in language character sets + _ranges: UnicodeRangeList = [ + (0x0020, sys.maxunicode), + ] + + class BasicMultilingualPlane(unicode_set): + "Unicode set for the Basic Multilingual Plane" + _ranges: UnicodeRangeList = [ + (0x0020, 0xFFFF), + ] + + class Latin1(unicode_set): + "Unicode set for Latin-1 Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0020, 0x007E), + (0x00A0, 0x00FF), + ] + + class LatinA(unicode_set): + "Unicode set for Latin-A Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0100, 0x017F), + ] + + class LatinB(unicode_set): + "Unicode set for Latin-B Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0180, 0x024F), + ] + + class Greek(unicode_set): + "Unicode set for Greek Unicode Character Ranges" + _ranges: UnicodeRangeList = [ + (0x0342, 0x0345), + (0x0370, 0x0377), + (0x037A, 0x037F), + (0x0384, 0x038A), + (0x038C,), + (0x038E, 0x03A1), + (0x03A3, 0x03E1), + (0x03F0, 0x03FF), + (0x1D26, 0x1D2A), + (0x1D5E,), + (0x1D60,), + (0x1D66, 0x1D6A), + (0x1F00, 0x1F15), + (0x1F18, 0x1F1D), + (0x1F20, 0x1F45), + (0x1F48, 0x1F4D), + (0x1F50, 0x1F57), + (0x1F59,), + (0x1F5B,), + (0x1F5D,), + (0x1F5F, 0x1F7D), + (0x1F80, 0x1FB4), + (0x1FB6, 0x1FC4), + (0x1FC6, 0x1FD3), + (0x1FD6, 0x1FDB), + (0x1FDD, 0x1FEF), + (0x1FF2, 0x1FF4), + (0x1FF6, 0x1FFE), + (0x2129,), + (0x2719, 0x271A), + (0xAB65,), + (0x10140, 0x1018D), + (0x101A0,), + (0x1D200, 0x1D245), + (0x1F7A1, 0x1F7A7), + ] + + class Cyrillic(unicode_set): + "Unicode set for Cyrillic Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0400, 0x052F), + (0x1C80, 0x1C88), + (0x1D2B,), + (0x1D78,), + (0x2DE0, 0x2DFF), + (0xA640, 0xA672), + (0xA674, 0xA69F), + (0xFE2E, 0xFE2F), + ] + + class Chinese(unicode_set): + "Unicode set for Chinese Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x2E80, 0x2E99), + (0x2E9B, 0x2EF3), + (0x31C0, 0x31E3), + (0x3400, 0x4DB5), + (0x4E00, 0x9FEF), + (0xA700, 0xA707), + (0xF900, 0xFA6D), + (0xFA70, 0xFAD9), + (0x16FE2, 0x16FE3), + (0x1F210, 0x1F212), + (0x1F214, 0x1F23B), + (0x1F240, 0x1F248), + (0x20000, 0x2A6D6), + (0x2A700, 0x2B734), + (0x2B740, 0x2B81D), + (0x2B820, 0x2CEA1), + (0x2CEB0, 0x2EBE0), + (0x2F800, 0x2FA1D), + ] + + class Japanese(unicode_set): + "Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges" + _ranges: UnicodeRangeList = [] + + class Kanji(unicode_set): + "Unicode set for Kanji Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x4E00, 0x9FBF), + (0x3000, 0x303F), + ] + + class Hiragana(unicode_set): + "Unicode set for Hiragana Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x3041, 0x3096), + (0x3099, 0x30A0), + (0x30FC,), + (0xFF70,), + (0x1B001,), + (0x1B150, 0x1B152), + (0x1F200,), + ] + + class Katakana(unicode_set): + "Unicode set for Katakana Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x3099, 0x309C), + (0x30A0, 0x30FF), + (0x31F0, 0x31FF), + (0x32D0, 0x32FE), + (0xFF65, 0xFF9F), + (0x1B000,), + (0x1B164, 0x1B167), + (0x1F201, 0x1F202), + (0x1F213,), + ] + + class Hangul(unicode_set): + "Unicode set for Hangul (Korean) Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x1100, 0x11FF), + (0x302E, 0x302F), + (0x3131, 0x318E), + (0x3200, 0x321C), + (0x3260, 0x327B), + (0x327E,), + (0xA960, 0xA97C), + (0xAC00, 0xD7A3), + (0xD7B0, 0xD7C6), + (0xD7CB, 0xD7FB), + (0xFFA0, 0xFFBE), + (0xFFC2, 0xFFC7), + (0xFFCA, 0xFFCF), + (0xFFD2, 0xFFD7), + (0xFFDA, 0xFFDC), + ] + + Korean = Hangul + + class CJK(Chinese, Japanese, Hangul): + "Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range" + + class Thai(unicode_set): + "Unicode set for Thai Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0E01, 0x0E3A), + (0x0E3F, 0x0E5B) + ] + + class Arabic(unicode_set): + "Unicode set for Arabic Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0600, 0x061B), + (0x061E, 0x06FF), + (0x0700, 0x077F), + ] + + class Hebrew(unicode_set): + "Unicode set for Hebrew Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0591, 0x05C7), + (0x05D0, 0x05EA), + (0x05EF, 0x05F4), + (0xFB1D, 0xFB36), + (0xFB38, 0xFB3C), + (0xFB3E,), + (0xFB40, 0xFB41), + (0xFB43, 0xFB44), + (0xFB46, 0xFB4F), + ] + + class Devanagari(unicode_set): + "Unicode set for Devanagari Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x0900, 0x097F), + (0xA8E0, 0xA8FF) + ] + + # fmt: on + + +pyparsing_unicode.Japanese._ranges = ( + pyparsing_unicode.Japanese.Kanji._ranges + + pyparsing_unicode.Japanese.Hiragana._ranges + + pyparsing_unicode.Japanese.Katakana._ranges +) + +pyparsing_unicode.BMP = pyparsing_unicode.BasicMultilingualPlane + +# add language identifiers using language Unicode +pyparsing_unicode.العربية = pyparsing_unicode.Arabic +pyparsing_unicode.中文 = pyparsing_unicode.Chinese +pyparsing_unicode.кириллица = pyparsing_unicode.Cyrillic +pyparsing_unicode.Ελληνικά = pyparsing_unicode.Greek +pyparsing_unicode.עִברִית = pyparsing_unicode.Hebrew +pyparsing_unicode.日本語 = pyparsing_unicode.Japanese +pyparsing_unicode.Japanese.漢字 = pyparsing_unicode.Japanese.Kanji +pyparsing_unicode.Japanese.カタカナ = pyparsing_unicode.Japanese.Katakana +pyparsing_unicode.Japanese.ひらがな = pyparsing_unicode.Japanese.Hiragana +pyparsing_unicode.한국어 = pyparsing_unicode.Korean +pyparsing_unicode.ไทย = pyparsing_unicode.Thai +pyparsing_unicode.देवनागरी = pyparsing_unicode.Devanagari diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..34ce092 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,235 @@ +# util.py +import warnings +import types +import collections +import itertools +from functools import lru_cache +from typing import List, Union, Iterable + +_bslash = chr(92) + + +class __config_flags: + """Internal class for defining compatibility and debugging flags""" + + _all_names: List[str] = [] + _fixed_names: List[str] = [] + _type_desc = "configuration" + + @classmethod + def _set(cls, dname, value): + if dname in cls._fixed_names: + warnings.warn( + "{}.{} {} is {} and cannot be overridden".format( + cls.__name__, + dname, + cls._type_desc, + str(getattr(cls, dname)).upper(), + ) + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError("no such {} {!r}".format(cls._type_desc, dname)) + + enable = classmethod(lambda cls, name: cls._set(name, True)) + disable = classmethod(lambda cls, name: cls._set(name, False)) + + +@lru_cache(maxsize=128) +def col(loc: int, strg: str) -> int: + """ + Returns current column within a string, counting newlines as line separators. + The first column is number 1. + + Note: the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See + :class:`ParserElement.parseString` for more + information on parsing strings containing ```` s, and suggested + methods to maintain a consistent view of the parsed string, the parse + location, and line and column positions within the parsed string. + """ + s = strg + return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) + + +@lru_cache(maxsize=128) +def lineno(loc: int, strg: str) -> int: + """Returns current line number within a string, counting newlines as line separators. + The first line is number 1. + + Note - the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See :class:`ParserElement.parseString` + for more information on parsing strings containing ```` s, and + suggested methods to maintain a consistent view of the parsed string, the + parse location, and line and column positions within the parsed string. + """ + return strg.count("\n", 0, loc) + 1 + + +@lru_cache(maxsize=128) +def line(loc: int, strg: str) -> str: + """ + Returns the line of text containing loc within a string, counting newlines as line separators. + """ + last_cr = strg.rfind("\n", 0, loc) + next_cr = strg.find("\n", loc) + return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] + + +class _UnboundedCache: + def __init__(self): + cache = {} + cache_get = cache.get + self.not_in_cache = not_in_cache = object() + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + + def clear(_): + cache.clear() + + self.size = None + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class _FifoCache: + def __init__(self, size): + self.not_in_cache = not_in_cache = object() + cache = collections.OrderedDict() + cache_get = cache.get + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + while len(cache) > size: + cache.popitem(last=False) + + def clear(_): + cache.clear() + + self.size = size + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class LRUMemo: + """ + A memoizing mapping that retains `capacity` deleted items + + The memo tracks retained items by their access order; once `capacity` items + are retained, the least recently used item is discarded. + """ + + def __init__(self, capacity): + self._capacity = capacity + self._active = {} + self._memory = collections.OrderedDict() + + def __getitem__(self, key): + try: + return self._active[key] + except KeyError: + self._memory.move_to_end(key) + return self._memory[key] + + def __setitem__(self, key, value): + self._memory.pop(key, None) + self._active[key] = value + + def __delitem__(self, key): + try: + value = self._active.pop(key) + except KeyError: + pass + else: + while len(self._memory) >= self._capacity: + self._memory.popitem(last=False) + self._memory[key] = value + + def clear(self): + self._active.clear() + self._memory.clear() + + +class UnboundedMemo(dict): + """ + A memoizing mapping that retains all deleted items + """ + + def __delitem__(self, key): + pass + + +def _escape_regex_range_chars(s: str) -> str: + # escape these chars: ^-[] + for c in r"\^-[]": + s = s.replace(c, _bslash + c) + s = s.replace("\n", r"\n") + s = s.replace("\t", r"\t") + return str(s) + + +def _collapse_string_to_ranges( + s: Union[str, Iterable[str]], re_escape: bool = True +) -> str: + def is_consecutive(c): + c_int = ord(c) + is_consecutive.prev, prev = c_int, is_consecutive.prev + if c_int - prev > 1: + is_consecutive.value = next(is_consecutive.counter) + return is_consecutive.value + + is_consecutive.prev = 0 + is_consecutive.counter = itertools.count() + is_consecutive.value = -1 + + def escape_re_range_char(c): + return "\\" + c if c in r"\^-][" else c + + def no_escape_re_range_char(c): + return c + + if not re_escape: + escape_re_range_char = no_escape_re_range_char + + ret = [] + s = "".join(sorted(set(s))) + if len(s) > 3: + for _, chars in itertools.groupby(s, key=is_consecutive): + first = last = next(chars) + last = collections.deque( + itertools.chain(iter([last]), chars), maxlen=1 + ).pop() + if first == last: + ret.append(escape_re_range_char(first)) + else: + sep = "" if ord(last) == ord(first) + 1 else "-" + ret.append( + "{}{}{}".format( + escape_re_range_char(first), sep, escape_re_range_char(last) + ) + ) + else: + ret = [escape_re_range_char(c) for c in s] + + return "".join(ret) + + +def _flatten(ll: list) -> list: + ret = [] + for i in ll: + if isinstance(i, list): + ret.extend(_flatten(i)) + else: + ret.append(i) + return ret diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""Wrappers to call pyproject.toml-based build backend hooks. +""" + +from ._impl import ( + BackendInvalid, + BackendUnavailable, + BuildBackendHookCaller, + HookMissing, + UnsupportedOperation, + default_subprocess_runner, + quiet_subprocess_runner, +) + +__version__ = '1.0.0' +__all__ = [ + 'BackendUnavailable', + 'BackendInvalid', + 'HookMissing', + 'UnsupportedOperation', + 'default_subprocess_runner', + 'quiet_subprocess_runner', + 'BuildBackendHookCaller', +] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0eb5bb88022534da7e32ac665049448e5ae5075d GIT binary patch literal 703 zcmcJMzi-qq6vyq{<&xg1RG_Me?baKb^uz`gLs>uw7*K_j#d2bEHT5rSC#UPwg};HF z1@R}5l?lOcQnyY#w_)pwEq(NCzpvld&);@;rwGQYAAeTAF+xA%;@?Py;OYqkUl2nT zVwfcotE5WQs2ZtpHCAbrs!26bS(T~0$}wW2YG;Mm_$#iaEPaO-lZ&VC9krG_KM!W! zP$}njW1acPn@|L!gJFHD zX-9>mwdDQ5NxWe=cmew7P>Z{M7US2#d!bkT{;Bq@wZ;X`-hwF_gwg#Y#y`+j2IAWq ztTo(w;##di{qR#O_#Foq>9RN~jux34gGD!rm_%d|dBjdc3V5@a^%)_|G=%gi5z5M2 z!HqO#+$HU2gmln0FbFcx!*dAvj;$6rx|6jPE3>!Otm?1N;(<@uGb)Yb{ZGw#_B+Kgsb+`9b<~(qFhov)g?x-P8Gh&vxO|AK}?> AEdT%j literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1fc8d2533d6ff206699aafe6e45f53b0bdcc1a3b GIT binary patch literal 16667 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py new file mode 100644 index 0000000..95e509c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py @@ -0,0 +1,8 @@ +__all__ = ("tomllib",) + +import sys + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +import json +import os +import sys +import tempfile +from contextlib import contextmanager +from os.path import abspath +from os.path import join as pjoin +from subprocess import STDOUT, check_call, check_output + +from ._in_process import _in_proc_script_path + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Will be raised if the backend cannot be imported in the hook process.""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Will be raised if the backend is invalid.""" + def __init__(self, backend_name, backend_path, message): + super().__init__(message) + self.backend_name = backend_name + self.backend_path = backend_path + + +class HookMissing(Exception): + """Will be raised on missing hooks (if a fallback can't be used).""" + def __init__(self, hook_name): + super().__init__(hook_name) + self.hook_name = hook_name + + +class UnsupportedOperation(Exception): + """May be raised by build_sdist if the backend indicates that it can't.""" + def __init__(self, traceback): + self.traceback = traceback + + +def default_subprocess_runner(cmd, cwd=None, extra_environ=None): + """The default method of calling the wrapper subprocess. + + This uses :func:`subprocess.check_call` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_call(cmd, cwd=cwd, env=env) + + +def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): + """Call the subprocess while suppressing output. + + This uses :func:`subprocess.check_output` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) + + +def norm_and_check(source_tree, requested): + """Normalise and check a backend path. + + Ensure that the requested backend path is specified as a relative path, + and resolves to a location under the given source tree. + + Return an absolute version of the requested path. + """ + if os.path.isabs(requested): + raise ValueError("paths must be relative") + + abs_source = os.path.abspath(source_tree) + abs_requested = os.path.normpath(os.path.join(abs_source, requested)) + # We have to use commonprefix for Python 2.7 compatibility. So we + # normalise case to avoid problems because commonprefix is a character + # based comparison :-( + norm_source = os.path.normcase(abs_source) + norm_requested = os.path.normcase(abs_requested) + if os.path.commonprefix([norm_source, norm_requested]) != norm_source: + raise ValueError("paths must be inside source tree") + + return abs_requested + + +class BuildBackendHookCaller: + """A wrapper to call the build backend hooks for a source directory. + """ + + def __init__( + self, + source_dir, + build_backend, + backend_path=None, + runner=None, + python_executable=None, + ): + """ + :param source_dir: The source directory to invoke the build backend for + :param build_backend: The build backend spec + :param backend_path: Additional path entries for the build backend spec + :param runner: The :ref:`subprocess runner ` to use + :param python_executable: + The Python executable used to invoke the build backend + """ + if runner is None: + runner = default_subprocess_runner + + self.source_dir = abspath(source_dir) + self.build_backend = build_backend + if backend_path: + backend_path = [ + norm_and_check(self.source_dir, p) for p in backend_path + ] + self.backend_path = backend_path + self._subprocess_runner = runner + if not python_executable: + python_executable = sys.executable + self.python_executable = python_executable + + @contextmanager + def subprocess_runner(self, runner): + """A context manager for temporarily overriding the default + :ref:`subprocess runner `. + + .. code-block:: python + + hook_caller = BuildBackendHookCaller(...) + with hook_caller.subprocess_runner(quiet_subprocess_runner): + ... + """ + prev = self._subprocess_runner + self._subprocess_runner = runner + try: + yield + finally: + self._subprocess_runner = prev + + def _supported_features(self): + """Return the list of optional features supported by the backend.""" + return self._call_hook('_supported_features', {}) + + def get_requires_for_build_wheel(self, config_settings=None): + """Get additional dependencies required for building a wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_wheel', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_wheel( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_wheel`` hook and the dist-info extracted from + that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_wheel', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_wheel( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build a wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_wheel`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_wheel`, the build backend would + not be invoked. Instead, the previously built wheel will be copied + to ``wheel_directory`` and the name of that file will be returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_wheel', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_editable(self, config_settings=None): + """Get additional dependencies required for building an editable wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_editable', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_editable( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_editable`` hook and the dist-info + extracted from that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_editable', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_editable( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build an editable wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_editable`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_editable`, the build backend + would not be invoked. Instead, the previously built wheel will be + copied to ``wheel_directory`` and the name of that file will be + returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_editable', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_sdist(self, config_settings=None): + """Get additional dependencies required for building an sdist. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + """ + return self._call_hook('get_requires_for_build_sdist', { + 'config_settings': config_settings + }) + + def build_sdist(self, sdist_directory, config_settings=None): + """Build an sdist from this project. + + :returns: + The name of the newly created sdist within ``wheel_directory``. + """ + return self._call_hook('build_sdist', { + 'sdist_directory': abspath(sdist_directory), + 'config_settings': config_settings, + }) + + def _call_hook(self, hook_name, kwargs): + extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} + + if self.backend_path: + backend_path = os.pathsep.join(self.backend_path) + extra_environ['PEP517_BACKEND_PATH'] = backend_path + + with tempfile.TemporaryDirectory() as td: + hook_input = {'kwargs': kwargs} + write_json(hook_input, pjoin(td, 'input.json'), indent=2) + + # Run the hook in a subprocess + with _in_proc_script_path() as script: + python = self.python_executable + self._subprocess_runner( + [python, abspath(str(script)), hook_name, td], + cwd=self.source_dir, + extra_environ=extra_environ + ) + + data = read_json(pjoin(td, 'output.json')) + if data.get('unsupported'): + raise UnsupportedOperation(data.get('traceback', '')) + if data.get('no_backend'): + raise BackendUnavailable(data.get('traceback', '')) + if data.get('backend_invalid'): + raise BackendInvalid( + backend_name=self.build_backend, + backend_path=self.backend_path, + message=data.get('backend_error', '') + ) + if data.get('hook_missing'): + raise HookMissing(data.get('missing_hook_name') or hook_name) + return data['return_val'] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""This is a subpackage because the directory is on sys.path for _in_process.py + +The subpackage should stay as empty as possible to avoid shadowing modules that +the backend might import. +""" + +import importlib.resources as resources + +try: + resources.files +except AttributeError: + # Python 3.8 compatibility + def _in_proc_script_path(): + return resources.path(__package__, '_in_process.py') +else: + def _in_proc_script_path(): + return resources.as_file( + resources.files(__package__).joinpath('_in_process.py')) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7632964927fd603dea85f82394651ce91eeec960 GIT binary patch literal 1163 zcmZ`&K~EDw7@gVO(o(jR1R)+bXd;cVn`+|4YNDhUN#Fn%xNNrFp*zraHZ#-Kav&VI zXgJG>L@ye`AMj@s(?s2blP41oYw$og`OVVS*2rY{?Kd-T=KJQo*^ik_8bMqB_OrU6 zA@p5!2F>UP7cU_=LLS;g9`>{vu4|hbMw5tW+xmcvk*6P^O~cdH&>ch)cM(s*n4!it zkQ!~HSNaBO<6L6*)4ETE1&?cqW;t*xJ8qR&Wm0jQf>_cgmPa|MNX9#g#Tu6Ah5>Vb@dfC)j%HAuiLx5X$>eAi=b z+NfG}<~3_XKyFv2RRLuviZnc{POHAOXgy$D=F>maaaSsXL#uBBUZujt9>5Wj7(V^B zJ&eajLFelxCk7EhAAoy03aFtyESLuq`1E>zm99lPanyWMWvEgE|vX`OJpMH(%;M$2~4kv?lY z$`=Z@pprc3Zzb%22DSqbvS z@qbcZrHa>A`Wc^vCF){{*8q`@F^)6?8xc}qBD~l|_eP({n8YRg)yN#I?yp9smQYIm oA1|XRl$wu_j-QTzffLZZ2@*iQyu1`jpf|~R^ftAizsC#uANckhSpWb4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c4dc5831a6ac9a852cf899d6add6ac3361264f1 GIT binary patch literal 16485 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 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..a477624 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +from pip._vendor import urllib3 + +from .exceptions import RequestsDependencyWarning + +charset_normalizer_version = None + +try: + from pip._vendor.chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1, <= 1.26 + assert major == 1 + assert minor >= 21 + assert minor <= 26 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + raise Exception("You need either charset_normalizer or chardet installed") + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + # Note: This logic prevents upgrading cryptography on Windows, if imported + # as part of pip. + from pip._internal.utils.compat import WINDOWS + if not WINDOWS: + raise ImportError("pip internals: don't import cryptography on Windows") + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from pip._vendor.urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from pip._vendor.urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9eac6a255e0e6ea1da8bbbe362cfb9ddea19db7 GIT binary patch literal 6447 zcmd5gTTC2TcDK6vQQeKf&<1SUG-WV`W=uDa!N!ci0~kMMZ14cP&Xgkcmb3(^I>PwLbArG7mw#q|Mc0QePL`cv8) z`bFuYJ}3?92`Ql`rKCP24e7(uus$M<=%do8OVP_iQeM}nDFG-j5%hF|iTpHJ} zNLTa;X+nQXdP~15UDYS0NteD&o6@gI*YvlgxAkdh+QqeNGy1GFt6!I{yY183oPI;P z;Y#1RcC#Wqy;ZNlgWHv!+Ar8HR&R^?QLpIq485du{5o21Y2d@NMB-=VZ(+lQ7U}nM z)U-_T*7EW_@s9d{$!s(9XRmugFNjrBlryCvT4~5daf7LrMKhwB5$|nUt48Lc_|RbD zYEB2z2UN|hn2FGgY^rJT=G?NFGvyUJ5ekW-I5jmTs(RL7mdMKNRM1SEtl|eJZI%i&5#vfQBl)Y|2o|qp6q)h zYdJdHcTt4qNVz#u!(OdGS;MT62qk-B0Y_P`v9Y{`@5WvUWpnVPZsS;C?pST6EI zKLhZjC7aq+vWc9gxjIe@+uV#Yn8H+ z&2aA~A!pU^CBz#!O%oL(ozp>~vZWfC5Nh8NuU0Hs z9l)rpz#>3wCRAf85eiMDjqD~enV z+AY4Gvaau?S?c*7L_l=yGq2N#8Y@^3Xugc7%Rw@HdP1e-MfC5j9 zSUAhzuEE`F8dc&x$7g0W)pB@^W*onq#nbEX;47Wr+y`lzMc)(mJ5A;DUOC84Q+ci` zqT|&it9?FQUNe~EgQ$U@tZb!MO%xJ6uqb}}C&@=L!{C&B1Tn#2o0h6mmV87rkCNbJ zlBJL}niw8VnyN(y!C$RI+%c0`HJgN0GK#^H6_1!qrPPdSrBV>-oCr9!^g4t!9Trs| zs37Vl>x7jr!_WL%Fxd_%w)H-3d*iU}jZbIuZ9|2&p`C?dxMM%Jzj7GvwJYV{{X_`w zUdsofg+O%w`-cJ14v0me{izT;6k_{kUg#+ZJ+{zu>?hHIytjR4Zg*_2_v?<%efpz; z9}oOI{b}z{)_%73yPnVJ=L5eT*z4UL+nGBGpWK`N;l!@{7NIfo!?$+bx2^$m3hl=v z>|5fBvC(~_5F7n$HXj==#KxbrJUREIr4YNC7oxkq-P|7iI(F`$_eX0#Ui(eYr}UQt zzaIEq`bqESYrkFFqr16X-%-=){qG#ieL7~J9k!b$p&YvKv)iR_30Dh?!JcE{ch??& z8k;(dO+7L5vDrdw_KTS>-uq&v5WD%mxA?y_w%e!Q%Qr3-8W(M0@f)xkNxLo)Yw+OB z0}s+S{{i4*5+qhlZ*5qx@X(YWaH3?b8ZusXJoPzs{lVTQndTm1Rqs25z@5g689TbS z${lHotU!qRDOYkEY*^tBT(@3Xzw&)KRBdzCiAomXdmg5w^)xu7XxIS7l!Lov-ZvleD@+0{+4|HJLLsLPvTTF#k}oM^^|Vr*m* z@u1_?R1=(oE@v6sGYM-3;Do-5>DnA)aG3p=Hp!MFY?Q*i>3FfmP};c1IaRw*)gJ^Z z#OTdLk>Q2LiKNPBwT3m;4?W+7pZPZccF3`p_ceXp)${Y&-|+U}O?z;)-Vs^MHN+{5c-1v->K(hk-sj z&{u4^^|WQ-uw|jxApU{(L_+^Y0PF_f_y?Q+;>6y{KXi@fg)0T&id`wkK_c|SP!n&o z9}SI?zY9%s{Fj6S`1pR=ah8-^m6OcIK*z)C|)&QcB5$~(uEjLUjaBF%gwKRYG2Fw)9ZW`eD zO;dwL^D8Nw<5yR}aZ^m?<{>k^C1(_kGBB@D@x+cVXF-M-4>_S!O3p#1%Tg)lWVKFp zNFV_dOr;*=R84`Z0Lh@dPN8-JYL%1~noX&cLd`T&-QWWV$REqODl}jQOSLo{7f7W* zyQvhzP!bm$zd|)?QHO^+kKsCgdET_fQQ0fG# zUCV}XSI%rMQblF3y6J?!vv>#Tp{c}qr|BM}S-31Hyj7l;ggubB6zRIN{swHPjW~jjisfbsDElld`H-SvSzKUIaZjs>7YMvTGCW_JJ!T z#%UHu0v@)b697}nmc^WCEf3{0<=!|MT&3SY`iPoY13g0Uw+!4Dcs+3%YPUbTfON6f z%~T`zMI>r4;rM9up{l{DasryMvI2J*mcTy3lJH?e2!;`iAQ(mPCW0{pmk?l*!Nw6> z0pRd(xnmR9d<(%<1d|AGbFwJ}*ATpoU>d;;f>{LD5zHaDfdKymVYd+ApC0TT0FGY= zvuh@M7cqAb+(ood-WVpEN8AG98fvclCcB5IAZYpyhza7t$;`+)p0JRtDCN`sOTuC} z9)0z9Xs~5gE4Y%Teb! zn{F!E24 zGkZQHAHsf|7yzbFwSb4&km1v7s{kzBA}S6*k3 z=AA%+H1GB2Nwh$sPsxQta^c{^gAaeQ{j=>n87q)6n~b4R+e*e(54xV5vdL7QOclr! zR7%BM0!Q*!{!a4Ofj;<~rH}u-W!g)=^o~ql;lCW`5KcyB+sRkW-kCP?RV#<}w!n=`rUO8uypB;%{@VjV?#03lquI zJ3c!*_1;M39p_1qYQMZ68I$QljMrCv#RFy{&Sa>4Af^hw9)K5P zXW66F2orNkm)n#wu0tgrev(L*$NWeQ;jQL-^$~2Vwq;o>2f3rF vSKr#Jwrgjv>ehohRlnZ44Vrtea_XJk?`T*L?t(ZRS8m;ZP}$8=14!`)rBc94 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9442045f24d24f09d9bce46caa401728938c59c8 GIT binary patch literal 2081 zcma)6O>7fK6rSDnU)G6}(4-YVp(7DO+#kD?TL@_baSOCil!U4n$gh`7LwRH71>QdLM*54~3Et%qLLk`L}mm5_Qu>cJAK6mjaCwH=7z&=>E^&ikEt z-#7ciz<`cGKKt{Z6)%d=-*V9vScmfLH~4oS*(i@}#a2s7Ua>VhQc}xWUQ>{Yh;lX3 z4n@e0K2i{R3{P9~(H?)S#~!T2!PmM$($UE-IeW|y4H?~Jbv zzhdHpGVs#E#idTn`qKE?V2>e)n%tt)QX#f05>5@CXIDVoM`9aJgw~OGDe@7#Ki*z5 zZ5`cEozZplaN7n2wq;$}3EmBLT|%R*{qZSXB@Q+*oQ^sx*ezTomUs^{vSKp3L^#Lp zG8VN8kv8Em0K$Z~3L~62!j#ZJgpNT%fI4-k151J(2v{ZE;_WiTv0PjBG65c&bQaYj zVI(Z$5DVIxtd_xxMGEb>M4RK;g%hVvVb2LSCEOBV3oTfca*_!X(^{ZYP8}{x$0AIQ zGKhr@2)JVHodt<*|3Gs+!R4@F@6V0ws>!m|YBjq`E#b17pk>0cFr3wFi59Yznkc%? zk<8)4SxyCczhYX~%oW136>l)HDu4V8Uj|*HN-GH!yY^ znu8-7-iFuGz`C`y#bxtvM?XM6>oeM~%8Zs)!ULsKLEJEG*D{PiWh98Tzjy6>5|;~F zBEcTx%h}IQ%^4?ivvaw5j$c^J1-oDGTUeYA_U?2+jq@+^dTMSvWn#2Y z6NIxN*mE%4X&UZecJYh(h47AqWBU=Y6vTv+eV&*uyS7&%GYo@Gj-3Av3MQZ^Ej6Y@ zT1cuCQuLdB^6v?H+u!+nGInTl{z2ZKJXRl@X^hSIXiszB#OCn_r~N}m>-(k~`=))g zySaaIv+&@mpPsJoKi1fP%tw2h-NdQ-*wMz=QAljXP*nH(C;Z71esZoEiTnBi|KLY{ e-^Z<}Hmdq)xYe&KgDtdE?dewl#aC5$(Ek8%IyRjE literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e943cb7b21d2206fa35678650ff40ebce090c816 GIT binary patch literal 24884 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�dWqKx$5k?50@~_t=Pilf{ZIVM@MPx)l~> zCvD1IH069tsg3FvNp@3dn`(1XFi`boo0B1de7?kG6b6%QBPRL6ov%VRuism$-@E8o z^=-Mm7@btvd=^kE|TKclmzbk%FtU+y?jmEoEY-R`)0jPTk8B-+TJb z)1}ru4_XKBw+_d<(_+L6WL5t$=!|CsTf*j8j2jgwGw zlULL^=Jg9kpm>Pu{2?Z6wQ@HE2UrX@hwK84}*04Me+- z8ExI3Mf=8;s&VZvBOkd1E?AAemX%5ya|y8#2NwKh-*d+=zpfS>&`gLB$D5IjV;avY3Joo8*21JEjf=I_M;~o)E;m)q? za)8B;${?%>`X#UFEabdt$a$<5%1-T3IHUj?$sF)w8Ays?pSfAwyqmWx2_1oPKeu?i5C|1(cdmJx z6z_p!=KHN=@1;HY=q|R{+xR8|OelEW_!yNX3GhB@`%tTqG_TDiT^OY*TkA$%Vrd&5 zGGOIx%rUGAcNUQ6LoFZKsCDam+&at6;CdP2G~4@iu9jP{K->5JGn598Lp$Vf6$vXO#^kg-^VG! zhuTTPf@jH+xs&TMV0Xr=%_Ag0*SYFbb1abN)1bZ?|K@u1w~uPf+Sx)KF8a}VhG9+@ zy!pCi!z}8hkxF_%ZsBXimG~imMgWL_z`-suags=y+vNch^;6uHJ8PW^p>+?Qy z-{F|vhTMiVq~|u{H?LyU_Kz1DP|~oj^pd%KhVTJBoNq9Xn)wZ1da?dPtM0L~Y&Zqd zam4G*rOa<=#!F4g&b&d|5qOM3lm72c>^Nygm2!$_D`W$vP0 z+Xh?-J?%;6DtAfGzX4ZLPum>VEAU6#AoUpNtD(Fl?=jEg<@_~o$L%BaQPkl?KG@pz|y`Vg;7Z;ZA%V~H#OY*^`XtrKo)+3WzR<$Hn7~Fts+QGPIv>JF(cnn-6TmZtK?sP~ zk~7iR^mJlI|74itX0cS)uc0Dx!aoCGM?;=!rY!IFRC}s%#lcQEg&$Cse@Eco1B4C= z|D3|iPE2Zs&_Uo$0zW43=LG%@f$tI^w-L#~hEl3k_TPor>~un^{*wOTIwy8$79R=| z{xy|3OJ$rmU0}Cx{{y|b>8>j~DwP82&Fyn%&z_D>ojfyf_W3D{!YsbO#Ei_s6;=Wf zvWZBl2K`p7MeNfolI=?3hGa`6GH|e@@2KGxKG3Uov$}qSIAoV zV=}7z1IXJjs`S|0dvH+vz~6J<-?Kb-_nY^Qt0%>a_IcYlV54i@*&UpU!#rlC_;Xz%;{ko3Z zb1Tkb-R@G|ZdmB)!a9AFtX%6a`?t{5JV0L~0_z^mz2y_mNq1%ea9;$VfeUuNm0!*k zns*hN&ld)s{>k9ao-PcWFEm_ObdqC`!7ZrPeblmUb$S}g{Ejy~OU~PY)s~)>xsRs` zEk}zjM@ub7mz+z^&)_S{4&!yO+Qieb{BxG&IrJTWjj-~p-Uc66^!?Lnt}b}n`CglP z{l%7Tg%&bmbZn<-M#Q~Ew%L_dcBbgZu^9*3BpwrV9EZ5{nHLE(0Y6S za$C_KF8Oiq$Ku;nZtcAD^wRiRYbUux{c7*A+as#4?z+9(*HY$tR(59aE`{N-w=QgEkGT&bI(Ve4?-jNLnFn|Go{co zG%`aBe9v>cYS~c^@(+SL?+16T9E9sa@K7musK9<}YBj|`s1yjnJh#@q?atRQ=#6mD z1-NZN*&lko?|ESB=s0P_{tZ+h^W9v)oq<43q)`g}?w-@0P9y z!M^*!J{j54=)=|>rPlrB;FfZGSGjvvxwpT(qmQnMHhqG-q!<~1rSYZl&pxf=g4ir} zA0|};Ra|5H+mmlj76aQ#fo+ArwsK(0x*N$@F8|}RPir|}$2)TcFS}L#6vogkgVlzv zqy-$_AC~fl`dDz^w z+;zA2SA8SJ=BG=|Pt$rhvf9$S;=6ae&@x@Io9dHZv-oh*98B`+4C)wAy*JX5~0vZK(nx7f6| z)U>xyzxN@!*0u6Nq2WNW;XtY3K%w@4+_etsKDkmWfW~0cjLfxxr;IXS6zPrrxB3gU zoeWj|mUo5~-o~G3% zxgAXhicJSfO$Q3~2UxCmzE$*vOFneeMwz;oM=@bdgTm7Ze1Q+883SGl)QTiu07(*AknY1c5pwa91vxL-Iec=?5kKhuY`+-so%Y)P+Ur61uiM6& z&+fDRav!}EINv#+t>9zf4)3{sTcJOI_@ZTW-}(Kv`}-YuVc*>lj-e%?CV{kQfeanO zNdnIjAT3d!g%p9W5+HXjSui0^DT^%=6w>9C zoAgR7OE^VSqw_>TtKIGiWjwosfI9Ngw;UgtD$+A`>X z>%ImAOSdDq&S~ITORFQW&Y8iG%Yj9%fk3MR2OJt0s&#nQISsV=sX`6(DIcMmvO2J% zpA@olMK-pfaW>Em`KK?HacY&9uQ#i6_e1&wk(tZq|VLiBRN>TcT1*oc1>4m+bpYD zhzxF)Wj2>g31lx9eolZaC!2SZGKNXkzsbH%gs;*-q-Dol^nIx`28&(oVeT5jJA`Ws z;i@(a50g%rBua);_N`r6U?;Is7EG(~Ny9`+WZvO)Q(2guhMQwTWPafioX3+$?56D7 z2y7?NLtqDiUIHNiscW;ok_savFNT@J2fOwx)!@UE@cfZQ+`pyb|CIpkY~eo>*h_$I zJv!Ew7fKkR-@1n7uP=@WkMN4!$cYmWnjr~VAahk&?AU_<^_<1~avl9EbDo#kzcub` zVY6SEJ6bUR%G|RB^KaeiuvkHue3+7*$+g&jK*0`>M`B&z83!DAQ+^&N8w{ESW5&8XtAZKYWaBarlX03Bk z>;89ufWva!Qnrs3HvB#-JL%FCl1&hw@1&T=KnLX~c3sOgwt#n*{fz~#zTDt{*$Xkf zzy;Q;S}j{ajW>W#DDF3U!tk`y0t&o2T-x;sOZm-X(nTUjKiye%bPxB_J+7m}wx1rh G0RB&>2> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee5e143c795f6a0046b408f095f4693a74c99d11 GIT binary patch literal 7429 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 Ax&QzG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6265b9543059362c2271d4b3ac7f85c2048e4144 GIT binary patch literal 980 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 NcYO~ye=I)W{J(iGliC0P literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42f3541d8cdac0593b974eced84f45f5301221d1 GIT binary patch literal 8523 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64d66b510c40c8829120491635e8902031c35a51 GIT binary patch literal 4518 zcmb6cU2ogg^-`onebAO|S(5EEHf6g}6~|IrH;J1DUDG8_(5IK^7UCjznsg zlwG+ppbmY=!}c(sMS`sbf?;d3b;I&lVB16g0d1%lOTdGHArA%ipe_ku^l9f_QnKVU zXnT2i?$`Oey!V{L&w6@-2+CVu|93eVM(96e&?=nUdH4uAw~>UhNMa;Uk;yW&^<+J? zWwR`8xhw}QTlAKESsz1iIq36Q9{OI%SM-+x*&y^i*-(J2@~|po1qP`-6G-lvMA%DL zg?Et3t)q9@chEXRG5y8fQaBr?JUzv}Y#)`^pY2!sUCIEZ36jzNP!Pfc0dXO zj7TAXgK|_7ZhDAySnwcu@Kfl0PKLA)PK)$S^=u?BX;P&qiv>+J@`|dc%i>aHS;TT# z!-lvb7t1n!PEV!3A*Ayu#^w}B%|pvqaIvT?&3wba0*phs+?tGaMN@M*vRqinV@Wok z8z@(`vaITQu|Va!zzZ!4@56rshug>?eB83y?ssdxiE6N~u4RK=6x3Qmet?2e{{b`} zm!>YUcZtj=is9d%S|ys%vg&K~p0dvWzPa@G+dVR51TFsBuL$ zDp(csqNEfIaa}Q1L}Nu3FISBfO%;_=xhR)pIEDrsA~CN@qI;my!Jr7`GS=1KdlAfk4Y~I}knyy3;O+?IZf+4V%@gy4_!{maA=lq^LJE+gr-7Y8V+6{{IM*7k8cIpV znKfBm%YcW>IEuoFcp;-JhCE%)7jEX4Wj#|?${Ap$N*c~!`4<)VPI`v8+;q8WhYuKx z6CiC2Uj2Un>gaI{#YP*^nXTyYM)Y`newUBl8Q$i{O@4eQk!mDnw-TosiBqP36si@7 z-#M`zNSJ|ym6-Zh;>GR6i#tNNAtV|?^2yG(JU1SEga82T;~)aekk|-K-;ZyHX3fy7 z^=$I9w}1b()t~%pq>*~Hk$TJQyZ9~ZInw(G0WgK}y`~QZhwjX72PVwG#P=(7dOMIb z1IZ^BcN0fJ?(X2YnK@^M=1Aq{9)i`VKtQYXK!-TVhjZ{DZll1D3L!rxXh_V*o=v1i zCy>z&00=?&_LI;F4_)sJ!A9G0KN)}|*648H`yoYPHa!w6anQ1E%Ne~b;~;eR0%gaz zi;^|^4q$eSyD&M4BgqL^LdM8`U-C=d z?tlk2`VQbf^8@(2F}jbjFMrc7u{HnuT+L53Q5ne#yaOcE)B=XMPa$y?rgM*AjB4JR zr^eOTny2<9vCgipjOH{Vku98gLYu zBpjY4OZ>v(IgB9?5U1mCCK}^o1W*~gE7oQ~wjEozd~O~(x$EbyEM8cc&&^-E^!m9g zHoq)GI5#k!CWKTf3l?IM7ukI+`K^sf1?`@e+s{#_9Xa56>7?Lho(@X*8;n-F)J>1 zBi`z1var6lxA#~;hmLNIOf^QPOfGH>9{yy#G4`SvnW~ZkIAO+5-V(rV4-Q#}4ukNR z544Q=>hqwYKTNfI5Fc&CkM4}8{xH=TKWmP?0TnPuh&?00TfNO73JiR7@{`l|4u9d< zioDW@ywYSn!#R&>IOjFCEe+!{(*eZ#v#^s9Ih zxJQG{;jjQ^IKb=E1^7n4Oddsl4xeWK&YWfoFm4xeuE`O7cmqK94~aqM-Lgu;J}pK& z{XgjS$?w}=*lr)#os2^y;lST`H&T}&tu(6BWvr-90!IG7=&6EqhGxRL_~zomeERA) zL^3#@fDZp=xtlU1IzB~}Aeo&{akiIofFwrORNE_6N@X3BbNMHPiKlaqYYBex@Eb7R zgjb&eP)85Az^^BNb@ZdFzq$V5^}ELXGiLC_R`5gvAa}CCoitmOGP3=-9N_}Lc`=*M z?5?|%8!&9w-RQ812AUkpL@aK?e4_4I z`~ciX2An|)SiJ-F^W-54M&Rl(^b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62c14658ef7be538a546ef05be291244d28b4382 GIT binary patch literal 1248 zcmZWp&ube;6rNe_%JxdGlSWBVaA68ng96ny3CSTC(|}Ez8XSnziy^GXyCZ3^q}|Sp zWn|Vxg;3OBT0sx?v4_@e@u~lb139P*fkLl62y`hv_08Cu=Eq~_o0<3CzMc8L$NoAy z>msm~KmTdGun_uNZ!*K@i^)7J4p4~JQHUFO9f#Hvv~Gntz+7mrp{ld{hb!1u+e|81 zYevzQbiaPhT=!9vOVW|}C#l1_tfQp&!P*h zD4;F5So=Ta0-Qx&1?Z!bLiOx9tPGZiH(zci5Jgp-I-fsyu(D?EBXlE)X@GS0wNHp5 z_~u~9D*$~oGBtm>4aJ@ns?T9(SIx_T<~_4KEDA6t-vS(<1jm>oP2*3nf7=pt1R@;2 z6hdc;ih8ADfKKGLV?FfRU(9LaJyjo%VfTx#jzydal7# zI@P3-DkZAn9&J5lu;LBt5Hkf1l2b1PY+5i9m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef6bc3e48325f7f3a4ec28585f3232ee54ae52c2 GIT binary patch literal 38779 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bbb76ec7dc90220df0f2a8832686442d0a45281 GIT binary patch literal 6220 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 BqL2Up literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6ff5e014f8ba35cab359f9b99460e827ed6ade5 GIT binary patch literal 40134 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..69be3de --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__title__ = "requests" +__description__ = "Python HTTP for Humans." +__url__ = "https://requests.readthedocs.io" +__version__ = "2.28.2" +__build__ = 0x022802 +__author__ = "Kenneth Reitz" +__author_email__ = "me@kennethreitz.org" +__license__ = "Apache 2.0" +__copyright__ = "Copyright Kenneth Reitz" +__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..7dc9bc5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,48 @@ +""" +requests._internal_utils +~~~~~~~~~~~~~~ + +Provides utility functions that are consumed internally by Requests +which depend on extremely few external helpers (such as compat) +""" +import re + +from .compat import builtin_str + +_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") +_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") +_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") +_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") + +HEADER_VALIDATORS = { + bytes: (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE), + str: (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR), +} + + +def to_native_string(string, encoding="ascii"): + """Given a string object, regardless of type, returns a representation of + that string in the native string type, encoding and decoding where + necessary. This assumes ASCII unless told otherwise. + """ + if isinstance(string, builtin_str): + out = string + else: + out = string.decode(encoding) + + return out + + +def unicode_is_ascii(u_string): + """Determine if unicode string only contains ASCII characters. + + :param str u_string: unicode string to check. Must be unicode + and not Python 2 `str`. + :rtype: bool + """ + assert isinstance(u_string, str) + try: + u_string.encode("ascii") + return True + except UnicodeEncodeError: + return False diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..f68f7d4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,584 @@ +""" +requests.adapters +~~~~~~~~~~~~~~~~~ + +This module contains the transport adapters that Requests uses to define +and maintain connections. +""" + +import os.path +import socket # noqa: F401 + +from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError +from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError +from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader +from pip._vendor.urllib3.exceptions import ( + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, +) +from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError +from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError +from pip._vendor.urllib3.exceptions import SSLError as _SSLError +from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url +from pip._vendor.urllib3.response import HTTPResponse +from pip._vendor.urllib3.util import Timeout as TimeoutSauce +from pip._vendor.urllib3.util import parse_url +from pip._vendor.urllib3.util.retry import Retry + +from .auth import _basic_auth_str +from .compat import basestring, urlparse +from .cookies import extract_cookies_to_jar +from .exceptions import ( + ConnectionError, + ConnectTimeout, + InvalidHeader, + InvalidProxyURL, + InvalidSchema, + InvalidURL, + ProxyError, + ReadTimeout, + RetryError, + SSLError, +) +from .models import Response +from .structures import CaseInsensitiveDict +from .utils import ( + DEFAULT_CA_BUNDLE_PATH, + extract_zipped_paths, + get_auth_from_url, + get_encoding_from_headers, + prepend_scheme_if_needed, + select_proxy, + urldefragauth, +) + +try: + from pip._vendor.urllib3.contrib.socks import SOCKSProxyManager +except ImportError: + + def SOCKSProxyManager(*args, **kwargs): + raise InvalidSchema("Missing dependencies for SOCKS support.") + + +DEFAULT_POOLBLOCK = False +DEFAULT_POOLSIZE = 10 +DEFAULT_RETRIES = 0 +DEFAULT_POOL_TIMEOUT = None + + +class BaseAdapter: + """The Base Transport Adapter""" + + def __init__(self): + super().__init__() + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + 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 `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + + cert_loc = None + + # Allow self-specified cert location. + if verify is not True: + cert_loc = verify + + if not cert_loc: + cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + + if not cert_loc or not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + conn.cert_reqs = "CERT_REQUIRED" + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def get_connection(self, url, proxies=None): + """Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection(request.url, proxies) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + 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: + skip_host = "Host" in request.headers + low_conn.putrequest( + request.method, + url, + skip_accept_encoding=True, + skip_host=skip_host, + ) + + 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 + r = low_conn.getresponse() + + resp = HTTPResponse.from_httplib( + r, + pool=conn, + connection=low_conn, + preload_content=False, + decode_content=False, + ) + except Exception: + # If we hit any problems here, clean up the connection. + # Then, raise so that we can handle the actual exception. + low_conn.close() + raise + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..2f71aae --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json data to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json data to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json data to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" + +import os + +if "_PIP_STANDALONE_CERT" not in os.environ: + from pip._vendor.certifi import where +else: + def where(): + return os.environ["_PIP_STANDALONE_CERT"] + +if __name__ == "__main__": + print(where()) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +from pip._vendor import chardet + +import sys + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# Note: We've patched out simplejson support in pip because it prevents +# upgrading simplejson on Windows. +import json +from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `cookielib.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `cookielib.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookielib has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `cookielib` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookielib` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a cookielib.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +from pip._vendor import idna +from pip._vendor import urllib3 + +from . import __version__ as requests_version + +charset_normalizer = None + +try: + from pip._vendor import chardet +except ImportError: + chardet = None + +try: + from pip._vendor.urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from pip._vendor.urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from pip._vendor.urllib3.fields import RequestField +from pip._vendor.urllib3.filepost import encode_multipart_formdata +from pip._vendor.urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for (k, v) in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for (k, v) in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + from pip._vendor import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + return chardet.detect(self.content)["encoding"] + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +import sys + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ('urllib3', 'idna', 'chardet'): + vendored_package = "pip._vendor." + package + locals()[package] = __import__(vendored_package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == vendored_package or mod.startswith(vendored_package + '.'): + unprefixed_mod = mod[len("pip._vendor."):] + sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] + +# Kinda cool, though, right? diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..6cb3b4d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,831 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + 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') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for (k, v) in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for (prefix, adapter) in self.adapters.items(): + + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing",), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large",), + 414: ("request_uri_too_large",), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..33f394d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1086 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import HEADER_VALIDATORS, to_native_string # noqa: F401 +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + + for part in header: + if type(part) not in HEADER_VALIDATORS: + raise InvalidHeader( + f"Header part ({part!r}) from {{{name!r}: {value!r}}} must be " + f"of type str or bytes, not {type(part)}" + ) + + _validate_header_part(name, "name", HEADER_VALIDATORS[type(name)][0]) + _validate_header_part(value, "value", HEADER_VALIDATORS[type(value)][1]) + + +def _validate_header_part(header_part, header_kind, validator): + if not validator.match(header_part): + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..ce05fd3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "0.8.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d620b441933df17ca8410bd1b8b8c90f951e980 GIT binary patch literal 751 zcmcIhJ&zMH5VbeSeq<94&~Xy9R4K?3(Evh7a8R6(PAE{hu{N;@7HfMMI~#@S{slc0 zh<|e>xTQj(Sn0Z}utSarA<;3i-uTUo-gw5JhQmJc_U!AA#q|iGZ-HEx=Nmga_U=7e zAcj6*f*2;4MXXarvO_wuOS%|&-mQ8vCh_Lps}h-#RAwZTebSdX$>o3y+xS?AnoE^s7kZH$;z++Ep4Uuyk? z^ZH%y_W162@*Vqqj3VfG2i66qT42_1eDH>dtsF zDU7iER$b2DlnZW(TGWOA5ydnV+n%AGQlW&UbX>2`(+5(sWyK%DzHb%wU_N?iI~e0O r%JZm27jTlaH_+a}N#4c?-#*{o literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d2bb16b1dc764b1038cc66ceb5e9a4fc4e42e2a GIT binary patch literal 7070 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6af19f90d9c65d98e9f87146a1c5012603a4eccb GIT binary patch literal 11328 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e23e97854edcb09bdb3ccf8ced3b16a490a6a5ea GIT binary patch literal 206 zcmZ3^%ge<81l~8_q=V?kAOZ#$p^VRLK*n^26oz01O-8?!3`I;p{%4TnuSET_#3KFj z@^byM%;b{%qRNuY+|(ldvedjX{hZ7s{esGpjQl)fJwrqN;>?m%-GapA?8NlcV*P^5 z0{wWPvXuNH{i4+3{G75>kox5O+=9ds{rLFIyv&mLc)fzkUmP~M`6;D2sdh!IKpR1B VD&_|gAD9^#89y+WmU?mgYf_nzAA22geO@*X}Ye$~r&nP0>5L=E>K009gQ2W*1C z2oQsj;TREe5Cnla0DFL#`#`qTrq$Y79e(OLxIsgZ!)~p#&OIS$9G3L~xt@^NCvQ5b zYe++pL<%mt8>QvC9%HUsZuy)s;-{3yiS3R2wXJNPMuN-qSV}I-<}cqfSn5AlW1M*s z=Xs7Z>Ze>zQyLM8GZJT*(GeEYbj;%eyWhtNO-WC9{*@P!1Pdy#t84+6SdxUZjA*~l zBjKfrelBv=MYfo(>W2{zCX5`(mI{XIC9#49f)EzX-Pz^5(Ydu2CW3Zh_UC_hRaiR< e0HM8x!tBleZJlCQRh8)MyZSbmwL9n$cF+fUS&BaZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py @@ -0,0 +1,6 @@ +__all__ = ["Mapping", "Sequence"] + +try: + from collections.abc import Mapping, Sequence +except ImportError: + from collections import Mapping, Sequence diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..7d0a9c2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py @@ -0,0 +1,133 @@ +class AbstractProvider(object): + """Delegate class to provide requirement interface for the resolver.""" + + def identify(self, requirement_or_candidate): + """Given a requirement, return an identifier for it. + + This is used to identify a requirement, e.g. whether two requirements + should have their specifier parts merged. + """ + raise NotImplementedError + + def get_preference( + self, + identifier, + resolutions, + candidates, + information, + backtrack_causes, + ): + """Produce a sort key for given requirement based on preference. + + The preference is defined as "I think this requirement should be + resolved first". The lower the return value is, the more preferred + this group of arguments is. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches of which should be returned. + :param resolutions: Mapping of candidates currently pinned by the + resolver. Each key is an identifier, and the value a candidate. + The candidate may conflict with requirements from ``information``. + :param candidates: Mapping of each dependency's possible candidates. + Each value is an iterator of candidates. + :param information: Mapping of requirement information of each package. + Each value is an iterator of *requirement information*. + :param backtrack_causes: Sequence of requirement information that were + the requirements that caused the resolver to most recently backtrack. + + A *requirement information* instance is a named tuple with two members: + + * ``requirement`` specifies a requirement contributing to the current + list of candidates. + * ``parent`` specifies the candidate that provides (dependend on) the + requirement, or ``None`` to indicate a root requirement. + + The preference could depend on a various of issues, including (not + necessarily in this order): + + * Is this package pinned in the current resolution result? + * How relaxed is the requirement? Stricter ones should probably be + worked on first? (I don't know, actually.) + * How many possibilities are there to satisfy this requirement? Those + with few left should likely be worked on first, I guess? + * Are there any known conflicts for this requirement? We should + probably work on those with the most known conflicts. + + A sortable value should be returned (this will be used as the ``key`` + parameter of the built-in sorting function). The smaller the value is, + the more preferred this requirement is (i.e. the sorting function + is called with ``reverse=False``). + """ + raise NotImplementedError + + def find_matches(self, identifier, requirements, incompatibilities): + """Find all possible candidates that satisfy given constraints. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches of which should be returned. + :param requirements: A mapping of requirements that all returned + candidates must satisfy. Each key is an identifier, and the value + an iterator of requirements for that dependency. + :param incompatibilities: A mapping of known incompatibilities of + each dependency. Each key is an identifier, and the value an + iterator of incompatibilities known to the resolver. All + incompatibilities *must* be excluded from the return value. + + This should try to get candidates based on the requirements' types. + For VCS, local, and archive requirements, the one-and-only match is + returned, and for a "named" requirement, the index(es) should be + consulted to find concrete candidates for this requirement. + + The return value should produce candidates ordered by preference; the + most preferred candidate should come first. The return type may be one + of the following: + + * A callable that returns an iterator that yields candidates. + * An collection of candidates. + * An iterable of candidates. This will be consumed immediately into a + list of candidates. + """ + raise NotImplementedError + + def is_satisfied_by(self, requirement, candidate): + """Whether the given requirement can be satisfied by a candidate. + + The candidate is guarenteed to have been generated from the + requirement. + + A boolean should be returned to indicate whether ``candidate`` is a + viable solution to the requirement. + """ + raise NotImplementedError + + def get_dependencies(self, candidate): + """Get dependencies of a candidate. + + This should return a collection of requirements that `candidate` + specifies as its dependencies. + """ + raise NotImplementedError + + +class AbstractResolver(object): + """The thing that performs the actual resolution work.""" + + base_exception = Exception + + def __init__(self, provider, reporter): + self.provider = provider + self.reporter = reporter + + def resolve(self, requirements, **kwargs): + """Take a collection of constraints, spit out the resolution result. + + This returns a representation of the final resolution state, with one + guarenteed attribute ``mapping`` that contains resolved candidates as + values. The keys are their respective identifiers. + + :param requirements: A collection of constraints. + :param kwargs: Additional keyword arguments that subclasses may accept. + + :raises: ``self.base_exception`` or its subclass. + """ + raise NotImplementedError diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..6695480 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py @@ -0,0 +1,43 @@ +class BaseReporter(object): + """Delegate class to provider progress reporting for the resolver.""" + + def starting(self): + """Called before the resolution actually starts.""" + + def starting_round(self, index): + """Called before each round of resolution starts. + + The index is zero-based. + """ + + def ending_round(self, index, state): + """Called before each round of resolution ends. + + This is NOT called if the resolution ends at this round. Use `ending` + if you want to report finalization. The index is zero-based. + """ + + def ending(self, state): + """Called before the resolution ends successfully.""" + + def adding_requirement(self, requirement, parent): + """Called when adding a new requirement into the resolve criteria. + + :param requirement: The additional requirement to be applied to filter + the available candidaites. + :param parent: The candidate that requires ``requirement`` as a + dependency, or None if ``requirement`` is one of the root + requirements passed in from ``Resolver.resolve()``. + """ + + def resolving_conflicts(self, causes): + """Called when starting to attempt requirement conflict resolution. + + :param causes: The information on the collision that caused the backtracking. + """ + + def backtracking(self, candidate): + """Called when rejecting a candidate during backtracking.""" + + def pinning(self, candidate): + """Called when adding a candidate to the potential solution.""" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..787681b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py @@ -0,0 +1,482 @@ +import collections +import operator + +from .providers import AbstractResolver +from .structs import DirectedGraph, IteratorMapping, build_iter_view + +RequirementInformation = collections.namedtuple( + "RequirementInformation", ["requirement", "parent"] +) + + +class ResolverException(Exception): + """A base class for all exceptions raised by this module. + + Exceptions derived by this class should all be handled in this module. Any + bubbling pass the resolver should be treated as a bug. + """ + + +class RequirementsConflicted(ResolverException): + def __init__(self, criterion): + super(RequirementsConflicted, self).__init__(criterion) + self.criterion = criterion + + def __str__(self): + return "Requirements conflict: {}".format( + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class InconsistentCandidate(ResolverException): + def __init__(self, candidate, criterion): + super(InconsistentCandidate, self).__init__(candidate, criterion) + self.candidate = candidate + self.criterion = criterion + + def __str__(self): + return "Provided candidate {!r} does not satisfy {}".format( + self.candidate, + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class Criterion(object): + """Representation of possible resolution results of a package. + + This holds three attributes: + + * `information` is a collection of `RequirementInformation` pairs. + Each pair is a requirement contributing to this criterion, and the + candidate that provides the requirement. + * `incompatibilities` is a collection of all known not-to-work candidates + to exclude from consideration. + * `candidates` is a collection containing all possible candidates deducted + from the union of contributing requirements and known incompatibilities. + It should never be empty, except when the criterion is an attribute of a + raised `RequirementsConflicted` (in which case it is always empty). + + .. note:: + This class is intended to be externally immutable. **Do not** mutate + any of its attribute containers. + """ + + def __init__(self, candidates, information, incompatibilities): + self.candidates = candidates + self.information = information + self.incompatibilities = incompatibilities + + def __repr__(self): + requirements = ", ".join( + "({!r}, via={!r})".format(req, parent) + for req, parent in self.information + ) + return "Criterion({})".format(requirements) + + def iter_requirement(self): + return (i.requirement for i in self.information) + + def iter_parent(self): + return (i.parent for i in self.information) + + +class ResolutionError(ResolverException): + pass + + +class ResolutionImpossible(ResolutionError): + def __init__(self, causes): + super(ResolutionImpossible, self).__init__(causes) + # causes is a list of RequirementInformation objects + self.causes = causes + + +class ResolutionTooDeep(ResolutionError): + def __init__(self, round_count): + super(ResolutionTooDeep, self).__init__(round_count) + self.round_count = round_count + + +# Resolution state in a round. +State = collections.namedtuple("State", "mapping criteria backtrack_causes") + + +class Resolution(object): + """Stateful resolution object. + + This is designed as a one-off object that holds information to kick start + the resolution process, and holds the results afterwards. + """ + + def __init__(self, provider, reporter): + self._p = provider + self._r = reporter + self._states = [] + + @property + def state(self): + try: + return self._states[-1] + except IndexError: + raise AttributeError("state") + + def _push_new_state(self): + """Push a new state into history. + + This new state will be used to hold resolution results of the next + coming round. + """ + base = self._states[-1] + state = State( + mapping=base.mapping.copy(), + criteria=base.criteria.copy(), + backtrack_causes=base.backtrack_causes[:], + ) + self._states.append(state) + + def _add_to_criteria(self, criteria, requirement, parent): + self._r.adding_requirement(requirement=requirement, parent=parent) + + identifier = self._p.identify(requirement_or_candidate=requirement) + criterion = criteria.get(identifier) + if criterion: + incompatibilities = list(criterion.incompatibilities) + else: + incompatibilities = [] + + matches = self._p.find_matches( + identifier=identifier, + requirements=IteratorMapping( + criteria, + operator.methodcaller("iter_requirement"), + {identifier: [requirement]}, + ), + incompatibilities=IteratorMapping( + criteria, + operator.attrgetter("incompatibilities"), + {identifier: incompatibilities}, + ), + ) + + if criterion: + information = list(criterion.information) + information.append(RequirementInformation(requirement, parent)) + else: + information = [RequirementInformation(requirement, parent)] + + criterion = Criterion( + candidates=build_iter_view(matches), + information=information, + incompatibilities=incompatibilities, + ) + if not criterion.candidates: + raise RequirementsConflicted(criterion) + criteria[identifier] = criterion + + def _get_preference(self, name): + return self._p.get_preference( + identifier=name, + resolutions=self.state.mapping, + candidates=IteratorMapping( + self.state.criteria, + operator.attrgetter("candidates"), + ), + information=IteratorMapping( + self.state.criteria, + operator.attrgetter("information"), + ), + backtrack_causes=self.state.backtrack_causes, + ) + + def _is_current_pin_satisfying(self, name, criterion): + try: + current_pin = self.state.mapping[name] + except KeyError: + return False + return all( + self._p.is_satisfied_by(requirement=r, candidate=current_pin) + for r in criterion.iter_requirement() + ) + + def _get_updated_criteria(self, candidate): + criteria = self.state.criteria.copy() + for requirement in self._p.get_dependencies(candidate=candidate): + self._add_to_criteria(criteria, requirement, parent=candidate) + return criteria + + def _attempt_to_pin_criterion(self, name): + criterion = self.state.criteria[name] + + causes = [] + for candidate in criterion.candidates: + try: + criteria = self._get_updated_criteria(candidate) + except RequirementsConflicted as e: + causes.append(e.criterion) + continue + + # Check the newly-pinned candidate actually works. This should + # always pass under normal circumstances, but in the case of a + # faulty provider, we will raise an error to notify the implementer + # to fix find_matches() and/or is_satisfied_by(). + satisfied = all( + self._p.is_satisfied_by(requirement=r, candidate=candidate) + for r in criterion.iter_requirement() + ) + if not satisfied: + raise InconsistentCandidate(candidate, criterion) + + self._r.pinning(candidate=candidate) + self.state.criteria.update(criteria) + + # Put newly-pinned candidate at the end. This is essential because + # backtracking looks at this mapping to get the last pin. + self.state.mapping.pop(name, None) + self.state.mapping[name] = candidate + + return [] + + # All candidates tried, nothing works. This criterion is a dead + # end, signal for backtracking. + return causes + + def _backtrack(self): + """Perform backtracking. + + When we enter here, the stack is like this:: + + [ state Z ] + [ state Y ] + [ state X ] + .... earlier states are irrelevant. + + 1. No pins worked for Z, so it does not have a pin. + 2. We want to reset state Y to unpinned, and pin another candidate. + 3. State X holds what state Y was before the pin, but does not + have the incompatibility information gathered in state Y. + + Each iteration of the loop will: + + 1. Discard Z. + 2. Discard Y but remember its incompatibility information gathered + previously, and the failure we're dealing with right now. + 3. Push a new state Y' based on X, and apply the incompatibility + information from Y to Y'. + 4a. If this causes Y' to conflict, we need to backtrack again. Make Y' + the new Z and go back to step 2. + 4b. If the incompatibilities apply cleanly, end backtracking. + """ + while len(self._states) >= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Retrieve the last candidate pin and known incompatibilities. + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + incompatibilities_from_broken = [ + (k, list(v.incompatibilities)) + for k, v in broken_state.criteria.items() + ] + + # Also mark the newly known incompatibility. + incompatibilities_from_broken.append((name, [candidate])) + + self._r.backtracking(candidate=candidate) + + # Create a new state from the last known-to-work one, and apply + # the previously gathered incompatibility information. + def _patch_criteria(): + for k, incompatibilities in incompatibilities_from_broken: + if not incompatibilities: + continue + try: + criterion = self.state.criteria[k] + except KeyError: + continue + matches = self._p.find_matches( + identifier=k, + requirements=IteratorMapping( + self.state.criteria, + operator.methodcaller("iter_requirement"), + ), + incompatibilities=IteratorMapping( + self.state.criteria, + operator.attrgetter("incompatibilities"), + {k: incompatibilities}, + ), + ) + candidates = build_iter_view(matches) + if not candidates: + return False + incompatibilities.extend(criterion.incompatibilities) + self.state.criteria[k] = Criterion( + candidates=candidates, + information=list(criterion.information), + incompatibilities=incompatibilities, + ) + return True + + self._push_new_state() + success = _patch_criteria() + + # It works! Let's work on this new state. + if success: + return True + + # State does not work after applying known incompatibilities. + # Try the still previous state. + + # No way to backtrack anymore. + return False + + def resolve(self, requirements, max_rounds): + if self._states: + raise RuntimeError("already resolved") + + self._r.starting() + + # Initialize the root state. + self._states = [ + State( + mapping=collections.OrderedDict(), + criteria={}, + backtrack_causes=[], + ) + ] + for r in requirements: + try: + self._add_to_criteria(self.state.criteria, r, parent=None) + except RequirementsConflicted as e: + raise ResolutionImpossible(e.criterion.information) + + # The root state is saved as a sentinel so the first ever pin can have + # something to backtrack to if it fails. The root state is basically + # pinning the virtual "root" package in the graph. + self._push_new_state() + + for round_index in range(max_rounds): + self._r.starting_round(index=round_index) + + unsatisfied_names = [ + key + for key, criterion in self.state.criteria.items() + if not self._is_current_pin_satisfying(key, criterion) + ] + + # All criteria are accounted for. Nothing more to pin, we are done! + if not unsatisfied_names: + self._r.ending(state=self.state) + return self.state + + # Choose the most preferred unpinned criterion to try. + name = min(unsatisfied_names, key=self._get_preference) + failure_causes = self._attempt_to_pin_criterion(name) + + if failure_causes: + causes = [i for c in failure_causes for i in c.information] + # Backtrack if pinning fails. The backtrack process puts us in + # an unpinned state, so we can work on it in the next round. + self._r.resolving_conflicts(causes=causes) + success = self._backtrack() + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # Pinning was successful. Push a new state to do another pin. + self._push_new_state() + + self._r.ending_round(index=round_index, state=self.state) + + raise ResolutionTooDeep(max_rounds) + + +def _has_route_to_root(criteria, key, all_keys, connected): + if key in connected: + return True + if key not in criteria: + return False + for p in criteria[key].iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey in connected: + connected.add(key) + return True + if _has_route_to_root(criteria, pkey, all_keys, connected): + connected.add(key) + return True + return False + + +Result = collections.namedtuple("Result", "mapping graph criteria") + + +def _build_result(state): + mapping = state.mapping + all_keys = {id(v): k for k, v in mapping.items()} + all_keys[id(None)] = None + + graph = DirectedGraph() + graph.add(None) # Sentinel as root dependencies' parent. + + connected = {None} + for key, criterion in state.criteria.items(): + if not _has_route_to_root(state.criteria, key, all_keys, connected): + continue + if key not in graph: + graph.add(key) + for p in criterion.iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey not in graph: + graph.add(pkey) + graph.connect(pkey, key) + + return Result( + mapping={k: v for k, v in mapping.items() if k in connected}, + graph=graph, + criteria=state.criteria, + ) + + +class Resolver(AbstractResolver): + """The thing that performs the actual resolution work.""" + + base_exception = ResolverException + + def resolve(self, requirements, max_rounds=100): + """Take a collection of constraints, spit out the resolution result. + + The return value is a representation to the final resolution result. It + is a tuple subclass with three public members: + + * `mapping`: A dict of resolved candidates. Each key is an identifier + of a requirement (as returned by the provider's `identify` method), + and the value is the resolved candidate. + * `graph`: A `DirectedGraph` instance representing the dependency tree. + The vertices are keys of `mapping`, and each edge represents *why* + a particular package is included. A special vertex `None` is + included to represent parents of user-supplied requirements. + * `criteria`: A dict of "criteria" that hold detailed information on + how edges in the graph are derived. Each key is an identifier of a + requirement, and the value is a `Criterion` instance. + + The following exceptions may be raised if a resolution cannot be found: + + * `ResolutionImpossible`: A resolution cannot be found for the given + combination of requirements. The `causes` attribute of the + exception is a list of (requirement, parent), giving the + requirements that could not be satisfied. + * `ResolutionTooDeep`: The dependency tree is too deeply nested and + the resolver gave up. This is usually caused by a circular + dependency, but you can try to resolve this by increasing the + `max_rounds` argument. + """ + resolution = Resolution(self.provider, self.reporter) + state = resolution.resolve(requirements, max_rounds=max_rounds) + return _build_result(state) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..93d1568 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,165 @@ +import itertools + +from .compat import collections_abc + + +class DirectedGraph(object): + """A graph structure with directed edges.""" + + def __init__(self): + self._vertices = set() + self._forwards = {} # -> Set[] + self._backwards = {} # -> Set[] + + def __iter__(self): + return iter(self._vertices) + + def __len__(self): + return len(self._vertices) + + def __contains__(self, key): + return key in self._vertices + + def copy(self): + """Return a shallow copy of this graph.""" + other = DirectedGraph() + other._vertices = set(self._vertices) + other._forwards = {k: set(v) for k, v in self._forwards.items()} + other._backwards = {k: set(v) for k, v in self._backwards.items()} + return other + + def add(self, key): + """Add a new vertex to the graph.""" + if key in self._vertices: + raise ValueError("vertex exists") + self._vertices.add(key) + self._forwards[key] = set() + self._backwards[key] = set() + + def remove(self, key): + """Remove a vertex from the graph, disconnecting all edges from/to it.""" + self._vertices.remove(key) + for f in self._forwards.pop(key): + self._backwards[f].remove(key) + for t in self._backwards.pop(key): + self._forwards[t].remove(key) + + def connected(self, f, t): + return f in self._backwards[t] and t in self._forwards[f] + + def connect(self, f, t): + """Connect two existing vertices. + + Nothing happens if the vertices are already connected. + """ + if t not in self._vertices: + raise KeyError(t) + self._forwards[f].add(t) + self._backwards[t].add(f) + + def iter_edges(self): + for f, children in self._forwards.items(): + for t in children: + yield f, t + + def iter_children(self, key): + return iter(self._forwards[key]) + + def iter_parents(self, key): + return iter(self._backwards[key]) + + +class IteratorMapping(collections_abc.Mapping): + def __init__(self, mapping, accessor, appends=None): + self._mapping = mapping + self._accessor = accessor + self._appends = appends or {} + + def __repr__(self): + return "IteratorMapping({!r}, {!r}, {!r})".format( + self._mapping, + self._accessor, + self._appends, + ) + + def __bool__(self): + return bool(self._mapping or self._appends) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __contains__(self, key): + return key in self._mapping or key in self._appends + + def __getitem__(self, k): + try: + v = self._mapping[k] + except KeyError: + return iter(self._appends[k]) + return itertools.chain(self._accessor(v), self._appends.get(k, ())) + + def __iter__(self): + more = (k for k in self._appends if k not in self._mapping) + return itertools.chain(self._mapping, more) + + def __len__(self): + more = sum(1 for k in self._appends if k not in self._mapping) + return len(self._mapping) + more + + +class _FactoryIterableView(object): + """Wrap an iterator factory returned by `find_matches()`. + + Calling `iter()` on this class would invoke the underlying iterator + factory, making it a "collection with ordering" that can be iterated + through multiple times, but lacks random access methods presented in + built-in Python sequence types. + """ + + def __init__(self, factory): + self._factory = factory + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self._factory())) + + def __bool__(self): + try: + next(self._factory()) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return self._factory() + + +class _SequenceIterableView(object): + """Wrap an iterable returned by find_matches(). + + This is essentially just a proxy to the underlying sequence that provides + the same interface as `_FactoryIterableView`. + """ + + def __init__(self, sequence): + self._sequence = sequence + + def __repr__(self): + return "{}({})".format(type(self).__name__, self._sequence) + + def __bool__(self): + return bool(self._sequence) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return iter(self._sequence) + + +def build_iter_view(matches): + """Build an iterable view from the value returned by `find_matches()`.""" + if callable(matches): + return _FactoryIterableView(matches) + if not isinstance(matches, collections_abc.Sequence): + matches = list(matches) + return _SequenceIterableView(matches) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""Rich text and beautiful formatting in the terminal.""" + +import os +from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union + +from ._extension import load_ipython_extension # noqa: F401 + +__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] + +if TYPE_CHECKING: + from .console import Console + +# Global console used by alternative print +_console: Optional["Console"] = None + +try: + _IMPORT_CWD = os.path.abspath(os.getcwd()) +except FileNotFoundError: + # Can happen if the cwd has been deleted + _IMPORT_CWD = "" + + +def get_console() -> "Console": + """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, + and hasn't been explicitly given one. + + Returns: + Console: A console instance. + """ + global _console + if _console is None: + from .console import Console + + _console = Console() + + return _console + + +def reconfigure(*args: Any, **kwargs: Any) -> None: + """Reconfigures the global console by replacing it with another. + + Args: + *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. + **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. + """ + from pip._vendor.rich.console import Console + + new_console = Console(*args, **kwargs) + _console = get_console() + _console.__dict__ = new_console.__dict__ + + +def print( + *objects: Any, + sep: str = " ", + end: str = "\n", + file: Optional[IO[str]] = None, + flush: bool = False, +) -> None: + r"""Print object(s) supplied via positional arguments. + This function has an identical signature to the built-in print. + For more advanced features, see the :class:`~rich.console.Console` class. + + Args: + sep (str, optional): Separator between printed objects. Defaults to " ". + end (str, optional): Character to write at end of output. Defaults to "\\n". + file (IO[str], optional): File to write to, or None for stdout. Defaults to None. + flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. + + """ + from .console import Console + + write_console = get_console() if file is None else Console(file=file) + return write_console.print(*objects, sep=sep, end=end) + + +def print_json( + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, +) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (str): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (int, optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + + get_console().print_json( + json, + data=data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + + +def inspect( + obj: Any, + *, + console: Optional["Console"] = None, + title: Optional[str] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = False, + value: bool = True, +) -> None: + """Inspect any Python object. + + * inspect() to see summarized info. + * inspect(, methods=True) to see methods. + * inspect(, help=True) to see full (non-abbreviated) help. + * inspect(, private=True) to see private attributes (single underscore). + * inspect(, dunder=True) to see attributes beginning with double underscore. + * inspect(, all=True) to see all attributes. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value. Defaults to True. + """ + _console = console or get_console() + from pip._vendor.rich._inspect import Inspect + + # Special case for inspect(inspect) + is_inspect = obj is inspect + + _inspect = Inspect( + obj, + title=title, + help=is_inspect or help, + methods=is_inspect or methods, + docs=is_inspect or docs, + private=private, + dunder=dunder, + sort=sort, + all=all, + value=value, + ) + _console.print(_inspect) + + +if __name__ == "__main__": # pragma: no cover + print("Hello, **World**") diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +import colorsys +import io +from time import process_time + +from pip._vendor.rich import box +from pip._vendor.rich.color import Color +from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult +from pip._vendor.rich.markdown import Markdown +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.pretty import Pretty +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style +from pip._vendor.rich.syntax import Syntax +from pip._vendor.rich.table import Table +from pip._vendor.rich.text import Text + + +class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + for y in range(0, 5): + for x in range(options.max_width): + h = x / options.max_width + l = 0.1 + ((y / 5) * 0.7) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) + bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) + color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) + yield Segment("▄", Style(color=color, bgcolor=bgcolor)) + yield Segment.line() + + def __rich_measure__( + self, console: "Console", options: ConsoleOptions + ) -> Measurement: + return Measurement(1, options.max_width) + + +def make_test_card() -> Table: + """Get a renderable that demonstrates a number of features.""" + table = Table.grid(padding=1, pad_edge=True) + table.title = "Rich features" + table.add_column("Feature", no_wrap=True, justify="center", style="bold red") + table.add_column("Demonstration") + + color_table = Table( + box=None, + expand=False, + show_header=False, + show_edge=False, + pad_edge=False, + ) + color_table.add_row( + ( + "✓ [bold green]4-bit color[/]\n" + "✓ [bold blue]8-bit color[/]\n" + "✓ [bold magenta]Truecolor (16.7 million)[/]\n" + "✓ [bold yellow]Dumb terminals[/]\n" + "✓ [bold cyan]Automatic color conversion" + ), + ColorBox(), + ) + + table.add_row("Colors", color_table) + + table.add_row( + "Styles", + "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", + ) + + lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." + lorem_table = Table.grid(padding=1, collapse_padding=True) + lorem_table.pad_edge = False + lorem_table.add_row( + Text(lorem, justify="left", style="green"), + Text(lorem, justify="center", style="yellow"), + Text(lorem, justify="right", style="blue"), + Text(lorem, justify="full", style="red"), + ) + table.add_row( + "Text", + Group( + Text.from_markup( + """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" + ), + lorem_table, + ), + ) + + def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: + table = Table(show_header=False, pad_edge=False, box=None, expand=True) + table.add_column("1", ratio=1) + table.add_column("2", ratio=1) + table.add_row(renderable1, renderable2) + return table + + table.add_row( + "Asian\nlanguage\nsupport", + ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", + ) + + markup_example = ( + "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " + ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " + ) + table.add_row("Markup", markup_example) + + example_table = Table( + show_edge=False, + show_header=True, + expand=False, + row_styles=["none", "dim"], + box=box.SIMPLE, + ) + example_table.add_column("[green]Date", style="green", no_wrap=True) + example_table.add_column("[blue]Title", style="blue") + example_table.add_column( + "[cyan]Production Budget", + style="cyan", + justify="right", + no_wrap=True, + ) + example_table.add_column( + "[magenta]Box Office", + style="magenta", + justify="right", + no_wrap=True, + ) + example_table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$275,000,000", + "$375,126,118", + ) + example_table.add_row( + "May 25, 2018", + "[b]Solo[/]: A Star Wars Story", + "$275,000,000", + "$393,151,347", + ) + example_table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", + ) + example_table.add_row( + "May 19, 1999", + "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", + "$115,000,000", + "$1,027,044,677", + ) + + table.add_row("Tables", example_table) + + code = '''\ +def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value''' + + pretty_data = { + "foo": [ + 3.1427, + ( + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + ), + ], + "atomic": (False, True, None), + } + table.add_row( + "Syntax\nhighlighting\n&\npretty\nprinting", + comparison( + Syntax(code, "python3", line_numbers=True, indent_guides=True), + Pretty(pretty_data, indent_guides=True), + ), + ) + + markdown_example = """\ +# Markdown + +Supports much of the *markdown* __syntax__! + +- Headers +- Basic formatting: **bold**, *italic*, `code` +- Block quotes +- Lists, and more... + """ + table.add_row( + "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) + ) + + table.add_row( + "+more!", + """Progress bars, columns, styled logging handler, tracebacks, etc...""", + ) + return table + + +if __name__ == "__main__": # pragma: no cover + + console = Console( + file=io.StringIO(), + force_terminal=True, + ) + test_card = make_test_card() + + # Print once to warm cache + start = process_time() + console.print(test_card) + pre_cache_taken = round((process_time() - start) * 1000.0, 1) + + console.file = io.StringIO() + + start = process_time() + console.print(test_card) + taken = round((process_time() - start) * 1000.0, 1) + + c = Console(record=True) + c.print(test_card) + + print(f"rendered in {pre_cache_taken}ms (cold cache)") + print(f"rendered in {taken}ms (warm cache)") + + from pip._vendor.rich.panel import Panel + + console = Console() + + sponsor_message = Table.grid(padding=1) + sponsor_message.add_column(style="green", justify="right") + sponsor_message.add_column(no_wrap=True) + + sponsor_message.add_row( + "Textualize", + "[u blue link=https://github.com/textualize]https://github.com/textualize", + ) + sponsor_message.add_row( + "Twitter", + "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", + ) + + intro_message = Text.from_markup( + """\ +We hope you enjoy using Rich! + +Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] + +- Will McGugan""" + ) + + message = Table.grid(padding=2) + message.add_column() + message.add_column(no_wrap=True) + message.add_row(intro_message, sponsor_message) + + console.print( + Panel.fit( + message, + box=box.ROUNDED, + padding=(1, 2), + title="[b red]Thanks for trying out Rich!", + border_style="bright_blue", + ), + justify="center", + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09788aaaf2a1b146ca887be9128c72b46825d144 GIT binary patch literal 7494 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

    0#73|M$li-!2XK_V2fkz-*vK%Biar6% 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�TZbCkxp%qmj~hPPKx01{nP+bv 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9df94f4e50fc5fc4aad0567c81954f9a2b258bae GIT binary patch literal 4767 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 V{1_rifAz|pt9P%iMDd45;(s~p%UJ*b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b29e2465648bb1ba8eaa8348e0c68e864f1cf823 GIT binary patch literal 5249 zcmZXYO>C4^6o$WXr3vC#UC{tyZ(%SFg2iHkRWc3|1`D$7-#;g!*<5 z)Ba&~`#9ny3j^qGe{bO@{TJXG;v);|cmnn7i2n-km3=Et_kIDUvG^nC?gIRcdXGoF zZ?(7$H!*DNXIRD^11ReI1fXu85>R&MShAO>>~_EoQteQ1KjxKTGw$99xL8u}P*85? zX74EX87OOZtOg5bAogVT(BySqqJ0?$D6eLlS?_adfVBd4FhIRSL0NONz1-hm-jIi# z2s>jK;OV#zVSsf>y+c9Som{irm(1Y4y^t37j#q9^8Li7B(tcwj_+lgY34;y@eFOkz zA4Gsi0RBED;L(lXv5f!+_bu3-SP0ZYpcVqP5U7PfE$B`x1Zp8r3jxAUN}v`3wO}!^ z5U7PfEd**IK)9BGKkEHL33M`nPA1UF1f2G8F$mjvTt9OJVR8gvas**=1mVmPz-N~r zC}{#f6QCAuQ44`u2-Je@$z2H4LZB7`wGgOEc z0xbDC2-HHL76P@DZl6)A5}+1#sD(f+1ZqKdau)&|#w`SDAwVP@YGH?3u$Wi~)Iy*Z z0<{nzTuY!9)QN>aEd**IPz!-t2oR>_z4RH2AXp*@mIzQKGlC^{s0H)S(flej} zXO1&a*(C_DJ+Tm|g+MI?Y9UYyfm+a=SP0ZYpcVpzpOio?1Zv?+7@j3wjzBF0Y9UYy z0m8Keoc5ql0-a2tlL>S(0jJ^jKKmuK+rH&^*Mec-R@8Wdfni_}^&t-f_o9B%!vLPV z{IG|e8SkXTu#ORcr#uXdqkh`Mz{{wIJq(;heZ<4S9O|QG>_pYDu%)+9(}6JXHo&Nd zo#-CaWmw0j0MB?B_!9Lo4+CGL#``i1n{g-VGOS|_V9dih@NQBJ>-ZhuSq}q$p+4a; zUf;65ZJ~IRDz6z`?>#*>KJxtOiK&yr&y7w_j;{AjOb(Ba48J&1lK#=LW5*|_j*Lw@ zTFtK8-t5My#?o}&SYBRkEX|&4&F3qv*^AA*vDCb@)R>z++gMm>U6{XgU}*pT#^P+N zxo=_m+^f^)n~RNw*@ecGwav`ujePdpg~n7k)Z);>%8l+r7w2bQn`<7^T1egIDNW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..827a8c90d8590d7b9d4d11b89cddd96e4b207192 GIT binary patch literal 794 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9db78a37bba3eed4002eae3654cd72fe6008df50 GIT binary patch literal 13682 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..007fdbdd15113c0b28c0887d4560d378aa549cce GIT binary patch literal 1128 zcmZ`&y>HV%6u&!v#7&xh00Yg!jd&n##adMYDrKOmfK~{3v0VGoSon*xlai=IkTO)L z64~03sR;F-DH22RREen)L#i-!fp<>Qs-nF3e)rDr`TgGS+4)i~7ZKR=AHTLOjL=VU zn3y_thMV9VAQ!pVM*%i*Kum%WL5#TM2%b8IH8N8osD@mrhg_LqCM`??=tzP*SmQj| zRW^{Wo{OVSGI`BQ(yXxAj@fIQXL!>YC+3?xJ`7jDIY11V*hMCBu_-axB}}Okpp=gw zdOS`=$W);P#U-v%mtD0dn}wXRkSQCf?Y!+gctVrF_I;W(ynse6#_3km^HVRRJ~UI! zRL;^S51lJVL&5fO%9i!zrX~f&97cg$LSlBXrZ_9|=X(I|BSC^KI#7o(u7)sgOEHPp)HY`YU zBW`fdX&BasCT?dE@OGwhc~x+yfG8;gbkRUXbNBjB_uuc$4&esMWT+XeJ3`OIgsxoM zA~-_Z=Sk$ozKd_Zatt%bl`p?&CJkzbRFtMs2veYGgN>#@AKGyYO;Z?e-Y*TKfQ624 z!;G0;U5D|gqZFO+X<+1Y0EuXjQZ7_vats8W;z*zHXGBH?po`A5=})DPrT*$SZQ;AN za5B00EQEC}(=02r17=xS(XxWbZTiBWwybwe+aE^?mgPnc+}2_q#f+zIuE5h=(D1tg zN&-a1ydho?o&fPrNo;`b)$df+Ph|Z}DGvxy?)P5~5Ny|QAt809_a+YxG@?`v=S8q` znC9DmVZ<&t*L5XR({}8I+g!XhE(^#T&ilIA>!r3lQoX{(z{EG0Yyk`;jPWU=C%0W^ ka;aO}d-h?ix7Ni2wTLSN^e^nK_UHF&7b5cemT=zjUu3BWHvj+t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..773b70181e3d55bc09a660648bd2c2161af6fff7 GIT binary patch literal 981 zcmZ`%&1(}u6rY)$Y?`I1RIvDkEa<@nn>DRRsi(GRAqN$eT*4+ZNw;oxm)S{bLJB#E zw9rF6wNM1TRHXk*gdXZbLGV(+L!@}=$+w$L+9JMr^XARGH}B&&^EsQ<5YW=MU$svd zp&!v^Na;j5DTA_&7%C!$8F6qO7cq`>#UVukD|M7QEmDj)SxF7AGs0A^vNWe`?Aq`U zRVmB7P3^&ce{@z%GvygFwDz?2+^%z>S3FnpH&U-#u2tjWp69(sgUT)NK zn)WjaVBnBSxKscov&da8Ea?fMfGJD|jq(bw$WRqrHiT;^g+ieMZH`C+EX4Y#{^IC*vF!TVd?Cr321{<5d#fp^-2bs)denFBi0 z8}bRnM#fl}E|r*9DU}95XvyD#4nkG7e1K0xEr%0{A^CHm5=apj`UQzg;2^RfPRAbB zJ=SpeoS1@b^mM^Gh`xd`?h^&mK8l2f@Kg_7InUqGWN*la=w|OC_fA0PK}a|d@G#b;;Yw}Qxx3;wY!uJkW!R{Q?| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7eeaf8ffdc08eef557d26c754052019c0c6ada6a GIT binary patch literal 30169 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af3a61f392634b0c1b69bd88c795ee4581a5cbfc GIT binary patch literal 4019 zcmcInPfQ!x8K3cgFb1>CBu>M^5Fo*@u>%OTH3Z@Xv+)M(gg-^{CLI~i0B&rL^Ja`g zWVb!^kOK#j!;-FAl?&OdvN^6qrLMHc?QLvL6?delQLCzo)B~$Xl{Tk-GoG;rL)!Gv z(eu3Teee5z-=Fv1e9xb|T+J9f*Z%y^^}hi1H)WtdHjQ|_3dAnPU<{tZ(s&F{n_{N4 zIc82+!e8!T;QS=qkGuBX|IAlp`RYilf$ zEnqb*+Yl?{P$rTv)x5>9CZNsmd%Xln*~JRj47Ovw)q4|oMN`pSv=l77zhFkE3;3Qv ztxgt91@mJ-d|E@rvF&ppjn`%BRKfHZ_)lwdAp4_&rD!c!!LI4n-;1__jlt{bEZPfp z!BW@%nc}PZ+*a+On}QO7_6X{dR|iHdp+%R#FeANYu3IYDjz*zoz)@@}HbX4-x_+G! z+UsxHIj|7Al?jzyhsh^rQb7T2k_WstEP!}@IlRxJw}R^Pisz~BsiGy})% zlp5?f_4qYAB-k-zTA#(R$3Q-<4Pnjy)qv#ECk@fJ>O5oLh_r)mcQ#

    GB3Fx6U*6 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..beb784f419ab53660dc425676c1c0f67aea60964 GIT binary patch literal 1925 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 G?Ee5wRXukA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8bee9a60116874f7cead228d598caebe2f1365d GIT binary patch literal 10450 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 CCpp6a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5262a121c0246bdf748f19868eca172dcd5eb4f3 GIT binary patch literal 12989 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd6be2aa2b97e80b6b38bae9876797072c5c7929 GIT binary patch literal 6439 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 =gB;iwxldlliI&P6&@!@ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e7ed5b8e1cb0ad8d32be5044f9969e44837e097 GIT binary patch literal 1873 zcmah}&2Jk;6rcU_SK=4~s329B+!H?bR&g`bUP#LD0jCB)5O)3xx1QzN+GRjQs#T;^l1h)w9juxy|}aG;6c zK;?l!gc4SxZb9m;j}WJx(|PhXzyaDpUqNqI+Ld<|OWKhv`GLA43sg8hV`d=Kvb06G0d8udz4pDfiZzx7w*(bE=if!FPW? zl!q*o9Ami?7=+F+$dmdH1|LA_?#KcaK;>Z+7*y*nKhBUnVC~NBk8#nX6_aHX2~G)b zcf@J=Gd%-0`i#!tk6cVk8{zN_CfQOJudk1R>7CrfL}qd-GdVq-9$R0}_J-C~?md+< zr&5~o>}d+1cLMZP=t0GlHeTQgEU)vxE>|OGxf*X4TB&jPI9FUA-U=nh*f@O+hMwVy zpSa-a8YpM04QfrQ4nfcr;p!zdi7|wmAc-FT^B4br;|a< zFkE>43?oPwM#Zyg4%deb|Y^gVomnW7EG~e4j_(=)=H}0jpqDWVD=Cg9zKM+HQ&R+7(=c35$!= vBjGeQ8?ycZy#jIkmGwUZ=qQpTwb7N<%f3!zOoC<4Lv!XCxBmSSm)P4sMGoO^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdd9896b4c734ba2412f2860de1c66ce879573e7 GIT binary patch literal 10644 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

      BKk0ok>d0WF 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b51c66a09eea1dcafd3a3a0b911ef815c270ca84 GIT binary patch literal 2465 zcmah~O>7%Q6rTO{`X@h4TN{!THnfL2fZeF5LZL#cN@yTTS~UU03Td_ROq>n-V`kS$ zQ`{;@70RIpgev74Ayitmha!R0Lk~T3a;iu*D<}EU}S|LFu(k~LPYWbxomPjUA%I;?{*gynn97YQ>aOgupl11rL z!*nkH84p!|k*F&s_7_!mK{ZqwN3QxV=w)-6II2^%=LuzBlokzYlmHX2kV>i0&d{7EhU&Ix0iQVt&o(ZZcGYf$37>RCk!N8> zyB5^<$bta~du;CQ6VcjFE&z5xYA-O#k};6N{Q{X1ze=5%Qk)}TTdQvM@GQ^h}?;SuskV8)f1ZD`usr!)Mr~MQWB7i={S|h01E6 z=(_2czOG*$hAyZ+PakOvWN#GfnUT(SXZYyj;S-OBPyBrF-rP^x z!`$|ni(6x}+hem^!*koibL-QM+$$SbzrDJNzjyCl*~(39=O*fz7rrzH8&gJ37yAt9 zur#j1pqu%x27%+47cj@Ilh&O7G>|Nu)xzJ`ziWnOLw=mj3 zC=)*BK;DH3#Og21qNw%`FqIYHf7uyD z`6Rmo9K$BM9;9^Lc5&5Was!SXMaT`Unvs|S; zZNctK??(`8@zdlbNogV`dULZA#EL(F;U$8g`JGd`}?zs}<8Jho`3^Oa_Ui z=>MIvOD#yW2oCe8gOKnZWFUlGM7WGHH7pT^)l=nk1o^wP04gg2?>i7pf#bLa8m&L? u-9aPu?ze%|diT2{^fwX5o#z_jO#T1fraZ&}7W>6FnZMcWKhH6RXZROk3rm9l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d34f202323b508807c94db0e333404ccbbf702b GIT binary patch literal 10806 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 E3z6kKnE(I) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44970e3043182eeb9baa1b1811e8acd79c1b794a GIT binary patch literal 11897 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 AqW}N^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8da3bdf1c1d57a5715e11e34406a3bd90349ec75 GIT binary patch literal 12497 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f836f1b22d12006933e1b18f1721686c4d1a72f GIT binary patch literal 4798 zcmaJETWlN0agTQ-j}%4fVLeFM@>xgv%pOUR za?-uMx!K*>ncdl$*}31gw+9K7tAF{&;-3SA{0$rR;;$i3Ui1)hhv-BX45H%KV+dJ~ z>dA_#n3YsXAiAhahBxa|eH`~1{;aIZ9QPT4Y)}ny+;6mHLu!cQveBMxSK9?b$#S?Z zQV-nlBF_9EB?wX?YD6G8A8&QIE$U%Gkk@8(X1mm`Y`5B-J)|B2J`p_>turEOkB3|$ zdiyP+hiUIUk&v(8b&J}^$09J+L460t`e{_}ya79gReTO|>wE4pV%Y(80M<_QZsRb@ z7Kn$?F8$EgJ@*9Q53gI)PUs)ddvD?R5qLw(gY~g{fP7VNkk)w@N$V(Z?z;yo`HHUw zC#gqi=Z?~t-h|Mjt-Sc!j)886>O`&Mx_Cpv5jFxGhwC)W-{!fxxUbn(KA;a_uJOkE zA0dlmTy)y!-+O0TyKs5>!qqFuOOE{Zij~RdQikKbo&)3&YAY@{p_$c{4U4jCne|K# z+WtAZn58)jQ16_zVNgV-uf08U<$>UYHJZ&YXEa7vj8vM&J&*8AAIUB&|63VglrliL z|3W@z<_+qEYlth|bV9Qrtfu2@t(k_fxMfQy=wG|AJ@VaP$C`X`rbc)O`!G z-ge8Y25Flff>}Z8U68JLS zj9RNKm*(yR9awzuBBv++25^TIg(A@ab4$?!t-3vtq6n>qLkEb3b8Dq2>}v<88WM8K zFtK=`b_qvdfdaAG>+=YlL{a#{^QEWNIX@L{l6CPta#JXZpPVR?bz!-|vq+Zf0iNuj z2R&DcqAs?Ep8`lsd-m6bp1{39D*SUwF*CVEgVtODwVXj6gL)CuJxT}XkGn~IfJ zl5mhs3zbjU`M`6H>MfOGwz0t{O;83m8sOT0cD{9A1-=7Bnb+_wGx$BG_I#U&a>gm&`du?5I+h8Tsu{m>lW_#rBOW(#$ zJdB;Vf9adq-PqZ3?CfsnEDmkLQx!?*C{UXiIqq~FC%-!~MgMxKOJpgG&pA|IWIBzh-0E6uYsyqTI|_OG+A4OU;#hP6sPgR&$wjUZ+aK3eBd| zf8Go+`q#}6?AT(+gR|u!)CBH2HBTxuv6xVXE>pwEE0bn6W6+JsV?+A}KFcG+0mA}z zlgbZpb(t!)yUcXufy=8|VjaD=}@DT#F`Zv2Gat8jC`^YZtZVYd~V+?NuWG zIYc@JxAon~a5*w;%fmd*r<=6Be-iyL0dhSEV9S8H;^EN5Hy8gfvpe)gdFYMZ@SElEo3`9ixjx|*9RUu>xX)b>%(7-q?0G_QnnZ zpXi+uDt$^-Gstq-U>1;NY$!QuU>KF3HYBpzr3*zz4Llnug`LC43CO&5hV;rBkCxj+^H`3w0{at;1=r;g!9;#t{WOTT<3 zOcp$lA@E~_IOs{d%tKFe7@tf`+jqAF{kQ8kh{sMR;1&@Tg#Z47Lynl@{6aJ9kwqMAz2zDKT)IL#5?Gvs{ z4X!MjLprm`#~J~P;m)1F^m>}|49Wck;AW2==kzyo!~l?R_h+)H9~*XmsC;IgSyXqV z8x#}(ag!T?<6VI}({e*O?weE?&ve><~_E0=xi$^Nb zp#5CklTO>M6#{_N30^0>QIXEuKVC6V^lkmT92qTzsy;zDhI0;r&CFx${eFK)o)FMU ze;97Q^_Y)*-#l&zL<(&d9*R+0j8>#@X$GG?>1DgMR$7}dx)<)*T-=_w!$Z5_p>lYr zbcy#=xHH`M!Be=u`gP$!@$2I5*tzo9Iq<4o`FdHtUg?QKIEnZk69C^MC|!b>=?(qj z+NamHMt7xHS&G?Gtl|%r%*~10XFvJ)*2h~PJ@oh6{{D&_`BsiTl%w0jcgJ>4-951@ ZzgU)EwClBcl)z*$T0KnUDA04a{2$?>e%k;5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8599c8df9a59146cd7fa5d1d2b69be679a8987ae GIT binary patch literal 2329 zcmb7Ezi-n(7(F{K&CgQG&y=<@&_XLgtcnSQkPxaEfFO~ri{;oyYjA9Hc9N!IK!}Ac z8~gijnU6x-A(!2r08-H}D(H&)PxJG<~Z> zP4l2^nw`MudKgzt^JUla5@yykoxnED&*TWN|NYeHSaw{H;<8u1nxI~zb8cn8QYTRb zg{{`WkF7nqX^Ub;?^}`Hwj6JuKMPpLieu_b@i-5U0C>-MTpejimmVR^>9P9QjUw0I z5ytlCnt>j5?Ok02Zi*))CCzvBIsGj(gZL@Wbbi*_+G1G5=5jM1Du^? z^2$g{x-N&ePGTGFLI2y^-?J#u^FQYK9Dn0XdI z33?pp;B?20LeCmZ3E(0O0+unT0>shAR8A|EW^m7oTQ;NA-(TiKJrZM`*Gwv6#^}qg z%ch>vCA=MQiC>vhdTpd7T{?uYxlukSZSC1KM75R`Qq&`H;Kd0OX)Mx2?1lJV@uL6B z*ze*US=#Ti6}~V^Z1j%fVL?%pLsd~W4oMb%2g=S@L>tcRVWjRE3ZPChT(N6 duR@tnTsb*PRVY(YTF07ckZZ1E%`_!8{SOSH;SvA< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db149a084e9763570d95ed660abebb6122f0779e GIT binary patch literal 3777 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 S%p`Kx-XsG9Z*HR-wEqL6+nM|T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6afd3f8d29fc5441f6ee9f5c044228c6223d9915 GIT binary patch literal 6681 zcmcf_U2hx5agRKb$L|kO-yc59vLm|su+un5oHVU!ONnDxF=_=!Xr#o6w~|gK@7TSQ zWho3Gv<9jGdeB1)8%c@?eQ+FDKcFuGiY9$04Fb6y&_Y0;T=ap4UBJjoJ99@;q)a<$ zlJ-7kXJ=<;=XPgjX77`5I6&Y!|CfI*e%3+A-?37^gc|Zda1(Na$VBFHB+sR}yesYE zu)(mtTOWj-h5{b|3Advbw%FdfW?(jktx$g4#5UMI5emWz-( z@H$sIOe3;z#jbC2>^#W!=c4JTUB=Qe7opMRc%54g>;`Xf&>!Af{{&6!fc}qPa!3x# zk=^Jm_=Y?1Iu}Qt$RCsAa)Ku14mr8odCLpE;BD&FS+6yhx1e&TK}dIj-d(xwd{4Ru zznS(NXzxXu+`Zd#;4Aw4gmx|W*9FPF&Wx}=8e1NyQ+EdISaW$`gdz1uFvg)4X??A8 zeu|_;DtzCe`eN9$_TTaSe%F90Lkv$Z!1$S>lk}Oc4?1wi1ZxG%PykRO(KMgE$ zG_c^>=iSHT2yjJZ&q7j;UH7DeG}JnxpTL-L8u%ZKNnp&xb^g=R_bN!ZpPf_0u+nwPjsX z#Zld0sna%-NY$(+Q(2THLz-x?DIi@n#8G=)FVAW!9TP$DmPFuyh-o}~-YN)EIF^0WJ6EY&ST9G%y+T#M9c)&8^wi=r;J z%9&#;bYGNyMJZ&i&^5h{s7uf$+HI<4pq`RAFX>8FG}a2VRp^YA)0?DHRbOE=Bk5U1 zX(M=A&q@U3fRn5DYx=;p|Z1r;%I&Ew=C9_n60@4 z(O8lUF{`OpDTDQP1lNe55iYxx=l*tIK6&DtqS&4(cldz?J@8-N?cXrusy6uH*m@Ls?`&e~NB6kSEW z=qY-OzM@d{?{c>w!MRgUa>#pJ(aj=;r_N7EtJ6`#hVMyj?*(0?7(6(Bk!1LK57|{D z%Z*y5F^WuD=-viD0jK7k{nW=W>#+o!QQW312~~zU2*Z%Tx)JmMm`nK>el5d6SP(%7 zfW;dSZY-awWmcI~umlZ^ZvhNF6|#7p<`!5CS#c1SK!8cq69=()bc9y0vDDzsa1^xB z`t{Yt$*U5ZTwPtAyb2bju{A@ zCkskpG6QU~#wHnf?Mbw+i2?-GOa}L2CbJ&4U3a~T->v@&zy|qO4~cbd&%OWd*1Mbh zU!zGg6f-+|&CVgS_o&&QGP@3$$$o&-=xEa@RAJu4hVJ z&wMsnK7GD&`ut|lOdi@kzr&Z4M=QyroBWpF91yXn2)*XuVF&9g3HUq!H3&NlpuM^N z16pptV(&ot_*EoNHC^s&OgH!)Og99k8!8^ir;C9W(+#vWU3amW-Z0%_08E#cieQM- zcKFmq$?;O!{4&iN;sVq1qQvGEgGu0QoY>m%cdZc_tqK{$QOK?!piZe`O^WSI^U_+A z&#d`Lw2_856!8Cu*EmjNTeOKT|7FZZaZisc_4IN-yf~@OssbSw;sQn;$XqZ;Ix_|t zh8=$-wH9e~$`mQ5tW&ww*SE$E)TH6h+kDu!&md58b9iVY{JUfkD84n`v>D)AXA&sA z5xv?7p8B@g1PXro%6}gj1&;E4WECi<5wP1#!=-PUSu{56&+M4rl$7HTxTPVRrmK%T z5@U&qiwcB|14%l=WAxl?%4hj98I`VPG6zBQ-#8wIF+@Rd z(hUhxPbZcRgD^b|02Oas>4N_?K5TZ zL`6KY8UFqv+TiHT%eRx|!HLS?#Adi6^qEIfc3BaI&11)F=n*qIP!a|h9+9(6DHa^= zYv~uJ4H(asp>!_r`rK@av!@jb5vV${i_WJ*5XYe26vUmXjC`2YZ4fisv9(qbdhB6S z0*eB5Zf0g~ZgwUW!z@6R@-&mN0+~!+lUH(xhccO8tVp?93oNy)Wr6I5qZq^7&T_-a z%;GWIXPCb+j8hErFE)bB!E8>_bxf=^nH@(m>cYkVd`fIZZ1q_LsR&T0j?sFfaaUbo zk5DBDMo8+o**9eN9Wn=p%|k~JfA)E(Ry+GV!&L%cFA}eMu;L~0u5J0|nVpVpwGum8 z^&wFp$)2hou>fL0#6qOIzZym?LV5?QQN&`{8b>Ta5`8yEch2mbx_xBlbfs^i5}&Mg zU`rBt>~XtDAX4o{8fwr4ULf8$jQK>R$325p0>D-pD~~CSL`P}F9HkL+lt#=^8Zk#{ z#MEsoNNfzq*RH)5!P4eq-^-|LsFE+qV%<2=1LN2&yhCjw^)apBN_@{*!vGPCRP zi%mZS>|;OtnF-2N&oae6y<2=iGL|g<;?&%0>jQ}632Z^h!BHO~>bMV+&W^D6hP_MB${h!3ZwK^g`-ci=GmHbx5+t@*keE(k z$F1pB1hTi4Jp3HFh%{z-?KWnGBw5Y?tKG()#hwAX35mMJ+pq@?028$Xzyvyn2{ z6|#7G4H8oOAan{O?r;6CgqIy}^9p+l8qlTbAHf;8>gG7kB!i`Pk4a9JzV6v0U8UB? zBrlfQJyq{J90xYu9^SX<51U(m;wF4(bN#Nnx9slS<2yFqz}w^_8?WQN7arMss}de5 zojh9#PnW~fmGJb&jL8SSO^xP-B$NLaL)dm6L3D)^SrjRgW zJ!Uv&hR4iUyc)JU_^< zZZF=so!pjxqwFNh@nendt@!KhL;ONJ*AIz2q#wr72+kRNJ@VMP%gZs$z5WzmJ z9rozaqxR&zV6sYFp3Z$>3Y}jH{da}_(!kl<@~#2}Jb!r8Da*oiMVKxL)20yHbZ-gU ziT6WWq0OcnhI&->fJiI_;tBow!Y?mukHEclJGt9mN}MVuPE``8{+QgjQ08YU{7k9- zRL^mQ?<=``^_Rg)|McARXS>Pg$2-pk-JkzB1o#(0{%q9uMbwRWf7&-6`ox#$t5X?k|^uP_0LBBQR&#E9VbyL%R&T8w)`W-u#}``6KrViN}|j^ z&#okkUA8(H2ptHGiX^bwCMZ(`iGl>EP~?!Kd+U)j2v}XffPf;006j2O3K%~1y;)Ks zDLY7lbU1wTKRa*c&G+7$PZ}HD1j5CC{(I_+215RYg-URgGn@Z`%pIZ-g^Q6m7vkc4 zh>zPswzv=y;`Wd|?g%+JqH@#$efXF&E`~&oC^kiix#I4So8|2>PrM=2!19h*W4tNU z^q4Wuke4Uth$7x1itA&Zkk8<6g-|nVaYKuzuBAn3PzAN2tJ0MyjcV(ppfueQLcSes zUbR(eRGKFpN(;2NDXl86_~38VwL#r3rFoqAcYTfX`5k8C#MR5g@|lt0GZ)W~oilBN zi3L*_ibix(Jg=)Xd@ZJ$!lkGN<#F}KteS|Ze$H$;lT2vIn0iG`C|0MhIh>C(JyWVK zN32#TI>*(ixSG%*+dedWcJSp(6Y|9HmC^HKgO}uqk>Szd^gI12s!E!^5K~Wg&re5n z^_Z3lN7O#3K9!tP>0~T9f9z&ocverIibWIZv1v6rHLdq0k~AKUotjK0^kb9Zcr>=q zH>xIL$)i0(>P+~RS!q0+(4^61BH44)T2WX#+H)p3OQR~4#?<+qqj6|tAL}0YbtI{% znf@Srb-*3j+HJ@%DS~u!6388*k`Skm5U+3{o5HJtVuQb+*kR8du)lW2sXA1l>b%6d zvP*R;f-1tP3X}YHze!PX!+4ishx756Ef;1}3vdG4Tb%X}O4@WZF6l{Wp29v!(|SCH zrE*s(k<`^|$>jBbDPWT+=;}?~bWl~FrHQeKt%@rYJuGi_Go}pAAo5nT!9xiTlm&&r zg19k1Pn)4kTY&g&rl6^@$?X~qCzB-U(Rgq!OoQ|D^T9cgq9k3=qj8l6=hVbpFc!TQ z1g55wiIag7CxRNDH5~Qz@RX_rQ_)mVhHgrd25B@h9h|W?Adp%xMOls}qPi@nckkGi zK&5RLtUzl6vPjn3IpCCK1`>yn!Q0*Jn-LK z1M(*KCVz(*WCrq9fc*B}aPRXO;WkI5EH}w1{4LQCa$DEBG6K_&;s4oI#ZX-t=HOut z9_Fz9_&E##PD&X2lux_ydr~2LBGf)HqH)C3GKj{Zugdz;TniZgO+96Dl;E366e|;t4!*_bYJl zkz_nIknVlVX;C#rQ9{*TY4U_YGO`53j6*b1iE( zzC5>PtQpIL%QrAxGiV3&{=uwq)vPhb%G^;2rlU_G!Mj26hSsu34?xwA=1qdZn|>gS zw~@RLV}-Z7&V27Vh{&Cl1Iifm+t|%xH_o)f&53J%J4JD4hrpIecSF$>l&~Jw?2wh- zcteudshBNt{l2FUe2>Fn%%^a%u-cM?>_6~+bWQmpn)kj4F)OTlT1$j;4Rh<2Q-ZU~ z>7S(klK#;6$bdq@H&pZuWrxZ=&qL2L&%kzd&yj*}r05%go?c(pWAW_9o1X~BRarLO zvK&t;vmi0D*&xd|X2Y>^i&K`BWCW^hnoemuZi$El<&xq)&?87tsMxe@N2nKzNLt~q zy$NJ->$fhP%nK(=0&nkH87~n?R&6X<6IfDDMA6>1-myPtdpA?EVLsUVrS0=_e&iyn z+i*2zBg-eV(@XnGcIZTxsG(@++S(dbQpj~53O1(i%VAzcAjmgttw$J%)Kx++EWa;+3i z>{Le9#xqHE!P4u*mE!i-z%SZn41O;ITv_m|R{>WokY)rO;kq221il6_gqf{=wHDUL zF!yI$^JnZjF0wM8y{^>(UqFf45sdntPQz(96jTpljd~Ds$ls1o%he9`Al9gdA3291 zGW9_Bz}J5;Ue>6BZM>xWVY0`;<1^Jl6xe}2k3;?EU@CeL$xn&s^zcu&!d_flPi2LE zCq+3mg&5k$U}m8)Y&w%EJqiY}*$hl$jjUNVux2(@YOc*rPO6mt97g+Hj|FjO*@ia7 z%IIxdi=y_>P)r%XgX*=m1DwDvNKodq8$hZxz=gbU zVWYWq@q9_}0-`rPRkA_4(bBbY;N86?JLEwhw(e#nCzeFwYcIJl=O*r^Ev)xo4S52w zu%0dC6t0GW;T9M{4T1#%*XAv#1xJ45UtI#H&~{76a8m@VH-6hj&DeC@hjIYG zbXM|&%xtw7q!#Li$m_p+4ZfVQXB-&-Gs-Qwcmmd7JEhIGUzhowr8u#Dc~m5YM>|d z1BL#*`q>pnZ9iC~Gu<$(MZzh|M+`jT4yWyh!|~LqM_hkeI2_X{SnB3 z<@R%oH4O!@Y&SYoHceWpKvxBhwgKGg(GO#^=YcGe4X^KQ<1J(5Os>PijQidb_q-?8 z4y?@;yaPq=zsvBnD_)CpeGL~fe2ta!l@LXFl~eaMH31D zH5yOFqLT||6TVfTUnH~F2gLEjbyJv0MiZv*!poPh!b^obGBJ8dKKs&@(ZLDRF^NwO zy5B?DWj%w_xh83tJ#lEJ*ZP)RsWI*Pv+#dIYo8^q%ecMtR9EC=hpyOih zxsUqt9Ty?qZL?CK%fh--65?Qf*4sV_t@@F($zWuDw_p zn+p&ao&n*BFe7jTa7Zw0wJ3p)faBx<(a{Adhl8MrIC7P>%#)k8t7M+@3+bO(Z#z=u zN>x4O1SqnAS5t{>HRVYs#-YKU*0ocn%dkhu~bg zj;ubr)>i0xzS#AAUT81zPJ83JIFPT68+gR|&Lai!>7w{_z7ik8v6hI<-dIH(1pFl- zE0mm2|M1~M4H^Hi0fauQvj%TLCR}?7oRRR(s^Nc6Nq`Bdk)D z20nstA926q07JQS=Vh9_xgf!R%rasiY6%{b0me(MBmGG1xBT(}`UVU`-J$&!XvxNL+&US~|B$$01DxTwQ|m%s zzBX=ah*JquZ>Th51jiBAy0fIx0gfvYzO%U>%QG?IM{|=c9L(f?%VB# zKs(pGa&y&L+<&}8Aio9(4M{zD#=|u(Pp`}u+j~j`@~aw4)^wKClRY->$g&Tv2X`a~ RFAq7tl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffff97fbbe87e5b77b778662e00090f44be6ff5b GIT binary patch literal 23311 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 XId*FQ`D3OrY!@IJ9BAH2I_3D2 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4dbe5c6043a8c48f797aabb80801bcdd7ff4e0bb GIT binary patch literal 10438 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4ad7e63a1a4e14322df1f0be04f0d569449b9f7 GIT binary patch literal 7271 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 MaD?jz0(4vc4LUkI4KjM zFRMRk&&aZ(kY^xIR&cd2_#RaYYOFn;nvMtEIT3NU8U-v`sL_G~;;>Ogm9u7a2FDLz zuuT}LD3nxGs#G+lQL#a6(kx-$1zVAdpdDyM>Ttn+0+wt-)%5j?CzO;OnK3khnr@>0?cO?45C=tr|vdXSz+G+x=R0 z=WwJE^XA%fsdFw(T%h$n7U5yAUBM#YkWMvb0EhH79atmh6z3+)Q`CTpr{e6BhKN{@ zaB1SHV8V_TSWDYKI$lt(@d&D8$SQMu6*>%(1&B>YF05SdiL02%Zldm8fK~E$ zeq?9jAb;;LfA7!yt{4w?s%-+@ zZqmtd516VkibRJFi4NWWLc(x#i1#sYz0h&qBTL}*91Pr-%!!zYoT|(5Jx#$oBWgbT z0mi0?8a@-Vg~3>J=c*j5m0VLZYSg`OK8aLbO&OKU2oizY0P>+kTYL;fpP(e8Yo}4cY5k0rQ@>UyZY9lRuvf2N&bi3LAy&Jr>KL4}#i?=${N?+R?-5A}W>!Szh z@x$~u)^Acm%gS#KYz%CLTj9ab{llUA2iC-)HPN&tAm)yaR6N2hC*6JL7Oondo}OMM e?vZ7Qej5T2$l5SnkOyr8$);{v%XkJb9ouAPNC4Rq zT2+b@Rb3-xH|}mK@zKo^C0$WzKhnSKe)ZF?{NWufQndTCS?z~WQmN`s_nbR6Fp#XY z*LTjGd+xcfGv{^vN4MKSpq%^Le*!%xnxhgE>uTxw_G1@2sOmLAuny$$i8@EsFC8e z@{YJa!$;^8nWbzOmqrjSu5&8t{ zpCKv8=$v{@(co>Dm6>of5}lNStZo~TuFXh^sHF3wGt;u9yGP%DcOcwCFBxDhp5Gz_FPU0m2f8%V^ z`lts&va9*cqf8;QqQgps-Rv0h9c-JSKSwbO~ z=pG@#THX3?1Wutz^KB;s(*_zyjt3&wBQY6|6^PfxwR=-Pa>Z_l+Ajy06EgT2h(QVsT07 zzAh!McgwM{?&&#gGMVV>>gnlLW14huIuiXjG9jtm)3NF9FtCY9rCW(bC%Y@#@0y;| zZQ*b%5!1rqc~9khT~!KQ8?1>ekkXFU4EL!k1Hb3EXI)6l#K$B>7ZgdGQ4*%JqQTL# z?gQj5(bm5-x5BV8LK=A;3(4yGkrPLXCJ>rc3Dl$+S0N0)2@Pwqn5#zA! zhK+5n6LGYPl3pOIwL5d8_pUC#R&4Fb*Y@UZy^0Sy6eob_`d*-c2c^3n1uD1+23!NU zi8Q(iMr6@Vq%9QZ&`qS#Wia3#z*VF!^awx;+cJkqwJZ3vm91oIBGO->?ZHTS`J zSg{761s-M!b%Bemmb5VB)6o3N;KW9bBBQV$8-HGY4>4p6*?>0bV`5VL)K?cs8@q8x*t}6?7Yo-gYQ& zt}ml>YhLWoeVg1h49nHDJ_l_5KbQX7X=Dj^eEj2cmTK1G{ZFP<{ z0^kLL4F7#SX?<-;{8BEo^c7qB%7nMqP;l#fW*~b6CjIq=+ZR?n4cUQ3#~sJ2$D6&h z=)B`B0m5akEL~c_1pFClOFS~G#^xpEFi6Pc@6c|k=lBkgo7_$Qrf}1G(}rIDD$sA+Zd-5j z8uV4mZEmw4oI<0Z<+dO)S~Va7MYL%6?J8xQ%WxS!BV?=@+c*z_&y}`ln`~Y~JE;_{ zwu+g3uGwzQt(4^vXSU-sn_|Ik`T2jp4K^8w7$z7%HH1br25OTLEf7ztS|BPXA!yA7 z;t>tf1QmEDVi0zWVOBb#QvNTbn~$ziHvfgyA%7_aFjRb!8_#6)#-)x9YJkespu zfGIlgK)~4Z{7(RW!`}sef6I{~W(nfgPBUpsn!V*pG4sGFGV|!4IobyAmga9cQhtH0E`GG66}I|_zsodtE(`EfZJ(R4N*OF+CsWmgVDXV7jq zesn>~5OUjr0}?pUZRIo)2N1lCU=YC>04nAmDCM`X7!u~G6zAP0p&mfyMF2lwSs-OE z*|oP|+X-%GJS%}?&G03!|IYcM_dv#8=A8DLKSav}USCP{^?!lyn~Bf=1^-2KY44W@ z3T@rRw(f%eP|<%V|FbiB?@+-zRP+vI?4??N-sYzg8;0Bv?UKg1pc^ySL?kYS!@46J zjwi(#8F5!Qd~GHoS9+}Bu$YWOv_tz<(6uV(5MY!u5>1r3as&bDz49)C;|OS$h$c_- z4+_xPs(%Hru>LD?oq4Xa%rSghZg!bpj;{1QW|!l|&f~>hZGpNV94x$U8LIQZXWqNE31J z$Vw})M&Vg6)lBwz7mzkz>Lhxp6Ir}~Z6v1Sg2>Tp9A=4vZtKVF@KkaZQoG9H)}*nj z;h524ss)vM4?NE;;IYmThF-3ws=b@88{mr3?XnuGLZyJyWz8WEQtH2_xy?K&%hdXM zX4eY5D``H(Z|0Z>9Z3r*4w7dUoiS}&HQZ&TOs%h<5>jw;H7Cn7gxJ#dwBvt_fv}A8 ziabIZ5MDNmGwn*dHzx&C)z3mwHqi(v_R8B~yv=(_*Suo1vogw6dAnaax_0w5NVIBb zOO=wUP1QWw^1q4sJ6tAr8Mruny?Kr)_@O-F{J#a z@^iqR{RChJIsWn6Pr#v2Px?AEgHE_{LwctRlM-Gblwlx(dyUM7Z^T4xQnwk&^qi_Y zCS^6OB{35>E-1ags=SYY-UK)~mXLxT!&P5J@`nh<0O-t|&dln}q|V5?Md{Hk6Yz|| zqx1p}&seX5+o2m%@kWfEdvh@yxTliAR}2I)`KGGX!2O-3^6OorFpIh$Qu=?v58S#y z8e8vNE&4i_dkVe-nYUMc&AFc3c){0E^mUYp-EDv@v)a^_yHVVAsL<3?Z0ac!Yuzwo z!0gGAzbQ9ZY&lr)A2b@5mm;5s3jWUQ$<_8?vHkGMdykpNeTDWni|ubNp3R=hS#qZ~ z^}P3_@te@M?caP#90c)6 znm*|E@tFktC6ts^8pd=%o12E@c2n3x+t=Mxhr^ojhnx`rG3wKhYQ#BuUJ+^ZfI-As zaIAmZ{kEcD8!~wbk6H;4R8aeHGJ0R7;z85U`Dq0bo-N}0(RSPj=qHppV8Xv?)HuL0 z%P>rd`10mjBD?bDS|UC9SJ$WH^}M-0WjzpunS&+nK;B%-!W&FenQRAZNPDr-@s@>f zuFU**Y*U_XDsc@9@8GY*?aG_$_9aT(TltsO5_c$XuG`0!xf&kSWjk0y+KY{j0I6-v rOx%in8e14Fan73;esv++neANMcV}OLYb|oE`D!iq5w01|Ky~fENE4q^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..154ead8a3fa95edba234c2503e4336d21b6adf2a GIT binary patch literal 12734 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..155245cf03b310665d30ce8d75f23f90cfb3cf08 GIT binary patch literal 82706 zcmeFa33y!BeIGjeh8fHNGuXGmz7Pa=iJQ1D;s(+rw2c;MhmqgRy&_g0Z-_L+8zYVJrbrX>^TwLvEs+-X?2B3At&!GvTcj->j)ddwk@k2;q$A!L z>5O+py5ilD?s!k6C*B+BjrT?R;{B2S_&{VJzACaRJ{TE{ua2ya4@HLJYa(mRCeeIu zttz9+JWJ=ewd#`i_` zvFG~O{`i5&0ruPwI~adB@^Ji6imY_ zw+4PCwb8{{E1nS6i3f!B_-(*%BYvCU_W-_q5Wmeu

      K~UbIIZWi{Q3nr;&VXa^hG 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 Is0Z+W16@rfwg3PC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d78b4bafb074488ec8fa8fd5b3dedd2cae87647 GIT binary patch literal 11012 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 CXnczR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3accb667cd66f41d26f91c6a7788abc466fbfda GIT binary patch literal 16378 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36b7c74275cee74d443ba4b7481d97417693f763 GIT binary patch literal 7658 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0705dd8c6e3381231afb81e6cb8f2ab68e90cd5 GIT binary patch literal 7697 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdbc190a910d4bffea46a9230cdac64e8e2af58d GIT binary patch literal 2774 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e1bb899e0707716765604b1b3784ef375815f65 GIT binary patch literal 6890 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..514944ccc14b2543bb987f01894d028766425fe7 GIT binary patch literal 48800 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f9496eee32adbec27eda16bf2835fa40ab5a671 GIT binary patch literal 65216 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

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

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

    Kxq9KpcA+oGg) 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

  • dv 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 QxX}3-!Tjzic+y7y4bF2HF8}}l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a535b6b78425d6ac8b4ae734e38cc1135569dbc GIT binary patch literal 3933 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 I9vbNX0}NwrVE_OC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ea41442227936c049195f67694fdc61ff2b2f98 GIT binary patch literal 9147 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 Z0}Gtk4+@@?ek=r;pNKL4-?1_Oe*;@-Ht_%e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..abf209e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,277 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def __setstate__(self, state): + self.__dict__ = state + + def __getstate__(self): + return self.__dict__ + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + # AttributeError in the case that the stream doesn't support being closed + # ValueError for the case that the stream has already been detached when atexit runs + except (AttributeError, ValueError): + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + try: + fd = wrapped.fileno() + except Exception: + fd = -1 + system_has_native_ansi = not on_windows or enable_vt_processing(fd) + have_tty = not self.stream.closed and self.stream.isatty() + need_conversion = conversion_supported and not system_has_native_ansi + + # should we strip ANSI sequences from our output? + if strip is None: + strip = need_conversion or not have_tty + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = need_conversion and have_tty + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text + + + def flush(self): + self.wrapped.flush() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..d5fd4b7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,121 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +def _wipe_internal_state_for_tests(): + global orig_stdout, orig_stderr + orig_stdout = None + orig_stderr = None + + global wrapped_stdout, wrapped_stderr + wrapped_stdout = None + wrapped_stderr = None + + global atexit_done + atexit_done = False + + global fixed_windows_console + fixed_windows_console = False + + try: + # no-op if it wasn't registered + atexit.unregister(reset_all) + except AttributeError: + # python 2: no atexit.unregister. Oh well, we did our best. + pass + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +def just_fix_windows_console(): + global fixed_windows_console + + if sys.platform != "win32": + return + if fixed_windows_console: + return + if wrapped_stdout is not None or wrapped_stderr is not None: + # Someone already ran init() and it did stuff, so we won't second-guess them + return + + # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the + # native ANSI support in the console as a side-effect. We only need to actually + # replace sys.stdout/stderr if we're in the old-style conversion mode. + new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) + if new_stdout.convert: + sys.stdout = new_stdout + new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) + if new_stderr.convert: + sys.stderr = new_stderr + + fixed_windows_console = True + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream + + +# Use this for initial setup as well, to reduce code duplication +_wipe_internal_state_for_tests() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 0000000..8c5661e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py @@ -0,0 +1 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ffb19545e0c7f0185bc4fdc2652b47305c18fbf GIT binary patch literal 203 zcmXv|K?=e!5KJtJ2*r1JuuJhOexTsRyCJrr2HPfVVoP7*6T~NZ_UfU~TTgDm&S7?D zcVPAzhAT!$-rqc-`5Daw{ulj%#Dit*#5Vl+VmKq;kH_H*wM1x|25OypgRR%4La0?$ zL!mEVTYojxE{bDt+N-UV=}qR!fz=iS#WI7Cn!=zgC3xk$10i&!y%3RYhvmLB*}YH) UoKxNSkXsXV0q4A96JbERAEAXda{vGU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bfd3b2337d889694a229685d13fa271813560f3 GIT binary patch literal 5848 zcmeHL%}*Og6rc6(+5_ezgwTYKwn>w;bpjZJ3o%5kNHBziI2913F^84IZc`H*)7b?I zttu+zz#%;&Rf)u*rA|>#{U3U)Ok}BarAm={iqwNEddjKq&De_#7^S{dWxW2qnK$!$ zvoo_ZZ)U!)t*s^yZv6J={gYlo{=h^bsQJjwHxOAPI?<&BiK28Rq@*kAO3G1LBD$mU)ucP>PI{squ2T~`jbA`=kmkS6%wSM>t55ueMZlZI(sjhTk6BxCW}7s&R>wsIvl z{lHd+Q_Qf{32P}~_$1pqIBUiyQ+MLCJ>Ao2pb(^dWTzb>Yw-F}NheX4E{ zx(ul53ZPq80X@2Vg7`c(LpN5279 zHyz6s-7T{LP2J?3g*xfq*HIX3^6GWyWP&`EB0jfW7c)(RS&@_#{&YT;uoY`*&ah>3 z$+X?3rKjdCRt2xc69!{XC0j9##K$H!<@8IG?;(Em|gHE z;`jV>OV%f;*`Cfoz;DJaqhk(6Gj`uF{d4g-zXrwh6!TA~5-Ao-#{3razUhy_;A$A{ zoLjP0)39#OE!PzWr<14apmOs%zzWH^NmcEywDlQneKPc2 zYxz-iUaVHHRR@?}0w&L3dZgcUBJFQxP9$v#6g|#CIHmUR4nvTvfjQ>WcV|3(~z6@p1a` zpx0Ey$F)cBYb)Z{JN&we__$Q?px0N#$5lq~k5$CSHA(Or_VRIg^Bs>YtF2Q#T}dti zLUaq!BScV$_k`#bqECnr7a>6p33^D-LxLU>^pK#31U=N3^flUE;mo)vV>r=l^~%`b z)f=`v9v-sQk@0XiV!Q8#$Hs2mfvv^Z?Xc~+IXDuIOb*)0)w_ccTfK8_bTVwK6$$Cb{JFjJe99%Hyf+Ol(5CChUC5# z|2TR>+yV_+7K`7Thvaf=(b~T^vl&`${s10&g>dJ0>KQ%t8a}5gT8WheoD4c6hIM<-?%|Y)CYrs0@Fv1(gfj?lA)G}xhj1R@ZG?9a-bL^sTtK*pfJc4S zfzXMt_q4=)Ctf0y^_``eelYTX^PN)%J3L={;9!S$FCd<5 zK$Z?<=s<~6y^t=$D6Sk_G(3m+&Yxj4|NG}!zOPmy%S!8%n5^9(AQ4FVR573MP-x3T zqc?4LP9t`BM!7Ts{NSEL%XbY=g58# zbz`;I2)ww|G~Y3PonzDa*|>$h&G3qaDOgB}!R3}%{qT6g__%pdX{8qNI+I_v@tYuq zyLiTLfLbud+t!D%egwSB;f;PtFN-dFpM3y2yq7b70?5gdBt0k9EBv=j&SnmJo|AK# z^3OIopDBHw*EKwvS@CWQk#k>`pkMaG>SuqU_V3-SFD0VXtSn=^9rwnA5iz8Zcw PyuyDunJ6uw=8gIXkth}@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5e4abbe51cc3ac2410ba36002eed47a3ff361fe GIT binary patch literal 21515 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 tfhz-3CN^JOZuo^mi4ptB^M3we*ydl5i0-y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95fc98e19b77564085726764f2e1253cd2a47155 GIT binary patch literal 14142 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 Sk&O#*BJrC*n7hS>x&H;ovOgUF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ec48244f6bf0c3dccdafbb6bf6ea88cc61a5a2f GIT binary patch literal 6707 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 HrsMq|9jhp0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ff9f99b6ca09e563efb63972c92ce5a864eaf27 GIT binary patch literal 2882 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 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..962173c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2022 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.6' + +class DistlibException(Exception): + pass + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + class NullHandler(logging.Handler): + def handle(self, record): pass + def emit(self, record): pass + def createLock(self): self.lock = None + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..645374af153ec65acbff579511d56571c811e1d0 GIT binary patch literal 1441 zcmah|&ui0A9RI!~O_O%cZT>`2Dl0-6YZO6t5Kj&jr56ukFQF#S8kZ*ZC0pI_(1Qn$ z6GV4V@H8F%0sb3R2G$%z@FaMs%){{H_xsY!>IS~NeDZzYpYQu4ulMaM0IqAFzBlI; zfUk7OmOdo5Hj#J^F1XBxI=D)mDR3EF^%1xlSJqX4xA>;3u9~Eo^P#2HH3q@SY2djs zh{Ft|m5x?<4)-$e@Q=NA3j(bJ57b-G!8oXy&wO)Zonb6|hp|jL>6Rg91qX&8g=GEU6E!=GI7a^V&A(x|G?qx z*b9SNMNJIb4jL_P+eyK;TcNw?6Fp|z_ZJ&}D%pT73i9iwwbT$+r_-^PJSPsta_qIZ zu$FkRWT9KDy&T^SgLBohXRXMK`E0x4EHs)tvf5tTvQfu3z23vbG6?h9`XADL^dqKg~~ z1eH|KPa&uz;t;`60;+D>U#g{SiiAl#MKcH^vtXR=$=x@~J-PcvwKuX;Kh)PsG0FR3 zv*`uRq-f*ti3kTCC)?ba{&eg}IVoOkwL=ll3lWMWKb)<^Z1VUz`rtyQkm%%)i=@zS z-J#AuxBq2aNPnS=;uQL&B1WGP1}bB0Fb-^gcbuLtRf&PPVtV2V+n;{`knId2DU&y;`bU`j0F$dTt20k#pU%FA(k7I8*_NGurk{Y9N9WXcY)<_R#aKR1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49f28dcd9044ee1308501144ae7b220f0918d895 GIT binary patch literal 52307 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c599d21a64c2b47ed51a9a2a616333b5f05a4c3e GIT binary patch literal 72095 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1907b81b02216da19b995fca2b844fec8d445d15 GIT binary patch literal 26684 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 abm!Ae?yK}A-|_TtKd2va{tJG{`M&`K-!G&9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bc87ec0fdd3d09aa86de2e28702233551aa8225 GIT binary patch literal 65860 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 ZF=%{NB($syQyqIgXHj21Apx6Y{(m~>2zCGf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aea686ce953b4558bc3595f3375309a9d062d978 GIT binary patch literal 2936 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 WJS+J8Rs7RQWB)8oKNrvq<$nRzpE@M~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..989a1187158ef777d4a277f442c9080f62cb2ce9 GIT binary patch literal 11417 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 X;!A=6HrgJpox8_t9_&!hsq23MJ9KJm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f12e24bc6b948077fcb60fb5c513d241466ed40 GIT binary patch literal 12892 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cb587c89a7db276e0dd9459577f0d4146aa813c GIT binary patch literal 4936 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 None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..18e9be9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,188 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) + + +class LegacyInstallReason: + def __init__( + self, + reason: str, + replacement: Optional[str] = None, + gone_in: Optional[str] = None, + feature_flag: Optional[str] = None, + issue: Optional[int] = None, + emit_after_success: bool = False, + emit_before_install: bool = False, + ): + self._reason = reason + self._replacement = replacement + self._gone_in = gone_in + self._feature_flag = feature_flag + self._issue = issue + self.emit_after_success = emit_after_success + self.emit_before_install = emit_before_install + + def emit_deprecation(self, name: str) -> None: + deprecated( + reason=self._reason.format(name=name), + replacement=self._replacement, + gone_in=self._gone_in, + feature_flag=self._feature_flag, + issue=self._issue, + ) + + +LegacyInstallReasonFailedBdistWheel = LegacyInstallReason( + reason=( + "{name} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it." + ), + replacement="to fix the wheel build issue reported above", + gone_in="23.1", + issue=8368, + emit_after_success=True, +) + + +LegacyInstallReasonMissingWheelPackage = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because it does not have a " + "'pyproject.toml' and the 'wheel' package " + "is not installed." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=8559, + emit_before_install=True, +) + +LegacyInstallReasonNoBinaryForcesSetuptoolsInstall = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because the '--no-binary' option was enabled " + "for it and this currently disables local wheel building for projects that " + "don't have a 'pyproject.toml' file." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=11451, + emit_before_install=True, +) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 0000000..2fd1862 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,43 @@ +from getopt import GetoptError, getopt +from typing import Dict, List + +_options = [ + "exec-prefix=", + "home=", + "install-base=", + "install-data=", + "install-headers=", + "install-lib=", + "install-platlib=", + "install-purelib=", + "install-scripts=", + "prefix=", + "root=", + "user", +] + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + parsed_opt, _ = getopt(args=[arg], shortopts="", longopts=_options) + except GetoptError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + continue + + if not parsed_opt: + continue + + option = parsed_opt[0] + name_from_parsed = option[0][2:].replace("-", "_") + value_from_parsed = option[1] or "true" + result[name_from_parsed] = value_from_parsed + + return result diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..eb57ed1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,72 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_name(raw_name: str) -> str: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + """ + return re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link" + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_name = _egg_link_name(raw_name) + for path_item in sys.path: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..7bd3c20 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_GNU_LIBC_VERSION").split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..7672730 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..c10e1f4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if record.msg == "[present-rich] %s" and len(record.args) == 1: + rich_renderable = record.args[0] + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..cdf9b3a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,763 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + get_major_minor_version(), + ) + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree(dir: str, ignore_errors: bool = False) -> None: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(bytes)) + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if this is a path pip is allowed to modify. + + If we're in a virtualenv, sys.prefix points to the virtualenv's + prefix; only sys.prefix is considered local. + + If we're not in a virtualenv, in general we can modify anything. + However, if the OS vendor has configured distutils to install + somewhere other than sys.prefix (which could be a subdirectory of + sys.prefix, e.g. /usr/local), we consider sys.prefix itself nonlocal + and the domain of the OS vendor. (In other words, everything _other + than_ sys.prefix is considered local.) + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + + path = normalize_path(path) + # Hard-coded becouse PyPy uses a different sys.prefix on Debian + prefix = '/usr' + + if running_under_virtualenv(): + return path.startswith(normalize_path(sys.prefix)) + else: + from pip._internal.locations import get_scheme + from pip._internal.models.scheme import SCHEME_KEYS + if path.startswith(prefix): + scheme = get_scheme("") + for key in SCHEME_KEYS: + local_path = getattr(scheme, key) + if path.startswith(normalize_path(local_path)): + return True + return False + else: + return True + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[str, Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url: str) -> Tuple[str, str, Tuple[str, str]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, str]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, sdist_directory: str, config_settings: Optional[Dict[str, str]] = None + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, str]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, str]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, str]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, str]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, str]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, str]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/models.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..01ef4a4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + args += install_options + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..1e8ff50 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("[present-rich] %s", error) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..8ee8a1c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Generator, Optional, TypeVar, Union + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71bb8ad7f5210072af6e3a5fb65664df7f20186e GIT binary patch literal 631 zcmb_XyGjE=6rI^Mn}>*q2mu9yRw>*;Y{f#*Mo8hS*k+k*hB!F0v)-NE5P!f=@Ds$p zNg21b5-bAgth^f&5z=}&a}M_$X71dVwY3Jpx_JBSUps`nm(8NEpVjmf<(c$Ik17(- znL2ZI=ejaeM^&^Jc)A)?buFmrdQjJmph5BG6=}O4<#U~OrP#a_+E~#s_S|G~?+n1e zAM=(gIX69-h8d`$srkJK^C%5LJY*7t7O|ZrE}HGtqM69V4`plx#9aAk`d$9WITS7? z#ny7%m$ukmwzYsL1IbmfvmB;bHy4mf6Bn)JbRI<}wqO*vxGk)dR4K_TsfzSUrpV;$ zhUFaCU@&00jI4p7l{lQ`BF>qTU6u^(or#b9!$X!zD-IGK-SfUk8BS)ut1?`bh1g0P zhJG^qsvT?7%ak~Q4V*&pq)$i_mr^=u5ZW4%-5-p}&S-%#*&8h|Ci|lWCXPp)3HdjI Hb^OaWrTn}t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d40a097727ba81cd8f02cd8ba0272672f45efdff GIT binary patch literal 5856 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83b20f6f0ae7a1921846a445253e902a307d0516 GIT binary patch literal 21520 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..748dcf9257d36305b2d7e1ca8cecfcd6f5b8ea72 GIT binary patch literal 31868 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..2a005e0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(url) + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists("What to do? {}".format(prompt[0]), prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..15b30af --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,382 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Callable, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import ( + LegacyInstallReasonMissingWheelPackage, + LegacyInstallReasonNoBinaryForcesSetuptoolsInstall, +) +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, is_wheel_installed +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BdistWheelAllowedPredicate = Callable[[InstallRequirement], bool] +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, + check_bdist_wheel: Optional[BdistWheelAllowedPredicate] = None, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + if req.use_pep517: + return True + + assert check_bdist_wheel is not None + if not check_bdist_wheel(req): + # /!\ When we change this to unconditionally return True, we must also remove + # support for `--install-option`. Indeed, `--install-option` implies + # `--no-binary` so we can return False here and run `setup.py install`. + # `--global-option` and `--build-option` can remain until we drop support for + # building with `setup.py bdist_wheel`. + req.legacy_install_reason = LegacyInstallReasonNoBinaryForcesSetuptoolsInstall + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + req.legacy_install_reason = LegacyInstallReasonMissingWheelPackage + return False + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, + check_bdist_wheel_allowed: BdistWheelAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_bdist_wheel=check_bdist_wheel_allowed + ) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..b22f7ab --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,120 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74b24d997cdeff84da1263a9394b94e6c13b8c33 GIT binary patch literal 5609 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 O)OsfUjvutx0RKN9S7q@4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..593a398480a4e034e824795413dbf45b14a731a7 GIT binary patch literal 97441 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8490536b4d1368bf4a45d35ce3dd564547a3674f GIT binary patch literal 5500 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 k(Ra!Q>CqdrK@RJUx$IuxIFQ-S^ug=TSA)! zTcko&4yZy3ts=pZ6BXjtTaNt?ph7BLsi&SQ^XB z{2k3^@1o2Fp9ONlK3Zn)Jisz>D7@-z4c;66fP6*Q>EJqbPYhblfUhOf-{;)o>mgUR znK|xCQ>?KLd(^f{sySJU_!qGkMb(%a<$8q*Z!7*WaJF4ToJV zYlSIog4y}9QO>JCrdvEOj9jov4!2BikSkYQX@WV`RG?4}hR5L0J%oAk%dv}F$GW$V zb#KPH_fY=9f{d?v`v)5HDD2@efOVO_fc+$Z8=le3Y34@R{j$NCZ6kLD8c*S>WVZ?j z!{fL$jgSHOxAt#H!!auAcJ>a9=*(met7aNT@n$+(k8ZkNf_-uI5$Iq54H0p~Iyj!t z)<%lDR^fta*{qsw@D~#=0fmiLnkPH4jW+TtTEsm|`H_A`o#jh&bv++ z&f_}^@?w0a^W4(Ms~y-~fT!J&W!NFS=}qV?gQS?2y|x-?;m_cE4)WF-XtNP$RQEp+ zz6;hp*Es0uVz!!Uhz+rS5vc7`0N{k_6N{Bc559h|GPK&WmA`8d9u`Zl#v*vfQmXSy~sUA3@JD(H7{(>{V2J|DzoJdf1I zZ_+}~ThbHxR`dr#Z$<0bnV*3Lj&aU0;yJp}!EAgW5nn(O1l($m0L%wZO%7oqZiN^P z_kv&e5DA6BF3=SgV&Sjp_$7aY$rh%*SC}h725bPY$uN#vzp6 zvGhvt<;YfxH!$3FF zs4`vkh0Y58EwtX@up#R)8ZwH8sc{n+1U9iJt!YzN#+YJSnhvt~dYBbu#?U|u$i+=s zhyyUm`VA8)j{iojDV$VPUhs8mR9-UL$VMK(+^c+IzUivx54~-)gb?Zm?E3FTSe90= z2j=^fIn!YOz(R2Acai?jQUrB_Z+(6=2{26l0F|BxkNioXC0 Cuo#s9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53baf01f8b21612f9f03e396a95e73fe57e635ef GIT binary patch literal 1131 zcmZ`$F>ljA6u!${oH%J{S}Mv=PzzP1qGD536j33h3<#=3Or~*2>hv=faDed*J0{MsecdnxDAfb9%#b>BS*27_a}$h zg+X?X=B@l#CZd{Guw=$LZA6Qye~f{t?vi?HPCaj8+dk$nRmt^G{1Z2{x z>;dJ=YF^I&R&6iCq|oH_HFN!Kxu1BlySwv@gaPwIqRwtue-+ei%0l8SSCa{uOWl`7 z(BL8Aa*!Y?Z+Zda;t}VJCq)?_#FB!&hnj{pV6tWK+ z`y@0{;WZgaFX!s7By*#r^C`)#(dhpro5H0$ujHi%W1vwIR(Fx>s zyWx?vFBA&?1)N9?aB7*Y1~=R7w%KxR!FWfw9^t0!tYymCm_bJzFn`ThT{S~jklR^{ zro7x74#2b<_5rb(FF2#7&Agx?jG%K`eBd#sNy$TgMP3Ev8@`a(LlDAV3BiRJFGge5 zj|8H66Sw&!YEm7JbC?;FG?BzQPssO}huamuq>{#ZaNH)vBOdE!VE2 W?lq|JMy|F5x=V%HD(c>W68{3;q)$iy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f86f4e43df42ffb94f3a1f52c20f3213ae497a78 GIT binary patch literal 16446 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d15f4e285437aebc9f2b7151b7fde771642924a6 GIT binary patch literal 8393 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2376a96a71edae6822b012661efc100c9192e02d GIT binary patch literal 959 zcmZ`%%WD%s7@x^LvT058Xe{<2+7{78>{1jgqJmTr8_dO?+C$v#4$b0jcA4EKBy1sw zUZvEc*(8#J{dV>@-*djl%!h1t1Ob)5{o0fTgnn>g zK&d`+d<&ReWFiyW$iZtEb3SFK9AQnsD0AvFWm9^E*F;lzhSc;=452EH#+P-YMwZ=r zKwbNRse1vTpw2wBj36;pRt;s47k17=Iq3Kcz%B}LXDr}H^=TjWgMonRIK3L#JA^+0+_vPcCf*mP4r4AoYf3TN|3!g4*gg7Zw*a-wMbLPd8rZ zo5a^V%hRghX1Y{MD(QEqHL31-gf4ik=-l$qlb{7i%#-^~fDVc$(9G=Ky?0OEl;4(j z${$JR5i8AhOG{s`EOnl;vFRO$DOpy!#KteO;xwC7+0^woo6gC<5x^e~oyTz=NtxFx zFIRS2dsh#|xg&9|E6y=dNp$VK+lS)(kvQKK=f98UI^|z!=9P2&-LmZFn&>(>=YwYc$95C6*g! YV?}m;k`*V|#8h0kfb%gr1Ck2<0&Dc@3;+NC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..4266b5e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,61 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import logging + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +from argparse import ArgumentParser + + +def setup_logging(): + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session(): + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller + return sess + + +def get_args(): + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main(args=None): + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + sess.cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if sess.cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..94c75e1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,137 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import types +import functools +import zlib + +from pip._vendor.requests.adapters import HTTPAdapter + +from .controller import CacheController, PERMANENT_REDIRECT_STATUSES +from .cache import DictCache +from .filewrapper import CallbackFileWrapper + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache=None, + cache_etags=True, + controller_class=None, + serializer=None, + heuristic=None, + cacheable_methods=None, + *args, + **kw + ): + super(CacheControlAdapter, self).__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send(self, request, cacheable_methods=None, **kw): + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super(CacheControlAdapter, self).send(request, **kw) + + return resp + + def build_response( + self, request, response, from_cache=False, cacheable_methods=None + ): + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( + response._fp, + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self): + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() + + response._update_chunk_length = types.MethodType( + _update_chunk_length, response + ) + + resp = super(CacheControlAdapter, self).build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache + + return resp + + def close(self): + self.cache.close() + super(CacheControlAdapter, self).close() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..2a965f5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,65 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from threading import Lock + + +class BaseCache(object): + + def get(self, key): + raise NotImplementedError() + + def set(self, key, value, expires=None): + raise NotImplementedError() + + def delete(self, key): + raise NotImplementedError() + + def close(self): + pass + + +class DictCache(BaseCache): + + def __init__(self, init_dict=None): + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key): + return self.data.get(key, None) + + def set(self, key, value, expires=None): + with self.lock: + self.data.update({key: value}) + + def delete(self, key): + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + def set_body(self, key, body): + raise NotImplementedError() + + def get_body(self, key): + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..3782729 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .file_cache import FileCache, SeparateBodyFileCache +from .redis_cache import RedisCache + + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..100bc8fc3aea49715bec02978788f73ef68fad75 GIT binary patch literal 413 zcmZWmu};G<5IrYp3n?A>0;V8Qt6~8O6{$!pNDOq#Vwu>a7ET;FCRH~6f}I8RZ#qI& zCM1T6Zk@180U^#$=X-bW?qvC?*9*bg#mjs8VeeN*zRlYN%Y7R>00V|3WGF_N7kkKY zPx@I92MAJN{v(Q8EEq%7dPBA$@|x{)A^90iCcN1l^MYz>_(-w(Cmo?Cyy8rhYf={i0rN xon(sLNj}s&cBgxFIkIlyBZL+qpyN3l{l_!x&HrN2hVJP+99rCW+|lk=J^>!5bm9O2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ccf1bd3ee3e6e6889046c41baff149dbd3c710f1 GIT binary patch literal 8396 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 CY$Im? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49fe7de3b895910549f28239044f4898b3d42989 GIT binary patch literal 2493 zcmbVNUuzpj5a0Ww)5$%>NfaChtmG7<2ZdIOXecx!DI`tP(8ht9QV^8mqFdXSobQy~ zlN}ow{E!C|3@N2x(nJ{9_);y&f6GkZEkit`YMhe zH_{=lB6ywY$R6$`|ifK}?k=D-hG z;Kc)8VW_YrX3C9~NVhE4cSFls&AlGb9}MPZ3CqBINfu6slzAHN%j^SSMal!Z()S88fWeLftR5TE z7KD+aCVZpnLK z_`$$iM)VmvVIT%^72@sm zTT9s)+B@MAGP?JuxWS`3_{zpIE9pOcu5tP&rYIvYRUGRG)mJ)4VO{QaSsz(91fUaBjEs> z=77h42EcHb=n*YbePJBmy#4gflRMkf+s%$q>>9;((qCpzZ>M)BJJ}1}?1dgtL3$#; ztN$|IF{@p(+L@?s+=|!VeR6mE#%^xsyXVEr&x)5j#Vg(7l}_Pmw{Z1$*!5=DxYT3E<*C%Npu+$|366--`z+eX%6+k$Ls_;BrYwn*YdzvJu#F- zvEUTSodp2L>BeT}xjy+!pWM!M^n6#(x04<#KgeE?$2$?}#DI7o3%SSLM= zoSOXU)2(YiUhCwhySeEekuv86Y}^p>^xT+wW=uh$G74Rz&=$R?Btl2Mj2;(W#tH+^ zXKeXrLI<;IFYy^P^KKRh|1JkF}F~a~H6M)s|kvD?nnSFRYMZR%7AkHf^ z5M 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_set(self, cache_url, request, response, body=None, expires_time=None): + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response(self, request, response, body=None, status_codes=None): + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers = CaseInsensitiveDict(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response(self, request, response): + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__(self, fp, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt=None): + data = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt): + data = self.__fp._safe_read(amt) + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response): + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response): + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + cacheable_by_default_statuses = { + 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 + } + + def update_headers(self, resp): + headers = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp): + return None diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..7fe1a3e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,190 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, # Empty bytestring if body is stored separately + 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, body_file=None): + # 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, body_file) + + 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, body_file=None): + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return + + # 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: + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data, body_file=None): + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return + + def _loads_v1(self, request, data, body_file=None): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) + + def _loads_v2(self, request, data, body_file=None): + assert body_file is None + 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, body_file) + + def _loads_v3(self, request, data, body_file): + # 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, body_file=None): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..a3546f1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2022.12.07" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58f08fea8cd641e65e3eae9f053fbfd459ec776f GIT binary patch literal 338 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 (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a3768b6ea5f347276520f9956781cd38c54869e GIT binary patch literal 5070 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 M|L@;@z>% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d87cd17fa1718a523f26d3bdf89fa91a30ced84 GIT binary patch literal 1675 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c14df7d06510797dce89803056fbc968853a46da GIT binary patch literal 4297 zcmc&%O>7(25q|qeE=5wLMcVqeC>gS}b|qSsT@;C3r;RP8kU|%g4HPWe1;t&`l=+vp zD>-5*zy|@P0~Qeq1=hhuc~WDj2ztz+=%J^a3W^}0?E*$q^c0{#X*h=7`geLRyr@%Zx3R0Lf$}mwT!$#Q* z7v&hFunL#vGeT6LJfC)CoKa^+jEW3m(K1qmU8Fcv;gCb<2!7TRbt%p@B#B>;ro@^2 zYD&{h@lIY(<+8D~Dcs8f^94gj8Pogr{TN|c##lbf-mx|B-mDmFc2 zB$Z9B=`mf6TU%JvzQJFh{cE^`ilU5yqO8ho@GZdvqcAE*Zj#_j2wMEEH!3J@$_u-m zs6%xstSYLm;nozCU=_zMe+ca(yD!?;Q_gux&aH^5NA;@x3AVi=?BGlAiffmT`hh}IdvG@bbT}+0!2u$~;UMj^ z?1IliqvZtn95gTiS7E4!ndq_-kxu|=+vr2@2j0iNvajT`Epu*UKixo_Yl@Q6lHnQn zaP@=L$B}ZR6fwp^rKR$_hR0v^jMY7373SD8X|X_!sf!)v#DlO^mpO@ws5#exc> zfUosv<3;p(s_&Y`5>Qy727qS#N0c>HShax-YeHVnN&p$$+`vP^}MWV4W(9MZwqUM5S2_y=9 zOO1r9Vwh^g6xX+PRn~Oe71`~0@Jl#Vw*vuwf4{>P*$q2>XiT}U$X0Az!m;e9_>K6! z!xcG@pDJ=Xfn)P&XUqq56+BraS-{3|Z&{GA*8taawpNR?3~|=(9mLjXbBF5?p;+0z z1C1=MmW;v{08>gO(<`wP%org!d&SmfLzt2^!be@&QrzIMitOV9a!x0{VqnLa` zRTWJ3HN~Yn_ae9CAK$fL<^YR9MFPo=ejJfIcjb3)({Lv76l9nr3Oq{4ED()YGz5%d1cFpxc>e}L*s$RrGJ+#dR(`uu5s!mXJt&oK z8-XEv%oqHfr#>`S^UYO#bH=4BdwktL^Zfj!`uW8@e%}oM-7i%Alh$ik(wA$#%T?cH zBQ(9|*!LR#VAUV0`$Lr<9{Z;)mO}hO<-J;9wi=jyJ~dyTy0&*~f5jM`c=|>)IBmUO z0rJa*syKWa^~6hPXng;aXOpa?cX)9-#5H|}RT%KAZW%kT*)r@JQn(!mnBWIQ>+}Je z+ujTa(g_YWZ12@3JAI;Jds1sQ`6@ijuzm0l&Us{?l|ki8MXo~Y?an!bKZIYqlHB26 zV<(|=C*a+!HH-Wq+~~-@6@vh$`~y0ST}2+^0@r!#@+RzNOKVUEgZ@B2k|UD*WcibED=JoPzQt@ z>0A;5tSKn!`eqW7bVGwLo&ru1ET|BGm@Zlml1(UTOrEeBF&cqQ6E`Go7bbh)raSH3 z12OF%KmbAh;C^38Fx>u+Rskb5w^VgY;Kh4an_V+C_e|A2V|4`wORiROZ(^^{wa`F7 zZ0xZFd%=D8iGQ-@pR9!c^u7Ax(y@QJ?q9C@mkBHb!zY1RK*(|666C|uEy$GRl@rf+ z%`*=W5}W0E*^a#x-aJ z&h0H4z9A?#DZC^WLm7r5QjiqgB+o<9-6zYLoU)lFyhoPb+l-~H5lo!hCF#dv$eEEuTdffj4RkM<% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b6bafb3010e5bea4782fd4c0802984639d4635e GIT binary patch literal 5543 zcma)AU2Gf25#A$@6e&~G4<*^MEc+}wk{DYOY}u`2yG~t6vDF$>V9`xW$E8lZC3zNk zWcH3yq*AC*xBycas1g*g3h03kg{vSa;K#hRXkYS383e)}U_d~ThX6&vzzI;~C7s#h zuYTMvt=YZZnc11y*>89Kr?$3M0_7+F_*d+F4_$@(KJ|CFHh|TSRd_B1+3s z8;rnTWu#RR=7`_*C4L6{Hq$kmHq?|RCrrmZ4H{pf66p8dk+oPxj?uT&gh83M-hyqt$go)AjV&yY^p()OsWt`TPFfO%VCzD};E1LiogPqqvAd@$kxzHZv1v>m9)3!1$9WP17JSnPEQ7B0=G5ft34zwY4 zUE#1MCuulrI&qXTNN-W6i6|G*(FaNT_TBL%nT;G3eIDJeD{fq*O2;I&STG!Oh(dIfDzHPr}* zS9_ZlWvtqN9<0zW09hw5dIyWW=X2uYBc7u}zyWCOo74;2Ivh!9QB|Q@gsz@wcDi|V3eB)GqSW4%)2%hIFJz)kA;5!& zCnF{>q(#G4s)L;Zhf9Yc#KExlhI#2@Sl6hcMD*QjZxFCXBHrU zuLFN$QukQk8;+~7c$nuzN=vM)o@w^xK&D%$svihuR>$LLp=W4Y+>Y#cFBZKQb9QvJ zb$_ri#@xpau&&w1r!Z7MJl6!H2I_?58`{8DDG&$HQonAj*|N4N@*uQk&kFfkbgJA~ zXYClj-!vSv%^C#cfQvvQ$C{WG^J1fxYP;ED-IayQ!Xh7JHbn%v!>kbZ&ieR%7Sqm= z`93(>DpkrmR8nYE)u?2|83nqMrn;1hO1M(`)f%6iNXO*`YFw457E7plT&niyQuR7i zV^#r8m?m47t*cVgr-V2L#~5WG__y`ZzyIYyO)e?3Map0bIO5<4g0oGc37ty!E7z<& z?7=t%-RX=WL7GP?lOnPvEubf1OJRMrhC1z|nJ`7!Ax zC_(eoSSFRx!M^u0xXpR+D|Xb>$&5;jrW106DzGx>4g@DbB^{1tD#?08RqKHrtI1hz z@XL=Rr_%|H0Jwqn>k+1=4P9D}tC6^*q$Dk6NErzBbY*?(>r~el`0_g_eAlltJjVSF z(~X%TGbXQ?{WF2!^xeSC;LL2`=AH06vv;TF!f)RUVyD>xS*F0urjx#Jz!k!5QFWd} zeh0@4(`7}MDyD-6*A%fb-3bU~7_HF}y?EYQXTk9bXf%a5%w<bwl%xafK+=C?O@zf?9KSG zMhrY%DrK(@K*W3R0<5fwYmTf#5f?d@GDIuKD#)w>Ca&2Y`(Vsj8M~epv-U-fdF)cw zre6dkI}ic0fR|aZ5iOf713W!M5*~z2*bPrh7g+IAm~G%N8JtaVzj`)6(N_6BsIKj^ zyZl|D!@i89(klp`^Yeg7^Ya!!z_SBD2zE9ce9!~iwsEspHe5|v6<8%%QzSe!ITqKq zcLjA26L8N0C@)j0N!M>Qu++C~BLr0N(Lw^{U?iv_=0eJdSFxaGS{)O(an?o#NV+*U zIWyBR{dquSLjnkmWEg|HCAiIf2Yf;Ns_C1bzXPX)cENhJ&Cl1(ev4rWnL>nv%?*ZI zpEs{_+zAE%H71awHA$23f>~1OvMELYDoi)kGVq*%_Y(UaaQK}ZUf31ncB)#~kYlEp zW^@Vo!92LAW}+6p;LX807cGEkXP|qDhTl&nP)c7NXhxMi!y1U|FMt4)bk(4w)Y+SJ zmfAaV;tTJwP2UHp$EnY~gU`K#`H3CxaM3%Qvwv}Nc-#I5ZA&YYcK1n6J_zKdHb%-W z(s69_()0FHh4xdWqy3xmhwpEQrM{CJ&JE{oXWwSY08WhhF}G^NrSPI zI68;~p}}-F{;4h{36Xd)#W%#UpkUd+`uQ| z&i3hvI(I{>s*Rr>M{9Q5raprNa5v%&b~?Ve}ug8z-;nX6?29iL`+ zRVS#j>(RTM8xk1hPC1TkJGSYwpBKh%6i41H6X^Ks46o{>CI^G%9|>IWtm9a-kI?aH zPnkefCpE#QUVd=$rS%_S_~K)uKujmxaN+L6ldO_eh!;9fO6xyfS|X`rT1`-P38i?3 zG-u7XuIpB|-(dHE1(Js7TR_ToK@iGUiO|08#b1fI*ZHqR1`7xM+a=?LgZ}NF9NAph kdRP*#d}X(tvVBc}6i9!$bx{z&@q_7Cy#MP%MtL~?3+5>_^#A|> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a8c0ad74fcbe03d0d67d39e70128860c9aef6fe GIT binary patch literal 3994 zcmb_e&2JmW6`x&xh$bm1wJTOJ>u4b(mRZ{*)bt~Di?puo_K-#`BnJr8!(z2NlvY{p z(z8R!Qe{8~AJoD{FG1}?3+Pa|G28kH3j{FGQ-B^AxTl=*d$U}AiS4N? zadzg-oA-Y2bM~*((|LyH-B16$`Oyqx|Dr|mq~v8^7kxz z%k}v!*Ou5R_LgePj%CDSACQmrBgWaf=CF0$(biLr&eKlHN!QbWkcP^llf^shOz|lv z#iu~eVVzTR-8qB#8O-x_-N|EK;Kkmm@F4vJ(x3J9u1`B@z@LuJol*o*PC; zmKcrL6hj8a4i|2H&#;V*J#2*hZj1XiH|l`^t!WAA+AYr#2B^vvRpV!YP{KHb#HZvI zHykdxEpbY4o4Y$aylS}8*mXV6sB`WZa?6rE?!e&C3Z1qDqmnfW%i6JA&)V?#RU`0u zd`C0C*}Yh;WU7qq#7)tkBrt z9PV(qFWtJ!oobBiz1s<_9xmT;ZR82TgWt(dqm~aOK<`N6jKfm`U}xCmHdNZ=ACgC~ zLM|ysuh6ZQksdaptl+XG{1v<3jM3Ioz2B>UVDg9^Xa~&f zcRPnx)S}g+R{gUwo6s5CPI@r|eXwvfxJ^GMp?6gGWDVv({2f2QhJ)mv1CofVS3yb1Ubs6#t{`_ zUR8)uHtwC#loxDn;)06KY;ySv%(;kirs-P^Zkkb+c0tLYGjUnbqjbo zoIunFFLJ*Y-w+C6?}n*1_Xv;cyV5lG%ct+AYO?tQ0=0tSke!s~kJ1kdCvPkqr8~KD z^8T#6)G1#h()>y3JaK$hy3i>t{XO@hwA?8zt24RcAM(G;|F-zBc%=SbK_avJ!NYL2eZcN%gZg!{ z`_l-dZVuz^hl@VkR-%IKSz%~O`f^aE7R@A;6ceLj%uz@61R^S^OzrWLcPd#y<*cGR z6zn3=pq*9HD&pb-=22c%tr8gJRT(RBApxYjS!G0&_xU|(s-67{6B1*veH-V(-(xsr z-7G7e|LE7p7dmsb=UQj(+ei76!fdBd{_{a+Vfmkh<#u8DWbxwBtxj>_Wbx8puC%M~ zbQXX7NxrlAt|Gpid%ZLF=Ev#36`rqjF5i4Hck`3&7jwUYnDWA(et3MpQ~vJr?N0ed zTuixQJ6A@bJ-+)QXT;N!*>j!Qg?4U1<>g5IkkeKDyoSkWQm!#k2Cz&z4?c62h(26e3V1K1DBdAwJd6O=ymPZ##(KPS2EU$OHOqr$= z*rq8c<;6S=)BvLtK0d{pv|LilPzrH{X1S&anq0^|1@S3U`r^(xMeH;z;um%>9QOaZ z`qwkLE~DYkbsWFcd}uhYWiB4C(YcG` zLl(4;Pf-5{i%sb-y*r37;>lnHzP1Cw>Gi~;8hW=i%>+RA16SmME V{qJVq)`0x<@CDKSGhsvF_zFzi^CSQO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71d72db32d6ff579a34d5b13f9427d3249075748 GIT binary patch literal 950 zcmZ`%zi$&U6t?eIE^X76ibhQ(DyWL04D?iWVW?P2DX1bsY8l94UC(ZEaJf5tPO3-@ z2r;BPQZq1g0wEaqQ_?MXLSjN<2r5%2p6}AC62bTU{C)2|pWl1-$3kHO!PxostG=Wm z^h1%0VU5696~Hl~h~fY>aSb=MnuZa>d;x44*z}r?k%qPr)!!m&FrAuTtPci4pJ8UB zX3*R&VrI5h?4Qb9(PUxo*^@1@`EYA<=TUWAntQD{U==L$d!3lk`@Sc<(I3)9ACa?H z0FDtuHB3=Wdy1IO42lo5(q%L=skQ-(8G!T@jf*k<>oHT01-q?Flv9Y>yQq?v#m$KN zVSQJ)f<1Pz{?rN zTgjV4=)`bST)m#OUEI6~l!i*2UspWcT?BM)Z)Cl`#}|QOn8_PZLmgv0K;`~8`L53n u(JWpbP9XDE-?({IhK6Mphv;8*Qu=y3wf|PmKVu?>b7*O~Z!Bh#=J*#v0Qw{V literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55590d76d8d849e2fd8214f9d26286b238cb8876 GIT binary patch literal 1684 zcma)6&1>976n~?ym7VoR-Ns(Km*9}lCDbBKp$RFiTRW8EdK+R2L6G6yPbE3#loCw;j~>^>P*)Hr^i;@UgIg#$_06nhYvUF=8a+L|-X2Klw0^nWH<%JcIxO5w7Q}ivV0B=P1bVyd>dXiTGuO1hXd6#ZZ%?jN!?jK@^9)w%z&+yH z7*{Dfr+nzUlv$jKCQoXqN-&^%A&Pwh*CfD(v;Fv!&Mh{Ub@bv$DOUMEoU?I zMV+@q7&Go{vSibV!d0iy5*zj8+T7KvP8tgKcEj_(^wwGGG{S~MQ7x!*$H&GAm~i|C z_De&x&s?L$%V=WzjY0wE@<1*kl75Qh?;Ut%k31;tmVU7-Kiidkd*;BN>Dn{Trmy^1 z+n>I9FnzOQ?2i6r!Q~J4FU=oZn(r6~_Uxfu{%-i2;Rog2az{N!xET!eg{+k73z;uG za|E-h)iP80^Aw&EK8`>t)h_S}q*+#n# zX=|y@nV0ZM)aO%jmx6IS@{;u?rgku6xzv&BxzVZ4J!Q12@gbDgszb6zq}P;Y!<5GL zpczTNOzBrmFX|(z9+{2x!KM@e@G_!hbEO5VBEg|)sf1^;??5{_q&(NDKmP?&`S=G`Nr+JZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a25c7541821d3570ef9748a79fbbdc1a362c1ece GIT binary patch literal 3385 zcmbtW&2Jk;6rc6ydgC~8T0nf25mgI55UUhbB0?38y-Bul*HP>uY7U#Ncj7Ev@4B<= zM9ImA9ynIw07p(msQ&=suV`;(Pe`01ad4EL%IAAyJ5J+nY>`OUmHU+;6ipPp6- zJgYzd*8Dm_$gkKKJ@FxN_!AJ{5R24_C0P+iYDMaiRM_BI11G_vkE6hYZ^(-aUJ`gRi=5&m1TO_V<bNoN3@>PH|G!OqJwj z_qbAU9O`Y-V2e@J?X-NL%z&Dl(T>k7XmPL8-10hs5NT|g++qQ3n~nQslg%s2g4qeS zJib6nrb`zc(-k80eam#`?~R(DHe06c%s0GNPT9x9<|1JXmkVP{j@fJs6(IhkVdL-; z5Z@3+>Jlh8VoCL=6{*LpXgzMl>Io|j2S|j9=C(UQH82CVS5+uHwJqDH4CbbswK?;d z8{nZBwd~DJ#-T}l6!)n~JFdOWxNkZX4#gUQ$7utOagR~koforlwA?=KX&)&)mkedY zaLpDoj8HL*mS=Swq|=7+pkq2iPSP+euYn?Kch*&-P%Ua&m{P075xJr*uNaGWYw8c= z5auN>YWZ!G=XZ8?^4m6UWH+!|jOVwRyPbFJd-?V*sM)lUHQ!I%TlSMmirNEF%m?@iXvjaZ0WIF-l zdtd%rV}g%~adcA*^yv;0Ml{=PXO{*ZHN{LD8+S&=E)8wHv2o1C9JWNb46q+V5Y#ME z?*QnzX`X_Aj(X%%2x)*YrdM<|oGY$qx>{9@s&;#=tSxD3DZDW1tF0GGT1~6yg>oq0 zDy$VyGEA&i*42U@CSd}jcxyF`7Ru!?IUE#5p^M|{11roSb#Vkp_;&%0+cJu_L{Lb2 zwp;4G{`S+@tGzcaJ&nEAo4L?k=}l+5OTEloce$rzy2W0GKD~V7S>^_|vyWDuDQ|td z{Y<&iE#f;^71udo`~Mc2={4@%v)$$(IG6veJ&%I34a3>l0Xa4n1mu~9NtM)^TC8dM zawsoV?&u{$tAz=@QZsI=rxkk{6^n2MzVm`4I|uPGGmFa1beHfQC<@2^A4T0Z8(X%^ z28z=Ev!aB?XlpRZnF;LW`ifU;h4oq(SJ&4o>tRBxRnJh=`=}^{{7V!C>QQ^?X@HZ8 z!m%e56@?Cb4sQaSpG}wy6*ILNv62sCk3sqgjuTH^v1G_0sc^2!9(0)7U}gJ0bL=h8 zv-UneU!Bg8BvwI_Vg@xEkbvl>=Q!RD_^&7)P)W9Juj5nCg{p^jMpTBeV)yYVVS=-u z!`;RxQgDArBl8fGG29j;*lT2OVPPQZFF?g&6cRQ%JM7`ujv7#=njW{IR@tuD1}64- z{t8SaoH!?i(T3yuxCG^xCBnHT3k;Al#)J2+OzLHRQmhEWeN1v)(oc}t>{kzjck8*S zGb2pa)#XA>`%DexJ9=4LRm*q7#PDBUt5hN90dK0|n7-d)P`s=#YP$jd5LP%HfgfNW z!pHDUq_$&a3M$mfI06OrOMDh9S@yf@Sj)0wIEa!&_Td+TIqn@qEUwjn@8}sB?C>gd zo$rW)vIa(!!)$TnF2#YVcK3cf-`~cUkgpv9P0vCFOV2=7$z;3B_zsMTv*qfhwn0rsPkB=sXPDb^nD=ZT%SzB0rou~GcIPNt9>#Fk7@_l`+UrLH!02FjHltzM>yvU&N*aV jJfg;ZNKMF1OAsZKaDaW!#|)arvrNJP_B}s?A*}HaQMX5H literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e461832df43ffa1fc64222b11e4a10d5ae19161a GIT binary patch literal 4901 zcmbtXU2GHC6~5!YjO}rpALkDU9?TN(LK2b?$X4t^AOQ@-0TLwSZ96ia>%`!naAy)W zR*-l=YCw_5!&dN+N`B~45Y=j5D)pgKt3I`TvZGnyj)X+jrQ?vkGUs)g#Jz&W^q<4ua}_m2+2t1(kR2lxQs1k zRk6VnAc+8h*i z=-zWNX=X~Anx2@vsJBICriTv?51)>1<(cv^GN~jQjz9l9 zj|gRUKBb5a9pa*b6)`S`5;+-*N@5;oa7c_VERYWomQFKCER~NDY}%2;H#G7v$Sb{t7At%zFL1(E|Z?5yYuI8s#jL8gN=Bq(SxNwOD_GUrYAhOo z6s8IF3f(<1IXiiJHWEFnyCj7oy6z+pxhf#KL&51JTd(exq(nNdD3YX57Zb(1-(4GA zij%?Hw{H(Fr4nk6EUT#uCWA{jyEK?iT_0RnR_Alsk%6J1K_#W){)KqrCQPdgE~FL) zB@mNyWRR{87CQ(i13(4W%fP}i>3|vXJ#Ql4fO(jQp<8K(2>th6^pf}8Z(3`5!FO-+ z-Gxt!e0PZ-()ghwKUD77x$0PJE_?l&cjqs%+U^r2?}-YsxzBTDp=B-lLfEq@?D;x$ z_rcRQJ-!}2CeTlM?{G4=!bukLtZ>`o@|$|rcB^h!Qnl1;ZNy86O6%TcQEVYG zYtcYqg+-z*IveH*ja(v9La_^CiUo*nPvb1vN!hz7=>-zDlRdOf

    1@)4j=F$`OI& zJGXcu3y_o0r_2MXx#2_K1K)lBnt#<_?&;mwO`XjktC4bW?<%;@uCmbaaQeY?N$Ayt z-XeQm21A7-zx<>W9M*!vhQasjGYlT;V+JqsL3qdqFj<3bshyc^DX=}F_X@m?GJ~FR z(PtdnDZJ<=6)G;Wjp;%a7^G}GgY&&xc39sXp<^i&-9@kb?V5jIk>B@@YawA64j4&~ zoE)V3>ej-Wh_p@2n_W|MOx+s#ihSSqtf3pk8_$D44w!|kkD>M4muLT$4}AI06LTQP z3i%LTTUORQhgHDTY?5X*37ijZIj2T}%b-M|&UY7;yLM__{YC$=RdrSU>PV44#+Iw| z*Oyg*YL#rC^gM-gfrWDrSbx3)*ICV=!1?_h`-=SrJvmksZq2h|FIXvx$*1oXTVoL2 zajZC0D{$b_bC}XM*?4jSg4ixux>q0tt))YznnyDYK(xBO1sGHrCfRq8M&#fkmpcg1B zaF$lG0DLP|c*`39u=bbw9&jW_^bDb=VBGpG28i?lL-%CyXR2|X61rdAIeF#E^c4eq z=;m}+bb3~rnj}HiYh1jp$m|U8bpFir)#!v2nbo@u|Dvh7p-svd-&+QP4ZvUn#+(L> z4N+}e!hk)&%sJ?-uF!?jFNZ1sIFcC4`Hn3PP1&;`s{98CxN&Pw1^L~5jI55Ad-rVo zw1S#_zyPxDE_aDq*M7LpT6@cZUFG0`7r~Lu;K*0wrQlI5cywJTw+FvCuI(M&Y#%MQ zkCyizT90Uf56Xe=V&H%lIPi456zDgqEMg8my|vkOxY%|0W#6#Y_t9g=h8K`?BVX(e z*FO~}>K>}NP-p0iA8Y%@Hao_O9b+#;16t_V`o!lK%Kb-Q^iOa0PnY^HYyFqkC$zwa z<$+_`z)4y?Sl$`j_)#&iul}jHQRhdM4!ScDwFK7kMZSkcY}iI?+ZDNOB-CRF?^bZQTwyKn_8T zP)q90WI7jD3C(W^jZfW4!9vm9^c5#0zRYqqa-8=0su@`Vr_+)I*vf7%8i*&2yNlil zgc6Fq%5La^i^}{}Yz`-1L6ivS=me*Yo&$?II~XZM+3QcUHP*H@vB?Rhe;a8-uI7r3 zbM`%+FDM%s@DV3?jY+<>L-)OFOaKgNi0*%UpfIx0Po=0&RY{%b{)&rpjuo7=bL>sx zYIE**e6=w8G+f*}qV*oBAYlA<7km8x!mP~>EE;arUFz}zL>;q}VGLjOPBijVLcvsT ztA0k)2s0y-;-2or*~N^)oPYs)p;=& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5be842e6b122f03190987bfff8d320fdebb6f37 GIT binary patch literal 12640 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 CU|a_P literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c874ef9d3705770bbf3ed0bcddb31d89008c993d GIT binary patch literal 1676 zcma)6&1>976n~?Yw6e47ByOFo-AizA$P#Rk=FmV&aO;E|TyKj_A?Py5(%2S}wA<0F zoi#c5u+U9w=&7W~oLqwG|Iy>R80rWNg`NsMY}g)3PI)u3?A;`Vjz&*!=J)1(kA5zf zM*+v;%fHuOngD;wMLvuZroW8LGw{JDAwMDkjwMFppz_(G^hhGQsR56!6P6bWeX z0DPkjzR8Te0>D1L*>EhsxB^w{FM{hTNhj}ry|B1^FGvIrR+}QI$DhS+*h+!~!SRK< zAH?e`!WC@E^)`Z-;qIlSW+;NsTY@cYxO|0)uXufxaYV+HGP<%vm%hAr{|hfSD!;i0 z{fD^t7Gq-I5FZ@PH#@LK{6f3r6qxQ4W~^zx-q!a}ZeN~M!!b`W;~lKnfyczLFs@>H zPWh0zl$xB0CXZ{Lj5Z(A6Z!UkMe-wg24Vmmw)%Vk$&UjJ%McKGwNON0CG)X|r}s}a zJOQfbh&Y#XZ)-!TQw>kxdGSo{jCYv~B3Ug#zXrHO{8uI#*a>`j;3TU%T9X5fiB zZ;2pc+}>pIrX2>WcB3UW>hZ0)n>Xzw5Nx*LdXL<7me`G;VN(?I>)iIRaeO9h*7P3n zhH9U=MvIrw#P){+1)R$Rxr#{g0Li~QaBP*I7I%xkTb19e%7Ha?XiaskspH8Tztj#U z?;K9v>FB#-$1`^iX66rP<~#bKHGO22ei;33^l53g)KO0#Rl!hK$U3R6klDf;M=+;a zZQDd|W*3)Vzzf1JAd*PAD|{SjT9RR4wrK1|Y`Ze(_aIV5*}g2~4*YTca_2Gs0Qvu6 zJ2e;UoVhWdKzV)%$)Is7bmR3VW_CDX`R=SdQ;|ekt7?1%Keg(J><#HIrRgZ8QQdEb zk}pyEP16lCMAad+urAn4qLmi#=fE#ZT^}Jy%O^eIu`r~xO87uJQO{N(ijKWF4s0ipIo1@_ESv8!hiiW?Fe)}U~e59OWA z#s$@h12-YN9OKz#N#u_&%6@$6Dy8S6)sxa@UCZUwPfgrS@M6i<$)Z;!lbKf;d2M}~ zW%@3^hI_Jwk~WfFfe_NW4diwgJ{g=x@Nsu|9>J~d@H~R)?(poHWr7KNmvqOkzmnVk Jya!YHcmrOhh@Aic literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a894a5a96c38732587b5b7d7e0de3c9f81e3beee GIT binary patch literal 27205 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 KfBy%j^6@Vu5Qz~0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a17b7af8093a4d0e0cf3cc7140d9aaae4930794 GIT binary patch literal 19127 zcmXxq2i(tP)CTa!mXQ_Nd+!+<_TD>`Js*2z3z=C_p=>H6LKF>K$joXGp(H=ML`LJi zzt8)=ed=_dbFS+;*SUYc|NnU!t5T*+78Cxcf96Jy|C+?a{37}PKjQu0;cnV+m><(M zrfp2ucx~f#jo&tY*96UD3MK4u^oT!hRF2*FWK2v!A$CgQ5N^f~;k`s5JpV)pEmDPW zK{vCssdP2ml$0S%2o7R@1HK-|z#Wz%gvCiis2CX0#b6-zU)&49RO|-ay$M2S3-_7Y zIidrTgfK682or?A$-hW`gl>Fc5z%hA{Zof<$Z06Zqx2z+Lz^KS;N^H6jiKb+H*l(^ zkr1S5kdGd+_5kiAS4}ziPq-zmiIHB~oymC#Lr6^OzPXt|ZiL&7-N)4u;I3)~tu+E9 zv1y+>71e#(9sFr{GL4#W-9jV!oQ=70`)V}9xM9#{dZW>r+44Vw);V3G65pw{a0|DW zJ!%q|$ZlrxMKGGE#S41TI|j`snn3tD&Q&-?&uJXDU|-5VqV++$q;?ee4PkcZM)QHQ zOS|dTf!pADEMoj?r|}%L=b(3*5T22q2hL5P7J+Yd*KmJ~`@e+tR{dFHnsl|hKNGw} zXD}+el8$D)qLG)$Qslp-@`uJg+?-E^&{BHcGNshc8NQIU9=LrN`jPR3_ISeFMIg1! zI7hj(%Q-9z)V)V4r?d&~XK)QPejsq&-ET26qwWZe?7>>JmGJ}oea%Kg-GglOHsc-K zvcT{2l8S?EHo9ogyVCS7Vme3_p(EPILb(8mz9N4Jw-MY@4$4c*nDGgferh??UNNmU zr}??>tkx5*q$_#Xf(@B$L_VY16(f_OwQ>5|9+!yj2x$~1#>DOn8%6h=z6{+cztd5; zrc|;ymA6NGw4T=gURcXPJtNJ4M1MRNb8!erVF7TaCVpd zn^Oy}u9(r5=pvBYx+e@D#YQ^Z$G)IGSKAPjql~U8jX|%wp~?m=b$=x_I+J=X%#CVD z&oG%VfTR7=ooLmKY#v8*Y8kfz`O&&PFs>Uu-)XDH6@%)B1*02Ol1V4wp0vU=xO|M4 z6F%Tzhug?3{0Y~`m3(SsPt!6J$Y|PWkjkMJ{X;oRm>cDEYKgWaFrt0ZO+@GM@-dad zRGv5O9Zt8=`%^7TI7N>zlBoSc<)&~D_%+iGYUCo-T5XNmO!9B5?ck~@(H`{Pu-nfB z_6R#ce&=8i+ICXw+`(~-fw-?>EYP?>bfg)3HD=(Jv1(@izQZ`H@i~FiaBrctlXfwD zq><^I5*k_FC4S{y>!6Xy%QaE0x{)hE@_S!8Y1C00O|K89$xK^__JWaHfv53T7q|(? zdEoDT#9wu)0N2s*`?$lnpK020-4+BEa{3wL2SDcFE=0Rdd6&jCBNMC5Q5zp<(IxA@ zBpn#^q7~BkAm5nLgXoH2C>pI%owczVZ)5zxK_j6qYy12R9dB+qwb`r{By|U^gi{@Q z^)-^Yy5*r3#aKEqfk$u^;daB-6(+_^4ZX>s7X3|XmsMA* zeJ7L=289rf)jb|;L_az8H!V4VgCKVd8fDdtYOxGe=kH_yN4YTSV4M!tqOYZQ(3aY= zJ4pB|*tK~QjZ#4%dP(gUdyFPugJ=db^4VyvD;WYjiSk;Ie+fL)$SK|Ec@$@8LtsSV zCvUi>AP|jkN{!Znz^B5-xCiBOPE$!rAdh`N2L8nGdT#BmT0gaYi5*68GRZ`df}s-cnf=^dw+Li(caM#F#c81D(WC=YU~#c2_zJDesJlB@lR zJKSTeL#iIT`$H`{Ej?k{YeMN@BdV`<9itiLyw=Jgtw?Gf(ILVQ)_UahhsH^+CIoP_ zn801#%tW_XYriy&xwA>VY5jb{tGH*VbPUF$dAL8Loj}{-Q~+%#T820k;iilD+^vlk z(t1@2;3j8dE=WJ3g>@Gb*og6)4_K`@SH7z9*=XgmBd(v)GJddB@GC36xb_>6SX;E);bD;eN{Djjy@^?ar z_UP_+r{OXJ&5Z2sI+ZmzpO0$0ku%XJIU z>m*Ih&>@B{5_q8ToJLlRGq@cPyQ*5S*C43Yl_hxZi1_;9k;6CBb`oI^)m2y;8sFoQiq79)x8h*I__5*3)K3m zy&`>R!*7fI1*C1vim{cTJlh?G>&h zDh5)V@!M{wZ`^Py@uWM#3ejDV{#Hm$`8nVxbRPhpu~AogRa`_TODBhGD3r2l18Y@b zqcrfxXv2h6z(dfQdJmF;lpy~(y_~wobzgP*l7lJSKLA?GZU_5hcu;PMQwOqgRw%GZO{#nzT_8?zoBu(>9Fu4 z%Z|==3LW0{+gr`{^7cw#O!y_>vpn30K{Wf@n=NiVDl@F@~$g zh8K`FkiHE3kjewKY{Dvo#t}$QuPxk9P7{4J1~XXzWFo1SPAd%m!3w**b^FyCxsq@h z;k(4INAv0JHEpXIYl$`lK7soy`S)z}h4i*`N?0}ej=)iAEP-DQ?-Az!_+#OWG%+u? zK#~Q4=z~Cun&6gnVS{yJ;U0KA1Ed>-ew4E^KFc-zAsvhHvf4s+KXjUmyIz`$@tz?> z56n1ZMqiMExcPCDu~FS_Poq_H8-<+889Ci)QJ5CJj+@248wotb$Y{o0QfEObf&63S zO>1p3a-&)bjHy8{Iw&2*eIs*!BA?O7_^!Ps`7%K-%8pwPIFHxoebc(YEhqoExk-uU z4X5Z9Tsbxtfed%gS?$)&jJswW)94*kqThjU>YgU>t;TAnCPbIAk-;eeZW7%=TpjYm zp#j>*!bps+8WT->7dVg8Ki2T!T>1bI?g8{8Tr}buhX=Fzaua(^v!lfgy45VvFqc4bVk#5%blG7q+n}NSqtEx7` zMcjg$N$Ph_U(?O2@d?Q5Ty?-LW6PHbOk?s|s71eoLD6rf%|YvoHV&k_hy0huPRid> zp6ua$>LRL2`%%duEDw-qIH~m*wJ`pHYYg|2;mdis8swvbAgj%YVJM|;9^LXjrlr{( zj+U08?s1nbeBdtAETS@T^GArSYUVy+`JlFeU2sy8O`WvnIvdWNSpbn&2#!d$W8tODvQ02 zZTZVduY=k6bcCwHAdrp$kiUxvP<73l>(!Jv{x7z{b-pBXxTaV zJI*fSiw#OC9f@{F7{Klb-BmXKo=Rz_{_da##tT$#gppBk%8OlHMUYNt-G#S63OjWm zItlkl+`^{4W4HJizqo@9tbKv8$h2ZYDv+(ZV{q3<-+?=Wc0jE#z3CuB!i;DkFGDn* z3AJdT^biMojGRFJmebEp-@3n9q?&`|BsJOT4Of@Tv_gzODU6WLA$o*pCN~trWG}S$ z(N;O_g=@t@T{GTtdRyqhcmmHTzPSy2)BFVT36)9G0j$-~{nTlO#uvg&^7(}K$S>!) zp|A*U1C{AK=k-4SgmFsPVs1^Ya(h8qI_*~L#!EWsXnUM{2@~>=#xBl_;-!$?2}z5iM)g{L+6wHmZ$O`;`1;wT@ifwbn3$mQfxnO(dif z4yzUNa^-W%ul63%SnS>4VQS{X)opPO#2({2;3s4JKR6A%nY<7LOyAIhDIBnn#x?Dc68oORA*dorUiFRRLKm{akw6m%?h+GGV+xd7CTALG<~MM&DZI zwrOi^eiQhR^cf>F2|sxhgDKyLyA9zQmF8ABV$dqwlSC_+(bnl}`>qr|0bWPy5tXa< zeJDI7-2%K%_oCA;M6>FCrq+o39ve-fk_e;$(P>WgG~UKI&GQ;*XWZ2G?Sb*M?hUS9 z!uZVTZK6*Jiy42~=~dv5DbJ_!rtk~!0+8-h?n%cxWyVOW@iEcF_UK5UtnLfA(?O;P zXM{d3v9iYNoOV&$j*-RbO#)*zVu}8x@gb>6Mt*IX4}^{GeyZABxM8@{cz#ouik1&# zEXaq_u12~PGL$__HMQgnRwWM`D{T&2`gfv>M@oNx>N;n-Rm6-B;FX0HM z!We_;3xuTXx|&uA#Q1Dew%*?{HIgWxQ)!+71sc1tClaM(R5DVp*NV`@1`|}%PLJz zG>y=T=fBXdniko28}Ls;DborB<>&&vwFGKmylh$;o=2;FY|x9qH$9Z^)JBIpji#VA zC-9=v0l32EW^ii8OCR7SxOq7E)JCa(q(LRw|FUN^Q3(e!N#9dWcGEv{+9+pYO?i(%tkbfRxcF%H%_hG4wV$?brA< zoT9D_4L9;n8y&;V^jN*&=p4zg&RmtJ9Gx9~Q`QBqw9B!EkayVA4^?&<@LqQEnK z2J15Pty&kxGqLs`<1?K;pf^kR1>hZO^^7d;R1~ffsYGg7oz|Gq0Hd4G&Tg|Adc&aV zX!p?`1Ah%t*u#5{zm#eljLa!)BsBnJKJGQocPEq0-2Fj~iu9Jdi18q4)c$ii>a^YF zm7Sh7n*Ju=bm0skQc04 z3Z$XhV%>KT6XrEetwP)z{hI<8L67D??ruqoI7@k`+3L`tna5woP z?hy~*sQXLrUao6Q<9RrN_8MmcE}DV+k{Lw|FE4!-?i`htaP!Q4&$G;B?h=Dmt9{2` zaUa+^o?8pM?G@SxYrO}TG%}Kp!Ki|po0sbTXQ;vSlIZ$IiA@1gJ6u@QnT-i-lm~g0 zm*S?iq!+{0KvK)mE;?;0z~(j_O4rdfObrpjnk@59h^$S-P9eAyO-2hjaYi~)at9D9_h}AZ_DW?9GosCCTTOf2OPC8Jx$eclhzjerG;KST zJ08k7@(U>^b{gq+mtefiUw7cu(y63QS~V*#UxhTfNpGBKhuqaU0-FhJqIXv97Jpeu zRm06}Zc>c(y7!4Lw&f`P!e8MdiTie#5q%@g5Av^(x4b^B(2kN?7eu4nAi2yq!s%Zc z6HVJE{Ek*o?FH#h!|%cU8W#+z=q9rg_|cYST}h|#(nJR+e=jWt*EFa^Z>lZAU5oYu z`MzBJYV)_?CQ0u|tAlJ3KGY~LjFApBsD@8jS?NtT`3mKXYG>FzLg1up8fxE!xI0{I zE#0dcuV{4QV6hvjBkfP`kXkahKHS#_t}6Z49ehvff^?*AS(|?;&4pG+m>c(L47KPQ zSLHyG_#E}Z{mvzJBsxzz!);Upd6s=pQQ@~-TNb4J z4wd}Er$pPs^|fygwVGUIv1NZwe<5EGx3;D85~!k<0In`>X0(6{q%^&`Ph!;27{%nzF06G3(SK&dH~bIQT49vIZ3CPT_bl!=PE~zHeuq1aza_X! zbRRK3(5WSr#lX)plz?(+CVM%3q??$7L{6hX7E0GU)iQF8;VazQWVI}m<2ijFk^&pC(g&xvXmS8(EZH#cbr}zwT?h%)8=br5LTF*g55cAkF7t;v#c&XV9*hI z<9(Oxr_z|fWFsq>c0lbLjPpzuM{B2%lvFEe7XqhrH*j!A?P;|-YAe}j!NCc%UAoIO zrr4+wTuR+944Pwj8Ms8jK{U%X-3S6vQKuE`9u&F*zvBaq*8=U8|D+Ffm?7hibIpr4#7gQOyV zI;<7#bWN{e)YDi;zKyqiw*8$)EMUWT3p=`X$l!sLkd6v9zWcAFExY z+*M;G<-c|BtCb2HMRSP$YPTIm_6whdsEXPt^7lWQBZclxr>69NajI+SMn>j?OX;3l!^N{;0;k>d${TrJ=%n$$@a?$igTLr8 z?kw&LP>x0G39=q!3@?rN8$rIZ#t`9M;UW1NaDOv25BD90?h}36f_4PtcDIp-a&{^&@jN|*s3w)|(iE2I z4$>U$F7-S+X}c6?t4roQo9CR4fso5QV@88mr`oa0QU{x=vOM~ zK%Nlx@Ulwn7r2uc1IS-+VOgb7oGaJ)Jjh7l3y{$ot%**JTL$>C?qFWJVYK5fo7!zx zw*~Gg+&#D%nQW~4n`uP|d~KNoPBC#QlPkD?OULC1A}bGm1EK{Hkf zea(m$LR8l9CSg$YuG16d_VbD^BfprT{?h)w1lQ{><-V^|24O^)7G=R5OSFOz6TCzx z)Sj2_F?<16&-2%X)9PHE;_sktexk#SOsR1TB(J$S*{ukdpTH*JDo7!3Y)1}WH)Do0 zJAn(p8#HQbbf!|%-21rC>NeHrPoZ#PIjbtwnD%?sK{i)MkSuB3ec$ zOC_J-$AWzHtfjXR=whQ;rVTLn8Qho6txjs4Zb_k{;qR;M`85t`PaLK3gA1uTlQQ@V^Wy%)uO@X$U;6n@TO8Z;X*@D$ ztn2*N@b8HJ?)023V=>yAR#Ry2ovaG-i08CweT*z;|DyPNg+23-2>D#VMOcYtzaH`6&Df9Ns!kSA&ew*b7%p7*76$(2csm6;w+T21UV2 zcuSZ(U~U1lt*^i`aP$L}8PbWN5k=CHxJ?W{ZSGaIxgb|@Q#1L48)_W)WQ?32=Q+%X{s3-?o6MHk zFs=YU5BHGrOx>@f^+;Wk4$)`?{FSRKBxEOAT=z-{(HhEyU3NN+s^K#eT~-@Js-2|^ z8M&U*Y{E&RYlzl1XrgWho(DMfMq5R1nh#S-H!7U}wN+TY|3mQvITP{2U{Jh53OtzLL_jc~q zeF`@{lNB_IN!w_QQ~QzpW~a@#pMfk0wdj3bx^O>31W^tM0+}oVI#RlWsG42Qlss`xD3*XUO~0_PT4~v zD#hd%M$W`IW{*n3Y@ScyZUX)XZIxO(GxnR&8g7t{ng}J~in`(iTosY_BCuH6(RHq5 z@-Hgiz-5*er~D*=^cpdgzc3>|&o6>hQ~L;Htj1_k<%4|GlKa`N^I`x;nWQhmEf(5X zYd({+>~;ce7^!!K7|N5_$i%^$9#m5DGjZS7eFgUiX=i&(10INbg3~1)S!a-&987U~ zD@a9O1{=`}yyP`^h4mXzsR!~lmER0%DZRvG1_G~3cUk&L)7}dqiltItqo}Y|n8R9G zqJ!8NrFPY2rzcuR`mx3U8D3&XneJCVFmw@ER1x;@1Ug<{s37Ul%qkqTLUI)T1*`IlAWoAHDY&x87$@<-Ck1bPw3 z0$c^HPmqe9VeK2Z(r^`=_JAxj=(J^?qI`qX0=lcry{dLqt(wQZ86&ea3FViaE;`*M z+T1d&=w-rvRreR&zsbL;c82mhOzx#Oo_s5tU*dVB#yKkOaZ{06DcwTgQ=tRg7~I+# z1H(g!mfNi^?)$3!zf$EY?Lyo;#M&tW*9i0@UzdD) zpNj1oEr9o#HXP)bFi7n&_g}fN4nZ`^3fviPn`w>1mqct6p{dYJXdXhNLJ7|1s$H#g znNp=Yv}n_$ZuP1SI@GA!yhXFR)mpZw+qhAOW>v%A&ZhZ)NY!c$YIbN|w{6X{nf|X- zy-w9;9a=Q*P^($ZrX3nLt5LJrnwYy`c+8_VC5CnyRASh$VI_vfb{W!t(1;^0oJwupb}kr zb{f>R+mI4HI`i0lP`81_2aI@>^!dL1yS~z=Tctt%*){wbGdNEOcM`;l7w=B^AOG_e gJRXzl;!_!q$E3NFxKDy?@sG!3`rkhX`RAMe0slCR761SM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76eb458f87126939fa7964147384b3f4d3fa7511 GIT binary patch literal 1691 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c0e9c0cc25e55dbb8fbaa60d72ca67230b535c7 GIT binary patch literal 22156 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..130c1277fdc3443da2af4f5f86b3e1917cdc07a9 GIT binary patch literal 84660 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..313636e4ddabe625e0780f0cb2690948bed21fc7 GIT binary patch literal 1682 zcma)6&1>976ra&bTG`okQn#_!?j<<5bSbe&b7&wXI3Fb?sW+v*1YHKLG`7`B+U;o8 z&YB#2Sm>rT^i+~#PA~ zQIWj7HUz!DJZ@W>XG3Xiq}IkDmq0< zG;)XdMu+$&H}(pI?87@8j^!6uN!9w3!he;fb9e85dgJEpAdw=dw`901pyh}T!8EBT7+Z3Hm~>C8$il)=rmn*j=l$a`?yjK$2`T1H?U%tJfw~V zaTU`u%7>v#sVTT@iMZxrwAnyU@IC$+$Pe@hkvVkS>a!e@Ehl7LhZ31p3sfXjG8=oa zdjE8XM}+AaBF|*p>$`#0=?;&`v*Ji^#Jz6cClEQURjt%WT1_rei?JXMBx3?C3fwTA z@Kh~X5(x}GJ@4mg&Ri_|HY_y+Pq?gVsh;p~EuCP@3*97PEYV=qg`HQ9z3B>jYirBi z3_RHoZ5c#d*qc1ww8NloH`{Wf5noxleA!L{$uBis?<;qmCw4Pv+6>hEhOj+o9G^@3 z%f^OVZ>siLYPLlQOl-fCE8tQV$VEVsJ3#*4AxBpEadEf!t5x~MsvKDJht_=0nm?NR z;HTQb+_l5GYh8VJ>S*!$!Q%4a;&N9%v=;hS>HEoVCm)w~OI`IG!&YRhE3i(gD==Gd z;wa=)tEI+Wbn!WPPQ^I@5>&e&rh%p9V1jyvS{voqZ-@iy@P z$FzB`A-Efh8PFHAxJ%Bs6}s_y3lck?uS|Lg)ia~B-G|C(RTC2+uT>|oL(pr+(n-dm zhTjU2FERFY%MFK!szz!-b)cnWJ1xK!Au8z0yFk+NNoROG3>m9Z@fMmy50_PXgoUa| z77+Lj2-Gfn2AXc1ACUhdC1OquG-}K~^#%k!Bl4mEQ0IXH2j+=d<>^J#sEkNXEhin} zDj&)_%*Hv@kGbBa`6u7Y(mJb)eF-QT?RC!`>Bm0i-5K6F6SjK*Q)&<*?i; zBd@HFhnc=E-UAt?D(L_j6ey*GtAt+dk&p7TPd@C8&px@*8=rl$&>NovvrHl8H%V{$ N{TC>H`7fBt$3LdLije>S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d01a6d85a542c82c999c3581e389083ec5f7c6e3 GIT binary patch literal 40164 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 I%W}E@2Np{Jod5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cfacae03dbbab7eadb2f7bd1243886767abc3e1 GIT binary patch literal 79256 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfbe7ed83f2d84143f69be9a2058882c5a7a124b GIT binary patch literal 80018 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 Fe*sZl#I^tc literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ecc4da1e04a128a5323a87e1eba71c0c511dbb3 GIT binary patch literal 108735 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

    3naxAmD|L!`p|?-38T1L&Uq|=zwD! z#|9kdINq?nJi+nAfD;`j1)S_SCE!%YX#uA@&ImZuaaO?Djwc12<9KqwxsLM!&UZW| z-~vZ=#i^mG(VI>SxX^KtA>!RJ3$0C#r-#-hj!OeBb37y9nU2c?u5er#aFyfgfM+>2 z2VCR0HsINYudWNY-f=^~jehVs#E&(U&viU6;Q5Xhgo7`1bXN?AXtqf2V3BS+OEta9 zV>{IJ99-Ia(3ZM=wsh^WxyP{04Fk69*Kf<-y9LFmKS5YW6Je zIik%$Nv9u_boxQ6(*a4R1CmY$B%KaOIvtR7Iw0wEK+@@eq|*UOrvs8s2PB;iNID&m zbUNTbpY8VJ8!N*#u>F140E2@Z4mL2yHS>42ou0ZFF=l1>LC zoeoGk9guW7Ky^A$bvjUWI?&&!Th-}kQk@P|oeor;4pf~ERGkh~oeor;4pf~ERGkh~ zoeor;4pf~ERGkh~oeor;4pf~ER9C1@N0aJwpz3s>>U5y$bfD^Vpz3s>>U5y$bfD^V zpz3s>>U5y$bfD^Vpz3s>>U5y$bfCIIbvl|U1=zP6w(^2dYj7s!j*0P6w(^2dYj7 zs!j)vG&R>?Ivwaby`fB<4s@N~P^L}?x=wE>Q>O!6r{npIqwDmBGIcsyU8gscsndb3 z(;Ldv=|FXb>-2^)bvl|{r#F-2^)bvn>>dPA8y9q2l} zp-i0)be-N%rcMXCPRIPs(RF%5nK~VhB9?J&~Q>O!6r(-VX=sLZj zOr4Ha*Xa#q>U5y%bm%q6H=yfueD02})A6}Gx=zRE?&vxlpSz>$bbRiPuG8_kJGxHC z=kDk_9iO|S>vVk9j;_=3Sv#sLT&Lr6_a@ir_}m>`r{i;Xbe)dR-O+VAK6gjg>G<3o zRj0!hs?&k0(}AkffvVGis?&k0(}Akffv(f*%hc&W)#*Uh=|FXb>U1=jPUjrnuVXqL zNS%&W)#*Uh>A;bu=I~q&Y7Xc+y}nGH4s@MfU#3n6x=x2)b99|vU#3n+tLt<;k9BmN zUSFn8N2}}f`Z9Go&~&w*XXmXui zU#3n6x=ybzQ>O!6r`MOM(}Awj>&w*XK-cN@W$JXG>-73Ebvn>>dVQHX9q2l}zD%7C zbe&#brcMXCPOmRhrvqK5*O#f&fv(f>xjVW}uP;-lqt$hKeVIBP=sLZ=Oq~vNonBw2 zP6w(hT&LHUsngNqI=#M3oep%Jj^}caazNGTK-cN`+`ZLxIzD$t)#*4`bvn>>I-bk< z!K%~IsyZF$I=!w;oeor;4pf~Ebe&#TrcMW{P6xV9uPalh1JxC-)9cFA>1a}&4s@Mf zXF46|I=!w;oep%JURS102f9wj=kDk_9iO|S>vVkXj;_=3xjVW}$LH?oIvt<8qw92h z?uJ39<8ya(osQ4l4>p~S$EwuncvYs;fz;_h*Xj7I9o-eK)A5Nzr{fsgS*kgZI=#

    >U5y$bfD^Vpz3s> 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 V7j=3s==7eOYI?#p_pYs}`F~ze82|tP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05cf9fcc48fbf5a9633b527979c51dd19999a97d GIT binary patch literal 80196 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

    09I8}G_OJst17|yida<%E>zSDRmG}G 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 ZIkC?V3XmUBo-K^~c3~W}bwov>@V{mrnu!1a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..996218ec0dfb3ce78ded90160f758badc8da0bd3 GIT binary patch literal 7331 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 D5(CK# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..185a52882bda28c5a1a6cd667759439367f851c2 GIT binary patch literal 4119 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 V$_jseobA>m_y)`DAbrp0{{cfq#Hs)Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..603ab6e7f733ae96dc589e270a0198fcbc9c3394 GIT binary patch literal 768 zcmZuvPjAyO6n~DBE>x?4f-05E#xY2nHSId>GR9z&3S#5XT&xg#T|}A$CvE9%2R;Bo zNaGWL5MQRd4WE!WA#n&Qr=56CS2T@1zdZlmpS(Y|KQ|h6K-&BEtM{G&{4mO#oC`4B zMQ{QF1c{+feA2gki-07mg*FRq)Tab2*a1P`g0Ln1L;=3yHzVH`&OS(IwtKao#_U}dCCRzztM#2(Q%4#t@j52LUMFOpQ-JmvHeswW`9Cjxxy1xPCG z_P0bk$FdRoMIBIlBH_=7YE})wC;4GkH7=sQRBR}dA&aAzEE^X`X|le$w#M?PkSkdbzQR6omPHxk7$#E1 z!lOV5Suj=2Au!QuHdYImzY^w(^Gy`Tm)2SH-pBP1D-(AK`P5xHyW5_)hELu0Ro^T~ zHRlOCUQO4EafZjF%#~E*D)U~ddfGNEsM|)b{<(wb+})U+)uw8pijNKQHz-O<2swiX ulk509y;VYkw8}a-_b2x9WiD;%ESK=Vc-Q@HtbeX?m5b199q*b|b@mtIlEi2L literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a49e1d26dd2ea8f7b74b41296e2521c83b37b1 GIT binary patch literal 6394 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f839a66e250d77b8e1f6b00769be9ef3fe2fbc91 GIT binary patch literal 12460 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 QlXb&}cbI%DLSXEF14CGPp#T5? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/idnadata.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/idnadata.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87cdabb490f64be253446b4a5ff24bb213ee4d04 GIT binary patch literal 101529 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/intranges.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/intranges.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77e2a8f532f5f89eca876a6e7548522d57bf40b1 GIT binary patch literal 2968 zcmai0O>7&-6`uVg>7^-&5-iKHYmH5}5EGh=OeGFdxdrOLMq^8X|8h`Ttk>KjwbpW% zo?S|oN;O2$0#u-)D$u|@zfHlmyd9atOI zISTs`BL@2;|85g(9041nAfp=MEtDM7j|d2tQF4P1_>{LfsTD>IT8( z5?h>Ec1k2)wygCeh`L4Hvanq)-XoOlT8>@7v~0U7FgeF|Nv`aH*#ow6PO((>2q;rh zqQoV(r+cPjGj(s7;JibN>dcJm>C~G|VPYGz$rKLw3!J}@#OZW8nZ~!5S-iHp2F{u4 zgEDcssk3Xkiyz{?dDXP}wnNQ=Y3mk0;7`v&OxQDv1iv?9Ifa=7k2{%6tIydNSxkz) zd>u03E4Rxfi}(sli{^(Y@ygUr=OAPIPXuNXyf5y<>LcVG*sGw&z=$GY9xgs0l2B`cmy%lbfo~Q^Fc>pNJ1-gSZ-~rGpB2%Ek z_AJOqfy|!l?+(CgQ>loJ1F>^AoOnkD^NM0f0}sFn11_-r82o*~eKM`#QwpdeZ%W&% zUi5%Paaaa`E9)mAu{ZZ{1eiLET?{|~m=b`7og)lmRJRMneOtxw^kJsG&T*x^z7I4l zK%T~+$FP>dZaKFMDAK(lC~+%$b%J$DFnOrwJZl}K9G3tF2YMXQnu+Hx!SXx^cBKGp%xCH+gu0DLdyF#9&8oO}k(Xs;FNMczzydFW?HZ1tHpw$7DSQS2xYAJ%0($ za|S-jGMxdLc_Q#^3)uv#Qg~+S*!X)y#PgU1ya?Gth8WGnRQT zQ(A|F+1d2$Y{ms+=SzBSMThT{F%4VKK!yW{>C(DCvCnCF>J)iEbP`-0h1dNXkSh9a z3{9M&8Z_SGw_u>buWk;~!^te$}2xbS4t**tt&ZTn~km?$}g!D$#hi8UOQQ z^Tw0-U+%Qdz1^AmaV^%3jQkIIww`3eV(FTvNz?UxE{usJKi7vn%4p$gnF z8^BkD4Y-e>FvP{@7nD&qo-T) zX?h%1eSr?OI_8yoW*P5$hO&nU#0|h%p4}(XB0UMa7L$AV;mZ#tL{GsqDbOFl;4(M{ zQ2^o$GC&-ihMgZV5oVml6WbZzy1MhAzR*7YYAgC$OMWc~N(KyQltn$176w!v+$r#J zxDOk`aL3sc4|d@D`{{-5CmxcNpdSh=GFV6Syay@Xd-|Ocy62#~4R@(ufZa_QdZt`~ zSRaZj?DU9+DoVdUE4C;gTQsCws3Hw@&_nk?UmhR!|9?D(nCE_P=UxmMK9RC<=^f$` zS~P8FD|vjECG;-N!*%Ym%i6&XZ1k_>p!V2(c{iBeP4jj_S--!1C8=;U`JsCz-1nXz z4Mxo(d5?cm$|^G%rkI_aeKbGBTZ`sPCCBw;CI}75EG&Dzpt&r+tZBf*vFgVM6%YSY zc)DrRB*?r9ulpI0D*8J1N`0;oZ^sgySfYC6nL5@{Pu1UVyx&$+9W_vh zzrO`_`oZ=GPs3BK@YJ*M=|-sGej06$r#j=QtuPqVxv`JtYx7*E8y%~?!J(Us`e98o zoSddnR(g<%^%8V<%5X~=#C(YzmsLPeq^u}>`JUrg{M5XZxGA2T?<4a?$0%FmCo~O$ z3|;QGKzfoO2t82|xCwS6Lqg~`IGe?g6Zy^X7-8HeCtb% zvxiAa5T@%BJp@A|%ZJ@y;PV3{A_%FSTWld!zthO>N{zQZ0h7QUCXrDgUccN!Fzg=N Wb(@!WAAUK_*(bO8@Lvhf$G-q?k=iK$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/package_data.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/package_data.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a44c4cff308055a9e2f4519d081add3b91881be5 GIT binary patch literal 204 zcmZ3^%ge<81b#Q)q>BRS#~=<2FhUuhK}x1Gq%cG=q%a0EXfjo?80#4t_-QiU;*O6m zOD!tS%+HIDU&-(pq~Vv3epzCXetCJhepzO6Nq$jfNoH4$RNaEaTZlX-=wL5gX8Okdun} WfW!x8Mn=XPd?F3pAXvl#6aoNzJvQPVJ9a>%cSY<9D54@FB2q%RbPgR`NFky3-g_^hmk_K7h=3K1 zjh3c9^{Lo>e)~UjX71kGEY|v1aXs>8e*ZZ$bLPzKJu|1=Wo62o8%O^&`}Er`+m|N9 zoj}C>cXk-~>4$6M;-xB5YbK(*stxF^(bc*kk&?(ZX zWT#S{BUiZN<18VT5Mx~DG_gc#iPmQoOHL&zr?ZPCr&5&DImMFGS(MYc#gfz6l+$^| zlG8bqQ|V&K>0HXGOtIv29_4g?vE)>ma=M^cawli;E?va+K30#gfxSl+&fflGDYM(`Chy(0V+`C`fGTFUAAV#(<` z%ISt;$*DZ$bYrpPbUo#CQ?cZ91LbscvE+0k<#bE2tG` zEIHjuIaMl_oGMUGw-rlH6)C66#gbDc%IWrE$>}!AsYc}wjbh2E8s${8SaPaPIn^qboN7=`wTmUEnv_$WV#%o%QGMgizTPJlv9IZ$*CUYbVsq|RG)IXvsiL!KshxmmYnXOobD=?obIHY8Wl@U4JoI) zizTPKD5rahC8tJ|)4j!#)7_NQeZ`W~J(Sb^#gfy#l+y#nlGA;Z(}Ts5)BTjwL&cKQ z1C-Ol#gfy5lvCqk$>|}=sY$Wq^f2Yrv{-U#OgTMLEIBoyoE|NfoSITj&59+bM<}Pq ziY2EG5L8=`qUbiDJpAIpy?ZvE=kP<-5l9n!#mMM~+UnISt zNP1zBv}}>IT#@vmBI(6N(o2e@mljDcE0SJbB)y_YdS#LHsv_ytMbc}Eq}LWnuPc(4 zFOptgB)y?XdSj9FrXuOhMbcY}q_-AHD-=m97D+1=NpCBXRxXm>UL>tjB&}K`tyUzh zUL>tiB&}H_tyLtgT_mkjB&}N{tyd(iUnFf%B)y|ZdS{WeVUhH%B59){>D@)rdy1s@ z7D?|blHOk=eV|DCV3G8pBI(0L(#A#7CPmVwMbbx#q>mO!n-xhPE0Q)Zl0IG}eWFPE zWRbK*k@Tq|Y0Dz%(?!x&|E5dh$p_Lu`(NwUi7lUutN3&wq7@TzN<0$n*FUFZivfLl zbjm6DRIh07UPDV&uU(~jm1;Sqf=>Mh1id}{PmAk9x6K#EQ-+ad z6%#8)0?0Y>H7iC6QDT6b>=XudVI1tjC0Mv53zuTyvsf6}xns{^VbsO(^H{hv3zuQx z^I7-;7QT>$%d&7e7QTpuFJ|FOSol&FzKn%0XJI@Z;OcxO3tz>;SF`XnEKE-<_+zhQ z;qokeJqzE!!Z)(;O)Pvf3*W-Rx3X{r7Ou#`m00*T7Ou>~w^KMLz9sdBDxh`f4~46; z6xA57&cZcVxF!qNV&U2>jI3S$by>I`3)g4i1_*~e^$r%klZ6|y@Leq2h=uR=;e^6_ zD4Y}jXij|liV21HLTGA82a4Voi*}^w{jq2wMIVSoJ5lt(ShO=mABsi0Q1szgv@1m$ z$D&b+Hi<>MQ4}=@tI?gJkHn%qDEeqD+LNNqV$og{eJmF3P0{ADXdj9`9*g#+=o7JM zK+z{-(S8(d5sUVx=u@%i0E)JZMF&#!=~#3SMO($9gDLt>Zp*^Yvv4~WZjW%-UpugHM;BfZ7i3WQC;AunN8_pk+Xqz#4H{H+V6eZ|Ei}vqyd!P0lySMMssbAG-Vz2g92lVe( zt4?D3{_U&u8In`#`F@?cJYOvsMft*%{RBIa6!$}Duy9uvjl@uUBFdhH4Cqya87(B9+y8xTfOIq@~f^lfxe+jkQRHvzD`hEbx;F3~9%hJ#s@{T86GmA3kD zLg6-q*_ke*!?%OkBCAt$hl>VXDMWeg1Tc9e6lOVbKuHQ!KRztA79FzdUleuE7PO{G z8!6lk8s_$@OJOSh#(X;HHHj7wdR?N0gx-*75urCFT1@CIiIx!BBhgYqZ%eey*nIoP z3`dN^&}3H+BJtEoaDW+w&^yvU{~y{P*SJW-oKU!zB-7INe3w({`y^UHXum`&3B4oH zDnbV&T21I(iPjK0DA8I%ha_4@=&(fV3B4y#CZYEw+Cb<7i8d1YP@+wQK9XoNp^qin zLfz~LP}ng(k@7Y=;!}yX6Uvcj2cgd-+DYhhiLwZNA<-^EUrLls=qo}w@%QIM`t_sg z9Yq3Dy-49P7Cz3xCs_C-3+J+M9t-EQZ~+S!vhdd|{0$3#%fkO*;qO@ZdlvqIh5yUK zKeF&oEc`PIpJL%(Sol{K{*8ryXW>6s_)ix8i-rGY;s3GlKR%pL7)K+|jGX}(WN!|u z7>ULM*&Y+cz+`d?$@HYRmrF=FjpUL{E+yr3lFwrD*-{=s@;OXCSIVPEK99+zr96h@ zGE6>S%Hv4BfXNq1c>>90nOsiFlSsaZ$rnp`3dxr+`BEuQBl$8WUoPbtBwxYgE2TV( z8OgUY zxq_2zUt2+PMJ890@+y*VbMk4tM~$E*r80)*OuR?5vMhED6??lYwqioGij>!pT$Rby zybK2wJ%B!5o#{24o)d}Esxn&3#cdmGrsTC*@;Xx9N^)H$*O&4Rk{dAj4k^=&C3+{5 z8%jBwfYlS%)?vBbjZEzko%-eGqC9WOnyMh!%2RS$qz}Hriamo zncUdRsL%c^T3AP$IA(g-Td)aD*&&ZO*|hFkunCVcxtWw<6CPu7b1B0nJkI1NoNUX6 zO?Z;YEu3u2hD~^i$>^jpOZpaU!qZG{C1u!zXPDet%CHH~GP#YEVH2KXa$70GCOpsN zc2b5-XwT#hQie_F$mB#R!zOfMa%U;SCUjwPS1H3LM48-8%CHIDncPFl7`r{0+)K(B zyS zDPwTI$mEx#jKTdflV5Ri(1!*SiAhWx=0sDOeUqp%$qt#y?1AG?VMnA&8IC`V$-|v& zGn`BrraNRa#9+^0M~rZ?Jz^>yF;b#wghn}JGZ{^pjAogPb+XCi?KyPBIDz)fAT(a0 zS%fAyWb>U!`A!51XF-#kY%4eaG~TFYfbn1~+ZlPI$+9R6wkfP8Q>9Gnn&>o%X!R4F z?vOnl7?T++li5zTr$bAX=p2bQ&=GUl5%Z)>OO5D!hin-z8VlGF3#E+nSj6PTQijo3 z!sMk+HZ|OzMCC1W$dPo+GQ6_bxj z8QuRFlaEUo-TwrWPf8ixKbOgQQijjWXL5m*;WG=F{I!(fGrwW-w^GJX_z#o6lQMkf z_e}n;lXD`8L#ccG?Bce2zzd#Y$$t^@o+)(1uM)xY{U*@c=+(coO#YDaPLls*@?TO$ zr~jMD|C91=lK){cJwzWO6AfV{vd6lh2m2SpYNn zTq$F+dmfWZOL@#`yi%=T0G+b2UuWQzXkpEYJzo}!N%RFwzEH|$Va?=nQZ@@~CSNRN zOrkGg@}*KX3u`7{E@k+=E0}zxl+D7L$yZC+EUcM)t(48en#tvbyk{>IoS-Oy)XzjGx-)N!yw$s4>{Lvbij!QW~*C z?(sSW;`W(UER*jO@*d1K?sv#suKgnjJs{C&LJvA*uG&5f?}vaw+wriJF}xcyxrvl9 zyqhxl5h;%$`B5e}lQM?kV@zJ}y--> z7I8QA&e#^f0razbB!c(37bra9J}F~icE3j@sL%r$2hiLPIA|{JK{(I{eKyoF5XQDX z@#dZiY{Q9;}Fg_2`J1h)uj$_6N1vGIdBSh z?dbldxfa7+F7{f`9i(WwKxShtL!g6nQz<$^BD$#*9VroP?Vs=yC4K+I$#@_?omZ&Nd&_*+o1rrhX~AZz#c|-sG@Tv!jfp7M3|w@7w8a% z?gEK0bQc1J*JhEFVS*M*luBrcL}`TR%R9CgnmQhWEnFrMOyP2guwq>y5q#E4hX#-t ziaP{*xym7%JUfOfHbJSq3usYbj&a_YIT3 zm9kj|GWk0x!}5I3L!8VeAWAg7#wp}(M`iBEHy;(1^^nVNaT^Nf0NkliZqyI<*QxQiVH|8JS8&4=+ zq6vf|5=}gfud5Sa7cCi6gfsAU3DE>u6s89yB*M;XNry}ie-CT$QW9ae^(==>qrHc* zeYQjP!0Cj}amc2^cIvqjVLpDIM6(E$mS{GiG7@38_I!!v61u=4TZwsuE)?i6Jy#Je zD-j%5If>x7E|Lh2>tc!ExGs?hj_Xp1;J7Z62#)J=iQu@daLBaRVN9T}bjY00VYsfV zBtnn8S|aqwYa~LCyjCJOuj?d&^C~aUdr5?@mk4vn8zf35bfZM@VK+$xA9k}u@L{(| z1Rr**MDSr1B!UmC=#cGS@L`o4vK;_E>^6z8(^^>~tj=zi2-BY`5{)HP)gfCV)=|}f zLg&&>$}sTlncTt2wsJ7=9hscyWScn*d?zM%mNE={7bbU=G7Nl_$=#$31K*v=J){f+ z-;>F`qznV!o5_8oY?cO04y0_B22AcRWpi(g$pfWqmIh27EM+V#hA?@klwsaqVDgJn z#&+OKOnzC)*baP!$w@+fAG5k)Odcs^%$`Oud9;+VW*@`ku~J4~8^`4FPBxwCeQcdg zVDdyKo6hw9B$6jFd9swT_?*JzsZz$)*)%3kmog?%GnhP6%9upWV)AS$V-hvT$*1vu zb%VFa|9x}D{%@`<7L&7iu2>q{^QDZjyMW0HrHrw=h{=nkjIq0f$xEe-vAc}P%cYF5 zyMoCpoop{P#_lR6uXeJ%)EK*Kn7r1>_GpaVbxd9_WsKcSCU0=E%^YKQBa=5t8Dn=d zleb72V|Oc)w@DdecRQ1JNEu^yCzG?JjIq0m$=OoI*xl{rNc2^N!{yg&BIyU%@_XGU zO^CiBWjwg@CX?TiG9Fyn!{oQ6jCTRBT3%R)Zzbj>P!;Q&@r3@qS z9+TgfGK|CrO#V>HFcKdz`C}==NE~7ECr&o~?gO*ZVseg?O~?8GM&dIje=cRS(qi(L zQZ_3sCLfhD2JwUoN^j3Q!h9`UZw@sb7!#1ibNAw zu_a`&X;iC{OfDtmbdt|v^4U@zLGn3FK3B?^T%5<`(o)9cq70MImog?77clukDZ_4* zWpX(w!){!}_$ZjU>XOPj^d%-GqB2!fwL7 z5@9#tK8diKaKA*@O?W^e>?S-Y5q1+Ek_fvA4@-pIgvJtKH=&6{*iC3E5q1+EkqEm9 zk4l8ygk}<9H{mgfu$$0appUVe@VG?SO?W~g>?S-Z5q1+=NQB*lrzFB|LQ9D-8+#ha z^lo}i7U9q>r2C}gO5#3R@-ZfU89o86*4Tk#7$4901jhF=ewguZ82_Ge+zN6PD^ zEE2sM;jqHjIDQ(ZRX@N}R=dv7X(dDlpp2%}1_RI#pDgss6FBw1otQfx#;V^wu#vf&T1LLnU{wL#qGhT&m=ecsL zAspu4i1E7_Z^L+7#-C@r9pl{@@5A^w#-}rWobeN$Cq!GFLv=IlPmL3Ibn%p$h~l(WSV4 zUnsl~m>wixM}DP}tg}gu0*4KI(kG8Z^BDh!@%VFN=}RCSUWk&6pU3zGjF)BnBE~B+ zUWxJQjMwm-W&{Yw8e#c{qswu&wOI1nEO{N3e49;PmnE;~lhd0kjNi$4L&oo7{65AX zV!ScqO&M>-_~VQ};W>>*gxMKRMU@kxtrebT@v{ogwkOyIIJ~saA&g5^q-{UTe4?Ow zwE)k>-h$Q68LUVWqHR?@R@r(y@5-iY)S1<35aYubPh~uf@v)4LV|*gxlNevY_)5kz z8Q;M8CdM~2zJu{B#`iG(Hskvle~0mdj2~wFJ;skRevG}$iAUVg)eDZU#z1;b;f27FXj^|Iy@`Zy*n)|ScV>JrixD8|P! zK7sLxj8A2J2II3BpUwCj#^*9VpYcVEFJXK+0~9rpJM!J##=G|EaT5H-j?xp zj3+YQnejf14`O@_<6{}0!1zSQS1`Vk@lA|xW_$7-{jK9kG+l=pL{2j&*G5!(bA2WW0@lO~(%6J~* zKQR6yC9t|0Ix`yZTivF82@kcn9b_+ zsw@TnUm~FKAMd?9QXSq^u9U5VJB(qIqi~o3SKM zs3a3?k|$Y`r&W@vHc2a%q>V~4%O-h_C5fseNk_ABAE%p7LJxKz9G*sB&l95k)S;P2 zccE|fXGsS9JBisUk~n+A(QNGW4f2?ls&PjN@5;2wV6T|Q&faM85RdHv8^Z(W-DW7^ zl^o_%*(+u8j6{=Jl1Va2_C(uIlYNp%bUMOeE6nhmp88dX&bEinWl0vQBnxbkMJ&lO zm1L<+vYaJZt&*&=N!G9=+f|bB_G0evN$8F@!r^ITGyX2)2O0m2@wf|Jqei0h5jOeI zTb>9vg}ua3Ilc*ZD)ut{U8Un@!$GgpJDmuJ7wa#V77uO49ZQ)_Y5(>*P3X(Ia_Lzq zgu}^w<8m?H1mTc3W4t-zPcz<%@n;xs&3IeJ+c7?Z@sW&=Wqds2nT&5>d<)~-7~jqK ztBk+K`0I@CVSF#+M;QNv@v;}i+N~VIXt&dOg_;3ggKdwU=ri&Pm$CvccLmZ#ewOj) z7=MZJB*telKA-VlJf~Mb5%wMP*f`vN`CT#GfB8c(+<^I0G2DUqOEK88zZHY^{2y32 z$l@-haM&4>E{*YF2#0(Qf*!h-1I6U987(Wl;@YSR9S(*zNzmTQBlBFrn z_z=dE7+=Nsdd7cYJno8EJ+DJJtY>+~D>Gh=@jDs6oAG-Xzn}45jQ3%D0OLuFuV#Eb zY7~U+Hsu*4^n5G!s zEtswtUM`rS7?uY!6~pTVvlPSo1+yIsj@Sm8<3QK|c)eh*VtBt`o?>{xV7_AWi7ikJ z4^b>s3{O!kQVfq#ELIH9Q7lmm4^k{u3{O%lQw)z%ELRNAQmjx64^ymE3{O+6QVfq% ztX2%qQ>;-84^*sG3{O<7Qw)z(tXB+9JyS6_^$m)_sc%#aPJNSNaO#^C!-ExD6vLAh zTNT5j726cUvlZJF!^0Ij6vHQ(c7lb2Y?spU5Jk3Pc#2}TVtCf=Rj|-#?L{~=iia8h zlkvD~TzY!h0bygz9wEa;1>EidzU@e$iU-XA=+Pi{cr`CRVN+N4poIlBJZNV}Q%w(A z*%Y-rXl+4l587Bz$Aj?g^12?hvnlF%(7}TG9wb`Oz=O^Jw5bDNT8$n8@?uw;x}gVy zY_0F|pqow6$b()M-0eYN!95=Ix8Pn623v5S2Vvvi?|^wabRR730}{c|KIo9ON1O0O z%tMX^<|@%MKOTfvrm+X%m1*JuKG8;bH1z=AX(RB61GYM|2|emiV6I*y+6*9U#>c$a z&Yoa%55lYPxChVJBA)OdZ22cWc#cw>Zf#OKz?XAs(lY-{)+Y4CkSi%{M);Sf6oY?h z=~xh6`lmezuXHO9!YloZ17X(i7_A)(qW09E^*zt)nG-z-JVP!je5WcP3#e=Y7T|Efjs;fI%?uuPtwTXKTh(m`CC&2%WhmlX+YaKIi0=eW@!Q-S@kU7H*V@Wn*}n;kHR?ZLcai$lR+n`WyA zy)D@0Ksb6}t+qQB^s$L{cre6*ogTbwuXmOMrtJMN!Mh}a3C?yX=xg)Y?SXj>nVd2} z*p=h1r7)bVt=cy81Ugu#N0gpIy*+{HC6sQS6=!-WrJIMvnSQp?&C}vcKUeAIadD=X zR=Rm!oayH)-8?YP^b3`4o)~9(Ii;IN#+iPx(#U#@iX)Hu_xRJwU= zoat99-8?tW^lO!F9vo+Sd8L~t$C-YE(#@mePCuOstP|jCZL`nV1>U3zHV>t{f~lL| zqIC0AI@2pC-8`1g^h!!M&!scHveM0i=}fPpbn|37)2k^Rue4NWdJU!HotBzRucdTs z=hbF<9i`)*PhFOGcQE}6q;|V*1@u-wwla57X~e zIt8+Fw!}1K%TPq!gvt&rgv33#($LQ-IR{;-<|0_ zl#cP=lj*&bj`81{>3x)r@!yx}fzmPl`!T)0(lP!AFnyrXG5!ZJeX!Co{)aGqsM0b1 zUts!+O2_zriRmvZ9pnEMrYA{#2gd&}rY9>M<3EMzsY=KAPhETfn{TInz>W0*cx=`bwgm_A48caGZ&Er8!Dgm!Q92C4R;F)LIt;;frteTX48cyOXDJDP~l@3F&o9VAg zeJ2dTYfOJ#=`aLuF#S!X!w|g1^gT+4A$XhVdzFsyx{vAmm5%ZH4$}`P9pm*~rXN%~ z#_J)bA67cX>w8RpU+EaHA29txrDME)#PpAqj)}k#rhlSzOawkvt?)4x_a#{V}= z|5oW3|Nmk7cS^_j|DNeTC_VFZ&Z%DTJsH?uXXu>hrFmBHkE&o8mY!OS*FBzh^r;r*1$Ra)%hT%i~?a;{Vi zJBe2*hMSgGD~6kv*C+;~aV=PQ|D`;_;TBH?m3BTIUr{k^Bvw)k_W^HH4EF&mD~9`k zw=0HS$SR8AK44YFFqo@>g>|i`bnFP$R}3464HUyYw>uQWPT`%3VXLsAVz}pamtwf* z)<`jokGsLbYyKd@;Wd9)rrm|U+E_94)h3FeuQpW-ef1H=&{rQ-434rHSa{8wBOKPP zmFM(!m^uy)sx{M}RXQA08>T;}bo8~hOn+YKa8T{Q!fV=9>F9q^#nAt{DTe;nT`}~( z9*Uv=^;8V~ua{!zf4vn$|LX%5*0rzGgCsi<4w%@_i}+m`IJC>D19}cGHIuspd zXtJWohNdW*VrZ(OsfMO0nr7&5MTZ-ju4wwf?WgmZ^#lBj!jUudnY5sD#Rd4;2Wo>6 z9{gy*NDqFpV3Y^=We7TCvyDe4Jw%amAZM!XZG{A3c&>5}p06(-rV5JB6nGFJ~Jiu>l5LoR2erbci8V~Su z8wA#RaE=A*Jisq*kQrGI5Zbj3P8?v2!LIe@3U74Od^F);rh%IrG#^bkxSAj>NC87X zvjyQW->p8e$v1n8$zq$QW^XVXUVOV^@Zvip+l6#H9kUiVA)4g@el~;j;V6u4hZ z#vCczCkj8Uz1t-U@B<^1;#CLCHbwb&;dx*447I0EpBwtR%PVZFP3D~5aMZTdRs-L3 z(6-fD(^hW*hHbS6;jpdV_K8hf?Y72nucxN1=*@H6w zfxHRyD$CnbY{<8r1^)GLHE)$r){~{_1OC$AGmLzjN6Z{Xi$R3LepMD>b5(FU$CEHr$}#;igw1t_Uj6_U?w5N#61@rGFyC7l zui!Z?q!2de6;`vFPe|_-B5W!^w`ZvW8|Z&@>a{$^TTB*1p&O4-!rIsIsqDdrS7PJ~gdp^@vaC#@mV?sD2Gd)ipPG-CQgP9GX+)QC!an8mNBc;i_7 z`bKnY6L##=2%9r59mh`1o?R=J@OgxJyR`!_mzVBeAsjY*BIBJrr(YXE7$xPzSEEYx zbcv;$(%+7ulai`Jp&pjfmnMF+>C^(ZSOi7_m@9gf1*3cl z{1z6a80}MBW5E~?@N-y{Vyp+(0niN@0Mip_-i|P?c<>1Qq0|#RXko!b54u_~$%CO5 zO!gpr;Bkrvt!;{_9<;Myng<;$nC?ONMB@w(!izT3gYa>|SswI>GgY7Mfq8zAK5z_R zPLy7?L%5DjxZEYoi3I(qK~{K;cJ~nuk2%cve?6yP8MvO(;HnHwXkWD>HCj9e{Rl(= zOtUtpWCRi%FqZlC^&P3$5@4v(>6}va0KZYTf=WBHJANf&RqI%_H`SyR2LlM4<*F8# z$5SKGvt7MNJjaP)y*m>-*D?F7Ds4!55MJ*KJa{VJoc@I#7)wH*{`bIifJpRWfbjZU z;>GaVU+O?kq*rfhxyxAME1c#YBfZjt9=7eT^1wWWNt=o6@bXT~iS+A9CwIM%C-m>s zgTM_QMEdunvTtMu-{iF5WfVnUo@C-JUYrwe#9NtI!HeOM6`5Gci|ycMTH^3Xv<86b_2gi^7!Ji+9)uR4wgcv-=@HC;>o{a4 z&_^%^}KM(Mu zk_7sD5Vpnu5AYk4lwzO<_@PMxgFL{`OcEIE0e)+ezz`3@<{0V$etMEpyx;+Tf0Dq9 z9(16qaypk-Bf#%dmZPcqnYqN5d`V$LzwANS(64x48k&A&4!{g>de8^qaE6fTIZfW& zL1y4rqdr`dOwCB2f_?~{9XZ}}y6JQS<%rpW`BcjBj8*hMYLVMLrc;fx7z!D8D51Tn z>Qljn9M4!w|D%Jed29~`hC&Z=vV$w$7?y12)+dti122^n!!rlBfraOP>rE66&;M?O zL*CSL8l(v0jDm0I4`tfkgJTwS@BkAjO3~4Sa6+BvK{%oAo@4@0Q!aZ3W%bs2=4inp(#bGe}usHlcUlxbq3s@W; zp=i z2?N~#mNL*CU>O5F0G2b*6JP}cy#Q7+&>LVC1APEiGtd`c4FdtdS_b+7tYe@*z=N&L5O#?VJP5nQhaQAo;v)~jF7dGk zVV5}KLD(fe@gVFHpL!5>i5w5w*>m~KgYe3I?m?nW@r4KBmHX0z@XCGVL3rhkdJtZ@ zV;+Q8?zjixl{?`%e$aV};pNKGis6Pv8O3%H zJ6|z8uzi7IyNO*WS!NQkvWg8OR!%Y83B5=$JcD$xVt5AW62XY!tDp6~nJ3UZdC;V%I8$-%Gqsv2n!8D~3Ir>lMSM%?*lS z*XBmWux)dbVv~v8tk@J{wBK53HiK9t#qhC_+Z4mcMk*^d`*gmx zR?wDwt@-5pXd0dW&u=u+LQNGmhbmA-F?`6Rs$zKBxEfe!wAv{hPaC&qdIzVQ?X!JY zBX)Gi>~0;~j4_qym`#R9Q#-L-x;WWxh-EG(y(`nBN?%EOH>P)2`fAd9FukYKgD>OF z%C46O`4;r{;0p`-cyJtmUN!;I@2?h zj&=D6rjJxQ-US%N^wCPky8vUDK33^?7hoLI$15EhsS}t!QR$ONpTzXZO2?y?Q3Gy~8q=pM9q$6nVERm@<6VGROrNcEybCag>2sBi(K(Ol^OcU#xq#^lm5z4-7BPLX z((x|95~eRzIv(F##`NV%$GZS4n7&f!*eF`X^wmnoy8vsLzE3C#+H`8C0 z`bLcZ*O>mg(lP$uVEUU%$M}DX>3fu(ema*`JLo{R>d|w_{EYtpyDWOih!wn76%50& zkLmlB4#V;e(+?;ehUHzRA5=OF%OR#8RyqvJdrW^{=`buGF#SWN!?1kB^pBMe!*Yb_ zpC}!M2S#3GW|bF z$0qQ1O#e~o7`Q)qJreyH;c%_DnJ zo&9FCMIV;7uTM*F>@q%$@%fA|V|+Q|>lk0p_*TZZF}|DeR~dhs@x6>6V*D`UM;QNv z@vj&^%6QuV{tyye-e6OHu~bvVCMSLI<;ze{3%Rw zPHw}*C*Co0O-^pZx9lQ{VO^P^80JwW9JBdt#~i+-V>Z7XSZ9@T%%C2iRU?Hj?GQO{JFGa_SoTAFP2dZYnJmB!?71gmX7*e z=$I`d9c%Eij@dFY(5B@av*|`+&2o`rHr*(!w=b4#G}cs?D26rArHWzwewkyoj4@ar zU+$PKV+_9LbA@6nPUm>)1U<;{Y&k>6LknP8*jP09Rf?fAT`k!-EU2$h3@^-FE7>e8 zCa-hMp7`u}#L7EnPka$B;PsL%MqO@D3=8xd6~jfiNilr%@n*+txl6E7bBklP+%;Hu z-zwQ!bchO)t-}SZDA{@}(V+l@`5hJxi~pikbV82WA_$4s5`MxcIoJ7(&fHyIz{ zyhkyd@4b%MW2a(s=|0Eou~X5mOkyp>`*i9Mqj`gm)}M&SBB zs~DVQ8^v&L&q+2CAAxNv*;s63KCc)y9@|Ma35LJDVt9$LgJhGj5!cZ%(^mPDVNVks zv+Xh&{h*U#=tG?)n~H1MMKNqLc9m=f+BB*dHn+M-HWPNOyJBeP9+J&Mx}K8FL!0(e z4E?mXV(627BwGv{)>pEnu)Bd`uvh&gTY!tI#e39J6h@3gcs-WSOYTAjvkO z+`*D%q5XzPwhJ4)LnX_Ge|y0(TbFFK^NWHNBw_OKl4GWR1xce%H&Lh?yh0O&>&~P3 zQTAw@9^?o`E4Mw(){n=xFn49r;5 z6+;KhPz-}-gk&SoIY%l6$2m$dTuZrjV4RB9OX`tY(4HcO_eMYcUGo3X3NOLL~FWZwv0@) z!3@bZV8eZ;WSij-XE|o`+YEy=+cBHp7F^#slI=kI&2`KkyAuOto@4gdY+T>@j@fkP zeZU2dh3T*gSSVOwG6v%!$DWfnQ*KMg{$Zwfrrrg3QXy@gUO~v(C zA=z{|gO!ragaKKl7!1;C$!5XuuaRsH>atd`xy05f24lNku@%HJC7Xx7wm~s`oOPpO zxR#qFn-9aaS+a$w^A^b#;aYB03}bbhWJ{+K+pZWK_7271oOepL66Iz|wrV=DU5cUH zY{^z*lD1nhOd?-Z40hu+#bB>qmuwAIjc-V{5oNq7*>?2Zw;Z$mZ#!)49>;87+ks=> zcFd;Rv6I+d$85Ttm`Lwa3^r`PV(3HfIA-(PiT-!Mu`oY4t9K>K8cXb;Vv~p+QVbK- z!;aZ9vQX#u9J6KY!q|UbG1$5f9J9w}<2*i83}fpf$83Jt^J&-RV=%YtQjNlRS|K<< ze@Ki62=6OJ5XP3yAMsU4N?=kQCz*UtBuyl}F4OBdJ?Kupm?~1=0dqj^7|a$MD29FM zJA5YeSrCL#(bIYRdcg!LA>$0aJw1`n3Y_K&q>9Y&oUA#*Xr%!q=ui0*$ryICHJnLD z&0$B)Lm16x98lKi8RY&?;YK}q7OhbKL>=wS68xBjH-Hy;o{a;ER9$L$%ex#-l13~ zu{#xmWof7wEbd*3VS3w0F<6niB};_`x<@g1yL%NgOJKz^DBb;vVJZKBV(_RBDu&Vg zkYeyK4=V;Q+gLG-@Ft4E+B8)RTQ!d;HlEm{iowb?Qw)~nG0DS+`g1$Q(4X5YhW^|^G4$t-is9yEA{Y!K>7ATz4C}Gf$;3J|h(o}r_srLQUsoqeQYFp8rTgHar<7zWuG#n9=-Du$bgdjYP*I9L}yLy0k%} zogz*0ptA*&9WXBb$AV6_ zBC{MYiB4`a(;vk!*O=p&sc`OMjFGvHnPYQj!$!_?Ea-v)XifwWPI68n9JbdFp3@D& z8pO>c4DTjZz>J5oiq|w5G@@w=Xo99`pd~aN4q8&vbkI_ojsQJN(@~&jYdRYA98Jf9 zo~!9N(DO7M4_aE&37};(od|lqq+hQ$ZFYgA-y}~*+6xsOwHUOlqI0r9%PG1n1N0(A z*G~q$SkiBkSA$-n=#*5@OBJ1K&iFD#*Dpuf%N5R=X{&v2p^0ogG{xge&Nc1`gp_4A}6Pdn?yW3RP>lLMY&qQxf zl!iUg8zsfSCwh~lCwG_@zgg1Uv^7Y3i=-#FnK5yzq_{UtX)8#2a{C<6ijwAz83tNO z(mc9ZL-aODaZ7_}Wl8hs<_FQ+6`gIaZxu-k(@j6GDrqj=Vx=6aNt#DDmWWnYbpA@v z8j8*~?ORjQ{KeTwTT9a1@nb-1OPW7oJ7^tA3pOkOtt)B%64R3PB+VUZ+M&LrCwDGF z4h#%xp-=x#l*8j5L~2w&%`~HCwcs!n(YiF{bw+m&o?r#lpn{)d@tPEG!Q!2;?J^pb&9uPan$cQ7DxTsvN-DZJd2}# z?OZ&VWG_W~52jks!GjqVbo5}B1&JOkvY?X(i!JEv!7>ZFc(B5Pt{$wkAnL(t3%Yr* z#)9r1thJzr2kR{8>A`vndO2YF8T==$R0M zm5N~SnY2=oj65c-R3syRNh=k}$Xn7%MKbc0v{Dfao|0B7l98XJm5OBKC26JN8Q%T= zcKx=mH)4VHlEjO$zMX^AFMEtl6)gP|6T z_F#wwV>}pS!B`JQSTN3mUKWh^0PhG;JtjC{>Xt`Njc$=SW==GZTpHaX6ATWGZjm`= zj)gm;6@_4MX0)OZ46ck;6pooP;K*o2;h4>j+!(DW1j}EB4lq-)$+$f<%dw!hJ+avi zn9K@?t)N761j|ju$x1t;J${m1N}f>9&|) zaQSpwOfWcnx-BLc+&$eE6AaFtZi`8_7@IShj^#vZ!YOTFaX6)oEMAY|n^+u9X>%-I ztJ>+jZ}s3CYPmPg*!yl_1;N{GWpQ}BZ7dFNx1GgnQG5rB!`tm-ah!M-i{r$1u{cgV zo5gYByJPX%@W!vYxVe*19g}6cX(nI|3ttzoriE_^Sj)mU1*~o1TLRXxaF2j>Eqq(R zdKT^#u)c-+Jj5!ddNoV;OB$ZjJCcScb->Y_NY^fO=I{D=LZ<-Wpa+po11WyU#}j(= zPb6^I0W+dbBx4KjJ;mUB-&YJH7gLVEwF<6T)728GZE5&g0^r&Phunfl(!^GmaV#A4@Pz-(dq+-~6 z%2f>eOnHi7Vv(;HyitK-*lI3R46B5%6`M%x8^xv&`&Kb{qyH#|J+$u>!*1U9iedZt z2gNY!`LAN|mOm51eOB$9HLS1vF`EkBXG{Y3IQa}t<(o$Ym7;BqL*bRJj&oa04X z;7U^!jO%m%t0R(|g_;B-;zF-r+J7Q>?Fq9oDeJM#YOQHtoNPI-*y>RUOMDG3QX(Bj)lah3yV#4i zC^`~-^b(J4(*x6mG-r*Ly436CObv~mvH%w#CBt@y%X|`+MG9TLu+=X2x;>j%=2v*d z9vLbo=Z&YE*3<|p&_jZ)|;(*=MDzxLk><%TK$bzZSWZAK-~_c7ASd(k$~W;>WnRd98#_qsiJtLY2j zNW8&|ww^of!F1S-MJg~CH%Y~G9(!&#d&Tshl=KtH@Ta#ZJi=D|R)wjnU?fyfc;tx` zIHZamo0_JK^?j$3QpTA}1c!Q?S4`7blb3AI5oc1_>o!ko5^?11UNMc9GTt;N4Og^y z6))OsC&TcOHFBN3s@H9{q=(n4npbQCk%CjMuJ9yVP7RN3Ik3pi)WGD`^t!Di>5EJ~ zac;G|Xb+x>_DbG*B6*q3ytdbEC8wC2QJXqmu}4lv^^3r}d;w-Y^*pv2 z&NK!IbApfvJ|J)c>&AKvY;Jz$O*8ff=>ltKs4Kt(YI`tXof?Dd;#8kL4UU3paHVXxb&%ro7SY!}4FUbKxd z&$_%O9@{*DPlTfaC*IWS_OJ!kNj>7REehCLZaU`Ce~D&- zPkGViM&}DF+|py)fP~R8Pb6=!HGJCZwlp#rp=)gA6+8%6E#C}}X9TQnVQT?vSoo}f zH7#r-U@Z%u6R@_0Z3V1j;qwC4wXmIl^(<^JV0{ZacxczOmUfghJf}oS!;|VHX?Rwh zB@Iuji=^Rsb(J(cv8bfsnRSyiJhkqUhUeBp&>G?8>M3b>ZoMQ8&#kwl;kosZG(5My zj^-qE?bDvRS>Qn=5%GSpc>4hq@9*OY9oh#326zzZjm7`KSiDb1iVup#6MIs8u#YDs z_N+l*2nRI@4E2D12Abk8xVTx7jo^F;`GpI$g zyeVfq%X?Xrmp6TE-Uck~U-1}2oHl%Ov&NmwnrU}*lbo0nF^xVf7Vm{dPj+#$emj^2 zmf~1Wq$lF3v3PgH(^$L%#fQh@JrPfj#k(M$;o}J%+xH+a!h;gsEg9)aq)%r`F)9}C zh4^R}5330_MltLUjdhHwj`+A(ygTCKWAUy-DL%o+6S^BPF$Q`XFewJQ7%({o`WrCC zfv|2k!>Nu@JrJK3izgyJJr?hd_>5S*GrI1~SiBeFvs^qZ18lZqR0iU6V)2fM&yB^q zBR0)s@r3RMEQ*1iJu!e5$3RB|mUs{`@ufaaS>T9e4wx_4 z^*o+2r61Adp28CuiUGUA;h+wU90DsH$VupK`tzz7=xM;}80ccanivS$CsH139T-4A zZWl)^tiw9b%>(b2qZaF(Kw}7%&5Xr+A-=)I!;1s9(J{I>h;NF;`@nW>j>UT+zQx7E zJixX(MtLB15GB|di}yl2%f-V&z;-!Cg&>|Ci+4wSw~Ggz zY$2~YU^3}`2=koR1nWsG5`7&ke7@xkr{_dE^riG~#^N1ex!+=OT%tWLZtQSJxDw^CVU~MclAK5)jLg1Ryvq=Z?~ld1!f3t2;(aK7AQq4IqWHV9c=zrUKj`AYWA?lc zIgk_S-k%a2j>UUmc)iEs$nbq1Pw3Gbw&w#6B0UCE{6iNH?yx0%5Eu=5L)z07dInyAYBCH z`jw#VLweLxO#G_j0UO#k7O)1v(|N~Q!AsN(|2t#vcwCfL(^lbxfVC_EzB3No`nSh*0-?G!|;ZPX_l`g4IAqlNzq!=gx^XUp4ERO4NvPkNyGE{UefTy zevmXgv;RsOp4yL+hUfN^pf#%5`u;3wcy6a84bSZtNyBsdRnqX>ev>pjx8EfV&+QLM z!*lyn((v5=k~BQGzXh!sp4DgX{L;g17 zhZ(QD)TO7FQV{mfK7Bo780CErSol!Hy-LSdz3yZB{YuB%Qx7oxL8arXeh)GIVWq>S zH)eVhrw54O(>o{~U*77-^hBlOlYX6;-dXARq+b`NcUAfd(xXi8rgVJLuRGIwC>@{l z>&f&asn0~`9>(-!rK5AFFg;c2=-g>cAFgzC?sTSSINkQIndsajm_E|!wtvkupR8p1 zXr-fnk74>)rK5k3WBPcdn@?6c{d8Wkc92XXqRaVY2S#J|I)eUmq<{WDdORWyW9BFN z5K`Qk*cBWTR`a069GQEb<@nO80Os}PM zycAZO>2;KjFIv`RdOfA%iqGdy--=%bX(XtWK@0R);Ftzm+#l0BDBZX} zrY9=hxId+5n%dorJIQW(?=M>Ux^bpVpRIHZ!#PZ!t8@&*c}$zH%@^4B;~|$!iP8yea45*L#cXuI_KY=?DA6X#=E5m&1`CVYqI5XrtxVsh zbU5YhOy8k&IOUy8&r&*^@-C)lD;+jqH`8C0`aBHP*O>mg(lJ!uVEUU2Dw%~D!w*~up9zKDw7c6YJeM-kyH1>O)J_(I*xJ!0erNxkakEMOzr=?Fh zGyWmtA9+q&bO^_0n)5J(k1+icrDF(x>h(x82jQ@8Kf1I*bDF!;iT~t5OACJXpoayg z9I*Xt9)4or7qGBtesg;8lx^SNJ!ow^`yW0vO+lBt%Fxe0AZ&7pL>n-EH{*jDPhxxz z;|CefVf-lLEmnl(p3c+M4MvcssZY10&t&C8%WD)8p3qCKKx(ce#t$-ni18f8zhwL$ z#^YAT@~?}qxvKP)8pfM3-kkB)jJIL@4aPrX{8z@~sT_A+XCWMxdk*6lFkY7N%NQ@u z_^pgrV7w~h)jX${#t?2wT{1|;e1+Z`bHMh?)mw?Rbu4IS-+p-BfzU|eBSG!J!p*JGB`Ekd_&L`Gau?57CJ~mvBja^8rpJI4HqQ7E`i49N; z`?CWTTS{z@V#|mPR%|)3A&TKaj-iU-5zZGB!;>2?Dh5CHl45I!y{y<;Vy`HM=Wvn~ z!;`PW6vJb@$%<_tmZI23VyTL4B9^8Y9%&!0*cM{xilOghD29itMkt1P>`2A%G0ahl z;hyf%F}$xd zRk7j3rYVLA%5=r>EZGdja3gP~VtCebmSUrb%~otQu{ny3AvRYrxbu06;R&(%is7k? z1&U1|wotK<)rxz=LEFxOb37#{y$s@POw%M_bNY`J21O<;v$Gl;EJ3}2F3r5Ii( zSgqJ>Vrvw`)3j?9n|nGBSuYqx)^Fh%dPsWPOBIIq8P+QX!kh?WSa&K0!6=nn# zmNyGVIpSC_+&bk12ke0xabO9-@^)e*mK5ydHh6+kg5{3Gg*?l#V4N-B90yDRxl54Q zxsCnQRxllQysTt% z;Xlerwg|rGBEbriVZ$zV%+_T&Z2KjSnY!d{!q~r5u>2I*jmsn(hjr%Vf)$L1Ke|G& z!ZdW_D9EDON;V&+tAb|c zZ#HauCCBVF+Ke{6O|bk?m>*OYtk68^f4g8Ov*CZM2$nk>^OvfUjY3;h6D)5M+P=DE ztKiFO2$pZ2NUSN@ESSPtjs-8_NY_BJtr#$OIA+SoUx>-UosO9@@|R$+HI!@%e9K*e6^z3LZzNdZXf)K_js+v_ z$=>6DJ&9HD+5Lj$XQCnx2v#r*GrtD~%O3$J_mE_ZFk^aHu!4;k zeT@YxoVE3Ip1giAiR{^V7m^J>qq}@fL}9s$FhrV4mWj$gB3RyXbhk$(+lnbnGs&`G z?j92?e-nB`bIG=$>pw17;S5Y4pAal}6sB=c3RaMebS(tSO-FBiN-^}VmV)IkN4lpa z+ky+&O0a@)FqO{;RyYG@v9(|Y=66t@6)bNQ+MtbN!C1Op1fFxibp3)=D739(re~hq zhIPvGj+u11>o9)XIcC!3(KmDHE0B(vbopa3m+v6i6s*-c3YI$>b}i8{lVAQKta~~M zb}}2ou(M#f+3=TL1UtD6_PMKIc^lF2QOTyjH+B;&e-k=dcfoSUVU5#6vIVe-Jq633 zjWts*!3rk8B=mO7v`fKC*z7)n<*kJ&>g!mLZp}pCfNkUrm_+oGY!oh9f5&VAqcD{j z;FvwuY%&ZKEPo2p4HE3+4$KV)3znOPMjj$rI!nEL`pvIC|8a(7~KoFZ7>G|a40CEJY#O%p7C zF|OEf!3w8hR*^2*3Z%=BYzKPx2+4M0WjWHZpqstgqa3hTY!*D=Xvx;VMvW1yU>CaV zSiy45CvnCJmNy*JoAHvFAJLj1*+kgTiIQbuH8e@E{514{$&yV3n?-pxoJlw7^vRSZ`*>Lw; z1j}EFE45Xy!r>@)n`ATLb+!wZmx4`+9fF)|Q09Wz5N zZz@)9yB%{=fL9$bS3W;|EG2qPvKi>(uM1W%DT~+}f)x$}d(*LCtTk$HIbaINn~4_Q zBUs^doWa|I<&MOd*(+Gy9E^{BlFh^Z?S9AXnQn#~ddD$a?hbU{1A^s`M;Y%*HU+J8 zP_hMB10IrW6O8F$!3xcs;62BJqqYIwcfeL811I}|V1+Z#B|a1^HwlG)B-tiZ?qk97 zw!-Bc5v(8!>=VIqO_%*tu)H)ZCvqg44-5I3W5G0QAU=1%oJ8SF^vy2>%gw;}{8F;< zaNu7_mWfHnQNi-2V=8}4vN`CA$0b|1oY)D;%&%>n6fA!{>X$3oG`Pt;$#%gS<_lJ^ z2z4${4CAxVu^_`<*{>b2jWP=bd?Q%yXbi+}1-rzTa>rx)^gF@w)6vDgmuw=8 z(GP+ZOhbPE6|8V3eAIB-suuGJh5R9liZIs^} zFpZMG8mrUaCEI|h-XD^UN+R~BWaft{{t~QU4I1EY!A|bPvHugSU^J}zKZ50EprPXa z2)7zfQO}Oc&A=KZ-Z4|>+#O4aMFh(mg&vw9SpG(=+DizQyB0Ibl7i)J!djt}WHaFz z&JwJ^{ASA8js?SPgP!An?PcbNs?K#RNU@2|bHJX#PSm!vWab;{Wh9%HM4P+kgM~LS zFLb(Xodx(6kg`lKC-l4-n@%?Ys2(h#HvZxaCjgP?MXcaUT*3AP)6t}tI%X=HKN?o= zGRbCP4tTj^=Ggqj@KaYvwgmZIsTd5^RgT#*mclq(Em+|kbc1Ugvt?|+6zy8af|qcW z=p)JiVM~{HqB)>oI&LRl&-5FdZVE0~wT<)}nSQg-3zOhNZgI@yS(t)nW^QH2RFe84 zOt^1T42@G+vc(waw@bDK{kMu_=A$}QC7ZdG(p7WJoXg2p5oHEq4aax4vZNci$RFX1viIl4YVUcRCjI zwZpTa1EvA;k|$H5yBsrx=B1&~MvmEZ!{Gw&mMnb(v3n#lUmCvGF`J)pclSAF^P7oA zxnHt{Fjx;rwiy@gLC0)<+c5Qf$T6E=7Chd=g5{^-;x=~79Gjnkxl9wu#^czgk}X92 z9&s!xAT-^_Slt}dbV`Trdx+}PdgUOu`{Yx4%h?fyXdsJC)svn)>^V%xctvLW(p`s z!X<3un8~jo9lI0HNoGEV`n+TI*a>jcg&_Uzt`45vel?xN5wFsN_5QT zw-Mf`lVdi&O}Jv69kc1O;j_Cq7Ob`n)ztxWV4?XUXjHO!m}Pa7Y(5qX-5oOpkZd^84Rp+wF$%MlL5g8kGuW|UqiwYz4%muJnL>$%I%YF73&Iy1 zv+0c0c+s(75oLBd4__lVNGTpHOR3Ii=l>;Fk}ZAVMyln@k}bg+MzV2erLmHY$C7uPWD{`q<0YE{qd38_V6iQ9 zq6gzGnB;&x$Jw*!sL77mnwgo<6vu+W*1S&jV3y5kngW?<~jbIhh2iP_P7$AV=xvjq;= z11I2~%tFWPfs?WLT%;JR(PGJ_V>+@#F|5ayIu3}^j z3)ABbjs>sT+&4O45*3U=U)?0xI9!y?j-8_8;tJ-#gqmWtVL^0p}iJN zA^lgT_gRZxG==sPW*9hN;hdU}onDLH zur?T5KQj~qgBN|%KmPraZ)0(hec87;81%nlEqcZ5^i{$d1Fu;yd(?mT`*my4tESK! z7Ian5q@mruX)Suq6ne{oDYOoee%qS;=*>G8^sh^wU9uRb=5UDU_}=w#>115(-m|Fp zk+A`-?R{(d2#%+q@BYA=E_XZy+4P|`v+Lz!F*^Gwz^xc2eeB~(edm3Is17%FX8&+i zFx|HUlhg>~C`?8eu|L%`J_2<#-n+LdpXAIZtNFMy-%rhF;(Vswy-^^u3n-C=5Fa?` zVps86(J58WjhA>8k0)otj^r>3+MVh%_u;k=k#2=T#GQ5F5OI@G#K!}A^`bs*`w(AH zD+ZLEmi7vKJm;frsz4c_+-#Ti3vBraH#p^p>N*ws7~_ZXmZB==+Esy2)j&lH`WrSM zV<1w=C-i@neZqzKa-WcmReZu=rK(SB6kP$zu4)*SG*!5gWiWvKc=gBV>#hoMn8Iqr zth(e!`*hi>FJzRyhOD=ns!!6jA)@Q49wPdW8a__>2w2m{sTynfI89@1AE#@qgce%TUtc_m6P;#B_n$`* zv}GQBf(Whf2_4)TkB%a=8$9|1gNRK&;VZ0LK=N7S7ceai_Ih{ONG;yGNF zj;u(>Y5L2eIlpKGvA@(ow^K!=+>vz(lR`w8;{m247MUzY-ZLf;xMlb5rN4YLTU%7w^=7dY_o2N*k(N+hwGlReu(Ik8ia_$Y#1UAvr&NQ z7)vw`5xv)SA)=m5LPR~A`Zz+L`DP)aO4o;oDm4#KpQRQdV(&MEh`qP;airdRs}QmG z)*)i=Z35JLZ);IE?evlQ0&!!A*n2yRy1l25(tB?oBKCe$h}e6F0QKH)4iU%RF+}YB z79U6Jz26$3-exC@=7>h?Bf2d_Z1Z-D=7`4WZFUY3M|4MsIHEfP)O)`xL>y6<5XW6? z7*Z!{t}fO?FL@Ypx80jQ0Y^5aZ&Fpb$H&bY@3m-7z*vo4fw*PXzXe(@eL^}$w%r1q zsI_~bleFF!=wz)u0!`K0Gteoz4!xilj+jGOaRdY6`$NP-yWSR~vu5P+fCX7K9RsF5 z7VY>Xned}ot*-^M+A6)r2Sdaj`&o?e%uB&T7Gzbu$NmF z5V6O|V)Un3b)W@VRqt_-#po|nYB1q%14AsB)z<1gJ{ltS_?X4$AG7M?7Gzbu$0saC z|C&-y5@ITY)pnjDlrr!%p|pW#2;~esODJz3g;2r3P{QQ~h7qb57*42aUrAFyYGxN2@MRS5^gXs#e&(+I9-LQA)*S?EJjVus?#mVs=5j@EJn>tshNc94a_2ZZxUfP z;RgeAEa(lZTO)L!b1mAoJI}&7wO!n;;3jgu#poxqtp$Xi4J;)5Vqg(LnrNB@v*A^G z!;39Oznj&T5dJW*lyKg_GJ>?k zX4i)ZB@8@AC~4q%LKy=u5Xu^Okxs=I;cbgib+g(#gc=486KWcGmmnSLdxYAi#QTIg20kFvHSi%p zde)CDoKpp2>7#VzKDHP&G^-sUG%}EG!5q_QJv2FLF=}i|eL}d-z^8;J20kN5H~YB- zQ=f6VK3`b0z2PxJOS7FX3DT{7MQCM8WDul(I!bjh=7)ify z+Jdg}k*&Ja86UUl0r1x$q7VPZVk9~EEkSbdJAx$C_XG*z4}=@dp`0biY5kGV&XoAc zg8thA=_%=EeEM_9W`O!j$Yz9k&ayf5o%(*_*AQ_(@tcpkb;;jDM9DvV+@njL4-qB* z^l_^$`B#W2`L~bTbjg20M9F`BT(3*U{`Q^#u1`nFBp=u5lJO8xGLw%Rbji#iqGT2y zx9gHwLqy4JKJL&ZvxkV1Iegrv@8oiZh&#DlAz~ns+hTN+Nt`?uOw70GA=G6)Zq=CA z$L$*P`M5)4ev8q~W+w#*9SsyD++v^*;Z_5M37rfSA>3x5DB*Sk#R#1Z6erwapakJg z10@M}87M{QVxTnPZUbcq_ZTQkxYs~ALRSOj3Ed1-Aaqx7u}gEksIMx~sh}!#NuQjn z$UWU>c3p|k!$4(1PXm_|dKsufxZglkf+W!ugx;pam4pWjTt(<(pc*0Bz|{n)$2A10 z$F&5hM|FbKqXwb9*=S8d2LrVT1q{?CWHV5QAVbNz1Q|-!BS=l_6QrgM2vXCA1lesP zf{geYTNtdW5j(On9lyTZ1Sp?P=*R+ilm3W$sIMi~wkWDNf@p-2l{J;xXZ+p;%jOYxuY>rYr%h#ocST;wwTMquQ z3mFxB+~++~`iTn}yL|FO#zvm$p|e&&UYlRPVAlX!D3WR#v8 zunITM&%6s6rRV!RPLgAx$46GF48uki`HcP+oOU5&+lxas8(DH8qx8~%rQXXfWRza+ zvpOTXCMyD#ZeeA>sx&sT%IB@>D8Z|JR=u3w_8Onjon7=ne*I{Gx@_&cst6$m%>uxTd{0^q&lRt;)>QgG-szaK#Vocy*lZo& zaVZuUe*L^SO!B21rlsQ5>FSfMc0D|^ihY%W5B=7(rnmo93cli23x)$cn$%6r*0Hlu z8S}y2x`eU@>RC9N^rTv$eq#1%HQNBQ&I!V98wQ3?Vl}cRhl&qPH4Y5#e_j_DT2Yh0 z@Ikev)}lJ5n#~Ax4P0+QpOB1{32Lq8flXA_!kW}*7z6(JDe>dSNv&ub$rw!Z-&>MZmKv%-E2D;f*&L>q=huJ+b zd%2pu&(0oAy7FSrAsR%Z)#fS}QhU3k=MX*Ye(a~ydje4L^GR2$di1i(&nGojv-c-v zo2c2|b~Y-FaH_xR29VhFu?x>9-J{ATCuS?D*}jR{%4+t(#B4LQoqm{=?F_JsbQYFV zH{j~Kn=sT;-<7M!s=z2Hh`+8f5GJWPC|Hi4cpnUt9SsSVBi$c`xjOk-kE~WS!;)EXjiNa|tyQ$ZC*0XA_6g5G zmivUe_tie(LcZ1~d^%;lPZ$Sm^a*cQZ}thFo8IozHbuLA+OBB7Pxw~Nb3WlKEid_m z?`pi}6F$cNmQVOt_PZXX4^{M`PxyvNx=;8R`)5Ak18QITgz?P@pYVB>Gd^KN@tsfj zMDP!mqOZ-{*FRd&vDPEObCyh79&rST`CEuc%|Aj!CjJ>B{;tp8K;5k4$^T+nk73lG z?fciddS?OCxKc%OA&6TzpHx9@IFp@?MwlKuGhw2EEQCo0vJyrb$Y$YuQWdqy>~_`; zDRL0x%94{X%4{JQLB2ken;;j+JOFf2(O9#}WrS37kJYd}*K{0VhnAC`2f1wo#Z+#6S^3Q3FK@#S9c96gNV3YKy5-~pblY>fx3ht2I>(WGfL+5vyqH+n-MNE*?v91&5q^-$&MBT$&MQck{vAx zk{zuGk{zuHk{xXbk{xXck{ve^Bsx|`F}o*>zA6G5`013|LmW`bl#M}lO>EdeZYM}~bS6l4+(D4+xRW5+aTh_dqYFW@<8FY?4tqaf;e66lD)#r< z*+^~=x>`7&^o&~G4YP>69^!tr0@vK`f#ITipS4JO_8x>3lXN`^Lk;vI=-VeXgtuUB z>W1ShT)nMDRm^4j0Sl(kFbp621cobea$vY1_YDjK!3P7wu&k$D2ZrrE z92kZ&0|MKp>=A3xpQepPgue_7B>Zh)5aAyKg9-l{7(&3`K302ql#pcLF+$wHNGNJx z5}}xZ$%NttQVAstOd*ssFqKfsz%)W>1Jem*49p;uH87J<&cG}}c>}Wv6%5QFR5UP` zP|3hNLS+N<36~pKU_p8e-1RK}hO~q*-M~`93!%rdZoFx$XN!W;vu2y+drCd@OihA`j2TEYSY>j(=CtS2louz`?fU?X9%flY)Z z1~wCx8rVWuW?(B}xq)qj6$Z8wRvOqrSY==*VYPu>gf#|s6V@8oLs(~EFJZlbeS{4L z_7gT5I6&A0P=DMLAerzy7j8DCUm$ET@FHQWftLu|47^O(Zr~Nd4uE^1NXVILr#d>9~me2)wFo6_$S4jA}=aL~YqghK{CB0Oi{ zW5V-*c=8c|?C~fUzFYq8QAF~Vft@-n~3;)t5T%o`636EhiKzj7^ znQ7?9{W5qsbiyZG*H2o~-O5+P@b`94!Q^mG`^%@}3C0=U^iSe{9T*;yeG?d-h)!Gd({=Ndtp_@OS%Gn@9%6DK1uWgOdqg%I1x+Y`xm(}EuP2mDvnom zypiLL9dF`zQ^z|v-qG={j;A>Or{l4tL_ITMTI!k2@!F2pb9}Pnsg5sjJk9aNjvsdX zAIDSTiTW(SwA3ff@pm0R=J;QZ$1)|hQwh_uovR&h=XgiQpL9IM@r8~ra{NWdUv>N= zy81?ZW>trFxGPX;7dxApisz?EAz~;U4-wB$Glht!sF_1V1I`j6o}^|C5zkVyg@~uA z*+azh)Ept=iE7Re@k}*Wh!|hw4iV2)^Mr^etCxj{XRCQb#M9M$A>#RJ{t)qmwLpk? z##%5$+&L8r5qBMhL)@>hNQn3ejG`gpmrIHTI3-14@euKhw?v5OBTI&eo1;=8;z@7m z5OLpGCPdtLmJJcld&`B0C%)xF#HU#*goyVpD~5>oa4Lm}_a-Zch&LxM4-xOoR0$Dp zPgVui#ic2pyb#m2e{g&aUHu3Nrk!>-4L`NAIm9^%w}d!X;noo6Dcly~e1+RX#IH*2 z2yvmpogpq#xGTgog}Xyse6dSft!TgMTVA{5OWK}rZx}V~4H4speIeqFrTrmdTyP*n zj2{k$h^GLDLPQ7oT!`o(pAQioK?szZ9AEv9PKA3hI>&#iICXa-O7953$7CbOSwBSJ@q6H5Q z5iNK~h-kr&hKLsYScquBkB5jB{6vV0)oFYZs85S}vp6h(_Vsj#XkX8Si1zhth-hCa zA)n5yj zN@H)Ns^c8y6K?5-Tf!q;JarvmVK7#E9j$q!rRW}f$Sj^b3LqzRv|VV*qtT2ZsV7~r zuh*j`jHT(#qQ#8!2`y{9rKqdX0}JKk5DwnCv+uqeL_bv&r&o-o?BWlw@VB3A6s2O)Dd2YLE=K1K3V8i7LoL= z)`EQ)38xWtCScXYBq@i%@e+$sC3ECUE$AbE4IRTWpU^EVw-m|STPrM>)o@8&Ns|3x zh`q{Ubf2o2g4Gtxiny^@V=3xq>a^B^i3WP|bv_~a*ON?xK!i5X^l1QXv=sF>Ti;~C zJj>aPzIHQA+TIo}*V~w^wz1VGyu-B3CuH7spODx)JbEQX(N3RmYqZNJ+!*a9$;rfB z$es`vs;ch=>Z+@!GTGI%^lVu%EuP)+9FFI7ysqQ*9B<%wW5=&^ys6`z9lyizMUJm@ ze3RqH9RJzzUmX9{@jo3el_PPyWic)1p`qhV9dG7%isQQ+-{<&Y$KP{2bI!zmvtU~G zo6Yguju&#gu;axXFYb6<$Ll-Z$nmC*w{^Uu<99jU-SITX4>^9y@oyae&GA?+Io^w1 zL+V7&sT`hniPw;La$W3161johp-TMDj^F9{K*t|*e5&Jf9ADu0YR5M@9?P8wY+FoA zUy*|8cIq-FkG-~{g%1r8ZG2dWXywC0#N&?ukSGDLLxqe4UvKRU$G3de+qzIkkj zc>FOgM07mkL&W2c2_fR~$HWlv_+wItxI9e`5gl!6h!|i^2@#`+sUhOA`Lq!6+!_BQ;4{G+Z-aEj%*2Wi|Vqr0;MZEglV}}{OtI7 z$E)T^l&_9ydrfn^`(+7#7Spo*6vx*%zSi*#j&E{&i{pPgUNvuG`_(Zm_37gH0LRBU zzRB@79Y5yyZ;r?ECAQxI({fz5IzGhlXC2?~_yNaXaQv|2XBu&cn!yEI$qoHI*vDVypiKA9dGS;TgTfu-of#Xj^E<=9gg4W_`Qzza=f?W4>>-- z@xhMA3MJ0-J(!mBe6Qm@98YolRmTrIe$?@l!inwgz_e_Cm*by19xIY4-xAYOzN6z^ z9PjS5HZGF9U{h-rEec-;^p2Co}K#Nc&Ph#0(X4iSUbEg@p?x-~=$ zUblsa!Rz)AF?ih(A_lKJL&V^9SBMzA?hX-y*F7O(@VYld3|{wzh{5ar5HWZ?5F!Sz z2SZ$>MoWi)c7%j!X;}X{o~?Mob6{G^=X5-`^ zco)ah9AD-58pn?~e$??3j>k$Qj<*e_<@|JXe5vD`9RI`dSjoh8a$;Jx6DyVQ9GDi* z>3BWI>pR}c@s5r^7P4j;A<&L*+#I)N2#l`5DvpL{?9D_1XzplCCCbP8 zB)mc2gg3*qY^R&!-5u}icz?$aI)2FU*Bw9X`1g*Vb^KSyV-F_k(+bma9y&VS#qqlx z@8Nh)#~*Y2X~$FP>d#j9SNm$m5z@@vc*=2oh0wU5I$f(LO{x<+v$CJmu&RBA#;G93q}_bPN$s zIc^CNPdRQ45uX9+6e8ZNzAZ$&S$%tmc(b~5hs4o=0pW+Vp;-H%khqmcXIr8$2&XT%ke&r4{-diEs6cc_9gcF zAg1Mn4RHKv$5R|1>v*c;a~+@Wcp9dUs!mZQ;4-I7?43j%uEDg_p}OO(9q;J)i;l+* zC${q|re!;^cN1O()8bdqRnx(AJ9OCiDE`?6BWJ09=u5kW3ueoL?p%=Dtf3dEh3LfY z`(F#unf3Tz3(=|d{9g;vx%K*A3-KuTek_y}8i;8*%qQvUPKg^ZhdFAu9L>IP!5&$# zp9{=knl z;(P@8>_vWpe6_d$LB3jCkRV?zE<}*878fQAF}p27kgpaOCCFEcixK3j#l;Eo)#4Ha ziCjs7M6MJ;B3GIqkt;)x$dx5X8bMOxYJ#N1H3UhCYYCDP z)d`XkH3*UtH3^auwFr_DwF#0EbqJCYbqSIZ^$3y@^$C&^4G5AF4GEGGjR=wwjR}$x z*AXNonh=l@s@rKwkjOP7NaU_3NaUImByueX61f`)61kQHiCim!M6NYKBG-l>k!wqk z$lXYg$h9L#rIfLJwTA4^&v>mk_i&Dz61%{g9Hg$KY|49A%X<0KS7$?!vtw= z0|*kiM+g$Rh#-+0NRY@4B1q&06C`p&2okwR2@<)-2okx+2@<&{2okv`2@<)d2okxc z2@<(y2okwx2@<&!f<$g8K_WMdAdwqRkjRZ7NaRKmByyt&61mX?iQE_hB6qRtUXAFj z%&}Ph;+J+CraoN6JxNN8BS=b&CrC<6AV^9~BuGk3B1lS1CP+%85+o(25F{n05+o(2 z5hNw16C@>O5F{mL5+o&N5hNvM6C@?(5F{n$5+o(&5hNw%6Ld<%lNSJ_Z(PWQk`0Rp zIvdo_891evaG`Fo@#Lk>!sT2jfmlJ%fruxsbV{%0LOJDY2y)8T66BPxBj{5ePhJm@ z1KGfZa<(@TAg$vCf(}(Y`9*-#?vMv%uP+D^xnl&0+?NE2+*bsNTn0fRcbp)RJ3)}hog_%)P7x$>rwJ0dGX#m;*93{& zHw1~?w*-mYcLa&t_XLUD4+KQ+Vi&cV(L3s*_QWM$)Xs8Gk`g}>Bqe?#NJ{)nkd*j^ zASrQ4uZ7foCF=Tcyca) zY%dQNN_Z|KNOD5}y172~Pongr^`u!c&N#!xK*~43Ih%;X;W_QG!IK7(pUa zoFI`YL6FFlBuHdR5p-nY$)y2Og)&?yK`Bd+c3O@g?X)~WB2$4Nk*P?K$W$UobE-^` z=5#qhno|{m#H%Vn;&lZ<;&mlK;&l~4;#G|x@w%EI@w$c}&FNZ#G^gqW30e(;1g$1P zf>w(lL90!Wpw%Hr(CQMTIn^UbbE;2}$Tc8Hb7}~XI5*-#30h-<1noM41g!}{np0DN zY_Ay?O1!QoNW7X8Bwj5D60aKwI$r80+X1qJR$Qn<6;E#MEWD8mB?j#X5`*>xiNQ?- zi9rW~#NcLv#GoTV8qO^Mso$+!D5t*@K^o3&1Zg<86C?(m35dbPu4lEPcQdQMXK=~a zvpcva3GST)X_0pkq(yciNQCbuNQCbpNQCbtNQAo*q(yckNQ>-FkQR9#L0V)Fg0#q< z1Zk1I2$Bu=6C@jY6C@iRAV@a!AxJhP6C@k@5~M{wNRSrUk02@W5J6I+KS5IBVS=Q@ z0D?5jM+g$Rh#-+0NRY@4B1q&06C`p&2okwR2@<)-2okx+2@<&{2okv`2@<)d2okxc z2@<(y2okwx2@<&!f<$g8K_WMdAdwqRkjRZ7NaRKmByyt&61mX?iQE{1L~blWA~%j8 zksD8t$W0(f4kjO0|NaU6hBy!6L61n9B ziQEc;L~bQPBDablky}lW$gLqrZPap z$N$CE6uuh%b58X#EA~LFSJINCPU`az9j@r5-rw2FJxNOJBS=c@CrC;hAV^9aBuGje zB1lR+N05|wo**gl0zp#ZMM8H~aaGfo2$B*n6C@>GAxKKRN|2OzjUXxUIzdw64T7Y^ zn*>RTw+NCFZxbXX-XTaz941Igyi1Ujc#j|{@jgLP;sXLwLY$bC(a$bCbQ$bCzY$bCnU$bCM3BhE2@<(X1c_W`f$zxk3bqTw#Jlt_VRQSCk-;D@KsW z6(>mKN)RM+B?%I_QUr-yX@W$q3;~h5*u}3-^kL>$Yoo+Ks85hNwb6C@=n z5F{lk5+o%m5hNul6C@=rCrC8bMOxYJ#N1H3UhC zYYCDP)d`XkH3*UtH3^auwFr_DwF#0EbqJCYbqSIZ^$3y@^$F6L8xSON4G9vtMg)mm zV}eBPI)X&52|*&)lpv97Mv%x|PmstpCrIR45F~Op5F~Of2@<(h1c_X0f<&$jK_b_d zAd$O~AdzcFkjS+sNaSuJNaQ*YByu+sByt@I61iIl61iIm61h$UiQH`jiQMf3iCkxb zMD7lPMD9+4MD8wvM6L@#B6l}IB6kl#B6lxABG;85k?Tf~$aN=31c}_E1c}^Z1c}_^1c}@e1c}^}1c}^J1c}_!1c}@; z1c}_U1c_VNr_Z~q{I}0q{LK$q{K9Wq{MWB zq{Iw@q{K{uq{J+Oq{M83q{JM8q{Li;q{KXeq{MuJH0A{aiQGbhL~ap5B9}&x$So#F zj~;hIDid=Nd`6&CL7p9c+$XTLaKo+geeBL5>BdisP?jrFx8aUPMBt3 z2VuH_orD<%b`fS8*iDd{?jg)FCH4|#8`wvfV_-jFu7LxDc?J#=<{LOfSYY5e3+M2t z=&LdKC4=X!+2FlEkl?*Ykl?*Ukl?*ckl?*Skl?*akl?*WkW=zHL4x-NL4x-tL4x-d zL4x--L4x-VL4tRfAi;Z=Ai;Z&Fw>m0_X!fK4+#>hj|dX0j|md1BLs<6IzeJ}lpwMC z#Dc^MKX37=wMfqMX9PKmpA+PyeL;|_93#v$$M+>c&cIg$Y0eo0$%x|w$%qpK$%vB# zsp%<#WW;F#GU8%azIyjelCOYgxF}f*f2)f*gJ+f}}%ff}}$kf}}%Pf}}$^g4DD;LDHcD zLDHcjL5`&oLDHczK@RS6f}}$gf}}%Lf~3P01WAW036c(15#)SSBgh%Mnjkg3hA_+I z$F&5>kLm=;j~WDtOHG30M=gTnM{R=SM;(GR(%?J{?>j@IM<^+jc3xY)M27*McB|#$BiXf3|O_*f@)s`TE zx{)A(YDbVjwI@iRZX!saIuH=3i(UNcN1v&defE+sem8SZ(nEA4Nc3(YNNjE;NGLiH zH$l$W0|cpQAHpn?c*z7wyuJiUyax#qmwp6E zyoU&qc>M{|Lp)579%2ANBKHVEA{P-Pasvqxxj_Vp++c!4ZU{jl_b5Tm$72ME+~Wj^ z+!F+e+>-=}+*1UJ+|vY!+%p7;+_MCUTna%VH8JkFudQ2k7!A&N};inQL9i|W@9i|c_9i|Z^9i|hc zrZWhV4l@ao4zmbyEVBuc4s!@{aB~Tg4)X|-4)Y0;4hsm94hspA4vPqKKGFzs#ugK# zrb`I3OnxjSNPa9MNPa9QNL*GBBtKRXBtKRWBtKRYq#>^%NaWTMBy#Hr61nvRiQEQ) zL~bKNBDaYkk=sm=^Ra~>k=sf@gmnroa!smNJ^E5zlb*liYf?S# zX}#HXeZmF<4G0?zG$d>?(1@_vKx4vI1J@C@8E8V-ZlEb)hk<5@v`tu-iZj z!X5)R5cV2qN!Vwg6=A=D)`Wuw+7O;I(3bGLfg1@!)%zIg@nk!~>!w6|!cqe_5tbR~ zKzPHz&4gDCbhI#7T_9rb<42Egv1D`cR)XYWCxYbSZ3M~1+X<43oe7eQcMy<^YPWY1 zBxUX*NXm2}NXpzzkd(QHAQ^HmK{BK(K@y@HLE_(?Ao0JCAo1@(kofl`Nc?*dB>wjk z4w$3uO^}3mfbgOz(T5<>O(rZcCHfMU8+efLih+KF6q7>_5ne-ycyfP$baIn1EuCws zBc^5hha5le_`iwk z$4({u6sE;bJN~WX-#Pw+<7XZJ*YVit#P(mpv~2$s$3Ld4pF=yN%Cu9>&HRa>h0E}h zrAZ;;CrjfY;wMWpg@~Wo%N!zpvNTJG_{q|&A>t=XvxSJCEX^JwezG)2i1^9UoFU>T zOLK*YpDfKCB7W^JPly{Yc5SK=WvFY@Ri!WWe(ADsZ}{23ydmNf0r^72Z=vQ75x<36 zAVmBYYQYfkTd0LX#BZS%4iUeFS|mjL7HZKD@mr|HLd0*O77r1>g<2v+{1$4-5b;~6 zr9#ASp_UF2e=xjEfXh=9mJJbq&7fR}c)PcJh{IL4Q~@YmQF}~Flj`Vr7stCg-rey> zzD;arJEmnjN#7;B38uBHrun^^M$?Q^RgS6JB@w0=h!dt8$V8Y0h$m+T$o8^u;Tlsq zD`BpIY=jvGvJ(~=$U#_ZASYqDfn0EH#jyu)sh8 z!ZHH|33Ch-BFr~Xm@w5q5yCVBMF}$v6eG+wP@J&PKnX&cfs%wJ21;2thfz*C`kd01 zqBG{wSjK`ba}>WVUDl&?{Iq5{kOa59T^vbnR3PZwh$mNcN>}2-)u>cFxw5mc3K!}u zP=7VvS$G8(N&;L-kOa7jAPG>7API0aK@#8^f+WDT1WADE1WAAz1WACJ1f2l!Jk5zP{beJ?TKk zlRG-~x`hiRhPM(VhMkE-3-9JaiPk;N!h5+; zH_Ui)S7%{2E<9x#QFmwIeOxH*u?Il{-_t4GiwmVa-tR1YfD5Hp?n97XIhi1hvM)h5 z%6RgF07>3{Tqy1FA%f&be}c5fhY8Xi2N0w^K0=UKMg)oFK!8+X5En{&988e*ID{bW z@lk?A_%VQN?{O}aZukj;bi+>)q#J&UaKc3IX@G3+87@3&7C!4NOyNSgE)OM0tcMZg zx;&hqugmJMa1wOD)nDKw$i;aSK`zdt36ch52$BY43DQH11IQtb=R)b0ClDkJCK4nK zCJ`hJCKDtLQVEgBl!z`NNJN(sWTdssS$#PdN-$RtB$z7+63kTu3Fc~o1al2Q>bI5) zC7A0763q1k3FZcZ1al)ng1Lzx!Q4!cU~VBuFt-vUnA->v%}cb0gF@#h>r?D)Hm|4LW)4L_kHJ6$M*b%fpqnh^RJXiAW;xilll*IceA$mwlPkgvJ4AjsETZXn3lTv`%_nBBG_ z$k$w26Xa_yZ3yx;m$n4?n#+wAj>h{8QRldwosaG_VQ+8YXnY`kLgOYoAJsCCkULm7 znrXlQY~p4@{L!8&Q95E?5~Xiq*+V^5*$16@Y`vc|AE|X8a@I{vEbG-*Et_JOUF>R9 zJ36PXM!m~i+OxoT@&@cgE)^&34pl{CKiP(rRRtqs=-!N>_#2Z+J`dZPF$_=t;+CT< zIIHpGOaQ%E)w^=xK+|aRTNtbg$4;!rA8;(-+vEw#3VN0?9N%LpWG(7#Hdfez{sP5` zW%zTBMXc!^oL-41$wjS2ZW8e7h@6JzjKCd+$vYCE1CR-@7JUh83MOj^I(U)eY^$0@@)VH8(acVkRN&{=>bncJE1NDa1bh#5V@j$$h zXJLN%ISq?3rMev9cnLJ;yD+ zO~ymYTe*(ID5j-1ebVux zjvsUUTgT5j{-fiu-xJ%5geRZ~Yw~;P}&yr#L>=`o%7Fb)xg?Quod!U+Pkw9UibdRLOGC@s}Nc+wo5wKj!!u z$Im+chvTt76DMXGrX_&W9e;zKDfuj>+o@I^$%mAFBz&V(rTkBXFAe-mkPj*SLMUwd zqH_fKkkYRN`H<3Y1o@EC?*#df(jNr*kkWa898D}1XZVk;P}9~|CcNR!gg3*qq)VAy z2``6f@g;93d=sX{zx*cQXE80_^?U1T0Q0+=##z*z>hWE8OD`!fyq_5NZ8t6pnP@8E zVrSDv;Qi^$MD#t!_hW33#agu9j03V-Fnc|Kw;Z#1b|MAW?d-k{#f2w_Z^Q7{s&iV4 zHkcjcvS6+i!|{2Q+@57j#b2M!LomZ^svpd z<9jjED&g6QQR|eIv=+T?j=z)zv)9$57pYREEk?x1&4O8RBL3?A)z+ddrqDGOq!32q*9L}RQ1!sjI%@=mx7KUZ zOj@i$80!$#PGhHrVmw>dvlEjsx~vx%VpN}IHn<-51`UYV;EBojL`TEG@NtMnzNO+k zHTF$6zUzETML*NTw<#D_HVq6PL}}*R)Fl_YB-V}oQioB$?4{lPsXr*}?`#@Ip3Qxm zo~o>cZ!<8Sz9BH2$dLfn=?h(&4J+~D;=#xOU%Y@v0yf~6mOm1>f548$~pyxjos#38t(RP z_iZ8ixz4_&;ilk@z>t4;`nCj(;Vzm^=*82}A$B3^gkFjb-W?b^nR|R&hJ?P?TJ)RR zqJpj#%o)%h*6QZla$F$0(@ag~BAxFGa2`HF)q|+3w-U$E)3;Ugl=TV>SC0FATRB@< zZ{Jq0Q1*al8S^%%kzOB|9+zZFPWG0cScmr5H!ytSrytE6)k+k6h^P->Bd!Sj14G3g zwieAa*)+g{IhPxe=a10L9@b&ah-mhJ&Tyb_n?|Wa8U&L=8f=$G1I&eMhy}g3jD;B6 zJnGqr%^1c!W-WTetoXPEQ_Za@s?Za@Z9y_WNi$X7iR62VsH?smC+BIJ6hw%gA)10{ zTF(ZC&LJf*d}M2=Z#x$&8x|Ona=2$1Y53EzBRo5?6BnP6zU@NpjtUIrM*FrK&sWBH zma!Q79ZS;(ykr#4!Z;!hIAbvmWV~l5_TXYRAuwdg#K6#1PqG$GRvT0>*@79*teG@b zVXDO_GSQu4!IWAu0e#Cfi|0_c(_@e;)2*2_*oOm~=~>27Jb#%*(+9hB94>gXeOxgb zV}UtD9rFFy;@rRx@_C+REXBoTzGo*6V0#OEJBXxQ7#O<$MS)>ln&#QbVL0N&o@Fe< zsCh|X80Rjv7Hv0YewhV1r}HqBUQWc(p41O8SNJv(-N{O8`rMx!IYHSfYtdn~^2G)L z^`cmoSZwhn4+2(mPyed$sa>zJpu>K0Bu>IwYtasK!0RlSLZfhrSsxgBgAIY90dDkd zG;UZnS&Md>9c(5{G_b{j+2a@tOtuDwtHw6p#x78{-M4Yb_#M8DN5ppeHWB;SMKeu# z9m2Dls45pbIRSmc9^b~JdGGaYBKnnmzD+{cu-~`IICTeTX2%;*>w`qS<5aYuL%vPM znEpB6CZVHx-m{EV=x|@~?Bo=bdoeIv2Ve4SD$eT5zD>c9;uX&_R^!_KsIZ~8V5oy}Xm&B4vd+n!~t!~OI-)}q~}CWkHPnq=r< zz`MS!MJ(R)?8GQ^tnUYgTeJ^6J2@X$&JTT?iw@)?&rT0puk2&bj!#B~k64RRO@-45 z?;1F2!JNzaxDtNi+X6JOPXogk{xh06=aZ3&pA&J;GuGo=e&N~4Md%Wa`L+;Q_oZ)( zahkre7VR-L&ahzm%B53q@W+YR>&Yb;Q=jlH4L5KneOrcBd&*k$h1tVt3+9|GAEpYO z@ofcC>1*FsVsQG6Z)?zEzonV;G#4v>N7OZ5i@xW3&oVY)DEEVBC)XiBXK7}GOE9$k zk*GJg9*6dmXBnGuT7LHI;Wx zhP#wMd|bK~NpPO1>#XbdC(Uef3p&ETh`Qhw3~2xMZ7X*Dk8hiCV*d4Q8}9mIf4I;0 zPHsaVm1Hg2YYsS0SZpAZ1#-ZM4MZNb!d@92vS1?op}H5ABM?oyuz(&h^OHZo14!TkM7_m>xa}@_- z>T;S{dH!~VRRT;yA5@j7w>S~){tDkFp@X>6vy45ss$b>VsYy6-)jZ4Cg9dkvXQ!s% zw&L2raNVqKE&9-$ml_t#d6|kR)bwo{MiR9=%h-q1sqNXR>A29>p_$XN2{&4GiTVso zM`u%yW(sb>wXVL!Xtt?d0}FCrFbW-WL!#c?Y{aq=&1~)fE)$JI#HqT@$K^vuC~QK+ zCNmDA%Wdk}@f2i7Gi%XDrh?a7Fcn-r9KBHU5OIlV5#R`nPi_bitG6WT=uVF>s3oU5(?z(W-Byna$6}BaKcLqXTBm+bqcGojX^Rx;?;oNZQU8qt#~BJ1m%E zUy1wTJ3Tu-0+*J%tVIXSid`(26;~tu?+$FTvU_Oe2$myh?hSCwO4VC+14?hzodwk1 zV#mi|Y;_;aY-t1P+JlIKr#2!^Jp;qovX^Ja$KZ;8Kh11#3wp8MM7_bSXmAgBc6?l# zvOb=j+KT=(IWR=9uW#G1j|XXH#|KdBenh?F?O6FC&yG*P(}Vt=o!W^`>|x(_;dBk~ zZ8yUIh-b$qU?36EbY)iPE5pD5$6j+gJMg#-PUFwKn5cj5|JrQkwFwInJJa7n6 zpQHV_NIXh21t*~2e2l0I9>BHeao-MN2qi9kF?uh+Ui> zillgkX6iB%S@A5<6x^gNg{BKGors=lC=msZPe!GOd3Jgj`pDtFjTo+MglET7aj6{X z+368DF{3;?u?E-U(KJ)*g=idOLPW{2J}#Yv`@3-=;u1REV)T#NsDcR=bboPr46Y{= zeLH|Ie3EC!r=XEf_U!aH3>Z@b!vRkT41Mub&rXcPrDK|Br}cxH>4Bl#jKDCOo9Wwl zbjY)4<^--oA2-`#G~cAw91G?QOhE1C`Zf`XHP5$6xN)8D+XR$b;M*kBZlQ0J5y?f? zqUTLT(kz&YOhgbD`=;O8ToM=_Ni7Wwv0g?qhp$I7%LCkwK&}XID^h$VQK$WM6kO%m z>1lW6Me)TA;8W?<9 z?otK@?bXhXaA)SU?!!vTuP1-^&#yXuj~`wcA!`O)VH0u7=K37dr4c0Z1|k0 zH@Fw~s9#u%J~gNNm<4loSIt6u|1v~$;9n83xiiDCxeVWiqX#+e+X!6hPSAAyR?SCp zoh0fFjzDZq`8EbOa;JS8kL*7a*lcBA`!*IQ>l@!DqaA+hTPk|+?`Woi8_`U@C+Z5$ zL_~h@?Dz_-eAcrwGx2!jN1EB-cHmD$Z1DI>w5FduJ2MYMp(V66Jv*}u8_eR{3S4-y z`nD3c7})|tUzXjo;~R02$w4y}T!&Vd(_-|wIka3B^i}4}<`h*Zw{Kf9#>wN^@vYdy zWr3l|<@M~$b{s`Mny$&3;aE98QAcAdnoR+kDL4YRPXz-UgS86g^?+PuBoXT0>n%V4}bg_ktEyo8rG@$xoa-o?xNc=-@7 zNAPkKFY33sVv+iln^>fN(k2%DfEV?#^jMTnoy@2_UTWdx9=vqLOAoyC!^^XHnSz&> z@p2e1>NCW#sH!@Qs5V}n#>+6gjKa%Uyo|@oG`uXt%W}NDjh9n+`35h|)hUSD;H58K z2H<5hUN+)o8(#L}Wj|gH;^jHKynvUN@bU^?Uc<{9czFvi@8IQKyu6Q>5ApIbUOvIg zXL$JnFJIy%123oXg6}BnuZHOl&FhZ|>W>NNHwg4I0e$_~AwQaB(BJ|6?mwDi@SuUU z>-M^D(0wLN@YkoKaq8uK_QnrA+-q>Z`lFBs+OB7ZW_3&#ipx2sMhRo z$z~rEzW#%J&CkYA^8fI9Yo`A;Vb9Bd=OU3K|M$*Cq15|lw@j;;HZZN~{F_(ZzNyx( zOuIU5y6%IkuRmPs`VWdU{~&*h|3hAye3e@Kw+YpD|2r2KWaoc*@n2qeeaC-oa1h(14NO3IS=80WIYv*c9|YP02$ zrP(s6`Rs}L9GTU8&cuAKENVV?Vm?n+HGf%RK5sTPpD!_=Kf9VQkeDx+L(Lb8WxFip zfuYGGl7B3mGfTd+MH2HxbE)}aiTUEW)qIJ>e91g&zEonq^kr(kOk%!lUNv7XF<(BP zny-+Uub5xWS4zxRE}-TwPs~>-sOGCC=C3HE=C4f5UsYJmS4+%aT|~`albFA@sG6^y zn6FVx&DTuK*D9{&YbWOGlu+|^6Z7>-s`>hf`39xbe8a?iqta@=abo_uGHSj_V!mlv zHQy{L0oNy$Q_|d#7D?rm+~7#dqzXz}Inp|*qLMa_v`wm{m?MuTHCFP3 zBTpt>r$oK&#^ZWAsfm(j9C#M49X3&5{(UpGf6uE#lXM)Ni7aTE?4$)Q_N& zTE|;})UTeB+Qx4Hsh>F|wTrg|soymv-4t&HQa@x$x;fq&q<*=SbW6MqNc~hPsZ+cy zNc}b`>Gt@IAoXLUq&wp6KzBNHSG+x_i$iy-cR>}Yw-UMHz3~np^~NHpTl{8FcZcqa gcLb^am!*2fZ&CDPrcOzD;=jc3nvw(m>33BBKO) Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = "strict") -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return "", 0 + + return decode(data), len(data) + + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b"" + if labels: + if not labels[-1]: + trailing_dot = b"." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b"." + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b".".join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return ("", 0) + + if not isinstance(data, str): + data = str(data, "ascii") + + labels = _unicode_dots_re.split(data) + trailing_dot = "" + if labels: + if not labels[-1]: + trailing_dot = "." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = "." + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = ".".join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != "idna2008": + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + + +codecs.register(search_function) diff --git a/venv/lib/python3.11/site-packages/idna/compat.py b/venv/lib/python3.11/site-packages/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/compat.py @@ -0,0 +1,15 @@ +from typing import Any, Union + +from .core import decode, encode + + +def ToASCII(label: str) -> bytes: + return encode(label) + + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + + +def nameprep(s: Any) -> None: + raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") diff --git a/venv/lib/python3.11/site-packages/idna/core.py b/venv/lib/python3.11/site-packages/idna/core.py new file mode 100644 index 0000000..9115f12 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/core.py @@ -0,0 +1,437 @@ +import bisect +import re +import unicodedata +from typing import Optional, Union + +from . import idnadata +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b"xn--" +_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") + + +class IDNAError(UnicodeError): + """Base exception for all IDNA-encoding related problems""" + + pass + + +class IDNABidiError(IDNAError): + """Exception when bidirectional requirements are not satisfied""" + + pass + + +class InvalidCodepoint(IDNAError): + """Exception when a disallowed or unallocated codepoint is used""" + + pass + + +class InvalidCodepointContext(IDNAError): + """Exception when the codepoint is not valid in the context it is used""" + + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError("Unknown character in unicodedata") + return v + + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + + +def _punycode(s: str) -> bytes: + return s.encode("punycode") + + +def _unot(s: int) -> str: + return "U+{:04X}".format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == "": + # String likely comes from a newer version of Unicode + raise IDNABidiError("Unknown directionality in label {} at position {}".format(repr(label), idx)) + if direction in ["R", "AL", "AN"]: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ["R", "AL"]: + rtl = True + elif direction == "L": + rtl = False + else: + raise IDNABidiError("First codepoint in label {} must be directionality L, R or AL".format(repr(label))) + + valid_ending = False + number_type: Optional[str] = None + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if direction not in [ + "R", + "AL", + "AN", + "EN", + "ES", + "CS", + "ET", + "ON", + "BN", + "NSM", + ]: + raise IDNABidiError("Invalid direction for codepoint at position {} in a right-to-left label".format(idx)) + # Bidi rule 3 + if direction in ["R", "AL", "EN", "AN"]: + valid_ending = True + elif direction != "NSM": + valid_ending = False + # Bidi rule 4 + if direction in ["AN", "EN"]: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError("Can not mix numeral types in a right-to-left label") + else: + # Bidi rule 5 + if direction not in ["L", "EN", "ES", "CS", "ET", "ON", "BN", "NSM"]: + raise IDNABidiError("Invalid direction for codepoint at position {} in a left-to-right label".format(idx)) + # Bidi rule 6 + if direction in ["L", "EN"]: + valid_ending = True + elif direction != "NSM": + valid_ending = False + + if not valid_ending: + raise IDNABidiError("Label ends with illegal codepoint directionality") + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == "M": + raise IDNAError("Label begins with an illegal combining character") + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == "--": + raise IDNAError("Label has disallowed hyphens in 3rd and 4th position") + if label[0] == "-" or label[-1] == "-": + raise IDNAError("Label must not start or end with a hyphen") + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize("NFC", label) != label: + raise IDNAError("Label must be in Normalization Form C") + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200C: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos - 1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("L"), ord("D")]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos + 1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("R"), ord("D")]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200D: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00B7: + if 0 < pos < len(label) - 1: + if ord(label[pos - 1]) == 0x006C and ord(label[pos + 1]) == 0x006C: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label) - 1 and len(label) > 1: + return _is_script(label[pos + 1], "Greek") + return False + + elif cp_value == 0x05F3 or cp_value == 0x05F4: + if pos > 0: + return _is_script(label[pos - 1], "Hebrew") + return False + + elif cp_value == 0x30FB: + for cp in label: + if cp == "\u30fb": + continue + if _is_script(cp, "Hiragana") or _is_script(cp, "Katakana") or _is_script(cp, "Han"): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6F0 <= ord(cp) <= 0x06F9: + return False + return True + + elif 0x6F0 <= cp_value <= 0x6F9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode("utf-8") + if len(label) == 0: + raise IDNAError("Empty Label") + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for pos, cp in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes["PVALID"]): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTJ"]): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext( + "Joiner {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + except ValueError: + raise IDNAError( + "Unknown codepoint adjacent to joiner {} at position {} in {}".format( + _unot(cp_value), pos + 1, repr(label) + ) + ) + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTO"]): + if not valid_contexto(label, pos): + raise InvalidCodepointContext( + "Codepoint {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + else: + raise InvalidCodepoint( + "Codepoint {} at position {} of {} not allowed".format(_unot(cp_value), pos + 1, repr(label)) + ) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode("ascii") + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError("Label too long") + return label_bytes + except UnicodeEncodeError: + pass + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + if not valid_label_length(label_bytes): + raise IDNAError("Label too long") + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode("ascii") + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix) :] + if not label_bytes: + raise IDNAError("Malformed A-label, no Punycode eligible content found") + if label_bytes.decode("ascii")[-1] == "-": + raise IDNAError("A-label must not end with a hyphen") + else: + check_label(label_bytes) + return label_bytes.decode("ascii") + + try: + label = label_bytes.decode("punycode") + except UnicodeError: + raise IDNAError("Invalid A-label") + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + + output = "" + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else bisect.bisect_left(uts46data, (code_point, "Z")) - 1] + status = uts46row[1] + replacement: Optional[str] = None + if len(uts46row) == 3: + replacement = uts46row[2] + if ( + status == "V" + or (status == "D" and not transitional) + or (status == "3" and not std3_rules and replacement is None) + ): + output += char + elif replacement is not None and ( + status == "M" or (status == "3" and not std3_rules) or (status == "D" and transitional) + ): + output += replacement + elif status != "I": + raise IndexError() + except IndexError: + raise InvalidCodepoint( + "Codepoint {} not allowed at position {} in {}".format(_unot(code_point), pos + 1, repr(domain)) + ) + + return unicodedata.normalize("NFC", output) + + +def encode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, + transitional: bool = False, +) -> bytes: + if not isinstance(s, str): + try: + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("should pass a unicode string to the function rather than a byte string.") + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split(".") + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if labels[-1] == "": + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append(b"") + s = b".".join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError("Domain too long") + return s + + +def decode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, +) -> str: + try: + if not isinstance(s, str): + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("Invalid ASCII in A-label") + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split(".") + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append("") + return ".".join(result) diff --git a/venv/lib/python3.11/site-packages/idna/idnadata.py b/venv/lib/python3.11/site-packages/idna/idnadata.py new file mode 100644 index 0000000..4be6004 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/idnadata.py @@ -0,0 +1,4243 @@ +# This file is automatically generated by tools/idna-data + +__version__ = "15.1.0" +scripts = { + "Greek": ( + 0x37000000374, + 0x37500000378, + 0x37A0000037E, + 0x37F00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038B, + 0x38C0000038D, + 0x38E000003A2, + 0x3A3000003E2, + 0x3F000000400, + 0x1D2600001D2B, + 0x1D5D00001D62, + 0x1D6600001D6B, + 0x1DBF00001DC0, + 0x1F0000001F16, + 0x1F1800001F1E, + 0x1F2000001F46, + 0x1F4800001F4E, + 0x1F5000001F58, + 0x1F5900001F5A, + 0x1F5B00001F5C, + 0x1F5D00001F5E, + 0x1F5F00001F7E, + 0x1F8000001FB5, + 0x1FB600001FC5, + 0x1FC600001FD4, + 0x1FD600001FDC, + 0x1FDD00001FF0, + 0x1FF200001FF5, + 0x1FF600001FFF, + 0x212600002127, + 0xAB650000AB66, + 0x101400001018F, + 0x101A0000101A1, + 0x1D2000001D246, + ), + "Han": ( + 0x2E8000002E9A, + 0x2E9B00002EF4, + 0x2F0000002FD6, + 0x300500003006, + 0x300700003008, + 0x30210000302A, + 0x30380000303C, + 0x340000004DC0, + 0x4E000000A000, + 0xF9000000FA6E, + 0xFA700000FADA, + 0x16FE200016FE4, + 0x16FF000016FF2, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x2F8000002FA1E, + 0x300000003134B, + 0x31350000323B0, + ), + "Hebrew": ( + 0x591000005C8, + 0x5D0000005EB, + 0x5EF000005F5, + 0xFB1D0000FB37, + 0xFB380000FB3D, + 0xFB3E0000FB3F, + 0xFB400000FB42, + 0xFB430000FB45, + 0xFB460000FB50, + ), + "Hiragana": ( + 0x304100003097, + 0x309D000030A0, + 0x1B0010001B120, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1F2000001F201, + ), + "Katakana": ( + 0x30A1000030FB, + 0x30FD00003100, + 0x31F000003200, + 0x32D0000032FF, + 0x330000003358, + 0xFF660000FF70, + 0xFF710000FF9E, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B001, + 0x1B1200001B123, + 0x1B1550001B156, + 0x1B1640001B168, + ), +} +joining_types = { + 0xAD: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30A: 84, + 0x30B: 84, + 0x30C: 84, + 0x30D: 84, + 0x30E: 84, + 0x30F: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31A: 84, + 0x31B: 84, + 0x31C: 84, + 0x31D: 84, + 0x31E: 84, + 0x31F: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32A: 84, + 0x32B: 84, + 0x32C: 84, + 0x32D: 84, + 0x32E: 84, + 0x32F: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33A: 84, + 0x33B: 84, + 0x33C: 84, + 0x33D: 84, + 0x33E: 84, + 0x33F: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34A: 84, + 0x34B: 84, + 0x34C: 84, + 0x34D: 84, + 0x34E: 84, + 0x34F: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35A: 84, + 0x35B: 84, + 0x35C: 84, + 0x35D: 84, + 0x35E: 84, + 0x35F: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36A: 84, + 0x36B: 84, + 0x36C: 84, + 0x36D: 84, + 0x36E: 84, + 0x36F: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59A: 84, + 0x59B: 84, + 0x59C: 84, + 0x59D: 84, + 0x59E: 84, + 0x59F: 84, + 0x5A0: 84, + 0x5A1: 84, + 0x5A2: 84, + 0x5A3: 84, + 0x5A4: 84, + 0x5A5: 84, + 0x5A6: 84, + 0x5A7: 84, + 0x5A8: 84, + 0x5A9: 84, + 0x5AA: 84, + 0x5AB: 84, + 0x5AC: 84, + 0x5AD: 84, + 0x5AE: 84, + 0x5AF: 84, + 0x5B0: 84, + 0x5B1: 84, + 0x5B2: 84, + 0x5B3: 84, + 0x5B4: 84, + 0x5B5: 84, + 0x5B6: 84, + 0x5B7: 84, + 0x5B8: 84, + 0x5B9: 84, + 0x5BA: 84, + 0x5BB: 84, + 0x5BC: 84, + 0x5BD: 84, + 0x5BF: 84, + 0x5C1: 84, + 0x5C2: 84, + 0x5C4: 84, + 0x5C5: 84, + 0x5C7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61A: 84, + 0x61C: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62A: 68, + 0x62B: 68, + 0x62C: 68, + 0x62D: 68, + 0x62E: 68, + 0x62F: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63A: 68, + 0x63B: 68, + 0x63C: 68, + 0x63D: 68, + 0x63E: 68, + 0x63F: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64A: 68, + 0x64B: 84, + 0x64C: 84, + 0x64D: 84, + 0x64E: 84, + 0x64F: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65A: 84, + 0x65B: 84, + 0x65C: 84, + 0x65D: 84, + 0x65E: 84, + 0x65F: 84, + 0x66E: 68, + 0x66F: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67A: 68, + 0x67B: 68, + 0x67C: 68, + 0x67D: 68, + 0x67E: 68, + 0x67F: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68A: 82, + 0x68B: 82, + 0x68C: 82, + 0x68D: 82, + 0x68E: 82, + 0x68F: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69A: 68, + 0x69B: 68, + 0x69C: 68, + 0x69D: 68, + 0x69E: 68, + 0x69F: 68, + 0x6A0: 68, + 0x6A1: 68, + 0x6A2: 68, + 0x6A3: 68, + 0x6A4: 68, + 0x6A5: 68, + 0x6A6: 68, + 0x6A7: 68, + 0x6A8: 68, + 0x6A9: 68, + 0x6AA: 68, + 0x6AB: 68, + 0x6AC: 68, + 0x6AD: 68, + 0x6AE: 68, + 0x6AF: 68, + 0x6B0: 68, + 0x6B1: 68, + 0x6B2: 68, + 0x6B3: 68, + 0x6B4: 68, + 0x6B5: 68, + 0x6B6: 68, + 0x6B7: 68, + 0x6B8: 68, + 0x6B9: 68, + 0x6BA: 68, + 0x6BB: 68, + 0x6BC: 68, + 0x6BD: 68, + 0x6BE: 68, + 0x6BF: 68, + 0x6C0: 82, + 0x6C1: 68, + 0x6C2: 68, + 0x6C3: 82, + 0x6C4: 82, + 0x6C5: 82, + 0x6C6: 82, + 0x6C7: 82, + 0x6C8: 82, + 0x6C9: 82, + 0x6CA: 82, + 0x6CB: 82, + 0x6CC: 68, + 0x6CD: 82, + 0x6CE: 68, + 0x6CF: 82, + 0x6D0: 68, + 0x6D1: 68, + 0x6D2: 82, + 0x6D3: 82, + 0x6D5: 82, + 0x6D6: 84, + 0x6D7: 84, + 0x6D8: 84, + 0x6D9: 84, + 0x6DA: 84, + 0x6DB: 84, + 0x6DC: 84, + 0x6DF: 84, + 0x6E0: 84, + 0x6E1: 84, + 0x6E2: 84, + 0x6E3: 84, + 0x6E4: 84, + 0x6E7: 84, + 0x6E8: 84, + 0x6EA: 84, + 0x6EB: 84, + 0x6EC: 84, + 0x6ED: 84, + 0x6EE: 82, + 0x6EF: 82, + 0x6FA: 68, + 0x6FB: 68, + 0x6FC: 68, + 0x6FF: 68, + 0x70F: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71A: 68, + 0x71B: 68, + 0x71C: 68, + 0x71D: 68, + 0x71E: 82, + 0x71F: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72A: 82, + 0x72B: 68, + 0x72C: 82, + 0x72D: 68, + 0x72E: 68, + 0x72F: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73A: 84, + 0x73B: 84, + 0x73C: 84, + 0x73D: 84, + 0x73E: 84, + 0x73F: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74A: 84, + 0x74D: 82, + 0x74E: 68, + 0x74F: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75A: 82, + 0x75B: 82, + 0x75C: 68, + 0x75D: 68, + 0x75E: 68, + 0x75F: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76A: 68, + 0x76B: 82, + 0x76C: 82, + 0x76D: 68, + 0x76E: 68, + 0x76F: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77A: 68, + 0x77B: 68, + 0x77C: 68, + 0x77D: 68, + 0x77E: 68, + 0x77F: 68, + 0x7A6: 84, + 0x7A7: 84, + 0x7A8: 84, + 0x7A9: 84, + 0x7AA: 84, + 0x7AB: 84, + 0x7AC: 84, + 0x7AD: 84, + 0x7AE: 84, + 0x7AF: 84, + 0x7B0: 84, + 0x7CA: 68, + 0x7CB: 68, + 0x7CC: 68, + 0x7CD: 68, + 0x7CE: 68, + 0x7CF: 68, + 0x7D0: 68, + 0x7D1: 68, + 0x7D2: 68, + 0x7D3: 68, + 0x7D4: 68, + 0x7D5: 68, + 0x7D6: 68, + 0x7D7: 68, + 0x7D8: 68, + 0x7D9: 68, + 0x7DA: 68, + 0x7DB: 68, + 0x7DC: 68, + 0x7DD: 68, + 0x7DE: 68, + 0x7DF: 68, + 0x7E0: 68, + 0x7E1: 68, + 0x7E2: 68, + 0x7E3: 68, + 0x7E4: 68, + 0x7E5: 68, + 0x7E6: 68, + 0x7E7: 68, + 0x7E8: 68, + 0x7E9: 68, + 0x7EA: 68, + 0x7EB: 84, + 0x7EC: 84, + 0x7ED: 84, + 0x7EE: 84, + 0x7EF: 84, + 0x7F0: 84, + 0x7F1: 84, + 0x7F2: 84, + 0x7F3: 84, + 0x7FA: 67, + 0x7FD: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81B: 84, + 0x81C: 84, + 0x81D: 84, + 0x81E: 84, + 0x81F: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82A: 84, + 0x82B: 84, + 0x82C: 84, + 0x82D: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84A: 68, + 0x84B: 68, + 0x84C: 68, + 0x84D: 68, + 0x84E: 68, + 0x84F: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85A: 84, + 0x85B: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86A: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87A: 82, + 0x87B: 82, + 0x87C: 82, + 0x87D: 82, + 0x87E: 82, + 0x87F: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88A: 68, + 0x88B: 68, + 0x88C: 68, + 0x88D: 68, + 0x88E: 82, + 0x898: 84, + 0x899: 84, + 0x89A: 84, + 0x89B: 84, + 0x89C: 84, + 0x89D: 84, + 0x89E: 84, + 0x89F: 84, + 0x8A0: 68, + 0x8A1: 68, + 0x8A2: 68, + 0x8A3: 68, + 0x8A4: 68, + 0x8A5: 68, + 0x8A6: 68, + 0x8A7: 68, + 0x8A8: 68, + 0x8A9: 68, + 0x8AA: 82, + 0x8AB: 82, + 0x8AC: 82, + 0x8AE: 82, + 0x8AF: 68, + 0x8B0: 68, + 0x8B1: 82, + 0x8B2: 82, + 0x8B3: 68, + 0x8B4: 68, + 0x8B5: 68, + 0x8B6: 68, + 0x8B7: 68, + 0x8B8: 68, + 0x8B9: 82, + 0x8BA: 68, + 0x8BB: 68, + 0x8BC: 68, + 0x8BD: 68, + 0x8BE: 68, + 0x8BF: 68, + 0x8C0: 68, + 0x8C1: 68, + 0x8C2: 68, + 0x8C3: 68, + 0x8C4: 68, + 0x8C5: 68, + 0x8C6: 68, + 0x8C7: 68, + 0x8C8: 68, + 0x8CA: 84, + 0x8CB: 84, + 0x8CC: 84, + 0x8CD: 84, + 0x8CE: 84, + 0x8CF: 84, + 0x8D0: 84, + 0x8D1: 84, + 0x8D2: 84, + 0x8D3: 84, + 0x8D4: 84, + 0x8D5: 84, + 0x8D6: 84, + 0x8D7: 84, + 0x8D8: 84, + 0x8D9: 84, + 0x8DA: 84, + 0x8DB: 84, + 0x8DC: 84, + 0x8DD: 84, + 0x8DE: 84, + 0x8DF: 84, + 0x8E0: 84, + 0x8E1: 84, + 0x8E3: 84, + 0x8E4: 84, + 0x8E5: 84, + 0x8E6: 84, + 0x8E7: 84, + 0x8E8: 84, + 0x8E9: 84, + 0x8EA: 84, + 0x8EB: 84, + 0x8EC: 84, + 0x8ED: 84, + 0x8EE: 84, + 0x8EF: 84, + 0x8F0: 84, + 0x8F1: 84, + 0x8F2: 84, + 0x8F3: 84, + 0x8F4: 84, + 0x8F5: 84, + 0x8F6: 84, + 0x8F7: 84, + 0x8F8: 84, + 0x8F9: 84, + 0x8FA: 84, + 0x8FB: 84, + 0x8FC: 84, + 0x8FD: 84, + 0x8FE: 84, + 0x8FF: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93A: 84, + 0x93C: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94D: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9BC: 84, + 0x9C1: 84, + 0x9C2: 84, + 0x9C3: 84, + 0x9C4: 84, + 0x9CD: 84, + 0x9E2: 84, + 0x9E3: 84, + 0x9FE: 84, + 0xA01: 84, + 0xA02: 84, + 0xA3C: 84, + 0xA41: 84, + 0xA42: 84, + 0xA47: 84, + 0xA48: 84, + 0xA4B: 84, + 0xA4C: 84, + 0xA4D: 84, + 0xA51: 84, + 0xA70: 84, + 0xA71: 84, + 0xA75: 84, + 0xA81: 84, + 0xA82: 84, + 0xABC: 84, + 0xAC1: 84, + 0xAC2: 84, + 0xAC3: 84, + 0xAC4: 84, + 0xAC5: 84, + 0xAC7: 84, + 0xAC8: 84, + 0xACD: 84, + 0xAE2: 84, + 0xAE3: 84, + 0xAFA: 84, + 0xAFB: 84, + 0xAFC: 84, + 0xAFD: 84, + 0xAFE: 84, + 0xAFF: 84, + 0xB01: 84, + 0xB3C: 84, + 0xB3F: 84, + 0xB41: 84, + 0xB42: 84, + 0xB43: 84, + 0xB44: 84, + 0xB4D: 84, + 0xB55: 84, + 0xB56: 84, + 0xB62: 84, + 0xB63: 84, + 0xB82: 84, + 0xBC0: 84, + 0xBCD: 84, + 0xC00: 84, + 0xC04: 84, + 0xC3C: 84, + 0xC3E: 84, + 0xC3F: 84, + 0xC40: 84, + 0xC46: 84, + 0xC47: 84, + 0xC48: 84, + 0xC4A: 84, + 0xC4B: 84, + 0xC4C: 84, + 0xC4D: 84, + 0xC55: 84, + 0xC56: 84, + 0xC62: 84, + 0xC63: 84, + 0xC81: 84, + 0xCBC: 84, + 0xCBF: 84, + 0xCC6: 84, + 0xCCC: 84, + 0xCCD: 84, + 0xCE2: 84, + 0xCE3: 84, + 0xD00: 84, + 0xD01: 84, + 0xD3B: 84, + 0xD3C: 84, + 0xD41: 84, + 0xD42: 84, + 0xD43: 84, + 0xD44: 84, + 0xD4D: 84, + 0xD62: 84, + 0xD63: 84, + 0xD81: 84, + 0xDCA: 84, + 0xDD2: 84, + 0xDD3: 84, + 0xDD4: 84, + 0xDD6: 84, + 0xE31: 84, + 0xE34: 84, + 0xE35: 84, + 0xE36: 84, + 0xE37: 84, + 0xE38: 84, + 0xE39: 84, + 0xE3A: 84, + 0xE47: 84, + 0xE48: 84, + 0xE49: 84, + 0xE4A: 84, + 0xE4B: 84, + 0xE4C: 84, + 0xE4D: 84, + 0xE4E: 84, + 0xEB1: 84, + 0xEB4: 84, + 0xEB5: 84, + 0xEB6: 84, + 0xEB7: 84, + 0xEB8: 84, + 0xEB9: 84, + 0xEBA: 84, + 0xEBB: 84, + 0xEBC: 84, + 0xEC8: 84, + 0xEC9: 84, + 0xECA: 84, + 0xECB: 84, + 0xECC: 84, + 0xECD: 84, + 0xECE: 84, + 0xF18: 84, + 0xF19: 84, + 0xF35: 84, + 0xF37: 84, + 0xF39: 84, + 0xF71: 84, + 0xF72: 84, + 0xF73: 84, + 0xF74: 84, + 0xF75: 84, + 0xF76: 84, + 0xF77: 84, + 0xF78: 84, + 0xF79: 84, + 0xF7A: 84, + 0xF7B: 84, + 0xF7C: 84, + 0xF7D: 84, + 0xF7E: 84, + 0xF80: 84, + 0xF81: 84, + 0xF82: 84, + 0xF83: 84, + 0xF84: 84, + 0xF86: 84, + 0xF87: 84, + 0xF8D: 84, + 0xF8E: 84, + 0xF8F: 84, + 0xF90: 84, + 0xF91: 84, + 0xF92: 84, + 0xF93: 84, + 0xF94: 84, + 0xF95: 84, + 0xF96: 84, + 0xF97: 84, + 0xF99: 84, + 0xF9A: 84, + 0xF9B: 84, + 0xF9C: 84, + 0xF9D: 84, + 0xF9E: 84, + 0xF9F: 84, + 0xFA0: 84, + 0xFA1: 84, + 0xFA2: 84, + 0xFA3: 84, + 0xFA4: 84, + 0xFA5: 84, + 0xFA6: 84, + 0xFA7: 84, + 0xFA8: 84, + 0xFA9: 84, + 0xFAA: 84, + 0xFAB: 84, + 0xFAC: 84, + 0xFAD: 84, + 0xFAE: 84, + 0xFAF: 84, + 0xFB0: 84, + 0xFB1: 84, + 0xFB2: 84, + 0xFB3: 84, + 0xFB4: 84, + 0xFB5: 84, + 0xFB6: 84, + 0xFB7: 84, + 0xFB8: 84, + 0xFB9: 84, + 0xFBA: 84, + 0xFBB: 84, + 0xFBC: 84, + 0xFC6: 84, + 0x102D: 84, + 0x102E: 84, + 0x102F: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103A: 84, + 0x103D: 84, + 0x103E: 84, + 0x1058: 84, + 0x1059: 84, + 0x105E: 84, + 0x105F: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108D: 84, + 0x109D: 84, + 0x135D: 84, + 0x135E: 84, + 0x135F: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17B4: 84, + 0x17B5: 84, + 0x17B7: 84, + 0x17B8: 84, + 0x17B9: 84, + 0x17BA: 84, + 0x17BB: 84, + 0x17BC: 84, + 0x17BD: 84, + 0x17C6: 84, + 0x17C9: 84, + 0x17CA: 84, + 0x17CB: 84, + 0x17CC: 84, + 0x17CD: 84, + 0x17CE: 84, + 0x17CF: 84, + 0x17D0: 84, + 0x17D1: 84, + 0x17D2: 84, + 0x17D3: 84, + 0x17DD: 84, + 0x1807: 68, + 0x180A: 67, + 0x180B: 84, + 0x180C: 84, + 0x180D: 84, + 0x180F: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182A: 68, + 0x182B: 68, + 0x182C: 68, + 0x182D: 68, + 0x182E: 68, + 0x182F: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183A: 68, + 0x183B: 68, + 0x183C: 68, + 0x183D: 68, + 0x183E: 68, + 0x183F: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184A: 68, + 0x184B: 68, + 0x184C: 68, + 0x184D: 68, + 0x184E: 68, + 0x184F: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185A: 68, + 0x185B: 68, + 0x185C: 68, + 0x185D: 68, + 0x185E: 68, + 0x185F: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186A: 68, + 0x186B: 68, + 0x186C: 68, + 0x186D: 68, + 0x186E: 68, + 0x186F: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188A: 68, + 0x188B: 68, + 0x188C: 68, + 0x188D: 68, + 0x188E: 68, + 0x188F: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189A: 68, + 0x189B: 68, + 0x189C: 68, + 0x189D: 68, + 0x189E: 68, + 0x189F: 68, + 0x18A0: 68, + 0x18A1: 68, + 0x18A2: 68, + 0x18A3: 68, + 0x18A4: 68, + 0x18A5: 68, + 0x18A6: 68, + 0x18A7: 68, + 0x18A8: 68, + 0x18A9: 84, + 0x18AA: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193A: 84, + 0x193B: 84, + 0x1A17: 84, + 0x1A18: 84, + 0x1A1B: 84, + 0x1A56: 84, + 0x1A58: 84, + 0x1A59: 84, + 0x1A5A: 84, + 0x1A5B: 84, + 0x1A5C: 84, + 0x1A5D: 84, + 0x1A5E: 84, + 0x1A60: 84, + 0x1A62: 84, + 0x1A65: 84, + 0x1A66: 84, + 0x1A67: 84, + 0x1A68: 84, + 0x1A69: 84, + 0x1A6A: 84, + 0x1A6B: 84, + 0x1A6C: 84, + 0x1A73: 84, + 0x1A74: 84, + 0x1A75: 84, + 0x1A76: 84, + 0x1A77: 84, + 0x1A78: 84, + 0x1A79: 84, + 0x1A7A: 84, + 0x1A7B: 84, + 0x1A7C: 84, + 0x1A7F: 84, + 0x1AB0: 84, + 0x1AB1: 84, + 0x1AB2: 84, + 0x1AB3: 84, + 0x1AB4: 84, + 0x1AB5: 84, + 0x1AB6: 84, + 0x1AB7: 84, + 0x1AB8: 84, + 0x1AB9: 84, + 0x1ABA: 84, + 0x1ABB: 84, + 0x1ABC: 84, + 0x1ABD: 84, + 0x1ABE: 84, + 0x1ABF: 84, + 0x1AC0: 84, + 0x1AC1: 84, + 0x1AC2: 84, + 0x1AC3: 84, + 0x1AC4: 84, + 0x1AC5: 84, + 0x1AC6: 84, + 0x1AC7: 84, + 0x1AC8: 84, + 0x1AC9: 84, + 0x1ACA: 84, + 0x1ACB: 84, + 0x1ACC: 84, + 0x1ACD: 84, + 0x1ACE: 84, + 0x1B00: 84, + 0x1B01: 84, + 0x1B02: 84, + 0x1B03: 84, + 0x1B34: 84, + 0x1B36: 84, + 0x1B37: 84, + 0x1B38: 84, + 0x1B39: 84, + 0x1B3A: 84, + 0x1B3C: 84, + 0x1B42: 84, + 0x1B6B: 84, + 0x1B6C: 84, + 0x1B6D: 84, + 0x1B6E: 84, + 0x1B6F: 84, + 0x1B70: 84, + 0x1B71: 84, + 0x1B72: 84, + 0x1B73: 84, + 0x1B80: 84, + 0x1B81: 84, + 0x1BA2: 84, + 0x1BA3: 84, + 0x1BA4: 84, + 0x1BA5: 84, + 0x1BA8: 84, + 0x1BA9: 84, + 0x1BAB: 84, + 0x1BAC: 84, + 0x1BAD: 84, + 0x1BE6: 84, + 0x1BE8: 84, + 0x1BE9: 84, + 0x1BED: 84, + 0x1BEF: 84, + 0x1BF0: 84, + 0x1BF1: 84, + 0x1C2C: 84, + 0x1C2D: 84, + 0x1C2E: 84, + 0x1C2F: 84, + 0x1C30: 84, + 0x1C31: 84, + 0x1C32: 84, + 0x1C33: 84, + 0x1C36: 84, + 0x1C37: 84, + 0x1CD0: 84, + 0x1CD1: 84, + 0x1CD2: 84, + 0x1CD4: 84, + 0x1CD5: 84, + 0x1CD6: 84, + 0x1CD7: 84, + 0x1CD8: 84, + 0x1CD9: 84, + 0x1CDA: 84, + 0x1CDB: 84, + 0x1CDC: 84, + 0x1CDD: 84, + 0x1CDE: 84, + 0x1CDF: 84, + 0x1CE0: 84, + 0x1CE2: 84, + 0x1CE3: 84, + 0x1CE4: 84, + 0x1CE5: 84, + 0x1CE6: 84, + 0x1CE7: 84, + 0x1CE8: 84, + 0x1CED: 84, + 0x1CF4: 84, + 0x1CF8: 84, + 0x1CF9: 84, + 0x1DC0: 84, + 0x1DC1: 84, + 0x1DC2: 84, + 0x1DC3: 84, + 0x1DC4: 84, + 0x1DC5: 84, + 0x1DC6: 84, + 0x1DC7: 84, + 0x1DC8: 84, + 0x1DC9: 84, + 0x1DCA: 84, + 0x1DCB: 84, + 0x1DCC: 84, + 0x1DCD: 84, + 0x1DCE: 84, + 0x1DCF: 84, + 0x1DD0: 84, + 0x1DD1: 84, + 0x1DD2: 84, + 0x1DD3: 84, + 0x1DD4: 84, + 0x1DD5: 84, + 0x1DD6: 84, + 0x1DD7: 84, + 0x1DD8: 84, + 0x1DD9: 84, + 0x1DDA: 84, + 0x1DDB: 84, + 0x1DDC: 84, + 0x1DDD: 84, + 0x1DDE: 84, + 0x1DDF: 84, + 0x1DE0: 84, + 0x1DE1: 84, + 0x1DE2: 84, + 0x1DE3: 84, + 0x1DE4: 84, + 0x1DE5: 84, + 0x1DE6: 84, + 0x1DE7: 84, + 0x1DE8: 84, + 0x1DE9: 84, + 0x1DEA: 84, + 0x1DEB: 84, + 0x1DEC: 84, + 0x1DED: 84, + 0x1DEE: 84, + 0x1DEF: 84, + 0x1DF0: 84, + 0x1DF1: 84, + 0x1DF2: 84, + 0x1DF3: 84, + 0x1DF4: 84, + 0x1DF5: 84, + 0x1DF6: 84, + 0x1DF7: 84, + 0x1DF8: 84, + 0x1DF9: 84, + 0x1DFA: 84, + 0x1DFB: 84, + 0x1DFC: 84, + 0x1DFD: 84, + 0x1DFE: 84, + 0x1DFF: 84, + 0x200B: 84, + 0x200D: 67, + 0x200E: 84, + 0x200F: 84, + 0x202A: 84, + 0x202B: 84, + 0x202C: 84, + 0x202D: 84, + 0x202E: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206A: 84, + 0x206B: 84, + 0x206C: 84, + 0x206D: 84, + 0x206E: 84, + 0x206F: 84, + 0x20D0: 84, + 0x20D1: 84, + 0x20D2: 84, + 0x20D3: 84, + 0x20D4: 84, + 0x20D5: 84, + 0x20D6: 84, + 0x20D7: 84, + 0x20D8: 84, + 0x20D9: 84, + 0x20DA: 84, + 0x20DB: 84, + 0x20DC: 84, + 0x20DD: 84, + 0x20DE: 84, + 0x20DF: 84, + 0x20E0: 84, + 0x20E1: 84, + 0x20E2: 84, + 0x20E3: 84, + 0x20E4: 84, + 0x20E5: 84, + 0x20E6: 84, + 0x20E7: 84, + 0x20E8: 84, + 0x20E9: 84, + 0x20EA: 84, + 0x20EB: 84, + 0x20EC: 84, + 0x20ED: 84, + 0x20EE: 84, + 0x20EF: 84, + 0x20F0: 84, + 0x2CEF: 84, + 0x2CF0: 84, + 0x2CF1: 84, + 0x2D7F: 84, + 0x2DE0: 84, + 0x2DE1: 84, + 0x2DE2: 84, + 0x2DE3: 84, + 0x2DE4: 84, + 0x2DE5: 84, + 0x2DE6: 84, + 0x2DE7: 84, + 0x2DE8: 84, + 0x2DE9: 84, + 0x2DEA: 84, + 0x2DEB: 84, + 0x2DEC: 84, + 0x2DED: 84, + 0x2DEE: 84, + 0x2DEF: 84, + 0x2DF0: 84, + 0x2DF1: 84, + 0x2DF2: 84, + 0x2DF3: 84, + 0x2DF4: 84, + 0x2DF5: 84, + 0x2DF6: 84, + 0x2DF7: 84, + 0x2DF8: 84, + 0x2DF9: 84, + 0x2DFA: 84, + 0x2DFB: 84, + 0x2DFC: 84, + 0x2DFD: 84, + 0x2DFE: 84, + 0x2DFF: 84, + 0x302A: 84, + 0x302B: 84, + 0x302C: 84, + 0x302D: 84, + 0x3099: 84, + 0x309A: 84, + 0xA66F: 84, + 0xA670: 84, + 0xA671: 84, + 0xA672: 84, + 0xA674: 84, + 0xA675: 84, + 0xA676: 84, + 0xA677: 84, + 0xA678: 84, + 0xA679: 84, + 0xA67A: 84, + 0xA67B: 84, + 0xA67C: 84, + 0xA67D: 84, + 0xA69E: 84, + 0xA69F: 84, + 0xA6F0: 84, + 0xA6F1: 84, + 0xA802: 84, + 0xA806: 84, + 0xA80B: 84, + 0xA825: 84, + 0xA826: 84, + 0xA82C: 84, + 0xA840: 68, + 0xA841: 68, + 0xA842: 68, + 0xA843: 68, + 0xA844: 68, + 0xA845: 68, + 0xA846: 68, + 0xA847: 68, + 0xA848: 68, + 0xA849: 68, + 0xA84A: 68, + 0xA84B: 68, + 0xA84C: 68, + 0xA84D: 68, + 0xA84E: 68, + 0xA84F: 68, + 0xA850: 68, + 0xA851: 68, + 0xA852: 68, + 0xA853: 68, + 0xA854: 68, + 0xA855: 68, + 0xA856: 68, + 0xA857: 68, + 0xA858: 68, + 0xA859: 68, + 0xA85A: 68, + 0xA85B: 68, + 0xA85C: 68, + 0xA85D: 68, + 0xA85E: 68, + 0xA85F: 68, + 0xA860: 68, + 0xA861: 68, + 0xA862: 68, + 0xA863: 68, + 0xA864: 68, + 0xA865: 68, + 0xA866: 68, + 0xA867: 68, + 0xA868: 68, + 0xA869: 68, + 0xA86A: 68, + 0xA86B: 68, + 0xA86C: 68, + 0xA86D: 68, + 0xA86E: 68, + 0xA86F: 68, + 0xA870: 68, + 0xA871: 68, + 0xA872: 76, + 0xA8C4: 84, + 0xA8C5: 84, + 0xA8E0: 84, + 0xA8E1: 84, + 0xA8E2: 84, + 0xA8E3: 84, + 0xA8E4: 84, + 0xA8E5: 84, + 0xA8E6: 84, + 0xA8E7: 84, + 0xA8E8: 84, + 0xA8E9: 84, + 0xA8EA: 84, + 0xA8EB: 84, + 0xA8EC: 84, + 0xA8ED: 84, + 0xA8EE: 84, + 0xA8EF: 84, + 0xA8F0: 84, + 0xA8F1: 84, + 0xA8FF: 84, + 0xA926: 84, + 0xA927: 84, + 0xA928: 84, + 0xA929: 84, + 0xA92A: 84, + 0xA92B: 84, + 0xA92C: 84, + 0xA92D: 84, + 0xA947: 84, + 0xA948: 84, + 0xA949: 84, + 0xA94A: 84, + 0xA94B: 84, + 0xA94C: 84, + 0xA94D: 84, + 0xA94E: 84, + 0xA94F: 84, + 0xA950: 84, + 0xA951: 84, + 0xA980: 84, + 0xA981: 84, + 0xA982: 84, + 0xA9B3: 84, + 0xA9B6: 84, + 0xA9B7: 84, + 0xA9B8: 84, + 0xA9B9: 84, + 0xA9BC: 84, + 0xA9BD: 84, + 0xA9E5: 84, + 0xAA29: 84, + 0xAA2A: 84, + 0xAA2B: 84, + 0xAA2C: 84, + 0xAA2D: 84, + 0xAA2E: 84, + 0xAA31: 84, + 0xAA32: 84, + 0xAA35: 84, + 0xAA36: 84, + 0xAA43: 84, + 0xAA4C: 84, + 0xAA7C: 84, + 0xAAB0: 84, + 0xAAB2: 84, + 0xAAB3: 84, + 0xAAB4: 84, + 0xAAB7: 84, + 0xAAB8: 84, + 0xAABE: 84, + 0xAABF: 84, + 0xAAC1: 84, + 0xAAEC: 84, + 0xAAED: 84, + 0xAAF6: 84, + 0xABE5: 84, + 0xABE8: 84, + 0xABED: 84, + 0xFB1E: 84, + 0xFE00: 84, + 0xFE01: 84, + 0xFE02: 84, + 0xFE03: 84, + 0xFE04: 84, + 0xFE05: 84, + 0xFE06: 84, + 0xFE07: 84, + 0xFE08: 84, + 0xFE09: 84, + 0xFE0A: 84, + 0xFE0B: 84, + 0xFE0C: 84, + 0xFE0D: 84, + 0xFE0E: 84, + 0xFE0F: 84, + 0xFE20: 84, + 0xFE21: 84, + 0xFE22: 84, + 0xFE23: 84, + 0xFE24: 84, + 0xFE25: 84, + 0xFE26: 84, + 0xFE27: 84, + 0xFE28: 84, + 0xFE29: 84, + 0xFE2A: 84, + 0xFE2B: 84, + 0xFE2C: 84, + 0xFE2D: 84, + 0xFE2E: 84, + 0xFE2F: 84, + 0xFEFF: 84, + 0xFFF9: 84, + 0xFFFA: 84, + 0xFFFB: 84, + 0x101FD: 84, + 0x102E0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037A: 84, + 0x10A01: 84, + 0x10A02: 84, + 0x10A03: 84, + 0x10A05: 84, + 0x10A06: 84, + 0x10A0C: 84, + 0x10A0D: 84, + 0x10A0E: 84, + 0x10A0F: 84, + 0x10A38: 84, + 0x10A39: 84, + 0x10A3A: 84, + 0x10A3F: 84, + 0x10AC0: 68, + 0x10AC1: 68, + 0x10AC2: 68, + 0x10AC3: 68, + 0x10AC4: 68, + 0x10AC5: 82, + 0x10AC7: 82, + 0x10AC9: 82, + 0x10ACA: 82, + 0x10ACD: 76, + 0x10ACE: 82, + 0x10ACF: 82, + 0x10AD0: 82, + 0x10AD1: 82, + 0x10AD2: 82, + 0x10AD3: 68, + 0x10AD4: 68, + 0x10AD5: 68, + 0x10AD6: 68, + 0x10AD7: 76, + 0x10AD8: 68, + 0x10AD9: 68, + 0x10ADA: 68, + 0x10ADB: 68, + 0x10ADC: 68, + 0x10ADD: 82, + 0x10ADE: 68, + 0x10ADF: 68, + 0x10AE0: 68, + 0x10AE1: 82, + 0x10AE4: 82, + 0x10AE5: 84, + 0x10AE6: 84, + 0x10AEB: 68, + 0x10AEC: 68, + 0x10AED: 68, + 0x10AEE: 68, + 0x10AEF: 82, + 0x10B80: 68, + 0x10B81: 82, + 0x10B82: 68, + 0x10B83: 82, + 0x10B84: 82, + 0x10B85: 82, + 0x10B86: 68, + 0x10B87: 68, + 0x10B88: 68, + 0x10B89: 82, + 0x10B8A: 68, + 0x10B8B: 68, + 0x10B8C: 82, + 0x10B8D: 68, + 0x10B8E: 82, + 0x10B8F: 82, + 0x10B90: 68, + 0x10B91: 82, + 0x10BA9: 82, + 0x10BAA: 82, + 0x10BAB: 82, + 0x10BAC: 82, + 0x10BAD: 68, + 0x10BAE: 68, + 0x10D00: 76, + 0x10D01: 68, + 0x10D02: 68, + 0x10D03: 68, + 0x10D04: 68, + 0x10D05: 68, + 0x10D06: 68, + 0x10D07: 68, + 0x10D08: 68, + 0x10D09: 68, + 0x10D0A: 68, + 0x10D0B: 68, + 0x10D0C: 68, + 0x10D0D: 68, + 0x10D0E: 68, + 0x10D0F: 68, + 0x10D10: 68, + 0x10D11: 68, + 0x10D12: 68, + 0x10D13: 68, + 0x10D14: 68, + 0x10D15: 68, + 0x10D16: 68, + 0x10D17: 68, + 0x10D18: 68, + 0x10D19: 68, + 0x10D1A: 68, + 0x10D1B: 68, + 0x10D1C: 68, + 0x10D1D: 68, + 0x10D1E: 68, + 0x10D1F: 68, + 0x10D20: 68, + 0x10D21: 68, + 0x10D22: 82, + 0x10D23: 68, + 0x10D24: 84, + 0x10D25: 84, + 0x10D26: 84, + 0x10D27: 84, + 0x10EAB: 84, + 0x10EAC: 84, + 0x10EFD: 84, + 0x10EFE: 84, + 0x10EFF: 84, + 0x10F30: 68, + 0x10F31: 68, + 0x10F32: 68, + 0x10F33: 82, + 0x10F34: 68, + 0x10F35: 68, + 0x10F36: 68, + 0x10F37: 68, + 0x10F38: 68, + 0x10F39: 68, + 0x10F3A: 68, + 0x10F3B: 68, + 0x10F3C: 68, + 0x10F3D: 68, + 0x10F3E: 68, + 0x10F3F: 68, + 0x10F40: 68, + 0x10F41: 68, + 0x10F42: 68, + 0x10F43: 68, + 0x10F44: 68, + 0x10F46: 84, + 0x10F47: 84, + 0x10F48: 84, + 0x10F49: 84, + 0x10F4A: 84, + 0x10F4B: 84, + 0x10F4C: 84, + 0x10F4D: 84, + 0x10F4E: 84, + 0x10F4F: 84, + 0x10F50: 84, + 0x10F51: 68, + 0x10F52: 68, + 0x10F53: 68, + 0x10F54: 82, + 0x10F70: 68, + 0x10F71: 68, + 0x10F72: 68, + 0x10F73: 68, + 0x10F74: 82, + 0x10F75: 82, + 0x10F76: 68, + 0x10F77: 68, + 0x10F78: 68, + 0x10F79: 68, + 0x10F7A: 68, + 0x10F7B: 68, + 0x10F7C: 68, + 0x10F7D: 68, + 0x10F7E: 68, + 0x10F7F: 68, + 0x10F80: 68, + 0x10F81: 68, + 0x10F82: 84, + 0x10F83: 84, + 0x10F84: 84, + 0x10F85: 84, + 0x10FB0: 68, + 0x10FB2: 68, + 0x10FB3: 68, + 0x10FB4: 82, + 0x10FB5: 82, + 0x10FB6: 82, + 0x10FB8: 68, + 0x10FB9: 82, + 0x10FBA: 82, + 0x10FBB: 68, + 0x10FBC: 68, + 0x10FBD: 82, + 0x10FBE: 68, + 0x10FBF: 68, + 0x10FC1: 68, + 0x10FC2: 82, + 0x10FC3: 82, + 0x10FC4: 68, + 0x10FC9: 82, + 0x10FCA: 68, + 0x10FCB: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103A: 84, + 0x1103B: 84, + 0x1103C: 84, + 0x1103D: 84, + 0x1103E: 84, + 0x1103F: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107F: 84, + 0x11080: 84, + 0x11081: 84, + 0x110B3: 84, + 0x110B4: 84, + 0x110B5: 84, + 0x110B6: 84, + 0x110B9: 84, + 0x110BA: 84, + 0x110C2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112A: 84, + 0x1112B: 84, + 0x1112D: 84, + 0x1112E: 84, + 0x1112F: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111B6: 84, + 0x111B7: 84, + 0x111B8: 84, + 0x111B9: 84, + 0x111BA: 84, + 0x111BB: 84, + 0x111BC: 84, + 0x111BD: 84, + 0x111BE: 84, + 0x111C9: 84, + 0x111CA: 84, + 0x111CB: 84, + 0x111CC: 84, + 0x111CF: 84, + 0x1122F: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123E: 84, + 0x11241: 84, + 0x112DF: 84, + 0x112E3: 84, + 0x112E4: 84, + 0x112E5: 84, + 0x112E6: 84, + 0x112E7: 84, + 0x112E8: 84, + 0x112E9: 84, + 0x112EA: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133B: 84, + 0x1133C: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136A: 84, + 0x1136B: 84, + 0x1136C: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143A: 84, + 0x1143B: 84, + 0x1143C: 84, + 0x1143D: 84, + 0x1143E: 84, + 0x1143F: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145E: 84, + 0x114B3: 84, + 0x114B4: 84, + 0x114B5: 84, + 0x114B6: 84, + 0x114B7: 84, + 0x114B8: 84, + 0x114BA: 84, + 0x114BF: 84, + 0x114C0: 84, + 0x114C2: 84, + 0x114C3: 84, + 0x115B2: 84, + 0x115B3: 84, + 0x115B4: 84, + 0x115B5: 84, + 0x115BC: 84, + 0x115BD: 84, + 0x115BF: 84, + 0x115C0: 84, + 0x115DC: 84, + 0x115DD: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163A: 84, + 0x1163D: 84, + 0x1163F: 84, + 0x11640: 84, + 0x116AB: 84, + 0x116AD: 84, + 0x116B0: 84, + 0x116B1: 84, + 0x116B2: 84, + 0x116B3: 84, + 0x116B4: 84, + 0x116B5: 84, + 0x116B7: 84, + 0x1171D: 84, + 0x1171E: 84, + 0x1171F: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172A: 84, + 0x1172B: 84, + 0x1182F: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183A: 84, + 0x1193B: 84, + 0x1193C: 84, + 0x1193E: 84, + 0x11943: 84, + 0x119D4: 84, + 0x119D5: 84, + 0x119D6: 84, + 0x119D7: 84, + 0x119DA: 84, + 0x119DB: 84, + 0x119E0: 84, + 0x11A01: 84, + 0x11A02: 84, + 0x11A03: 84, + 0x11A04: 84, + 0x11A05: 84, + 0x11A06: 84, + 0x11A07: 84, + 0x11A08: 84, + 0x11A09: 84, + 0x11A0A: 84, + 0x11A33: 84, + 0x11A34: 84, + 0x11A35: 84, + 0x11A36: 84, + 0x11A37: 84, + 0x11A38: 84, + 0x11A3B: 84, + 0x11A3C: 84, + 0x11A3D: 84, + 0x11A3E: 84, + 0x11A47: 84, + 0x11A51: 84, + 0x11A52: 84, + 0x11A53: 84, + 0x11A54: 84, + 0x11A55: 84, + 0x11A56: 84, + 0x11A59: 84, + 0x11A5A: 84, + 0x11A5B: 84, + 0x11A8A: 84, + 0x11A8B: 84, + 0x11A8C: 84, + 0x11A8D: 84, + 0x11A8E: 84, + 0x11A8F: 84, + 0x11A90: 84, + 0x11A91: 84, + 0x11A92: 84, + 0x11A93: 84, + 0x11A94: 84, + 0x11A95: 84, + 0x11A96: 84, + 0x11A98: 84, + 0x11A99: 84, + 0x11C30: 84, + 0x11C31: 84, + 0x11C32: 84, + 0x11C33: 84, + 0x11C34: 84, + 0x11C35: 84, + 0x11C36: 84, + 0x11C38: 84, + 0x11C39: 84, + 0x11C3A: 84, + 0x11C3B: 84, + 0x11C3C: 84, + 0x11C3D: 84, + 0x11C3F: 84, + 0x11C92: 84, + 0x11C93: 84, + 0x11C94: 84, + 0x11C95: 84, + 0x11C96: 84, + 0x11C97: 84, + 0x11C98: 84, + 0x11C99: 84, + 0x11C9A: 84, + 0x11C9B: 84, + 0x11C9C: 84, + 0x11C9D: 84, + 0x11C9E: 84, + 0x11C9F: 84, + 0x11CA0: 84, + 0x11CA1: 84, + 0x11CA2: 84, + 0x11CA3: 84, + 0x11CA4: 84, + 0x11CA5: 84, + 0x11CA6: 84, + 0x11CA7: 84, + 0x11CAA: 84, + 0x11CAB: 84, + 0x11CAC: 84, + 0x11CAD: 84, + 0x11CAE: 84, + 0x11CAF: 84, + 0x11CB0: 84, + 0x11CB2: 84, + 0x11CB3: 84, + 0x11CB5: 84, + 0x11CB6: 84, + 0x11D31: 84, + 0x11D32: 84, + 0x11D33: 84, + 0x11D34: 84, + 0x11D35: 84, + 0x11D36: 84, + 0x11D3A: 84, + 0x11D3C: 84, + 0x11D3D: 84, + 0x11D3F: 84, + 0x11D40: 84, + 0x11D41: 84, + 0x11D42: 84, + 0x11D43: 84, + 0x11D44: 84, + 0x11D45: 84, + 0x11D47: 84, + 0x11D90: 84, + 0x11D91: 84, + 0x11D95: 84, + 0x11D97: 84, + 0x11EF3: 84, + 0x11EF4: 84, + 0x11F00: 84, + 0x11F01: 84, + 0x11F36: 84, + 0x11F37: 84, + 0x11F38: 84, + 0x11F39: 84, + 0x11F3A: 84, + 0x11F40: 84, + 0x11F42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343A: 84, + 0x1343B: 84, + 0x1343C: 84, + 0x1343D: 84, + 0x1343E: 84, + 0x1343F: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344A: 84, + 0x1344B: 84, + 0x1344C: 84, + 0x1344D: 84, + 0x1344E: 84, + 0x1344F: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16AF0: 84, + 0x16AF1: 84, + 0x16AF2: 84, + 0x16AF3: 84, + 0x16AF4: 84, + 0x16B30: 84, + 0x16B31: 84, + 0x16B32: 84, + 0x16B33: 84, + 0x16B34: 84, + 0x16B35: 84, + 0x16B36: 84, + 0x16F4F: 84, + 0x16F8F: 84, + 0x16F90: 84, + 0x16F91: 84, + 0x16F92: 84, + 0x16FE4: 84, + 0x1BC9D: 84, + 0x1BC9E: 84, + 0x1BCA0: 84, + 0x1BCA1: 84, + 0x1BCA2: 84, + 0x1BCA3: 84, + 0x1CF00: 84, + 0x1CF01: 84, + 0x1CF02: 84, + 0x1CF03: 84, + 0x1CF04: 84, + 0x1CF05: 84, + 0x1CF06: 84, + 0x1CF07: 84, + 0x1CF08: 84, + 0x1CF09: 84, + 0x1CF0A: 84, + 0x1CF0B: 84, + 0x1CF0C: 84, + 0x1CF0D: 84, + 0x1CF0E: 84, + 0x1CF0F: 84, + 0x1CF10: 84, + 0x1CF11: 84, + 0x1CF12: 84, + 0x1CF13: 84, + 0x1CF14: 84, + 0x1CF15: 84, + 0x1CF16: 84, + 0x1CF17: 84, + 0x1CF18: 84, + 0x1CF19: 84, + 0x1CF1A: 84, + 0x1CF1B: 84, + 0x1CF1C: 84, + 0x1CF1D: 84, + 0x1CF1E: 84, + 0x1CF1F: 84, + 0x1CF20: 84, + 0x1CF21: 84, + 0x1CF22: 84, + 0x1CF23: 84, + 0x1CF24: 84, + 0x1CF25: 84, + 0x1CF26: 84, + 0x1CF27: 84, + 0x1CF28: 84, + 0x1CF29: 84, + 0x1CF2A: 84, + 0x1CF2B: 84, + 0x1CF2C: 84, + 0x1CF2D: 84, + 0x1CF30: 84, + 0x1CF31: 84, + 0x1CF32: 84, + 0x1CF33: 84, + 0x1CF34: 84, + 0x1CF35: 84, + 0x1CF36: 84, + 0x1CF37: 84, + 0x1CF38: 84, + 0x1CF39: 84, + 0x1CF3A: 84, + 0x1CF3B: 84, + 0x1CF3C: 84, + 0x1CF3D: 84, + 0x1CF3E: 84, + 0x1CF3F: 84, + 0x1CF40: 84, + 0x1CF41: 84, + 0x1CF42: 84, + 0x1CF43: 84, + 0x1CF44: 84, + 0x1CF45: 84, + 0x1CF46: 84, + 0x1D167: 84, + 0x1D168: 84, + 0x1D169: 84, + 0x1D173: 84, + 0x1D174: 84, + 0x1D175: 84, + 0x1D176: 84, + 0x1D177: 84, + 0x1D178: 84, + 0x1D179: 84, + 0x1D17A: 84, + 0x1D17B: 84, + 0x1D17C: 84, + 0x1D17D: 84, + 0x1D17E: 84, + 0x1D17F: 84, + 0x1D180: 84, + 0x1D181: 84, + 0x1D182: 84, + 0x1D185: 84, + 0x1D186: 84, + 0x1D187: 84, + 0x1D188: 84, + 0x1D189: 84, + 0x1D18A: 84, + 0x1D18B: 84, + 0x1D1AA: 84, + 0x1D1AB: 84, + 0x1D1AC: 84, + 0x1D1AD: 84, + 0x1D242: 84, + 0x1D243: 84, + 0x1D244: 84, + 0x1DA00: 84, + 0x1DA01: 84, + 0x1DA02: 84, + 0x1DA03: 84, + 0x1DA04: 84, + 0x1DA05: 84, + 0x1DA06: 84, + 0x1DA07: 84, + 0x1DA08: 84, + 0x1DA09: 84, + 0x1DA0A: 84, + 0x1DA0B: 84, + 0x1DA0C: 84, + 0x1DA0D: 84, + 0x1DA0E: 84, + 0x1DA0F: 84, + 0x1DA10: 84, + 0x1DA11: 84, + 0x1DA12: 84, + 0x1DA13: 84, + 0x1DA14: 84, + 0x1DA15: 84, + 0x1DA16: 84, + 0x1DA17: 84, + 0x1DA18: 84, + 0x1DA19: 84, + 0x1DA1A: 84, + 0x1DA1B: 84, + 0x1DA1C: 84, + 0x1DA1D: 84, + 0x1DA1E: 84, + 0x1DA1F: 84, + 0x1DA20: 84, + 0x1DA21: 84, + 0x1DA22: 84, + 0x1DA23: 84, + 0x1DA24: 84, + 0x1DA25: 84, + 0x1DA26: 84, + 0x1DA27: 84, + 0x1DA28: 84, + 0x1DA29: 84, + 0x1DA2A: 84, + 0x1DA2B: 84, + 0x1DA2C: 84, + 0x1DA2D: 84, + 0x1DA2E: 84, + 0x1DA2F: 84, + 0x1DA30: 84, + 0x1DA31: 84, + 0x1DA32: 84, + 0x1DA33: 84, + 0x1DA34: 84, + 0x1DA35: 84, + 0x1DA36: 84, + 0x1DA3B: 84, + 0x1DA3C: 84, + 0x1DA3D: 84, + 0x1DA3E: 84, + 0x1DA3F: 84, + 0x1DA40: 84, + 0x1DA41: 84, + 0x1DA42: 84, + 0x1DA43: 84, + 0x1DA44: 84, + 0x1DA45: 84, + 0x1DA46: 84, + 0x1DA47: 84, + 0x1DA48: 84, + 0x1DA49: 84, + 0x1DA4A: 84, + 0x1DA4B: 84, + 0x1DA4C: 84, + 0x1DA4D: 84, + 0x1DA4E: 84, + 0x1DA4F: 84, + 0x1DA50: 84, + 0x1DA51: 84, + 0x1DA52: 84, + 0x1DA53: 84, + 0x1DA54: 84, + 0x1DA55: 84, + 0x1DA56: 84, + 0x1DA57: 84, + 0x1DA58: 84, + 0x1DA59: 84, + 0x1DA5A: 84, + 0x1DA5B: 84, + 0x1DA5C: 84, + 0x1DA5D: 84, + 0x1DA5E: 84, + 0x1DA5F: 84, + 0x1DA60: 84, + 0x1DA61: 84, + 0x1DA62: 84, + 0x1DA63: 84, + 0x1DA64: 84, + 0x1DA65: 84, + 0x1DA66: 84, + 0x1DA67: 84, + 0x1DA68: 84, + 0x1DA69: 84, + 0x1DA6A: 84, + 0x1DA6B: 84, + 0x1DA6C: 84, + 0x1DA75: 84, + 0x1DA84: 84, + 0x1DA9B: 84, + 0x1DA9C: 84, + 0x1DA9D: 84, + 0x1DA9E: 84, + 0x1DA9F: 84, + 0x1DAA1: 84, + 0x1DAA2: 84, + 0x1DAA3: 84, + 0x1DAA4: 84, + 0x1DAA5: 84, + 0x1DAA6: 84, + 0x1DAA7: 84, + 0x1DAA8: 84, + 0x1DAA9: 84, + 0x1DAAA: 84, + 0x1DAAB: 84, + 0x1DAAC: 84, + 0x1DAAD: 84, + 0x1DAAE: 84, + 0x1DAAF: 84, + 0x1E000: 84, + 0x1E001: 84, + 0x1E002: 84, + 0x1E003: 84, + 0x1E004: 84, + 0x1E005: 84, + 0x1E006: 84, + 0x1E008: 84, + 0x1E009: 84, + 0x1E00A: 84, + 0x1E00B: 84, + 0x1E00C: 84, + 0x1E00D: 84, + 0x1E00E: 84, + 0x1E00F: 84, + 0x1E010: 84, + 0x1E011: 84, + 0x1E012: 84, + 0x1E013: 84, + 0x1E014: 84, + 0x1E015: 84, + 0x1E016: 84, + 0x1E017: 84, + 0x1E018: 84, + 0x1E01B: 84, + 0x1E01C: 84, + 0x1E01D: 84, + 0x1E01E: 84, + 0x1E01F: 84, + 0x1E020: 84, + 0x1E021: 84, + 0x1E023: 84, + 0x1E024: 84, + 0x1E026: 84, + 0x1E027: 84, + 0x1E028: 84, + 0x1E029: 84, + 0x1E02A: 84, + 0x1E08F: 84, + 0x1E130: 84, + 0x1E131: 84, + 0x1E132: 84, + 0x1E133: 84, + 0x1E134: 84, + 0x1E135: 84, + 0x1E136: 84, + 0x1E2AE: 84, + 0x1E2EC: 84, + 0x1E2ED: 84, + 0x1E2EE: 84, + 0x1E2EF: 84, + 0x1E4EC: 84, + 0x1E4ED: 84, + 0x1E4EE: 84, + 0x1E4EF: 84, + 0x1E8D0: 84, + 0x1E8D1: 84, + 0x1E8D2: 84, + 0x1E8D3: 84, + 0x1E8D4: 84, + 0x1E8D5: 84, + 0x1E8D6: 84, + 0x1E900: 68, + 0x1E901: 68, + 0x1E902: 68, + 0x1E903: 68, + 0x1E904: 68, + 0x1E905: 68, + 0x1E906: 68, + 0x1E907: 68, + 0x1E908: 68, + 0x1E909: 68, + 0x1E90A: 68, + 0x1E90B: 68, + 0x1E90C: 68, + 0x1E90D: 68, + 0x1E90E: 68, + 0x1E90F: 68, + 0x1E910: 68, + 0x1E911: 68, + 0x1E912: 68, + 0x1E913: 68, + 0x1E914: 68, + 0x1E915: 68, + 0x1E916: 68, + 0x1E917: 68, + 0x1E918: 68, + 0x1E919: 68, + 0x1E91A: 68, + 0x1E91B: 68, + 0x1E91C: 68, + 0x1E91D: 68, + 0x1E91E: 68, + 0x1E91F: 68, + 0x1E920: 68, + 0x1E921: 68, + 0x1E922: 68, + 0x1E923: 68, + 0x1E924: 68, + 0x1E925: 68, + 0x1E926: 68, + 0x1E927: 68, + 0x1E928: 68, + 0x1E929: 68, + 0x1E92A: 68, + 0x1E92B: 68, + 0x1E92C: 68, + 0x1E92D: 68, + 0x1E92E: 68, + 0x1E92F: 68, + 0x1E930: 68, + 0x1E931: 68, + 0x1E932: 68, + 0x1E933: 68, + 0x1E934: 68, + 0x1E935: 68, + 0x1E936: 68, + 0x1E937: 68, + 0x1E938: 68, + 0x1E939: 68, + 0x1E93A: 68, + 0x1E93B: 68, + 0x1E93C: 68, + 0x1E93D: 68, + 0x1E93E: 68, + 0x1E93F: 68, + 0x1E940: 68, + 0x1E941: 68, + 0x1E942: 68, + 0x1E943: 68, + 0x1E944: 84, + 0x1E945: 84, + 0x1E946: 84, + 0x1E947: 84, + 0x1E948: 84, + 0x1E949: 84, + 0x1E94A: 84, + 0x1E94B: 84, + 0xE0001: 84, + 0xE0020: 84, + 0xE0021: 84, + 0xE0022: 84, + 0xE0023: 84, + 0xE0024: 84, + 0xE0025: 84, + 0xE0026: 84, + 0xE0027: 84, + 0xE0028: 84, + 0xE0029: 84, + 0xE002A: 84, + 0xE002B: 84, + 0xE002C: 84, + 0xE002D: 84, + 0xE002E: 84, + 0xE002F: 84, + 0xE0030: 84, + 0xE0031: 84, + 0xE0032: 84, + 0xE0033: 84, + 0xE0034: 84, + 0xE0035: 84, + 0xE0036: 84, + 0xE0037: 84, + 0xE0038: 84, + 0xE0039: 84, + 0xE003A: 84, + 0xE003B: 84, + 0xE003C: 84, + 0xE003D: 84, + 0xE003E: 84, + 0xE003F: 84, + 0xE0040: 84, + 0xE0041: 84, + 0xE0042: 84, + 0xE0043: 84, + 0xE0044: 84, + 0xE0045: 84, + 0xE0046: 84, + 0xE0047: 84, + 0xE0048: 84, + 0xE0049: 84, + 0xE004A: 84, + 0xE004B: 84, + 0xE004C: 84, + 0xE004D: 84, + 0xE004E: 84, + 0xE004F: 84, + 0xE0050: 84, + 0xE0051: 84, + 0xE0052: 84, + 0xE0053: 84, + 0xE0054: 84, + 0xE0055: 84, + 0xE0056: 84, + 0xE0057: 84, + 0xE0058: 84, + 0xE0059: 84, + 0xE005A: 84, + 0xE005B: 84, + 0xE005C: 84, + 0xE005D: 84, + 0xE005E: 84, + 0xE005F: 84, + 0xE0060: 84, + 0xE0061: 84, + 0xE0062: 84, + 0xE0063: 84, + 0xE0064: 84, + 0xE0065: 84, + 0xE0066: 84, + 0xE0067: 84, + 0xE0068: 84, + 0xE0069: 84, + 0xE006A: 84, + 0xE006B: 84, + 0xE006C: 84, + 0xE006D: 84, + 0xE006E: 84, + 0xE006F: 84, + 0xE0070: 84, + 0xE0071: 84, + 0xE0072: 84, + 0xE0073: 84, + 0xE0074: 84, + 0xE0075: 84, + 0xE0076: 84, + 0xE0077: 84, + 0xE0078: 84, + 0xE0079: 84, + 0xE007A: 84, + 0xE007B: 84, + 0xE007C: 84, + 0xE007D: 84, + 0xE007E: 84, + 0xE007F: 84, + 0xE0100: 84, + 0xE0101: 84, + 0xE0102: 84, + 0xE0103: 84, + 0xE0104: 84, + 0xE0105: 84, + 0xE0106: 84, + 0xE0107: 84, + 0xE0108: 84, + 0xE0109: 84, + 0xE010A: 84, + 0xE010B: 84, + 0xE010C: 84, + 0xE010D: 84, + 0xE010E: 84, + 0xE010F: 84, + 0xE0110: 84, + 0xE0111: 84, + 0xE0112: 84, + 0xE0113: 84, + 0xE0114: 84, + 0xE0115: 84, + 0xE0116: 84, + 0xE0117: 84, + 0xE0118: 84, + 0xE0119: 84, + 0xE011A: 84, + 0xE011B: 84, + 0xE011C: 84, + 0xE011D: 84, + 0xE011E: 84, + 0xE011F: 84, + 0xE0120: 84, + 0xE0121: 84, + 0xE0122: 84, + 0xE0123: 84, + 0xE0124: 84, + 0xE0125: 84, + 0xE0126: 84, + 0xE0127: 84, + 0xE0128: 84, + 0xE0129: 84, + 0xE012A: 84, + 0xE012B: 84, + 0xE012C: 84, + 0xE012D: 84, + 0xE012E: 84, + 0xE012F: 84, + 0xE0130: 84, + 0xE0131: 84, + 0xE0132: 84, + 0xE0133: 84, + 0xE0134: 84, + 0xE0135: 84, + 0xE0136: 84, + 0xE0137: 84, + 0xE0138: 84, + 0xE0139: 84, + 0xE013A: 84, + 0xE013B: 84, + 0xE013C: 84, + 0xE013D: 84, + 0xE013E: 84, + 0xE013F: 84, + 0xE0140: 84, + 0xE0141: 84, + 0xE0142: 84, + 0xE0143: 84, + 0xE0144: 84, + 0xE0145: 84, + 0xE0146: 84, + 0xE0147: 84, + 0xE0148: 84, + 0xE0149: 84, + 0xE014A: 84, + 0xE014B: 84, + 0xE014C: 84, + 0xE014D: 84, + 0xE014E: 84, + 0xE014F: 84, + 0xE0150: 84, + 0xE0151: 84, + 0xE0152: 84, + 0xE0153: 84, + 0xE0154: 84, + 0xE0155: 84, + 0xE0156: 84, + 0xE0157: 84, + 0xE0158: 84, + 0xE0159: 84, + 0xE015A: 84, + 0xE015B: 84, + 0xE015C: 84, + 0xE015D: 84, + 0xE015E: 84, + 0xE015F: 84, + 0xE0160: 84, + 0xE0161: 84, + 0xE0162: 84, + 0xE0163: 84, + 0xE0164: 84, + 0xE0165: 84, + 0xE0166: 84, + 0xE0167: 84, + 0xE0168: 84, + 0xE0169: 84, + 0xE016A: 84, + 0xE016B: 84, + 0xE016C: 84, + 0xE016D: 84, + 0xE016E: 84, + 0xE016F: 84, + 0xE0170: 84, + 0xE0171: 84, + 0xE0172: 84, + 0xE0173: 84, + 0xE0174: 84, + 0xE0175: 84, + 0xE0176: 84, + 0xE0177: 84, + 0xE0178: 84, + 0xE0179: 84, + 0xE017A: 84, + 0xE017B: 84, + 0xE017C: 84, + 0xE017D: 84, + 0xE017E: 84, + 0xE017F: 84, + 0xE0180: 84, + 0xE0181: 84, + 0xE0182: 84, + 0xE0183: 84, + 0xE0184: 84, + 0xE0185: 84, + 0xE0186: 84, + 0xE0187: 84, + 0xE0188: 84, + 0xE0189: 84, + 0xE018A: 84, + 0xE018B: 84, + 0xE018C: 84, + 0xE018D: 84, + 0xE018E: 84, + 0xE018F: 84, + 0xE0190: 84, + 0xE0191: 84, + 0xE0192: 84, + 0xE0193: 84, + 0xE0194: 84, + 0xE0195: 84, + 0xE0196: 84, + 0xE0197: 84, + 0xE0198: 84, + 0xE0199: 84, + 0xE019A: 84, + 0xE019B: 84, + 0xE019C: 84, + 0xE019D: 84, + 0xE019E: 84, + 0xE019F: 84, + 0xE01A0: 84, + 0xE01A1: 84, + 0xE01A2: 84, + 0xE01A3: 84, + 0xE01A4: 84, + 0xE01A5: 84, + 0xE01A6: 84, + 0xE01A7: 84, + 0xE01A8: 84, + 0xE01A9: 84, + 0xE01AA: 84, + 0xE01AB: 84, + 0xE01AC: 84, + 0xE01AD: 84, + 0xE01AE: 84, + 0xE01AF: 84, + 0xE01B0: 84, + 0xE01B1: 84, + 0xE01B2: 84, + 0xE01B3: 84, + 0xE01B4: 84, + 0xE01B5: 84, + 0xE01B6: 84, + 0xE01B7: 84, + 0xE01B8: 84, + 0xE01B9: 84, + 0xE01BA: 84, + 0xE01BB: 84, + 0xE01BC: 84, + 0xE01BD: 84, + 0xE01BE: 84, + 0xE01BF: 84, + 0xE01C0: 84, + 0xE01C1: 84, + 0xE01C2: 84, + 0xE01C3: 84, + 0xE01C4: 84, + 0xE01C5: 84, + 0xE01C6: 84, + 0xE01C7: 84, + 0xE01C8: 84, + 0xE01C9: 84, + 0xE01CA: 84, + 0xE01CB: 84, + 0xE01CC: 84, + 0xE01CD: 84, + 0xE01CE: 84, + 0xE01CF: 84, + 0xE01D0: 84, + 0xE01D1: 84, + 0xE01D2: 84, + 0xE01D3: 84, + 0xE01D4: 84, + 0xE01D5: 84, + 0xE01D6: 84, + 0xE01D7: 84, + 0xE01D8: 84, + 0xE01D9: 84, + 0xE01DA: 84, + 0xE01DB: 84, + 0xE01DC: 84, + 0xE01DD: 84, + 0xE01DE: 84, + 0xE01DF: 84, + 0xE01E0: 84, + 0xE01E1: 84, + 0xE01E2: 84, + 0xE01E3: 84, + 0xE01E4: 84, + 0xE01E5: 84, + 0xE01E6: 84, + 0xE01E7: 84, + 0xE01E8: 84, + 0xE01E9: 84, + 0xE01EA: 84, + 0xE01EB: 84, + 0xE01EC: 84, + 0xE01ED: 84, + 0xE01EE: 84, + 0xE01EF: 84, +} +codepoint_classes = { + "PVALID": ( + 0x2D0000002E, + 0x300000003A, + 0x610000007B, + 0xDF000000F7, + 0xF800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010A, + 0x10B0000010C, + 0x10D0000010E, + 0x10F00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011A, + 0x11B0000011C, + 0x11D0000011E, + 0x11F00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012A, + 0x12B0000012C, + 0x12D0000012E, + 0x12F00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13A0000013B, + 0x13C0000013D, + 0x13E0000013F, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14B0000014C, + 0x14D0000014E, + 0x14F00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015A, + 0x15B0000015C, + 0x15D0000015E, + 0x15F00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016A, + 0x16B0000016C, + 0x16D0000016E, + 0x16F00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17A0000017B, + 0x17C0000017D, + 0x17E0000017F, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18C0000018E, + 0x19200000193, + 0x19500000196, + 0x1990000019C, + 0x19E0000019F, + 0x1A1000001A2, + 0x1A3000001A4, + 0x1A5000001A6, + 0x1A8000001A9, + 0x1AA000001AC, + 0x1AD000001AE, + 0x1B0000001B1, + 0x1B4000001B5, + 0x1B6000001B7, + 0x1B9000001BC, + 0x1BD000001C4, + 0x1CE000001CF, + 0x1D0000001D1, + 0x1D2000001D3, + 0x1D4000001D5, + 0x1D6000001D7, + 0x1D8000001D9, + 0x1DA000001DB, + 0x1DC000001DE, + 0x1DF000001E0, + 0x1E1000001E2, + 0x1E3000001E4, + 0x1E5000001E6, + 0x1E7000001E8, + 0x1E9000001EA, + 0x1EB000001EC, + 0x1ED000001EE, + 0x1EF000001F1, + 0x1F5000001F6, + 0x1F9000001FA, + 0x1FB000001FC, + 0x1FD000001FE, + 0x1FF00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020A, + 0x20B0000020C, + 0x20D0000020E, + 0x20F00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021A, + 0x21B0000021C, + 0x21D0000021E, + 0x21F00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022A, + 0x22B0000022C, + 0x22D0000022E, + 0x22F00000230, + 0x23100000232, + 0x2330000023A, + 0x23C0000023D, + 0x23F00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024A, + 0x24B0000024C, + 0x24D0000024E, + 0x24F000002B0, + 0x2B9000002C2, + 0x2C6000002D2, + 0x2EC000002ED, + 0x2EE000002EF, + 0x30000000340, + 0x34200000343, + 0x3460000034F, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37B0000037E, + 0x39000000391, + 0x3AC000003CF, + 0x3D7000003D8, + 0x3D9000003DA, + 0x3DB000003DC, + 0x3DD000003DE, + 0x3DF000003E0, + 0x3E1000003E2, + 0x3E3000003E4, + 0x3E5000003E6, + 0x3E7000003E8, + 0x3E9000003EA, + 0x3EB000003EC, + 0x3ED000003EE, + 0x3EF000003F0, + 0x3F3000003F4, + 0x3F8000003F9, + 0x3FB000003FD, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046A, + 0x46B0000046C, + 0x46D0000046E, + 0x46F00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047A, + 0x47B0000047C, + 0x47D0000047E, + 0x47F00000480, + 0x48100000482, + 0x48300000488, + 0x48B0000048C, + 0x48D0000048E, + 0x48F00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049A, + 0x49B0000049C, + 0x49D0000049E, + 0x49F000004A0, + 0x4A1000004A2, + 0x4A3000004A4, + 0x4A5000004A6, + 0x4A7000004A8, + 0x4A9000004AA, + 0x4AB000004AC, + 0x4AD000004AE, + 0x4AF000004B0, + 0x4B1000004B2, + 0x4B3000004B4, + 0x4B5000004B6, + 0x4B7000004B8, + 0x4B9000004BA, + 0x4BB000004BC, + 0x4BD000004BE, + 0x4BF000004C0, + 0x4C2000004C3, + 0x4C4000004C5, + 0x4C6000004C7, + 0x4C8000004C9, + 0x4CA000004CB, + 0x4CC000004CD, + 0x4CE000004D0, + 0x4D1000004D2, + 0x4D3000004D4, + 0x4D5000004D6, + 0x4D7000004D8, + 0x4D9000004DA, + 0x4DB000004DC, + 0x4DD000004DE, + 0x4DF000004E0, + 0x4E1000004E2, + 0x4E3000004E4, + 0x4E5000004E6, + 0x4E7000004E8, + 0x4E9000004EA, + 0x4EB000004EC, + 0x4ED000004EE, + 0x4EF000004F0, + 0x4F1000004F2, + 0x4F3000004F4, + 0x4F5000004F6, + 0x4F7000004F8, + 0x4F9000004FA, + 0x4FB000004FC, + 0x4FD000004FE, + 0x4FF00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050A, + 0x50B0000050C, + 0x50D0000050E, + 0x50F00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051A, + 0x51B0000051C, + 0x51D0000051E, + 0x51F00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052A, + 0x52B0000052C, + 0x52D0000052E, + 0x52F00000530, + 0x5590000055A, + 0x56000000587, + 0x58800000589, + 0x591000005BE, + 0x5BF000005C0, + 0x5C1000005C3, + 0x5C4000005C6, + 0x5C7000005C8, + 0x5D0000005EB, + 0x5EF000005F3, + 0x6100000061B, + 0x62000000640, + 0x64100000660, + 0x66E00000675, + 0x679000006D4, + 0x6D5000006DD, + 0x6DF000006E9, + 0x6EA000006F0, + 0x6FA00000700, + 0x7100000074B, + 0x74D000007B2, + 0x7C0000007F6, + 0x7FD000007FE, + 0x8000000082E, + 0x8400000085C, + 0x8600000086B, + 0x87000000888, + 0x8890000088F, + 0x898000008E2, + 0x8E300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098D, + 0x98F00000991, + 0x993000009A9, + 0x9AA000009B1, + 0x9B2000009B3, + 0x9B6000009BA, + 0x9BC000009C5, + 0x9C7000009C9, + 0x9CB000009CF, + 0x9D7000009D8, + 0x9E0000009E4, + 0x9E6000009F2, + 0x9FC000009FD, + 0x9FE000009FF, + 0xA0100000A04, + 0xA0500000A0B, + 0xA0F00000A11, + 0xA1300000A29, + 0xA2A00000A31, + 0xA3200000A33, + 0xA3500000A36, + 0xA3800000A3A, + 0xA3C00000A3D, + 0xA3E00000A43, + 0xA4700000A49, + 0xA4B00000A4E, + 0xA5100000A52, + 0xA5C00000A5D, + 0xA6600000A76, + 0xA8100000A84, + 0xA8500000A8E, + 0xA8F00000A92, + 0xA9300000AA9, + 0xAAA00000AB1, + 0xAB200000AB4, + 0xAB500000ABA, + 0xABC00000AC6, + 0xAC700000ACA, + 0xACB00000ACE, + 0xAD000000AD1, + 0xAE000000AE4, + 0xAE600000AF0, + 0xAF900000B00, + 0xB0100000B04, + 0xB0500000B0D, + 0xB0F00000B11, + 0xB1300000B29, + 0xB2A00000B31, + 0xB3200000B34, + 0xB3500000B3A, + 0xB3C00000B45, + 0xB4700000B49, + 0xB4B00000B4E, + 0xB5500000B58, + 0xB5F00000B64, + 0xB6600000B70, + 0xB7100000B72, + 0xB8200000B84, + 0xB8500000B8B, + 0xB8E00000B91, + 0xB9200000B96, + 0xB9900000B9B, + 0xB9C00000B9D, + 0xB9E00000BA0, + 0xBA300000BA5, + 0xBA800000BAB, + 0xBAE00000BBA, + 0xBBE00000BC3, + 0xBC600000BC9, + 0xBCA00000BCE, + 0xBD000000BD1, + 0xBD700000BD8, + 0xBE600000BF0, + 0xC0000000C0D, + 0xC0E00000C11, + 0xC1200000C29, + 0xC2A00000C3A, + 0xC3C00000C45, + 0xC4600000C49, + 0xC4A00000C4E, + 0xC5500000C57, + 0xC5800000C5B, + 0xC5D00000C5E, + 0xC6000000C64, + 0xC6600000C70, + 0xC8000000C84, + 0xC8500000C8D, + 0xC8E00000C91, + 0xC9200000CA9, + 0xCAA00000CB4, + 0xCB500000CBA, + 0xCBC00000CC5, + 0xCC600000CC9, + 0xCCA00000CCE, + 0xCD500000CD7, + 0xCDD00000CDF, + 0xCE000000CE4, + 0xCE600000CF0, + 0xCF100000CF4, + 0xD0000000D0D, + 0xD0E00000D11, + 0xD1200000D45, + 0xD4600000D49, + 0xD4A00000D4F, + 0xD5400000D58, + 0xD5F00000D64, + 0xD6600000D70, + 0xD7A00000D80, + 0xD8100000D84, + 0xD8500000D97, + 0xD9A00000DB2, + 0xDB300000DBC, + 0xDBD00000DBE, + 0xDC000000DC7, + 0xDCA00000DCB, + 0xDCF00000DD5, + 0xDD600000DD7, + 0xDD800000DE0, + 0xDE600000DF0, + 0xDF200000DF4, + 0xE0100000E33, + 0xE3400000E3B, + 0xE4000000E4F, + 0xE5000000E5A, + 0xE8100000E83, + 0xE8400000E85, + 0xE8600000E8B, + 0xE8C00000EA4, + 0xEA500000EA6, + 0xEA700000EB3, + 0xEB400000EBE, + 0xEC000000EC5, + 0xEC600000EC7, + 0xEC800000ECF, + 0xED000000EDA, + 0xEDE00000EE0, + 0xF0000000F01, + 0xF0B00000F0C, + 0xF1800000F1A, + 0xF2000000F2A, + 0xF3500000F36, + 0xF3700000F38, + 0xF3900000F3A, + 0xF3E00000F43, + 0xF4400000F48, + 0xF4900000F4D, + 0xF4E00000F52, + 0xF5300000F57, + 0xF5800000F5C, + 0xF5D00000F69, + 0xF6A00000F6D, + 0xF7100000F73, + 0xF7400000F75, + 0xF7A00000F81, + 0xF8200000F85, + 0xF8600000F93, + 0xF9400000F98, + 0xF9900000F9D, + 0xF9E00000FA2, + 0xFA300000FA7, + 0xFA800000FAC, + 0xFAD00000FB9, + 0xFBA00000FBD, + 0xFC600000FC7, + 0x10000000104A, + 0x10500000109E, + 0x10D0000010FB, + 0x10FD00001100, + 0x120000001249, + 0x124A0000124E, + 0x125000001257, + 0x125800001259, + 0x125A0000125E, + 0x126000001289, + 0x128A0000128E, + 0x1290000012B1, + 0x12B2000012B6, + 0x12B8000012BF, + 0x12C0000012C1, + 0x12C2000012C6, + 0x12C8000012D7, + 0x12D800001311, + 0x131200001316, + 0x13180000135B, + 0x135D00001360, + 0x138000001390, + 0x13A0000013F6, + 0x14010000166D, + 0x166F00001680, + 0x16810000169B, + 0x16A0000016EB, + 0x16F1000016F9, + 0x170000001716, + 0x171F00001735, + 0x174000001754, + 0x17600000176D, + 0x176E00001771, + 0x177200001774, + 0x1780000017B4, + 0x17B6000017D4, + 0x17D7000017D8, + 0x17DC000017DE, + 0x17E0000017EA, + 0x18100000181A, + 0x182000001879, + 0x1880000018AB, + 0x18B0000018F6, + 0x19000000191F, + 0x19200000192C, + 0x19300000193C, + 0x19460000196E, + 0x197000001975, + 0x1980000019AC, + 0x19B0000019CA, + 0x19D0000019DA, + 0x1A0000001A1C, + 0x1A2000001A5F, + 0x1A6000001A7D, + 0x1A7F00001A8A, + 0x1A9000001A9A, + 0x1AA700001AA8, + 0x1AB000001ABE, + 0x1ABF00001ACF, + 0x1B0000001B4D, + 0x1B5000001B5A, + 0x1B6B00001B74, + 0x1B8000001BF4, + 0x1C0000001C38, + 0x1C4000001C4A, + 0x1C4D00001C7E, + 0x1CD000001CD3, + 0x1CD400001CFB, + 0x1D0000001D2C, + 0x1D2F00001D30, + 0x1D3B00001D3C, + 0x1D4E00001D4F, + 0x1D6B00001D78, + 0x1D7900001D9B, + 0x1DC000001E00, + 0x1E0100001E02, + 0x1E0300001E04, + 0x1E0500001E06, + 0x1E0700001E08, + 0x1E0900001E0A, + 0x1E0B00001E0C, + 0x1E0D00001E0E, + 0x1E0F00001E10, + 0x1E1100001E12, + 0x1E1300001E14, + 0x1E1500001E16, + 0x1E1700001E18, + 0x1E1900001E1A, + 0x1E1B00001E1C, + 0x1E1D00001E1E, + 0x1E1F00001E20, + 0x1E2100001E22, + 0x1E2300001E24, + 0x1E2500001E26, + 0x1E2700001E28, + 0x1E2900001E2A, + 0x1E2B00001E2C, + 0x1E2D00001E2E, + 0x1E2F00001E30, + 0x1E3100001E32, + 0x1E3300001E34, + 0x1E3500001E36, + 0x1E3700001E38, + 0x1E3900001E3A, + 0x1E3B00001E3C, + 0x1E3D00001E3E, + 0x1E3F00001E40, + 0x1E4100001E42, + 0x1E4300001E44, + 0x1E4500001E46, + 0x1E4700001E48, + 0x1E4900001E4A, + 0x1E4B00001E4C, + 0x1E4D00001E4E, + 0x1E4F00001E50, + 0x1E5100001E52, + 0x1E5300001E54, + 0x1E5500001E56, + 0x1E5700001E58, + 0x1E5900001E5A, + 0x1E5B00001E5C, + 0x1E5D00001E5E, + 0x1E5F00001E60, + 0x1E6100001E62, + 0x1E6300001E64, + 0x1E6500001E66, + 0x1E6700001E68, + 0x1E6900001E6A, + 0x1E6B00001E6C, + 0x1E6D00001E6E, + 0x1E6F00001E70, + 0x1E7100001E72, + 0x1E7300001E74, + 0x1E7500001E76, + 0x1E7700001E78, + 0x1E7900001E7A, + 0x1E7B00001E7C, + 0x1E7D00001E7E, + 0x1E7F00001E80, + 0x1E8100001E82, + 0x1E8300001E84, + 0x1E8500001E86, + 0x1E8700001E88, + 0x1E8900001E8A, + 0x1E8B00001E8C, + 0x1E8D00001E8E, + 0x1E8F00001E90, + 0x1E9100001E92, + 0x1E9300001E94, + 0x1E9500001E9A, + 0x1E9C00001E9E, + 0x1E9F00001EA0, + 0x1EA100001EA2, + 0x1EA300001EA4, + 0x1EA500001EA6, + 0x1EA700001EA8, + 0x1EA900001EAA, + 0x1EAB00001EAC, + 0x1EAD00001EAE, + 0x1EAF00001EB0, + 0x1EB100001EB2, + 0x1EB300001EB4, + 0x1EB500001EB6, + 0x1EB700001EB8, + 0x1EB900001EBA, + 0x1EBB00001EBC, + 0x1EBD00001EBE, + 0x1EBF00001EC0, + 0x1EC100001EC2, + 0x1EC300001EC4, + 0x1EC500001EC6, + 0x1EC700001EC8, + 0x1EC900001ECA, + 0x1ECB00001ECC, + 0x1ECD00001ECE, + 0x1ECF00001ED0, + 0x1ED100001ED2, + 0x1ED300001ED4, + 0x1ED500001ED6, + 0x1ED700001ED8, + 0x1ED900001EDA, + 0x1EDB00001EDC, + 0x1EDD00001EDE, + 0x1EDF00001EE0, + 0x1EE100001EE2, + 0x1EE300001EE4, + 0x1EE500001EE6, + 0x1EE700001EE8, + 0x1EE900001EEA, + 0x1EEB00001EEC, + 0x1EED00001EEE, + 0x1EEF00001EF0, + 0x1EF100001EF2, + 0x1EF300001EF4, + 0x1EF500001EF6, + 0x1EF700001EF8, + 0x1EF900001EFA, + 0x1EFB00001EFC, + 0x1EFD00001EFE, + 0x1EFF00001F08, + 0x1F1000001F16, + 0x1F2000001F28, + 0x1F3000001F38, + 0x1F4000001F46, + 0x1F5000001F58, + 0x1F6000001F68, + 0x1F7000001F71, + 0x1F7200001F73, + 0x1F7400001F75, + 0x1F7600001F77, + 0x1F7800001F79, + 0x1F7A00001F7B, + 0x1F7C00001F7D, + 0x1FB000001FB2, + 0x1FB600001FB7, + 0x1FC600001FC7, + 0x1FD000001FD3, + 0x1FD600001FD8, + 0x1FE000001FE3, + 0x1FE400001FE8, + 0x1FF600001FF7, + 0x214E0000214F, + 0x218400002185, + 0x2C3000002C60, + 0x2C6100002C62, + 0x2C6500002C67, + 0x2C6800002C69, + 0x2C6A00002C6B, + 0x2C6C00002C6D, + 0x2C7100002C72, + 0x2C7300002C75, + 0x2C7600002C7C, + 0x2C8100002C82, + 0x2C8300002C84, + 0x2C8500002C86, + 0x2C8700002C88, + 0x2C8900002C8A, + 0x2C8B00002C8C, + 0x2C8D00002C8E, + 0x2C8F00002C90, + 0x2C9100002C92, + 0x2C9300002C94, + 0x2C9500002C96, + 0x2C9700002C98, + 0x2C9900002C9A, + 0x2C9B00002C9C, + 0x2C9D00002C9E, + 0x2C9F00002CA0, + 0x2CA100002CA2, + 0x2CA300002CA4, + 0x2CA500002CA6, + 0x2CA700002CA8, + 0x2CA900002CAA, + 0x2CAB00002CAC, + 0x2CAD00002CAE, + 0x2CAF00002CB0, + 0x2CB100002CB2, + 0x2CB300002CB4, + 0x2CB500002CB6, + 0x2CB700002CB8, + 0x2CB900002CBA, + 0x2CBB00002CBC, + 0x2CBD00002CBE, + 0x2CBF00002CC0, + 0x2CC100002CC2, + 0x2CC300002CC4, + 0x2CC500002CC6, + 0x2CC700002CC8, + 0x2CC900002CCA, + 0x2CCB00002CCC, + 0x2CCD00002CCE, + 0x2CCF00002CD0, + 0x2CD100002CD2, + 0x2CD300002CD4, + 0x2CD500002CD6, + 0x2CD700002CD8, + 0x2CD900002CDA, + 0x2CDB00002CDC, + 0x2CDD00002CDE, + 0x2CDF00002CE0, + 0x2CE100002CE2, + 0x2CE300002CE5, + 0x2CEC00002CED, + 0x2CEE00002CF2, + 0x2CF300002CF4, + 0x2D0000002D26, + 0x2D2700002D28, + 0x2D2D00002D2E, + 0x2D3000002D68, + 0x2D7F00002D97, + 0x2DA000002DA7, + 0x2DA800002DAF, + 0x2DB000002DB7, + 0x2DB800002DBF, + 0x2DC000002DC7, + 0x2DC800002DCF, + 0x2DD000002DD7, + 0x2DD800002DDF, + 0x2DE000002E00, + 0x2E2F00002E30, + 0x300500003008, + 0x302A0000302E, + 0x303C0000303D, + 0x304100003097, + 0x30990000309B, + 0x309D0000309F, + 0x30A1000030FB, + 0x30FC000030FF, + 0x310500003130, + 0x31A0000031C0, + 0x31F000003200, + 0x340000004DC0, + 0x4E000000A48D, + 0xA4D00000A4FE, + 0xA5000000A60D, + 0xA6100000A62C, + 0xA6410000A642, + 0xA6430000A644, + 0xA6450000A646, + 0xA6470000A648, + 0xA6490000A64A, + 0xA64B0000A64C, + 0xA64D0000A64E, + 0xA64F0000A650, + 0xA6510000A652, + 0xA6530000A654, + 0xA6550000A656, + 0xA6570000A658, + 0xA6590000A65A, + 0xA65B0000A65C, + 0xA65D0000A65E, + 0xA65F0000A660, + 0xA6610000A662, + 0xA6630000A664, + 0xA6650000A666, + 0xA6670000A668, + 0xA6690000A66A, + 0xA66B0000A66C, + 0xA66D0000A670, + 0xA6740000A67E, + 0xA67F0000A680, + 0xA6810000A682, + 0xA6830000A684, + 0xA6850000A686, + 0xA6870000A688, + 0xA6890000A68A, + 0xA68B0000A68C, + 0xA68D0000A68E, + 0xA68F0000A690, + 0xA6910000A692, + 0xA6930000A694, + 0xA6950000A696, + 0xA6970000A698, + 0xA6990000A69A, + 0xA69B0000A69C, + 0xA69E0000A6E6, + 0xA6F00000A6F2, + 0xA7170000A720, + 0xA7230000A724, + 0xA7250000A726, + 0xA7270000A728, + 0xA7290000A72A, + 0xA72B0000A72C, + 0xA72D0000A72E, + 0xA72F0000A732, + 0xA7330000A734, + 0xA7350000A736, + 0xA7370000A738, + 0xA7390000A73A, + 0xA73B0000A73C, + 0xA73D0000A73E, + 0xA73F0000A740, + 0xA7410000A742, + 0xA7430000A744, + 0xA7450000A746, + 0xA7470000A748, + 0xA7490000A74A, + 0xA74B0000A74C, + 0xA74D0000A74E, + 0xA74F0000A750, + 0xA7510000A752, + 0xA7530000A754, + 0xA7550000A756, + 0xA7570000A758, + 0xA7590000A75A, + 0xA75B0000A75C, + 0xA75D0000A75E, + 0xA75F0000A760, + 0xA7610000A762, + 0xA7630000A764, + 0xA7650000A766, + 0xA7670000A768, + 0xA7690000A76A, + 0xA76B0000A76C, + 0xA76D0000A76E, + 0xA76F0000A770, + 0xA7710000A779, + 0xA77A0000A77B, + 0xA77C0000A77D, + 0xA77F0000A780, + 0xA7810000A782, + 0xA7830000A784, + 0xA7850000A786, + 0xA7870000A789, + 0xA78C0000A78D, + 0xA78E0000A790, + 0xA7910000A792, + 0xA7930000A796, + 0xA7970000A798, + 0xA7990000A79A, + 0xA79B0000A79C, + 0xA79D0000A79E, + 0xA79F0000A7A0, + 0xA7A10000A7A2, + 0xA7A30000A7A4, + 0xA7A50000A7A6, + 0xA7A70000A7A8, + 0xA7A90000A7AA, + 0xA7AF0000A7B0, + 0xA7B50000A7B6, + 0xA7B70000A7B8, + 0xA7B90000A7BA, + 0xA7BB0000A7BC, + 0xA7BD0000A7BE, + 0xA7BF0000A7C0, + 0xA7C10000A7C2, + 0xA7C30000A7C4, + 0xA7C80000A7C9, + 0xA7CA0000A7CB, + 0xA7D10000A7D2, + 0xA7D30000A7D4, + 0xA7D50000A7D6, + 0xA7D70000A7D8, + 0xA7D90000A7DA, + 0xA7F60000A7F8, + 0xA7FA0000A828, + 0xA82C0000A82D, + 0xA8400000A874, + 0xA8800000A8C6, + 0xA8D00000A8DA, + 0xA8E00000A8F8, + 0xA8FB0000A8FC, + 0xA8FD0000A92E, + 0xA9300000A954, + 0xA9800000A9C1, + 0xA9CF0000A9DA, + 0xA9E00000A9FF, + 0xAA000000AA37, + 0xAA400000AA4E, + 0xAA500000AA5A, + 0xAA600000AA77, + 0xAA7A0000AAC3, + 0xAADB0000AADE, + 0xAAE00000AAF0, + 0xAAF20000AAF7, + 0xAB010000AB07, + 0xAB090000AB0F, + 0xAB110000AB17, + 0xAB200000AB27, + 0xAB280000AB2F, + 0xAB300000AB5B, + 0xAB600000AB69, + 0xABC00000ABEB, + 0xABEC0000ABEE, + 0xABF00000ABFA, + 0xAC000000D7A4, + 0xFA0E0000FA10, + 0xFA110000FA12, + 0xFA130000FA15, + 0xFA1F0000FA20, + 0xFA210000FA22, + 0xFA230000FA25, + 0xFA270000FA2A, + 0xFB1E0000FB1F, + 0xFE200000FE30, + 0xFE730000FE74, + 0x100000001000C, + 0x1000D00010027, + 0x100280001003B, + 0x1003C0001003E, + 0x1003F0001004E, + 0x100500001005E, + 0x10080000100FB, + 0x101FD000101FE, + 0x102800001029D, + 0x102A0000102D1, + 0x102E0000102E1, + 0x1030000010320, + 0x1032D00010341, + 0x103420001034A, + 0x103500001037B, + 0x103800001039E, + 0x103A0000103C4, + 0x103C8000103D0, + 0x104280001049E, + 0x104A0000104AA, + 0x104D8000104FC, + 0x1050000010528, + 0x1053000010564, + 0x10597000105A2, + 0x105A3000105B2, + 0x105B3000105BA, + 0x105BB000105BD, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080A00010836, + 0x1083700010839, + 0x1083C0001083D, + 0x1083F00010856, + 0x1086000010877, + 0x108800001089F, + 0x108E0000108F3, + 0x108F4000108F6, + 0x1090000010916, + 0x109200001093A, + 0x10980000109B8, + 0x109BE000109C0, + 0x10A0000010A04, + 0x10A0500010A07, + 0x10A0C00010A14, + 0x10A1500010A18, + 0x10A1900010A36, + 0x10A3800010A3B, + 0x10A3F00010A40, + 0x10A6000010A7D, + 0x10A8000010A9D, + 0x10AC000010AC8, + 0x10AC900010AE7, + 0x10B0000010B36, + 0x10B4000010B56, + 0x10B6000010B73, + 0x10B8000010B92, + 0x10C0000010C49, + 0x10CC000010CF3, + 0x10D0000010D28, + 0x10D3000010D3A, + 0x10E8000010EAA, + 0x10EAB00010EAD, + 0x10EB000010EB2, + 0x10EFD00010F1D, + 0x10F2700010F28, + 0x10F3000010F51, + 0x10F7000010F86, + 0x10FB000010FC5, + 0x10FE000010FF7, + 0x1100000011047, + 0x1106600011076, + 0x1107F000110BB, + 0x110C2000110C3, + 0x110D0000110E9, + 0x110F0000110FA, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111C5, + 0x111C9000111CD, + 0x111CE000111DB, + 0x111DC000111DD, + 0x1120000011212, + 0x1121300011238, + 0x1123E00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128A0001128E, + 0x1128F0001129E, + 0x1129F000112A9, + 0x112B0000112EB, + 0x112F0000112FA, + 0x1130000011304, + 0x113050001130D, + 0x1130F00011311, + 0x1131300011329, + 0x1132A00011331, + 0x1133200011334, + 0x113350001133A, + 0x1133B00011345, + 0x1134700011349, + 0x1134B0001134E, + 0x1135000011351, + 0x1135700011358, + 0x1135D00011364, + 0x113660001136D, + 0x1137000011375, + 0x114000001144B, + 0x114500001145A, + 0x1145E00011462, + 0x11480000114C6, + 0x114C7000114C8, + 0x114D0000114DA, + 0x11580000115B6, + 0x115B8000115C1, + 0x115D8000115DE, + 0x1160000011641, + 0x1164400011645, + 0x116500001165A, + 0x11680000116B9, + 0x116C0000116CA, + 0x117000001171B, + 0x1171D0001172C, + 0x117300001173A, + 0x1174000011747, + 0x118000001183B, + 0x118C0000118EA, + 0x118FF00011907, + 0x119090001190A, + 0x1190C00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193B00011944, + 0x119500001195A, + 0x119A0000119A8, + 0x119AA000119D8, + 0x119DA000119E2, + 0x119E3000119E5, + 0x11A0000011A3F, + 0x11A4700011A48, + 0x11A5000011A9A, + 0x11A9D00011A9E, + 0x11AB000011AF9, + 0x11C0000011C09, + 0x11C0A00011C37, + 0x11C3800011C41, + 0x11C5000011C5A, + 0x11C7200011C90, + 0x11C9200011CA8, + 0x11CA900011CB7, + 0x11D0000011D07, + 0x11D0800011D0A, + 0x11D0B00011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D48, + 0x11D5000011D5A, + 0x11D6000011D66, + 0x11D6700011D69, + 0x11D6A00011D8F, + 0x11D9000011D92, + 0x11D9300011D99, + 0x11DA000011DAA, + 0x11EE000011EF7, + 0x11F0000011F11, + 0x11F1200011F3B, + 0x11F3E00011F43, + 0x11F5000011F5A, + 0x11FB000011FB1, + 0x120000001239A, + 0x1248000012544, + 0x12F9000012FF1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016A39, + 0x16A4000016A5F, + 0x16A6000016A6A, + 0x16A7000016ABF, + 0x16AC000016ACA, + 0x16AD000016AEE, + 0x16AF000016AF5, + 0x16B0000016B37, + 0x16B4000016B44, + 0x16B5000016B5A, + 0x16B6300016B78, + 0x16B7D00016B90, + 0x16E6000016E80, + 0x16F0000016F4B, + 0x16F4F00016F88, + 0x16F8F00016FA0, + 0x16FE000016FE2, + 0x16FE300016FE5, + 0x16FF000016FF2, + 0x17000000187F8, + 0x1880000018CD6, + 0x18D0000018D09, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B123, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1B1550001B156, + 0x1B1640001B168, + 0x1B1700001B2FC, + 0x1BC000001BC6B, + 0x1BC700001BC7D, + 0x1BC800001BC89, + 0x1BC900001BC9A, + 0x1BC9D0001BC9F, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1DF000001DF1F, + 0x1DF250001DF2B, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1000001E12D, + 0x1E1300001E13E, + 0x1E1400001E14A, + 0x1E14E0001E14F, + 0x1E2900001E2AF, + 0x1E2C00001E2FA, + 0x1E4D00001E4FA, + 0x1E7E00001E7E7, + 0x1E7E80001E7EC, + 0x1E7ED0001E7EF, + 0x1E7F00001E7FF, + 0x1E8000001E8C5, + 0x1E8D00001E8D7, + 0x1E9220001E94C, + 0x1E9500001E95A, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x300000003134B, + 0x31350000323B0, + ), + "CONTEXTJ": (0x200C0000200E,), + "CONTEXTO": ( + 0xB7000000B8, + 0x37500000376, + 0x5F3000005F5, + 0x6600000066A, + 0x6F0000006FA, + 0x30FB000030FC, + ), +} diff --git a/venv/lib/python3.11/site-packages/idna/intranges.py b/venv/lib/python3.11/site-packages/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/intranges.py @@ -0,0 +1,57 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i + 1 < len(sorted_list): + if sorted_list[i] == sorted_list[i + 1] - 1: + continue + current_range = sorted_list[last_write + 1 : i + 1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos - 1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/venv/lib/python3.11/site-packages/idna/package_data.py b/venv/lib/python3.11/site-packages/idna/package_data.py new file mode 100644 index 0000000..514ff7e --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.10" diff --git a/venv/lib/python3.11/site-packages/idna/py.typed b/venv/lib/python3.11/site-packages/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/idna/uts46data.py b/venv/lib/python3.11/site-packages/idna/uts46data.py new file mode 100644 index 0000000..eb89432 --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/uts46data.py @@ -0,0 +1,8681 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = "15.1.0" + + +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, "3"), + (0x1, "3"), + (0x2, "3"), + (0x3, "3"), + (0x4, "3"), + (0x5, "3"), + (0x6, "3"), + (0x7, "3"), + (0x8, "3"), + (0x9, "3"), + (0xA, "3"), + (0xB, "3"), + (0xC, "3"), + (0xD, "3"), + (0xE, "3"), + (0xF, "3"), + (0x10, "3"), + (0x11, "3"), + (0x12, "3"), + (0x13, "3"), + (0x14, "3"), + (0x15, "3"), + (0x16, "3"), + (0x17, "3"), + (0x18, "3"), + (0x19, "3"), + (0x1A, "3"), + (0x1B, "3"), + (0x1C, "3"), + (0x1D, "3"), + (0x1E, "3"), + (0x1F, "3"), + (0x20, "3"), + (0x21, "3"), + (0x22, "3"), + (0x23, "3"), + (0x24, "3"), + (0x25, "3"), + (0x26, "3"), + (0x27, "3"), + (0x28, "3"), + (0x29, "3"), + (0x2A, "3"), + (0x2B, "3"), + (0x2C, "3"), + (0x2D, "V"), + (0x2E, "V"), + (0x2F, "3"), + (0x30, "V"), + (0x31, "V"), + (0x32, "V"), + (0x33, "V"), + (0x34, "V"), + (0x35, "V"), + (0x36, "V"), + (0x37, "V"), + (0x38, "V"), + (0x39, "V"), + (0x3A, "3"), + (0x3B, "3"), + (0x3C, "3"), + (0x3D, "3"), + (0x3E, "3"), + (0x3F, "3"), + (0x40, "3"), + (0x41, "M", "a"), + (0x42, "M", "b"), + (0x43, "M", "c"), + (0x44, "M", "d"), + (0x45, "M", "e"), + (0x46, "M", "f"), + (0x47, "M", "g"), + (0x48, "M", "h"), + (0x49, "M", "i"), + (0x4A, "M", "j"), + (0x4B, "M", "k"), + (0x4C, "M", "l"), + (0x4D, "M", "m"), + (0x4E, "M", "n"), + (0x4F, "M", "o"), + (0x50, "M", "p"), + (0x51, "M", "q"), + (0x52, "M", "r"), + (0x53, "M", "s"), + (0x54, "M", "t"), + (0x55, "M", "u"), + (0x56, "M", "v"), + (0x57, "M", "w"), + (0x58, "M", "x"), + (0x59, "M", "y"), + (0x5A, "M", "z"), + (0x5B, "3"), + (0x5C, "3"), + (0x5D, "3"), + (0x5E, "3"), + (0x5F, "3"), + (0x60, "3"), + (0x61, "V"), + (0x62, "V"), + (0x63, "V"), + ] + + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, "V"), + (0x65, "V"), + (0x66, "V"), + (0x67, "V"), + (0x68, "V"), + (0x69, "V"), + (0x6A, "V"), + (0x6B, "V"), + (0x6C, "V"), + (0x6D, "V"), + (0x6E, "V"), + (0x6F, "V"), + (0x70, "V"), + (0x71, "V"), + (0x72, "V"), + (0x73, "V"), + (0x74, "V"), + (0x75, "V"), + (0x76, "V"), + (0x77, "V"), + (0x78, "V"), + (0x79, "V"), + (0x7A, "V"), + (0x7B, "3"), + (0x7C, "3"), + (0x7D, "3"), + (0x7E, "3"), + (0x7F, "3"), + (0x80, "X"), + (0x81, "X"), + (0x82, "X"), + (0x83, "X"), + (0x84, "X"), + (0x85, "X"), + (0x86, "X"), + (0x87, "X"), + (0x88, "X"), + (0x89, "X"), + (0x8A, "X"), + (0x8B, "X"), + (0x8C, "X"), + (0x8D, "X"), + (0x8E, "X"), + (0x8F, "X"), + (0x90, "X"), + (0x91, "X"), + (0x92, "X"), + (0x93, "X"), + (0x94, "X"), + (0x95, "X"), + (0x96, "X"), + (0x97, "X"), + (0x98, "X"), + (0x99, "X"), + (0x9A, "X"), + (0x9B, "X"), + (0x9C, "X"), + (0x9D, "X"), + (0x9E, "X"), + (0x9F, "X"), + (0xA0, "3", " "), + (0xA1, "V"), + (0xA2, "V"), + (0xA3, "V"), + (0xA4, "V"), + (0xA5, "V"), + (0xA6, "V"), + (0xA7, "V"), + (0xA8, "3", " ̈"), + (0xA9, "V"), + (0xAA, "M", "a"), + (0xAB, "V"), + (0xAC, "V"), + (0xAD, "I"), + (0xAE, "V"), + (0xAF, "3", " ̄"), + (0xB0, "V"), + (0xB1, "V"), + (0xB2, "M", "2"), + (0xB3, "M", "3"), + (0xB4, "3", " ́"), + (0xB5, "M", "μ"), + (0xB6, "V"), + (0xB7, "V"), + (0xB8, "3", " ̧"), + (0xB9, "M", "1"), + (0xBA, "M", "o"), + (0xBB, "V"), + (0xBC, "M", "1⁄4"), + (0xBD, "M", "1⁄2"), + (0xBE, "M", "3⁄4"), + (0xBF, "V"), + (0xC0, "M", "à"), + (0xC1, "M", "á"), + (0xC2, "M", "â"), + (0xC3, "M", "ã"), + (0xC4, "M", "ä"), + (0xC5, "M", "å"), + (0xC6, "M", "æ"), + (0xC7, "M", "ç"), + ] + + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, "M", "è"), + (0xC9, "M", "é"), + (0xCA, "M", "ê"), + (0xCB, "M", "ë"), + (0xCC, "M", "ì"), + (0xCD, "M", "í"), + (0xCE, "M", "î"), + (0xCF, "M", "ï"), + (0xD0, "M", "ð"), + (0xD1, "M", "ñ"), + (0xD2, "M", "ò"), + (0xD3, "M", "ó"), + (0xD4, "M", "ô"), + (0xD5, "M", "õ"), + (0xD6, "M", "ö"), + (0xD7, "V"), + (0xD8, "M", "ø"), + (0xD9, "M", "ù"), + (0xDA, "M", "ú"), + (0xDB, "M", "û"), + (0xDC, "M", "ü"), + (0xDD, "M", "ý"), + (0xDE, "M", "þ"), + (0xDF, "D", "ss"), + (0xE0, "V"), + (0xE1, "V"), + (0xE2, "V"), + (0xE3, "V"), + (0xE4, "V"), + (0xE5, "V"), + (0xE6, "V"), + (0xE7, "V"), + (0xE8, "V"), + (0xE9, "V"), + (0xEA, "V"), + (0xEB, "V"), + (0xEC, "V"), + (0xED, "V"), + (0xEE, "V"), + (0xEF, "V"), + (0xF0, "V"), + (0xF1, "V"), + (0xF2, "V"), + (0xF3, "V"), + (0xF4, "V"), + (0xF5, "V"), + (0xF6, "V"), + (0xF7, "V"), + (0xF8, "V"), + (0xF9, "V"), + (0xFA, "V"), + (0xFB, "V"), + (0xFC, "V"), + (0xFD, "V"), + (0xFE, "V"), + (0xFF, "V"), + (0x100, "M", "ā"), + (0x101, "V"), + (0x102, "M", "ă"), + (0x103, "V"), + (0x104, "M", "ą"), + (0x105, "V"), + (0x106, "M", "ć"), + (0x107, "V"), + (0x108, "M", "ĉ"), + (0x109, "V"), + (0x10A, "M", "ċ"), + (0x10B, "V"), + (0x10C, "M", "č"), + (0x10D, "V"), + (0x10E, "M", "ď"), + (0x10F, "V"), + (0x110, "M", "đ"), + (0x111, "V"), + (0x112, "M", "ē"), + (0x113, "V"), + (0x114, "M", "ĕ"), + (0x115, "V"), + (0x116, "M", "ė"), + (0x117, "V"), + (0x118, "M", "ę"), + (0x119, "V"), + (0x11A, "M", "ě"), + (0x11B, "V"), + (0x11C, "M", "ĝ"), + (0x11D, "V"), + (0x11E, "M", "ğ"), + (0x11F, "V"), + (0x120, "M", "ġ"), + (0x121, "V"), + (0x122, "M", "ģ"), + (0x123, "V"), + (0x124, "M", "ĥ"), + (0x125, "V"), + (0x126, "M", "ħ"), + (0x127, "V"), + (0x128, "M", "ĩ"), + (0x129, "V"), + (0x12A, "M", "ī"), + (0x12B, "V"), + ] + + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, "M", "ĭ"), + (0x12D, "V"), + (0x12E, "M", "į"), + (0x12F, "V"), + (0x130, "M", "i̇"), + (0x131, "V"), + (0x132, "M", "ij"), + (0x134, "M", "ĵ"), + (0x135, "V"), + (0x136, "M", "ķ"), + (0x137, "V"), + (0x139, "M", "ĺ"), + (0x13A, "V"), + (0x13B, "M", "ļ"), + (0x13C, "V"), + (0x13D, "M", "ľ"), + (0x13E, "V"), + (0x13F, "M", "l·"), + (0x141, "M", "ł"), + (0x142, "V"), + (0x143, "M", "ń"), + (0x144, "V"), + (0x145, "M", "ņ"), + (0x146, "V"), + (0x147, "M", "ň"), + (0x148, "V"), + (0x149, "M", "ʼn"), + (0x14A, "M", "ŋ"), + (0x14B, "V"), + (0x14C, "M", "ō"), + (0x14D, "V"), + (0x14E, "M", "ŏ"), + (0x14F, "V"), + (0x150, "M", "ő"), + (0x151, "V"), + (0x152, "M", "œ"), + (0x153, "V"), + (0x154, "M", "ŕ"), + (0x155, "V"), + (0x156, "M", "ŗ"), + (0x157, "V"), + (0x158, "M", "ř"), + (0x159, "V"), + (0x15A, "M", "ś"), + (0x15B, "V"), + (0x15C, "M", "ŝ"), + (0x15D, "V"), + (0x15E, "M", "ş"), + (0x15F, "V"), + (0x160, "M", "š"), + (0x161, "V"), + (0x162, "M", "ţ"), + (0x163, "V"), + (0x164, "M", "ť"), + (0x165, "V"), + (0x166, "M", "ŧ"), + (0x167, "V"), + (0x168, "M", "ũ"), + (0x169, "V"), + (0x16A, "M", "ū"), + (0x16B, "V"), + (0x16C, "M", "ŭ"), + (0x16D, "V"), + (0x16E, "M", "ů"), + (0x16F, "V"), + (0x170, "M", "ű"), + (0x171, "V"), + (0x172, "M", "ų"), + (0x173, "V"), + (0x174, "M", "ŵ"), + (0x175, "V"), + (0x176, "M", "ŷ"), + (0x177, "V"), + (0x178, "M", "ÿ"), + (0x179, "M", "ź"), + (0x17A, "V"), + (0x17B, "M", "ż"), + (0x17C, "V"), + (0x17D, "M", "ž"), + (0x17E, "V"), + (0x17F, "M", "s"), + (0x180, "V"), + (0x181, "M", "ɓ"), + (0x182, "M", "ƃ"), + (0x183, "V"), + (0x184, "M", "ƅ"), + (0x185, "V"), + (0x186, "M", "ɔ"), + (0x187, "M", "ƈ"), + (0x188, "V"), + (0x189, "M", "ɖ"), + (0x18A, "M", "ɗ"), + (0x18B, "M", "ƌ"), + (0x18C, "V"), + (0x18E, "M", "ǝ"), + (0x18F, "M", "ə"), + (0x190, "M", "ɛ"), + (0x191, "M", "ƒ"), + (0x192, "V"), + (0x193, "M", "ɠ"), + ] + + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, "M", "ɣ"), + (0x195, "V"), + (0x196, "M", "ɩ"), + (0x197, "M", "ɨ"), + (0x198, "M", "ƙ"), + (0x199, "V"), + (0x19C, "M", "ɯ"), + (0x19D, "M", "ɲ"), + (0x19E, "V"), + (0x19F, "M", "ɵ"), + (0x1A0, "M", "ơ"), + (0x1A1, "V"), + (0x1A2, "M", "ƣ"), + (0x1A3, "V"), + (0x1A4, "M", "ƥ"), + (0x1A5, "V"), + (0x1A6, "M", "ʀ"), + (0x1A7, "M", "ƨ"), + (0x1A8, "V"), + (0x1A9, "M", "ʃ"), + (0x1AA, "V"), + (0x1AC, "M", "ƭ"), + (0x1AD, "V"), + (0x1AE, "M", "ʈ"), + (0x1AF, "M", "ư"), + (0x1B0, "V"), + (0x1B1, "M", "ʊ"), + (0x1B2, "M", "ʋ"), + (0x1B3, "M", "ƴ"), + (0x1B4, "V"), + (0x1B5, "M", "ƶ"), + (0x1B6, "V"), + (0x1B7, "M", "ʒ"), + (0x1B8, "M", "ƹ"), + (0x1B9, "V"), + (0x1BC, "M", "ƽ"), + (0x1BD, "V"), + (0x1C4, "M", "dž"), + (0x1C7, "M", "lj"), + (0x1CA, "M", "nj"), + (0x1CD, "M", "ǎ"), + (0x1CE, "V"), + (0x1CF, "M", "ǐ"), + (0x1D0, "V"), + (0x1D1, "M", "ǒ"), + (0x1D2, "V"), + (0x1D3, "M", "ǔ"), + (0x1D4, "V"), + (0x1D5, "M", "ǖ"), + (0x1D6, "V"), + (0x1D7, "M", "ǘ"), + (0x1D8, "V"), + (0x1D9, "M", "ǚ"), + (0x1DA, "V"), + (0x1DB, "M", "ǜ"), + (0x1DC, "V"), + (0x1DE, "M", "ǟ"), + (0x1DF, "V"), + (0x1E0, "M", "ǡ"), + (0x1E1, "V"), + (0x1E2, "M", "ǣ"), + (0x1E3, "V"), + (0x1E4, "M", "ǥ"), + (0x1E5, "V"), + (0x1E6, "M", "ǧ"), + (0x1E7, "V"), + (0x1E8, "M", "ǩ"), + (0x1E9, "V"), + (0x1EA, "M", "ǫ"), + (0x1EB, "V"), + (0x1EC, "M", "ǭ"), + (0x1ED, "V"), + (0x1EE, "M", "ǯ"), + (0x1EF, "V"), + (0x1F1, "M", "dz"), + (0x1F4, "M", "ǵ"), + (0x1F5, "V"), + (0x1F6, "M", "ƕ"), + (0x1F7, "M", "ƿ"), + (0x1F8, "M", "ǹ"), + (0x1F9, "V"), + (0x1FA, "M", "ǻ"), + (0x1FB, "V"), + (0x1FC, "M", "ǽ"), + (0x1FD, "V"), + (0x1FE, "M", "ǿ"), + (0x1FF, "V"), + (0x200, "M", "ȁ"), + (0x201, "V"), + (0x202, "M", "ȃ"), + (0x203, "V"), + (0x204, "M", "ȅ"), + (0x205, "V"), + (0x206, "M", "ȇ"), + (0x207, "V"), + (0x208, "M", "ȉ"), + (0x209, "V"), + (0x20A, "M", "ȋ"), + (0x20B, "V"), + (0x20C, "M", "ȍ"), + ] + + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, "V"), + (0x20E, "M", "ȏ"), + (0x20F, "V"), + (0x210, "M", "ȑ"), + (0x211, "V"), + (0x212, "M", "ȓ"), + (0x213, "V"), + (0x214, "M", "ȕ"), + (0x215, "V"), + (0x216, "M", "ȗ"), + (0x217, "V"), + (0x218, "M", "ș"), + (0x219, "V"), + (0x21A, "M", "ț"), + (0x21B, "V"), + (0x21C, "M", "ȝ"), + (0x21D, "V"), + (0x21E, "M", "ȟ"), + (0x21F, "V"), + (0x220, "M", "ƞ"), + (0x221, "V"), + (0x222, "M", "ȣ"), + (0x223, "V"), + (0x224, "M", "ȥ"), + (0x225, "V"), + (0x226, "M", "ȧ"), + (0x227, "V"), + (0x228, "M", "ȩ"), + (0x229, "V"), + (0x22A, "M", "ȫ"), + (0x22B, "V"), + (0x22C, "M", "ȭ"), + (0x22D, "V"), + (0x22E, "M", "ȯ"), + (0x22F, "V"), + (0x230, "M", "ȱ"), + (0x231, "V"), + (0x232, "M", "ȳ"), + (0x233, "V"), + (0x23A, "M", "ⱥ"), + (0x23B, "M", "ȼ"), + (0x23C, "V"), + (0x23D, "M", "ƚ"), + (0x23E, "M", "ⱦ"), + (0x23F, "V"), + (0x241, "M", "ɂ"), + (0x242, "V"), + (0x243, "M", "ƀ"), + (0x244, "M", "ʉ"), + (0x245, "M", "ʌ"), + (0x246, "M", "ɇ"), + (0x247, "V"), + (0x248, "M", "ɉ"), + (0x249, "V"), + (0x24A, "M", "ɋ"), + (0x24B, "V"), + (0x24C, "M", "ɍ"), + (0x24D, "V"), + (0x24E, "M", "ɏ"), + (0x24F, "V"), + (0x2B0, "M", "h"), + (0x2B1, "M", "ɦ"), + (0x2B2, "M", "j"), + (0x2B3, "M", "r"), + (0x2B4, "M", "ɹ"), + (0x2B5, "M", "ɻ"), + (0x2B6, "M", "ʁ"), + (0x2B7, "M", "w"), + (0x2B8, "M", "y"), + (0x2B9, "V"), + (0x2D8, "3", " ̆"), + (0x2D9, "3", " ̇"), + (0x2DA, "3", " ̊"), + (0x2DB, "3", " ̨"), + (0x2DC, "3", " ̃"), + (0x2DD, "3", " ̋"), + (0x2DE, "V"), + (0x2E0, "M", "ɣ"), + (0x2E1, "M", "l"), + (0x2E2, "M", "s"), + (0x2E3, "M", "x"), + (0x2E4, "M", "ʕ"), + (0x2E5, "V"), + (0x340, "M", "̀"), + (0x341, "M", "́"), + (0x342, "V"), + (0x343, "M", "̓"), + (0x344, "M", "̈́"), + (0x345, "M", "ι"), + (0x346, "V"), + (0x34F, "I"), + (0x350, "V"), + (0x370, "M", "ͱ"), + (0x371, "V"), + (0x372, "M", "ͳ"), + (0x373, "V"), + (0x374, "M", "ʹ"), + (0x375, "V"), + (0x376, "M", "ͷ"), + (0x377, "V"), + ] + + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, "X"), + (0x37A, "3", " ι"), + (0x37B, "V"), + (0x37E, "3", ";"), + (0x37F, "M", "ϳ"), + (0x380, "X"), + (0x384, "3", " ́"), + (0x385, "3", " ̈́"), + (0x386, "M", "ά"), + (0x387, "M", "·"), + (0x388, "M", "έ"), + (0x389, "M", "ή"), + (0x38A, "M", "ί"), + (0x38B, "X"), + (0x38C, "M", "ό"), + (0x38D, "X"), + (0x38E, "M", "ύ"), + (0x38F, "M", "ώ"), + (0x390, "V"), + (0x391, "M", "α"), + (0x392, "M", "β"), + (0x393, "M", "γ"), + (0x394, "M", "δ"), + (0x395, "M", "ε"), + (0x396, "M", "ζ"), + (0x397, "M", "η"), + (0x398, "M", "θ"), + (0x399, "M", "ι"), + (0x39A, "M", "κ"), + (0x39B, "M", "λ"), + (0x39C, "M", "μ"), + (0x39D, "M", "ν"), + (0x39E, "M", "ξ"), + (0x39F, "M", "ο"), + (0x3A0, "M", "π"), + (0x3A1, "M", "ρ"), + (0x3A2, "X"), + (0x3A3, "M", "σ"), + (0x3A4, "M", "τ"), + (0x3A5, "M", "υ"), + (0x3A6, "M", "φ"), + (0x3A7, "M", "χ"), + (0x3A8, "M", "ψ"), + (0x3A9, "M", "ω"), + (0x3AA, "M", "ϊ"), + (0x3AB, "M", "ϋ"), + (0x3AC, "V"), + (0x3C2, "D", "σ"), + (0x3C3, "V"), + (0x3CF, "M", "ϗ"), + (0x3D0, "M", "β"), + (0x3D1, "M", "θ"), + (0x3D2, "M", "υ"), + (0x3D3, "M", "ύ"), + (0x3D4, "M", "ϋ"), + (0x3D5, "M", "φ"), + (0x3D6, "M", "π"), + (0x3D7, "V"), + (0x3D8, "M", "ϙ"), + (0x3D9, "V"), + (0x3DA, "M", "ϛ"), + (0x3DB, "V"), + (0x3DC, "M", "ϝ"), + (0x3DD, "V"), + (0x3DE, "M", "ϟ"), + (0x3DF, "V"), + (0x3E0, "M", "ϡ"), + (0x3E1, "V"), + (0x3E2, "M", "ϣ"), + (0x3E3, "V"), + (0x3E4, "M", "ϥ"), + (0x3E5, "V"), + (0x3E6, "M", "ϧ"), + (0x3E7, "V"), + (0x3E8, "M", "ϩ"), + (0x3E9, "V"), + (0x3EA, "M", "ϫ"), + (0x3EB, "V"), + (0x3EC, "M", "ϭ"), + (0x3ED, "V"), + (0x3EE, "M", "ϯ"), + (0x3EF, "V"), + (0x3F0, "M", "κ"), + (0x3F1, "M", "ρ"), + (0x3F2, "M", "σ"), + (0x3F3, "V"), + (0x3F4, "M", "θ"), + (0x3F5, "M", "ε"), + (0x3F6, "V"), + (0x3F7, "M", "ϸ"), + (0x3F8, "V"), + (0x3F9, "M", "σ"), + (0x3FA, "M", "ϻ"), + (0x3FB, "V"), + (0x3FD, "M", "ͻ"), + (0x3FE, "M", "ͼ"), + (0x3FF, "M", "ͽ"), + (0x400, "M", "ѐ"), + (0x401, "M", "ё"), + (0x402, "M", "ђ"), + ] + + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, "M", "ѓ"), + (0x404, "M", "є"), + (0x405, "M", "ѕ"), + (0x406, "M", "і"), + (0x407, "M", "ї"), + (0x408, "M", "ј"), + (0x409, "M", "љ"), + (0x40A, "M", "њ"), + (0x40B, "M", "ћ"), + (0x40C, "M", "ќ"), + (0x40D, "M", "ѝ"), + (0x40E, "M", "ў"), + (0x40F, "M", "џ"), + (0x410, "M", "а"), + (0x411, "M", "б"), + (0x412, "M", "в"), + (0x413, "M", "г"), + (0x414, "M", "д"), + (0x415, "M", "е"), + (0x416, "M", "ж"), + (0x417, "M", "з"), + (0x418, "M", "и"), + (0x419, "M", "й"), + (0x41A, "M", "к"), + (0x41B, "M", "л"), + (0x41C, "M", "м"), + (0x41D, "M", "н"), + (0x41E, "M", "о"), + (0x41F, "M", "п"), + (0x420, "M", "р"), + (0x421, "M", "с"), + (0x422, "M", "т"), + (0x423, "M", "у"), + (0x424, "M", "ф"), + (0x425, "M", "х"), + (0x426, "M", "ц"), + (0x427, "M", "ч"), + (0x428, "M", "ш"), + (0x429, "M", "щ"), + (0x42A, "M", "ъ"), + (0x42B, "M", "ы"), + (0x42C, "M", "ь"), + (0x42D, "M", "э"), + (0x42E, "M", "ю"), + (0x42F, "M", "я"), + (0x430, "V"), + (0x460, "M", "ѡ"), + (0x461, "V"), + (0x462, "M", "ѣ"), + (0x463, "V"), + (0x464, "M", "ѥ"), + (0x465, "V"), + (0x466, "M", "ѧ"), + (0x467, "V"), + (0x468, "M", "ѩ"), + (0x469, "V"), + (0x46A, "M", "ѫ"), + (0x46B, "V"), + (0x46C, "M", "ѭ"), + (0x46D, "V"), + (0x46E, "M", "ѯ"), + (0x46F, "V"), + (0x470, "M", "ѱ"), + (0x471, "V"), + (0x472, "M", "ѳ"), + (0x473, "V"), + (0x474, "M", "ѵ"), + (0x475, "V"), + (0x476, "M", "ѷ"), + (0x477, "V"), + (0x478, "M", "ѹ"), + (0x479, "V"), + (0x47A, "M", "ѻ"), + (0x47B, "V"), + (0x47C, "M", "ѽ"), + (0x47D, "V"), + (0x47E, "M", "ѿ"), + (0x47F, "V"), + (0x480, "M", "ҁ"), + (0x481, "V"), + (0x48A, "M", "ҋ"), + (0x48B, "V"), + (0x48C, "M", "ҍ"), + (0x48D, "V"), + (0x48E, "M", "ҏ"), + (0x48F, "V"), + (0x490, "M", "ґ"), + (0x491, "V"), + (0x492, "M", "ғ"), + (0x493, "V"), + (0x494, "M", "ҕ"), + (0x495, "V"), + (0x496, "M", "җ"), + (0x497, "V"), + (0x498, "M", "ҙ"), + (0x499, "V"), + (0x49A, "M", "қ"), + (0x49B, "V"), + (0x49C, "M", "ҝ"), + (0x49D, "V"), + ] + + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, "M", "ҟ"), + (0x49F, "V"), + (0x4A0, "M", "ҡ"), + (0x4A1, "V"), + (0x4A2, "M", "ң"), + (0x4A3, "V"), + (0x4A4, "M", "ҥ"), + (0x4A5, "V"), + (0x4A6, "M", "ҧ"), + (0x4A7, "V"), + (0x4A8, "M", "ҩ"), + (0x4A9, "V"), + (0x4AA, "M", "ҫ"), + (0x4AB, "V"), + (0x4AC, "M", "ҭ"), + (0x4AD, "V"), + (0x4AE, "M", "ү"), + (0x4AF, "V"), + (0x4B0, "M", "ұ"), + (0x4B1, "V"), + (0x4B2, "M", "ҳ"), + (0x4B3, "V"), + (0x4B4, "M", "ҵ"), + (0x4B5, "V"), + (0x4B6, "M", "ҷ"), + (0x4B7, "V"), + (0x4B8, "M", "ҹ"), + (0x4B9, "V"), + (0x4BA, "M", "һ"), + (0x4BB, "V"), + (0x4BC, "M", "ҽ"), + (0x4BD, "V"), + (0x4BE, "M", "ҿ"), + (0x4BF, "V"), + (0x4C0, "X"), + (0x4C1, "M", "ӂ"), + (0x4C2, "V"), + (0x4C3, "M", "ӄ"), + (0x4C4, "V"), + (0x4C5, "M", "ӆ"), + (0x4C6, "V"), + (0x4C7, "M", "ӈ"), + (0x4C8, "V"), + (0x4C9, "M", "ӊ"), + (0x4CA, "V"), + (0x4CB, "M", "ӌ"), + (0x4CC, "V"), + (0x4CD, "M", "ӎ"), + (0x4CE, "V"), + (0x4D0, "M", "ӑ"), + (0x4D1, "V"), + (0x4D2, "M", "ӓ"), + (0x4D3, "V"), + (0x4D4, "M", "ӕ"), + (0x4D5, "V"), + (0x4D6, "M", "ӗ"), + (0x4D7, "V"), + (0x4D8, "M", "ә"), + (0x4D9, "V"), + (0x4DA, "M", "ӛ"), + (0x4DB, "V"), + (0x4DC, "M", "ӝ"), + (0x4DD, "V"), + (0x4DE, "M", "ӟ"), + (0x4DF, "V"), + (0x4E0, "M", "ӡ"), + (0x4E1, "V"), + (0x4E2, "M", "ӣ"), + (0x4E3, "V"), + (0x4E4, "M", "ӥ"), + (0x4E5, "V"), + (0x4E6, "M", "ӧ"), + (0x4E7, "V"), + (0x4E8, "M", "ө"), + (0x4E9, "V"), + (0x4EA, "M", "ӫ"), + (0x4EB, "V"), + (0x4EC, "M", "ӭ"), + (0x4ED, "V"), + (0x4EE, "M", "ӯ"), + (0x4EF, "V"), + (0x4F0, "M", "ӱ"), + (0x4F1, "V"), + (0x4F2, "M", "ӳ"), + (0x4F3, "V"), + (0x4F4, "M", "ӵ"), + (0x4F5, "V"), + (0x4F6, "M", "ӷ"), + (0x4F7, "V"), + (0x4F8, "M", "ӹ"), + (0x4F9, "V"), + (0x4FA, "M", "ӻ"), + (0x4FB, "V"), + (0x4FC, "M", "ӽ"), + (0x4FD, "V"), + (0x4FE, "M", "ӿ"), + (0x4FF, "V"), + (0x500, "M", "ԁ"), + (0x501, "V"), + (0x502, "M", "ԃ"), + ] + + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, "V"), + (0x504, "M", "ԅ"), + (0x505, "V"), + (0x506, "M", "ԇ"), + (0x507, "V"), + (0x508, "M", "ԉ"), + (0x509, "V"), + (0x50A, "M", "ԋ"), + (0x50B, "V"), + (0x50C, "M", "ԍ"), + (0x50D, "V"), + (0x50E, "M", "ԏ"), + (0x50F, "V"), + (0x510, "M", "ԑ"), + (0x511, "V"), + (0x512, "M", "ԓ"), + (0x513, "V"), + (0x514, "M", "ԕ"), + (0x515, "V"), + (0x516, "M", "ԗ"), + (0x517, "V"), + (0x518, "M", "ԙ"), + (0x519, "V"), + (0x51A, "M", "ԛ"), + (0x51B, "V"), + (0x51C, "M", "ԝ"), + (0x51D, "V"), + (0x51E, "M", "ԟ"), + (0x51F, "V"), + (0x520, "M", "ԡ"), + (0x521, "V"), + (0x522, "M", "ԣ"), + (0x523, "V"), + (0x524, "M", "ԥ"), + (0x525, "V"), + (0x526, "M", "ԧ"), + (0x527, "V"), + (0x528, "M", "ԩ"), + (0x529, "V"), + (0x52A, "M", "ԫ"), + (0x52B, "V"), + (0x52C, "M", "ԭ"), + (0x52D, "V"), + (0x52E, "M", "ԯ"), + (0x52F, "V"), + (0x530, "X"), + (0x531, "M", "ա"), + (0x532, "M", "բ"), + (0x533, "M", "գ"), + (0x534, "M", "դ"), + (0x535, "M", "ե"), + (0x536, "M", "զ"), + (0x537, "M", "է"), + (0x538, "M", "ը"), + (0x539, "M", "թ"), + (0x53A, "M", "ժ"), + (0x53B, "M", "ի"), + (0x53C, "M", "լ"), + (0x53D, "M", "խ"), + (0x53E, "M", "ծ"), + (0x53F, "M", "կ"), + (0x540, "M", "հ"), + (0x541, "M", "ձ"), + (0x542, "M", "ղ"), + (0x543, "M", "ճ"), + (0x544, "M", "մ"), + (0x545, "M", "յ"), + (0x546, "M", "ն"), + (0x547, "M", "շ"), + (0x548, "M", "ո"), + (0x549, "M", "չ"), + (0x54A, "M", "պ"), + (0x54B, "M", "ջ"), + (0x54C, "M", "ռ"), + (0x54D, "M", "ս"), + (0x54E, "M", "վ"), + (0x54F, "M", "տ"), + (0x550, "M", "ր"), + (0x551, "M", "ց"), + (0x552, "M", "ւ"), + (0x553, "M", "փ"), + (0x554, "M", "ք"), + (0x555, "M", "օ"), + (0x556, "M", "ֆ"), + (0x557, "X"), + (0x559, "V"), + (0x587, "M", "եւ"), + (0x588, "V"), + (0x58B, "X"), + (0x58D, "V"), + (0x590, "X"), + (0x591, "V"), + (0x5C8, "X"), + (0x5D0, "V"), + (0x5EB, "X"), + (0x5EF, "V"), + (0x5F5, "X"), + (0x606, "V"), + (0x61C, "X"), + (0x61D, "V"), + ] + + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, "M", "اٴ"), + (0x676, "M", "وٴ"), + (0x677, "M", "ۇٴ"), + (0x678, "M", "يٴ"), + (0x679, "V"), + (0x6DD, "X"), + (0x6DE, "V"), + (0x70E, "X"), + (0x710, "V"), + (0x74B, "X"), + (0x74D, "V"), + (0x7B2, "X"), + (0x7C0, "V"), + (0x7FB, "X"), + (0x7FD, "V"), + (0x82E, "X"), + (0x830, "V"), + (0x83F, "X"), + (0x840, "V"), + (0x85C, "X"), + (0x85E, "V"), + (0x85F, "X"), + (0x860, "V"), + (0x86B, "X"), + (0x870, "V"), + (0x88F, "X"), + (0x898, "V"), + (0x8E2, "X"), + (0x8E3, "V"), + (0x958, "M", "क़"), + (0x959, "M", "ख़"), + (0x95A, "M", "ग़"), + (0x95B, "M", "ज़"), + (0x95C, "M", "ड़"), + (0x95D, "M", "ढ़"), + (0x95E, "M", "फ़"), + (0x95F, "M", "य़"), + (0x960, "V"), + (0x984, "X"), + (0x985, "V"), + (0x98D, "X"), + (0x98F, "V"), + (0x991, "X"), + (0x993, "V"), + (0x9A9, "X"), + (0x9AA, "V"), + (0x9B1, "X"), + (0x9B2, "V"), + (0x9B3, "X"), + (0x9B6, "V"), + (0x9BA, "X"), + (0x9BC, "V"), + (0x9C5, "X"), + (0x9C7, "V"), + (0x9C9, "X"), + (0x9CB, "V"), + (0x9CF, "X"), + (0x9D7, "V"), + (0x9D8, "X"), + (0x9DC, "M", "ড়"), + (0x9DD, "M", "ঢ়"), + (0x9DE, "X"), + (0x9DF, "M", "য়"), + (0x9E0, "V"), + (0x9E4, "X"), + (0x9E6, "V"), + (0x9FF, "X"), + (0xA01, "V"), + (0xA04, "X"), + (0xA05, "V"), + (0xA0B, "X"), + (0xA0F, "V"), + (0xA11, "X"), + (0xA13, "V"), + (0xA29, "X"), + (0xA2A, "V"), + (0xA31, "X"), + (0xA32, "V"), + (0xA33, "M", "ਲ਼"), + (0xA34, "X"), + (0xA35, "V"), + (0xA36, "M", "ਸ਼"), + (0xA37, "X"), + (0xA38, "V"), + (0xA3A, "X"), + (0xA3C, "V"), + (0xA3D, "X"), + (0xA3E, "V"), + (0xA43, "X"), + (0xA47, "V"), + (0xA49, "X"), + (0xA4B, "V"), + (0xA4E, "X"), + (0xA51, "V"), + (0xA52, "X"), + (0xA59, "M", "ਖ਼"), + (0xA5A, "M", "ਗ਼"), + (0xA5B, "M", "ਜ਼"), + (0xA5C, "V"), + (0xA5D, "X"), + ] + + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, "M", "ਫ਼"), + (0xA5F, "X"), + (0xA66, "V"), + (0xA77, "X"), + (0xA81, "V"), + (0xA84, "X"), + (0xA85, "V"), + (0xA8E, "X"), + (0xA8F, "V"), + (0xA92, "X"), + (0xA93, "V"), + (0xAA9, "X"), + (0xAAA, "V"), + (0xAB1, "X"), + (0xAB2, "V"), + (0xAB4, "X"), + (0xAB5, "V"), + (0xABA, "X"), + (0xABC, "V"), + (0xAC6, "X"), + (0xAC7, "V"), + (0xACA, "X"), + (0xACB, "V"), + (0xACE, "X"), + (0xAD0, "V"), + (0xAD1, "X"), + (0xAE0, "V"), + (0xAE4, "X"), + (0xAE6, "V"), + (0xAF2, "X"), + (0xAF9, "V"), + (0xB00, "X"), + (0xB01, "V"), + (0xB04, "X"), + (0xB05, "V"), + (0xB0D, "X"), + (0xB0F, "V"), + (0xB11, "X"), + (0xB13, "V"), + (0xB29, "X"), + (0xB2A, "V"), + (0xB31, "X"), + (0xB32, "V"), + (0xB34, "X"), + (0xB35, "V"), + (0xB3A, "X"), + (0xB3C, "V"), + (0xB45, "X"), + (0xB47, "V"), + (0xB49, "X"), + (0xB4B, "V"), + (0xB4E, "X"), + (0xB55, "V"), + (0xB58, "X"), + (0xB5C, "M", "ଡ଼"), + (0xB5D, "M", "ଢ଼"), + (0xB5E, "X"), + (0xB5F, "V"), + (0xB64, "X"), + (0xB66, "V"), + (0xB78, "X"), + (0xB82, "V"), + (0xB84, "X"), + (0xB85, "V"), + (0xB8B, "X"), + (0xB8E, "V"), + (0xB91, "X"), + (0xB92, "V"), + (0xB96, "X"), + (0xB99, "V"), + (0xB9B, "X"), + (0xB9C, "V"), + (0xB9D, "X"), + (0xB9E, "V"), + (0xBA0, "X"), + (0xBA3, "V"), + (0xBA5, "X"), + (0xBA8, "V"), + (0xBAB, "X"), + (0xBAE, "V"), + (0xBBA, "X"), + (0xBBE, "V"), + (0xBC3, "X"), + (0xBC6, "V"), + (0xBC9, "X"), + (0xBCA, "V"), + (0xBCE, "X"), + (0xBD0, "V"), + (0xBD1, "X"), + (0xBD7, "V"), + (0xBD8, "X"), + (0xBE6, "V"), + (0xBFB, "X"), + (0xC00, "V"), + (0xC0D, "X"), + (0xC0E, "V"), + (0xC11, "X"), + (0xC12, "V"), + (0xC29, "X"), + (0xC2A, "V"), + ] + + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, "X"), + (0xC3C, "V"), + (0xC45, "X"), + (0xC46, "V"), + (0xC49, "X"), + (0xC4A, "V"), + (0xC4E, "X"), + (0xC55, "V"), + (0xC57, "X"), + (0xC58, "V"), + (0xC5B, "X"), + (0xC5D, "V"), + (0xC5E, "X"), + (0xC60, "V"), + (0xC64, "X"), + (0xC66, "V"), + (0xC70, "X"), + (0xC77, "V"), + (0xC8D, "X"), + (0xC8E, "V"), + (0xC91, "X"), + (0xC92, "V"), + (0xCA9, "X"), + (0xCAA, "V"), + (0xCB4, "X"), + (0xCB5, "V"), + (0xCBA, "X"), + (0xCBC, "V"), + (0xCC5, "X"), + (0xCC6, "V"), + (0xCC9, "X"), + (0xCCA, "V"), + (0xCCE, "X"), + (0xCD5, "V"), + (0xCD7, "X"), + (0xCDD, "V"), + (0xCDF, "X"), + (0xCE0, "V"), + (0xCE4, "X"), + (0xCE6, "V"), + (0xCF0, "X"), + (0xCF1, "V"), + (0xCF4, "X"), + (0xD00, "V"), + (0xD0D, "X"), + (0xD0E, "V"), + (0xD11, "X"), + (0xD12, "V"), + (0xD45, "X"), + (0xD46, "V"), + (0xD49, "X"), + (0xD4A, "V"), + (0xD50, "X"), + (0xD54, "V"), + (0xD64, "X"), + (0xD66, "V"), + (0xD80, "X"), + (0xD81, "V"), + (0xD84, "X"), + (0xD85, "V"), + (0xD97, "X"), + (0xD9A, "V"), + (0xDB2, "X"), + (0xDB3, "V"), + (0xDBC, "X"), + (0xDBD, "V"), + (0xDBE, "X"), + (0xDC0, "V"), + (0xDC7, "X"), + (0xDCA, "V"), + (0xDCB, "X"), + (0xDCF, "V"), + (0xDD5, "X"), + (0xDD6, "V"), + (0xDD7, "X"), + (0xDD8, "V"), + (0xDE0, "X"), + (0xDE6, "V"), + (0xDF0, "X"), + (0xDF2, "V"), + (0xDF5, "X"), + (0xE01, "V"), + (0xE33, "M", "ํา"), + (0xE34, "V"), + (0xE3B, "X"), + (0xE3F, "V"), + (0xE5C, "X"), + (0xE81, "V"), + (0xE83, "X"), + (0xE84, "V"), + (0xE85, "X"), + (0xE86, "V"), + (0xE8B, "X"), + (0xE8C, "V"), + (0xEA4, "X"), + (0xEA5, "V"), + (0xEA6, "X"), + (0xEA7, "V"), + (0xEB3, "M", "ໍາ"), + (0xEB4, "V"), + ] + + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, "X"), + (0xEC0, "V"), + (0xEC5, "X"), + (0xEC6, "V"), + (0xEC7, "X"), + (0xEC8, "V"), + (0xECF, "X"), + (0xED0, "V"), + (0xEDA, "X"), + (0xEDC, "M", "ຫນ"), + (0xEDD, "M", "ຫມ"), + (0xEDE, "V"), + (0xEE0, "X"), + (0xF00, "V"), + (0xF0C, "M", "་"), + (0xF0D, "V"), + (0xF43, "M", "གྷ"), + (0xF44, "V"), + (0xF48, "X"), + (0xF49, "V"), + (0xF4D, "M", "ཌྷ"), + (0xF4E, "V"), + (0xF52, "M", "དྷ"), + (0xF53, "V"), + (0xF57, "M", "བྷ"), + (0xF58, "V"), + (0xF5C, "M", "ཛྷ"), + (0xF5D, "V"), + (0xF69, "M", "ཀྵ"), + (0xF6A, "V"), + (0xF6D, "X"), + (0xF71, "V"), + (0xF73, "M", "ཱི"), + (0xF74, "V"), + (0xF75, "M", "ཱུ"), + (0xF76, "M", "ྲྀ"), + (0xF77, "M", "ྲཱྀ"), + (0xF78, "M", "ླྀ"), + (0xF79, "M", "ླཱྀ"), + (0xF7A, "V"), + (0xF81, "M", "ཱྀ"), + (0xF82, "V"), + (0xF93, "M", "ྒྷ"), + (0xF94, "V"), + (0xF98, "X"), + (0xF99, "V"), + (0xF9D, "M", "ྜྷ"), + (0xF9E, "V"), + (0xFA2, "M", "ྡྷ"), + (0xFA3, "V"), + (0xFA7, "M", "ྦྷ"), + (0xFA8, "V"), + (0xFAC, "M", "ྫྷ"), + (0xFAD, "V"), + (0xFB9, "M", "ྐྵ"), + (0xFBA, "V"), + (0xFBD, "X"), + (0xFBE, "V"), + (0xFCD, "X"), + (0xFCE, "V"), + (0xFDB, "X"), + (0x1000, "V"), + (0x10A0, "X"), + (0x10C7, "M", "ⴧ"), + (0x10C8, "X"), + (0x10CD, "M", "ⴭ"), + (0x10CE, "X"), + (0x10D0, "V"), + (0x10FC, "M", "ნ"), + (0x10FD, "V"), + (0x115F, "X"), + (0x1161, "V"), + (0x1249, "X"), + (0x124A, "V"), + (0x124E, "X"), + (0x1250, "V"), + (0x1257, "X"), + (0x1258, "V"), + (0x1259, "X"), + (0x125A, "V"), + (0x125E, "X"), + (0x1260, "V"), + (0x1289, "X"), + (0x128A, "V"), + (0x128E, "X"), + (0x1290, "V"), + (0x12B1, "X"), + (0x12B2, "V"), + (0x12B6, "X"), + (0x12B8, "V"), + (0x12BF, "X"), + (0x12C0, "V"), + (0x12C1, "X"), + (0x12C2, "V"), + (0x12C6, "X"), + (0x12C8, "V"), + (0x12D7, "X"), + (0x12D8, "V"), + (0x1311, "X"), + (0x1312, "V"), + ] + + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, "X"), + (0x1318, "V"), + (0x135B, "X"), + (0x135D, "V"), + (0x137D, "X"), + (0x1380, "V"), + (0x139A, "X"), + (0x13A0, "V"), + (0x13F6, "X"), + (0x13F8, "M", "Ᏸ"), + (0x13F9, "M", "Ᏹ"), + (0x13FA, "M", "Ᏺ"), + (0x13FB, "M", "Ᏻ"), + (0x13FC, "M", "Ᏼ"), + (0x13FD, "M", "Ᏽ"), + (0x13FE, "X"), + (0x1400, "V"), + (0x1680, "X"), + (0x1681, "V"), + (0x169D, "X"), + (0x16A0, "V"), + (0x16F9, "X"), + (0x1700, "V"), + (0x1716, "X"), + (0x171F, "V"), + (0x1737, "X"), + (0x1740, "V"), + (0x1754, "X"), + (0x1760, "V"), + (0x176D, "X"), + (0x176E, "V"), + (0x1771, "X"), + (0x1772, "V"), + (0x1774, "X"), + (0x1780, "V"), + (0x17B4, "X"), + (0x17B6, "V"), + (0x17DE, "X"), + (0x17E0, "V"), + (0x17EA, "X"), + (0x17F0, "V"), + (0x17FA, "X"), + (0x1800, "V"), + (0x1806, "X"), + (0x1807, "V"), + (0x180B, "I"), + (0x180E, "X"), + (0x180F, "I"), + (0x1810, "V"), + (0x181A, "X"), + (0x1820, "V"), + (0x1879, "X"), + (0x1880, "V"), + (0x18AB, "X"), + (0x18B0, "V"), + (0x18F6, "X"), + (0x1900, "V"), + (0x191F, "X"), + (0x1920, "V"), + (0x192C, "X"), + (0x1930, "V"), + (0x193C, "X"), + (0x1940, "V"), + (0x1941, "X"), + (0x1944, "V"), + (0x196E, "X"), + (0x1970, "V"), + (0x1975, "X"), + (0x1980, "V"), + (0x19AC, "X"), + (0x19B0, "V"), + (0x19CA, "X"), + (0x19D0, "V"), + (0x19DB, "X"), + (0x19DE, "V"), + (0x1A1C, "X"), + (0x1A1E, "V"), + (0x1A5F, "X"), + (0x1A60, "V"), + (0x1A7D, "X"), + (0x1A7F, "V"), + (0x1A8A, "X"), + (0x1A90, "V"), + (0x1A9A, "X"), + (0x1AA0, "V"), + (0x1AAE, "X"), + (0x1AB0, "V"), + (0x1ACF, "X"), + (0x1B00, "V"), + (0x1B4D, "X"), + (0x1B50, "V"), + (0x1B7F, "X"), + (0x1B80, "V"), + (0x1BF4, "X"), + (0x1BFC, "V"), + (0x1C38, "X"), + (0x1C3B, "V"), + (0x1C4A, "X"), + (0x1C4D, "V"), + (0x1C80, "M", "в"), + ] + + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, "M", "д"), + (0x1C82, "M", "о"), + (0x1C83, "M", "с"), + (0x1C84, "M", "т"), + (0x1C86, "M", "ъ"), + (0x1C87, "M", "ѣ"), + (0x1C88, "M", "ꙋ"), + (0x1C89, "X"), + (0x1C90, "M", "ა"), + (0x1C91, "M", "ბ"), + (0x1C92, "M", "გ"), + (0x1C93, "M", "დ"), + (0x1C94, "M", "ე"), + (0x1C95, "M", "ვ"), + (0x1C96, "M", "ზ"), + (0x1C97, "M", "თ"), + (0x1C98, "M", "ი"), + (0x1C99, "M", "კ"), + (0x1C9A, "M", "ლ"), + (0x1C9B, "M", "მ"), + (0x1C9C, "M", "ნ"), + (0x1C9D, "M", "ო"), + (0x1C9E, "M", "პ"), + (0x1C9F, "M", "ჟ"), + (0x1CA0, "M", "რ"), + (0x1CA1, "M", "ს"), + (0x1CA2, "M", "ტ"), + (0x1CA3, "M", "უ"), + (0x1CA4, "M", "ფ"), + (0x1CA5, "M", "ქ"), + (0x1CA6, "M", "ღ"), + (0x1CA7, "M", "ყ"), + (0x1CA8, "M", "შ"), + (0x1CA9, "M", "ჩ"), + (0x1CAA, "M", "ც"), + (0x1CAB, "M", "ძ"), + (0x1CAC, "M", "წ"), + (0x1CAD, "M", "ჭ"), + (0x1CAE, "M", "ხ"), + (0x1CAF, "M", "ჯ"), + (0x1CB0, "M", "ჰ"), + (0x1CB1, "M", "ჱ"), + (0x1CB2, "M", "ჲ"), + (0x1CB3, "M", "ჳ"), + (0x1CB4, "M", "ჴ"), + (0x1CB5, "M", "ჵ"), + (0x1CB6, "M", "ჶ"), + (0x1CB7, "M", "ჷ"), + (0x1CB8, "M", "ჸ"), + (0x1CB9, "M", "ჹ"), + (0x1CBA, "M", "ჺ"), + (0x1CBB, "X"), + (0x1CBD, "M", "ჽ"), + (0x1CBE, "M", "ჾ"), + (0x1CBF, "M", "ჿ"), + (0x1CC0, "V"), + (0x1CC8, "X"), + (0x1CD0, "V"), + (0x1CFB, "X"), + (0x1D00, "V"), + (0x1D2C, "M", "a"), + (0x1D2D, "M", "æ"), + (0x1D2E, "M", "b"), + (0x1D2F, "V"), + (0x1D30, "M", "d"), + (0x1D31, "M", "e"), + (0x1D32, "M", "ǝ"), + (0x1D33, "M", "g"), + (0x1D34, "M", "h"), + (0x1D35, "M", "i"), + (0x1D36, "M", "j"), + (0x1D37, "M", "k"), + (0x1D38, "M", "l"), + (0x1D39, "M", "m"), + (0x1D3A, "M", "n"), + (0x1D3B, "V"), + (0x1D3C, "M", "o"), + (0x1D3D, "M", "ȣ"), + (0x1D3E, "M", "p"), + (0x1D3F, "M", "r"), + (0x1D40, "M", "t"), + (0x1D41, "M", "u"), + (0x1D42, "M", "w"), + (0x1D43, "M", "a"), + (0x1D44, "M", "ɐ"), + (0x1D45, "M", "ɑ"), + (0x1D46, "M", "ᴂ"), + (0x1D47, "M", "b"), + (0x1D48, "M", "d"), + (0x1D49, "M", "e"), + (0x1D4A, "M", "ə"), + (0x1D4B, "M", "ɛ"), + (0x1D4C, "M", "ɜ"), + (0x1D4D, "M", "g"), + (0x1D4E, "V"), + (0x1D4F, "M", "k"), + (0x1D50, "M", "m"), + (0x1D51, "M", "ŋ"), + (0x1D52, "M", "o"), + (0x1D53, "M", "ɔ"), + ] + + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, "M", "ᴖ"), + (0x1D55, "M", "ᴗ"), + (0x1D56, "M", "p"), + (0x1D57, "M", "t"), + (0x1D58, "M", "u"), + (0x1D59, "M", "ᴝ"), + (0x1D5A, "M", "ɯ"), + (0x1D5B, "M", "v"), + (0x1D5C, "M", "ᴥ"), + (0x1D5D, "M", "β"), + (0x1D5E, "M", "γ"), + (0x1D5F, "M", "δ"), + (0x1D60, "M", "φ"), + (0x1D61, "M", "χ"), + (0x1D62, "M", "i"), + (0x1D63, "M", "r"), + (0x1D64, "M", "u"), + (0x1D65, "M", "v"), + (0x1D66, "M", "β"), + (0x1D67, "M", "γ"), + (0x1D68, "M", "ρ"), + (0x1D69, "M", "φ"), + (0x1D6A, "M", "χ"), + (0x1D6B, "V"), + (0x1D78, "M", "н"), + (0x1D79, "V"), + (0x1D9B, "M", "ɒ"), + (0x1D9C, "M", "c"), + (0x1D9D, "M", "ɕ"), + (0x1D9E, "M", "ð"), + (0x1D9F, "M", "ɜ"), + (0x1DA0, "M", "f"), + (0x1DA1, "M", "ɟ"), + (0x1DA2, "M", "ɡ"), + (0x1DA3, "M", "ɥ"), + (0x1DA4, "M", "ɨ"), + (0x1DA5, "M", "ɩ"), + (0x1DA6, "M", "ɪ"), + (0x1DA7, "M", "ᵻ"), + (0x1DA8, "M", "ʝ"), + (0x1DA9, "M", "ɭ"), + (0x1DAA, "M", "ᶅ"), + (0x1DAB, "M", "ʟ"), + (0x1DAC, "M", "ɱ"), + (0x1DAD, "M", "ɰ"), + (0x1DAE, "M", "ɲ"), + (0x1DAF, "M", "ɳ"), + (0x1DB0, "M", "ɴ"), + (0x1DB1, "M", "ɵ"), + (0x1DB2, "M", "ɸ"), + (0x1DB3, "M", "ʂ"), + (0x1DB4, "M", "ʃ"), + (0x1DB5, "M", "ƫ"), + (0x1DB6, "M", "ʉ"), + (0x1DB7, "M", "ʊ"), + (0x1DB8, "M", "ᴜ"), + (0x1DB9, "M", "ʋ"), + (0x1DBA, "M", "ʌ"), + (0x1DBB, "M", "z"), + (0x1DBC, "M", "ʐ"), + (0x1DBD, "M", "ʑ"), + (0x1DBE, "M", "ʒ"), + (0x1DBF, "M", "θ"), + (0x1DC0, "V"), + (0x1E00, "M", "ḁ"), + (0x1E01, "V"), + (0x1E02, "M", "ḃ"), + (0x1E03, "V"), + (0x1E04, "M", "ḅ"), + (0x1E05, "V"), + (0x1E06, "M", "ḇ"), + (0x1E07, "V"), + (0x1E08, "M", "ḉ"), + (0x1E09, "V"), + (0x1E0A, "M", "ḋ"), + (0x1E0B, "V"), + (0x1E0C, "M", "ḍ"), + (0x1E0D, "V"), + (0x1E0E, "M", "ḏ"), + (0x1E0F, "V"), + (0x1E10, "M", "ḑ"), + (0x1E11, "V"), + (0x1E12, "M", "ḓ"), + (0x1E13, "V"), + (0x1E14, "M", "ḕ"), + (0x1E15, "V"), + (0x1E16, "M", "ḗ"), + (0x1E17, "V"), + (0x1E18, "M", "ḙ"), + (0x1E19, "V"), + (0x1E1A, "M", "ḛ"), + (0x1E1B, "V"), + (0x1E1C, "M", "ḝ"), + (0x1E1D, "V"), + (0x1E1E, "M", "ḟ"), + (0x1E1F, "V"), + (0x1E20, "M", "ḡ"), + (0x1E21, "V"), + (0x1E22, "M", "ḣ"), + (0x1E23, "V"), + ] + + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, "M", "ḥ"), + (0x1E25, "V"), + (0x1E26, "M", "ḧ"), + (0x1E27, "V"), + (0x1E28, "M", "ḩ"), + (0x1E29, "V"), + (0x1E2A, "M", "ḫ"), + (0x1E2B, "V"), + (0x1E2C, "M", "ḭ"), + (0x1E2D, "V"), + (0x1E2E, "M", "ḯ"), + (0x1E2F, "V"), + (0x1E30, "M", "ḱ"), + (0x1E31, "V"), + (0x1E32, "M", "ḳ"), + (0x1E33, "V"), + (0x1E34, "M", "ḵ"), + (0x1E35, "V"), + (0x1E36, "M", "ḷ"), + (0x1E37, "V"), + (0x1E38, "M", "ḹ"), + (0x1E39, "V"), + (0x1E3A, "M", "ḻ"), + (0x1E3B, "V"), + (0x1E3C, "M", "ḽ"), + (0x1E3D, "V"), + (0x1E3E, "M", "ḿ"), + (0x1E3F, "V"), + (0x1E40, "M", "ṁ"), + (0x1E41, "V"), + (0x1E42, "M", "ṃ"), + (0x1E43, "V"), + (0x1E44, "M", "ṅ"), + (0x1E45, "V"), + (0x1E46, "M", "ṇ"), + (0x1E47, "V"), + (0x1E48, "M", "ṉ"), + (0x1E49, "V"), + (0x1E4A, "M", "ṋ"), + (0x1E4B, "V"), + (0x1E4C, "M", "ṍ"), + (0x1E4D, "V"), + (0x1E4E, "M", "ṏ"), + (0x1E4F, "V"), + (0x1E50, "M", "ṑ"), + (0x1E51, "V"), + (0x1E52, "M", "ṓ"), + (0x1E53, "V"), + (0x1E54, "M", "ṕ"), + (0x1E55, "V"), + (0x1E56, "M", "ṗ"), + (0x1E57, "V"), + (0x1E58, "M", "ṙ"), + (0x1E59, "V"), + (0x1E5A, "M", "ṛ"), + (0x1E5B, "V"), + (0x1E5C, "M", "ṝ"), + (0x1E5D, "V"), + (0x1E5E, "M", "ṟ"), + (0x1E5F, "V"), + (0x1E60, "M", "ṡ"), + (0x1E61, "V"), + (0x1E62, "M", "ṣ"), + (0x1E63, "V"), + (0x1E64, "M", "ṥ"), + (0x1E65, "V"), + (0x1E66, "M", "ṧ"), + (0x1E67, "V"), + (0x1E68, "M", "ṩ"), + (0x1E69, "V"), + (0x1E6A, "M", "ṫ"), + (0x1E6B, "V"), + (0x1E6C, "M", "ṭ"), + (0x1E6D, "V"), + (0x1E6E, "M", "ṯ"), + (0x1E6F, "V"), + (0x1E70, "M", "ṱ"), + (0x1E71, "V"), + (0x1E72, "M", "ṳ"), + (0x1E73, "V"), + (0x1E74, "M", "ṵ"), + (0x1E75, "V"), + (0x1E76, "M", "ṷ"), + (0x1E77, "V"), + (0x1E78, "M", "ṹ"), + (0x1E79, "V"), + (0x1E7A, "M", "ṻ"), + (0x1E7B, "V"), + (0x1E7C, "M", "ṽ"), + (0x1E7D, "V"), + (0x1E7E, "M", "ṿ"), + (0x1E7F, "V"), + (0x1E80, "M", "ẁ"), + (0x1E81, "V"), + (0x1E82, "M", "ẃ"), + (0x1E83, "V"), + (0x1E84, "M", "ẅ"), + (0x1E85, "V"), + (0x1E86, "M", "ẇ"), + (0x1E87, "V"), + ] + + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, "M", "ẉ"), + (0x1E89, "V"), + (0x1E8A, "M", "ẋ"), + (0x1E8B, "V"), + (0x1E8C, "M", "ẍ"), + (0x1E8D, "V"), + (0x1E8E, "M", "ẏ"), + (0x1E8F, "V"), + (0x1E90, "M", "ẑ"), + (0x1E91, "V"), + (0x1E92, "M", "ẓ"), + (0x1E93, "V"), + (0x1E94, "M", "ẕ"), + (0x1E95, "V"), + (0x1E9A, "M", "aʾ"), + (0x1E9B, "M", "ṡ"), + (0x1E9C, "V"), + (0x1E9E, "M", "ß"), + (0x1E9F, "V"), + (0x1EA0, "M", "ạ"), + (0x1EA1, "V"), + (0x1EA2, "M", "ả"), + (0x1EA3, "V"), + (0x1EA4, "M", "ấ"), + (0x1EA5, "V"), + (0x1EA6, "M", "ầ"), + (0x1EA7, "V"), + (0x1EA8, "M", "ẩ"), + (0x1EA9, "V"), + (0x1EAA, "M", "ẫ"), + (0x1EAB, "V"), + (0x1EAC, "M", "ậ"), + (0x1EAD, "V"), + (0x1EAE, "M", "ắ"), + (0x1EAF, "V"), + (0x1EB0, "M", "ằ"), + (0x1EB1, "V"), + (0x1EB2, "M", "ẳ"), + (0x1EB3, "V"), + (0x1EB4, "M", "ẵ"), + (0x1EB5, "V"), + (0x1EB6, "M", "ặ"), + (0x1EB7, "V"), + (0x1EB8, "M", "ẹ"), + (0x1EB9, "V"), + (0x1EBA, "M", "ẻ"), + (0x1EBB, "V"), + (0x1EBC, "M", "ẽ"), + (0x1EBD, "V"), + (0x1EBE, "M", "ế"), + (0x1EBF, "V"), + (0x1EC0, "M", "ề"), + (0x1EC1, "V"), + (0x1EC2, "M", "ể"), + (0x1EC3, "V"), + (0x1EC4, "M", "ễ"), + (0x1EC5, "V"), + (0x1EC6, "M", "ệ"), + (0x1EC7, "V"), + (0x1EC8, "M", "ỉ"), + (0x1EC9, "V"), + (0x1ECA, "M", "ị"), + (0x1ECB, "V"), + (0x1ECC, "M", "ọ"), + (0x1ECD, "V"), + (0x1ECE, "M", "ỏ"), + (0x1ECF, "V"), + (0x1ED0, "M", "ố"), + (0x1ED1, "V"), + (0x1ED2, "M", "ồ"), + (0x1ED3, "V"), + (0x1ED4, "M", "ổ"), + (0x1ED5, "V"), + (0x1ED6, "M", "ỗ"), + (0x1ED7, "V"), + (0x1ED8, "M", "ộ"), + (0x1ED9, "V"), + (0x1EDA, "M", "ớ"), + (0x1EDB, "V"), + (0x1EDC, "M", "ờ"), + (0x1EDD, "V"), + (0x1EDE, "M", "ở"), + (0x1EDF, "V"), + (0x1EE0, "M", "ỡ"), + (0x1EE1, "V"), + (0x1EE2, "M", "ợ"), + (0x1EE3, "V"), + (0x1EE4, "M", "ụ"), + (0x1EE5, "V"), + (0x1EE6, "M", "ủ"), + (0x1EE7, "V"), + (0x1EE8, "M", "ứ"), + (0x1EE9, "V"), + (0x1EEA, "M", "ừ"), + (0x1EEB, "V"), + (0x1EEC, "M", "ử"), + (0x1EED, "V"), + (0x1EEE, "M", "ữ"), + (0x1EEF, "V"), + (0x1EF0, "M", "ự"), + ] + + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, "V"), + (0x1EF2, "M", "ỳ"), + (0x1EF3, "V"), + (0x1EF4, "M", "ỵ"), + (0x1EF5, "V"), + (0x1EF6, "M", "ỷ"), + (0x1EF7, "V"), + (0x1EF8, "M", "ỹ"), + (0x1EF9, "V"), + (0x1EFA, "M", "ỻ"), + (0x1EFB, "V"), + (0x1EFC, "M", "ỽ"), + (0x1EFD, "V"), + (0x1EFE, "M", "ỿ"), + (0x1EFF, "V"), + (0x1F08, "M", "ἀ"), + (0x1F09, "M", "ἁ"), + (0x1F0A, "M", "ἂ"), + (0x1F0B, "M", "ἃ"), + (0x1F0C, "M", "ἄ"), + (0x1F0D, "M", "ἅ"), + (0x1F0E, "M", "ἆ"), + (0x1F0F, "M", "ἇ"), + (0x1F10, "V"), + (0x1F16, "X"), + (0x1F18, "M", "ἐ"), + (0x1F19, "M", "ἑ"), + (0x1F1A, "M", "ἒ"), + (0x1F1B, "M", "ἓ"), + (0x1F1C, "M", "ἔ"), + (0x1F1D, "M", "ἕ"), + (0x1F1E, "X"), + (0x1F20, "V"), + (0x1F28, "M", "ἠ"), + (0x1F29, "M", "ἡ"), + (0x1F2A, "M", "ἢ"), + (0x1F2B, "M", "ἣ"), + (0x1F2C, "M", "ἤ"), + (0x1F2D, "M", "ἥ"), + (0x1F2E, "M", "ἦ"), + (0x1F2F, "M", "ἧ"), + (0x1F30, "V"), + (0x1F38, "M", "ἰ"), + (0x1F39, "M", "ἱ"), + (0x1F3A, "M", "ἲ"), + (0x1F3B, "M", "ἳ"), + (0x1F3C, "M", "ἴ"), + (0x1F3D, "M", "ἵ"), + (0x1F3E, "M", "ἶ"), + (0x1F3F, "M", "ἷ"), + (0x1F40, "V"), + (0x1F46, "X"), + (0x1F48, "M", "ὀ"), + (0x1F49, "M", "ὁ"), + (0x1F4A, "M", "ὂ"), + (0x1F4B, "M", "ὃ"), + (0x1F4C, "M", "ὄ"), + (0x1F4D, "M", "ὅ"), + (0x1F4E, "X"), + (0x1F50, "V"), + (0x1F58, "X"), + (0x1F59, "M", "ὑ"), + (0x1F5A, "X"), + (0x1F5B, "M", "ὓ"), + (0x1F5C, "X"), + (0x1F5D, "M", "ὕ"), + (0x1F5E, "X"), + (0x1F5F, "M", "ὗ"), + (0x1F60, "V"), + (0x1F68, "M", "ὠ"), + (0x1F69, "M", "ὡ"), + (0x1F6A, "M", "ὢ"), + (0x1F6B, "M", "ὣ"), + (0x1F6C, "M", "ὤ"), + (0x1F6D, "M", "ὥ"), + (0x1F6E, "M", "ὦ"), + (0x1F6F, "M", "ὧ"), + (0x1F70, "V"), + (0x1F71, "M", "ά"), + (0x1F72, "V"), + (0x1F73, "M", "έ"), + (0x1F74, "V"), + (0x1F75, "M", "ή"), + (0x1F76, "V"), + (0x1F77, "M", "ί"), + (0x1F78, "V"), + (0x1F79, "M", "ό"), + (0x1F7A, "V"), + (0x1F7B, "M", "ύ"), + (0x1F7C, "V"), + (0x1F7D, "M", "ώ"), + (0x1F7E, "X"), + (0x1F80, "M", "ἀι"), + (0x1F81, "M", "ἁι"), + (0x1F82, "M", "ἂι"), + (0x1F83, "M", "ἃι"), + (0x1F84, "M", "ἄι"), + (0x1F85, "M", "ἅι"), + (0x1F86, "M", "ἆι"), + (0x1F87, "M", "ἇι"), + ] + + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, "M", "ἀι"), + (0x1F89, "M", "ἁι"), + (0x1F8A, "M", "ἂι"), + (0x1F8B, "M", "ἃι"), + (0x1F8C, "M", "ἄι"), + (0x1F8D, "M", "ἅι"), + (0x1F8E, "M", "ἆι"), + (0x1F8F, "M", "ἇι"), + (0x1F90, "M", "ἠι"), + (0x1F91, "M", "ἡι"), + (0x1F92, "M", "ἢι"), + (0x1F93, "M", "ἣι"), + (0x1F94, "M", "ἤι"), + (0x1F95, "M", "ἥι"), + (0x1F96, "M", "ἦι"), + (0x1F97, "M", "ἧι"), + (0x1F98, "M", "ἠι"), + (0x1F99, "M", "ἡι"), + (0x1F9A, "M", "ἢι"), + (0x1F9B, "M", "ἣι"), + (0x1F9C, "M", "ἤι"), + (0x1F9D, "M", "ἥι"), + (0x1F9E, "M", "ἦι"), + (0x1F9F, "M", "ἧι"), + (0x1FA0, "M", "ὠι"), + (0x1FA1, "M", "ὡι"), + (0x1FA2, "M", "ὢι"), + (0x1FA3, "M", "ὣι"), + (0x1FA4, "M", "ὤι"), + (0x1FA5, "M", "ὥι"), + (0x1FA6, "M", "ὦι"), + (0x1FA7, "M", "ὧι"), + (0x1FA8, "M", "ὠι"), + (0x1FA9, "M", "ὡι"), + (0x1FAA, "M", "ὢι"), + (0x1FAB, "M", "ὣι"), + (0x1FAC, "M", "ὤι"), + (0x1FAD, "M", "ὥι"), + (0x1FAE, "M", "ὦι"), + (0x1FAF, "M", "ὧι"), + (0x1FB0, "V"), + (0x1FB2, "M", "ὰι"), + (0x1FB3, "M", "αι"), + (0x1FB4, "M", "άι"), + (0x1FB5, "X"), + (0x1FB6, "V"), + (0x1FB7, "M", "ᾶι"), + (0x1FB8, "M", "ᾰ"), + (0x1FB9, "M", "ᾱ"), + (0x1FBA, "M", "ὰ"), + (0x1FBB, "M", "ά"), + (0x1FBC, "M", "αι"), + (0x1FBD, "3", " ̓"), + (0x1FBE, "M", "ι"), + (0x1FBF, "3", " ̓"), + (0x1FC0, "3", " ͂"), + (0x1FC1, "3", " ̈͂"), + (0x1FC2, "M", "ὴι"), + (0x1FC3, "M", "ηι"), + (0x1FC4, "M", "ήι"), + (0x1FC5, "X"), + (0x1FC6, "V"), + (0x1FC7, "M", "ῆι"), + (0x1FC8, "M", "ὲ"), + (0x1FC9, "M", "έ"), + (0x1FCA, "M", "ὴ"), + (0x1FCB, "M", "ή"), + (0x1FCC, "M", "ηι"), + (0x1FCD, "3", " ̓̀"), + (0x1FCE, "3", " ̓́"), + (0x1FCF, "3", " ̓͂"), + (0x1FD0, "V"), + (0x1FD3, "M", "ΐ"), + (0x1FD4, "X"), + (0x1FD6, "V"), + (0x1FD8, "M", "ῐ"), + (0x1FD9, "M", "ῑ"), + (0x1FDA, "M", "ὶ"), + (0x1FDB, "M", "ί"), + (0x1FDC, "X"), + (0x1FDD, "3", " ̔̀"), + (0x1FDE, "3", " ̔́"), + (0x1FDF, "3", " ̔͂"), + (0x1FE0, "V"), + (0x1FE3, "M", "ΰ"), + (0x1FE4, "V"), + (0x1FE8, "M", "ῠ"), + (0x1FE9, "M", "ῡ"), + (0x1FEA, "M", "ὺ"), + (0x1FEB, "M", "ύ"), + (0x1FEC, "M", "ῥ"), + (0x1FED, "3", " ̈̀"), + (0x1FEE, "3", " ̈́"), + (0x1FEF, "3", "`"), + (0x1FF0, "X"), + (0x1FF2, "M", "ὼι"), + (0x1FF3, "M", "ωι"), + (0x1FF4, "M", "ώι"), + (0x1FF5, "X"), + (0x1FF6, "V"), + ] + + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, "M", "ῶι"), + (0x1FF8, "M", "ὸ"), + (0x1FF9, "M", "ό"), + (0x1FFA, "M", "ὼ"), + (0x1FFB, "M", "ώ"), + (0x1FFC, "M", "ωι"), + (0x1FFD, "3", " ́"), + (0x1FFE, "3", " ̔"), + (0x1FFF, "X"), + (0x2000, "3", " "), + (0x200B, "I"), + (0x200C, "D", ""), + (0x200E, "X"), + (0x2010, "V"), + (0x2011, "M", "‐"), + (0x2012, "V"), + (0x2017, "3", " ̳"), + (0x2018, "V"), + (0x2024, "X"), + (0x2027, "V"), + (0x2028, "X"), + (0x202F, "3", " "), + (0x2030, "V"), + (0x2033, "M", "′′"), + (0x2034, "M", "′′′"), + (0x2035, "V"), + (0x2036, "M", "‵‵"), + (0x2037, "M", "‵‵‵"), + (0x2038, "V"), + (0x203C, "3", "!!"), + (0x203D, "V"), + (0x203E, "3", " ̅"), + (0x203F, "V"), + (0x2047, "3", "??"), + (0x2048, "3", "?!"), + (0x2049, "3", "!?"), + (0x204A, "V"), + (0x2057, "M", "′′′′"), + (0x2058, "V"), + (0x205F, "3", " "), + (0x2060, "I"), + (0x2061, "X"), + (0x2064, "I"), + (0x2065, "X"), + (0x2070, "M", "0"), + (0x2071, "M", "i"), + (0x2072, "X"), + (0x2074, "M", "4"), + (0x2075, "M", "5"), + (0x2076, "M", "6"), + (0x2077, "M", "7"), + (0x2078, "M", "8"), + (0x2079, "M", "9"), + (0x207A, "3", "+"), + (0x207B, "M", "−"), + (0x207C, "3", "="), + (0x207D, "3", "("), + (0x207E, "3", ")"), + (0x207F, "M", "n"), + (0x2080, "M", "0"), + (0x2081, "M", "1"), + (0x2082, "M", "2"), + (0x2083, "M", "3"), + (0x2084, "M", "4"), + (0x2085, "M", "5"), + (0x2086, "M", "6"), + (0x2087, "M", "7"), + (0x2088, "M", "8"), + (0x2089, "M", "9"), + (0x208A, "3", "+"), + (0x208B, "M", "−"), + (0x208C, "3", "="), + (0x208D, "3", "("), + (0x208E, "3", ")"), + (0x208F, "X"), + (0x2090, "M", "a"), + (0x2091, "M", "e"), + (0x2092, "M", "o"), + (0x2093, "M", "x"), + (0x2094, "M", "ə"), + (0x2095, "M", "h"), + (0x2096, "M", "k"), + (0x2097, "M", "l"), + (0x2098, "M", "m"), + (0x2099, "M", "n"), + (0x209A, "M", "p"), + (0x209B, "M", "s"), + (0x209C, "M", "t"), + (0x209D, "X"), + (0x20A0, "V"), + (0x20A8, "M", "rs"), + (0x20A9, "V"), + (0x20C1, "X"), + (0x20D0, "V"), + (0x20F1, "X"), + (0x2100, "3", "a/c"), + (0x2101, "3", "a/s"), + (0x2102, "M", "c"), + (0x2103, "M", "°c"), + (0x2104, "V"), + ] + + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, "3", "c/o"), + (0x2106, "3", "c/u"), + (0x2107, "M", "ɛ"), + (0x2108, "V"), + (0x2109, "M", "°f"), + (0x210A, "M", "g"), + (0x210B, "M", "h"), + (0x210F, "M", "ħ"), + (0x2110, "M", "i"), + (0x2112, "M", "l"), + (0x2114, "V"), + (0x2115, "M", "n"), + (0x2116, "M", "no"), + (0x2117, "V"), + (0x2119, "M", "p"), + (0x211A, "M", "q"), + (0x211B, "M", "r"), + (0x211E, "V"), + (0x2120, "M", "sm"), + (0x2121, "M", "tel"), + (0x2122, "M", "tm"), + (0x2123, "V"), + (0x2124, "M", "z"), + (0x2125, "V"), + (0x2126, "M", "ω"), + (0x2127, "V"), + (0x2128, "M", "z"), + (0x2129, "V"), + (0x212A, "M", "k"), + (0x212B, "M", "å"), + (0x212C, "M", "b"), + (0x212D, "M", "c"), + (0x212E, "V"), + (0x212F, "M", "e"), + (0x2131, "M", "f"), + (0x2132, "X"), + (0x2133, "M", "m"), + (0x2134, "M", "o"), + (0x2135, "M", "א"), + (0x2136, "M", "ב"), + (0x2137, "M", "ג"), + (0x2138, "M", "ד"), + (0x2139, "M", "i"), + (0x213A, "V"), + (0x213B, "M", "fax"), + (0x213C, "M", "π"), + (0x213D, "M", "γ"), + (0x213F, "M", "π"), + (0x2140, "M", "∑"), + (0x2141, "V"), + (0x2145, "M", "d"), + (0x2147, "M", "e"), + (0x2148, "M", "i"), + (0x2149, "M", "j"), + (0x214A, "V"), + (0x2150, "M", "1⁄7"), + (0x2151, "M", "1⁄9"), + (0x2152, "M", "1⁄10"), + (0x2153, "M", "1⁄3"), + (0x2154, "M", "2⁄3"), + (0x2155, "M", "1⁄5"), + (0x2156, "M", "2⁄5"), + (0x2157, "M", "3⁄5"), + (0x2158, "M", "4⁄5"), + (0x2159, "M", "1⁄6"), + (0x215A, "M", "5⁄6"), + (0x215B, "M", "1⁄8"), + (0x215C, "M", "3⁄8"), + (0x215D, "M", "5⁄8"), + (0x215E, "M", "7⁄8"), + (0x215F, "M", "1⁄"), + (0x2160, "M", "i"), + (0x2161, "M", "ii"), + (0x2162, "M", "iii"), + (0x2163, "M", "iv"), + (0x2164, "M", "v"), + (0x2165, "M", "vi"), + (0x2166, "M", "vii"), + (0x2167, "M", "viii"), + (0x2168, "M", "ix"), + (0x2169, "M", "x"), + (0x216A, "M", "xi"), + (0x216B, "M", "xii"), + (0x216C, "M", "l"), + (0x216D, "M", "c"), + (0x216E, "M", "d"), + (0x216F, "M", "m"), + (0x2170, "M", "i"), + (0x2171, "M", "ii"), + (0x2172, "M", "iii"), + (0x2173, "M", "iv"), + (0x2174, "M", "v"), + (0x2175, "M", "vi"), + (0x2176, "M", "vii"), + (0x2177, "M", "viii"), + (0x2178, "M", "ix"), + (0x2179, "M", "x"), + (0x217A, "M", "xi"), + (0x217B, "M", "xii"), + (0x217C, "M", "l"), + ] + + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, "M", "c"), + (0x217E, "M", "d"), + (0x217F, "M", "m"), + (0x2180, "V"), + (0x2183, "X"), + (0x2184, "V"), + (0x2189, "M", "0⁄3"), + (0x218A, "V"), + (0x218C, "X"), + (0x2190, "V"), + (0x222C, "M", "∫∫"), + (0x222D, "M", "∫∫∫"), + (0x222E, "V"), + (0x222F, "M", "∮∮"), + (0x2230, "M", "∮∮∮"), + (0x2231, "V"), + (0x2329, "M", "〈"), + (0x232A, "M", "〉"), + (0x232B, "V"), + (0x2427, "X"), + (0x2440, "V"), + (0x244B, "X"), + (0x2460, "M", "1"), + (0x2461, "M", "2"), + (0x2462, "M", "3"), + (0x2463, "M", "4"), + (0x2464, "M", "5"), + (0x2465, "M", "6"), + (0x2466, "M", "7"), + (0x2467, "M", "8"), + (0x2468, "M", "9"), + (0x2469, "M", "10"), + (0x246A, "M", "11"), + (0x246B, "M", "12"), + (0x246C, "M", "13"), + (0x246D, "M", "14"), + (0x246E, "M", "15"), + (0x246F, "M", "16"), + (0x2470, "M", "17"), + (0x2471, "M", "18"), + (0x2472, "M", "19"), + (0x2473, "M", "20"), + (0x2474, "3", "(1)"), + (0x2475, "3", "(2)"), + (0x2476, "3", "(3)"), + (0x2477, "3", "(4)"), + (0x2478, "3", "(5)"), + (0x2479, "3", "(6)"), + (0x247A, "3", "(7)"), + (0x247B, "3", "(8)"), + (0x247C, "3", "(9)"), + (0x247D, "3", "(10)"), + (0x247E, "3", "(11)"), + (0x247F, "3", "(12)"), + (0x2480, "3", "(13)"), + (0x2481, "3", "(14)"), + (0x2482, "3", "(15)"), + (0x2483, "3", "(16)"), + (0x2484, "3", "(17)"), + (0x2485, "3", "(18)"), + (0x2486, "3", "(19)"), + (0x2487, "3", "(20)"), + (0x2488, "X"), + (0x249C, "3", "(a)"), + (0x249D, "3", "(b)"), + (0x249E, "3", "(c)"), + (0x249F, "3", "(d)"), + (0x24A0, "3", "(e)"), + (0x24A1, "3", "(f)"), + (0x24A2, "3", "(g)"), + (0x24A3, "3", "(h)"), + (0x24A4, "3", "(i)"), + (0x24A5, "3", "(j)"), + (0x24A6, "3", "(k)"), + (0x24A7, "3", "(l)"), + (0x24A8, "3", "(m)"), + (0x24A9, "3", "(n)"), + (0x24AA, "3", "(o)"), + (0x24AB, "3", "(p)"), + (0x24AC, "3", "(q)"), + (0x24AD, "3", "(r)"), + (0x24AE, "3", "(s)"), + (0x24AF, "3", "(t)"), + (0x24B0, "3", "(u)"), + (0x24B1, "3", "(v)"), + (0x24B2, "3", "(w)"), + (0x24B3, "3", "(x)"), + (0x24B4, "3", "(y)"), + (0x24B5, "3", "(z)"), + (0x24B6, "M", "a"), + (0x24B7, "M", "b"), + (0x24B8, "M", "c"), + (0x24B9, "M", "d"), + (0x24BA, "M", "e"), + (0x24BB, "M", "f"), + (0x24BC, "M", "g"), + (0x24BD, "M", "h"), + (0x24BE, "M", "i"), + (0x24BF, "M", "j"), + (0x24C0, "M", "k"), + ] + + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24C1, "M", "l"), + (0x24C2, "M", "m"), + (0x24C3, "M", "n"), + (0x24C4, "M", "o"), + (0x24C5, "M", "p"), + (0x24C6, "M", "q"), + (0x24C7, "M", "r"), + (0x24C8, "M", "s"), + (0x24C9, "M", "t"), + (0x24CA, "M", "u"), + (0x24CB, "M", "v"), + (0x24CC, "M", "w"), + (0x24CD, "M", "x"), + (0x24CE, "M", "y"), + (0x24CF, "M", "z"), + (0x24D0, "M", "a"), + (0x24D1, "M", "b"), + (0x24D2, "M", "c"), + (0x24D3, "M", "d"), + (0x24D4, "M", "e"), + (0x24D5, "M", "f"), + (0x24D6, "M", "g"), + (0x24D7, "M", "h"), + (0x24D8, "M", "i"), + (0x24D9, "M", "j"), + (0x24DA, "M", "k"), + (0x24DB, "M", "l"), + (0x24DC, "M", "m"), + (0x24DD, "M", "n"), + (0x24DE, "M", "o"), + (0x24DF, "M", "p"), + (0x24E0, "M", "q"), + (0x24E1, "M", "r"), + (0x24E2, "M", "s"), + (0x24E3, "M", "t"), + (0x24E4, "M", "u"), + (0x24E5, "M", "v"), + (0x24E6, "M", "w"), + (0x24E7, "M", "x"), + (0x24E8, "M", "y"), + (0x24E9, "M", "z"), + (0x24EA, "M", "0"), + (0x24EB, "V"), + (0x2A0C, "M", "∫∫∫∫"), + (0x2A0D, "V"), + (0x2A74, "3", "::="), + (0x2A75, "3", "=="), + (0x2A76, "3", "==="), + (0x2A77, "V"), + (0x2ADC, "M", "⫝̸"), + (0x2ADD, "V"), + (0x2B74, "X"), + (0x2B76, "V"), + (0x2B96, "X"), + (0x2B97, "V"), + (0x2C00, "M", "ⰰ"), + (0x2C01, "M", "ⰱ"), + (0x2C02, "M", "ⰲ"), + (0x2C03, "M", "ⰳ"), + (0x2C04, "M", "ⰴ"), + (0x2C05, "M", "ⰵ"), + (0x2C06, "M", "ⰶ"), + (0x2C07, "M", "ⰷ"), + (0x2C08, "M", "ⰸ"), + (0x2C09, "M", "ⰹ"), + (0x2C0A, "M", "ⰺ"), + (0x2C0B, "M", "ⰻ"), + (0x2C0C, "M", "ⰼ"), + (0x2C0D, "M", "ⰽ"), + (0x2C0E, "M", "ⰾ"), + (0x2C0F, "M", "ⰿ"), + (0x2C10, "M", "ⱀ"), + (0x2C11, "M", "ⱁ"), + (0x2C12, "M", "ⱂ"), + (0x2C13, "M", "ⱃ"), + (0x2C14, "M", "ⱄ"), + (0x2C15, "M", "ⱅ"), + (0x2C16, "M", "ⱆ"), + (0x2C17, "M", "ⱇ"), + (0x2C18, "M", "ⱈ"), + (0x2C19, "M", "ⱉ"), + (0x2C1A, "M", "ⱊ"), + (0x2C1B, "M", "ⱋ"), + (0x2C1C, "M", "ⱌ"), + (0x2C1D, "M", "ⱍ"), + (0x2C1E, "M", "ⱎ"), + (0x2C1F, "M", "ⱏ"), + (0x2C20, "M", "ⱐ"), + (0x2C21, "M", "ⱑ"), + (0x2C22, "M", "ⱒ"), + (0x2C23, "M", "ⱓ"), + (0x2C24, "M", "ⱔ"), + (0x2C25, "M", "ⱕ"), + (0x2C26, "M", "ⱖ"), + (0x2C27, "M", "ⱗ"), + (0x2C28, "M", "ⱘ"), + (0x2C29, "M", "ⱙ"), + (0x2C2A, "M", "ⱚ"), + (0x2C2B, "M", "ⱛ"), + (0x2C2C, "M", "ⱜ"), + ] + + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C2D, "M", "ⱝ"), + (0x2C2E, "M", "ⱞ"), + (0x2C2F, "M", "ⱟ"), + (0x2C30, "V"), + (0x2C60, "M", "ⱡ"), + (0x2C61, "V"), + (0x2C62, "M", "ɫ"), + (0x2C63, "M", "ᵽ"), + (0x2C64, "M", "ɽ"), + (0x2C65, "V"), + (0x2C67, "M", "ⱨ"), + (0x2C68, "V"), + (0x2C69, "M", "ⱪ"), + (0x2C6A, "V"), + (0x2C6B, "M", "ⱬ"), + (0x2C6C, "V"), + (0x2C6D, "M", "ɑ"), + (0x2C6E, "M", "ɱ"), + (0x2C6F, "M", "ɐ"), + (0x2C70, "M", "ɒ"), + (0x2C71, "V"), + (0x2C72, "M", "ⱳ"), + (0x2C73, "V"), + (0x2C75, "M", "ⱶ"), + (0x2C76, "V"), + (0x2C7C, "M", "j"), + (0x2C7D, "M", "v"), + (0x2C7E, "M", "ȿ"), + (0x2C7F, "M", "ɀ"), + (0x2C80, "M", "ⲁ"), + (0x2C81, "V"), + (0x2C82, "M", "ⲃ"), + (0x2C83, "V"), + (0x2C84, "M", "ⲅ"), + (0x2C85, "V"), + (0x2C86, "M", "ⲇ"), + (0x2C87, "V"), + (0x2C88, "M", "ⲉ"), + (0x2C89, "V"), + (0x2C8A, "M", "ⲋ"), + (0x2C8B, "V"), + (0x2C8C, "M", "ⲍ"), + (0x2C8D, "V"), + (0x2C8E, "M", "ⲏ"), + (0x2C8F, "V"), + (0x2C90, "M", "ⲑ"), + (0x2C91, "V"), + (0x2C92, "M", "ⲓ"), + (0x2C93, "V"), + (0x2C94, "M", "ⲕ"), + (0x2C95, "V"), + (0x2C96, "M", "ⲗ"), + (0x2C97, "V"), + (0x2C98, "M", "ⲙ"), + (0x2C99, "V"), + (0x2C9A, "M", "ⲛ"), + (0x2C9B, "V"), + (0x2C9C, "M", "ⲝ"), + (0x2C9D, "V"), + (0x2C9E, "M", "ⲟ"), + (0x2C9F, "V"), + (0x2CA0, "M", "ⲡ"), + (0x2CA1, "V"), + (0x2CA2, "M", "ⲣ"), + (0x2CA3, "V"), + (0x2CA4, "M", "ⲥ"), + (0x2CA5, "V"), + (0x2CA6, "M", "ⲧ"), + (0x2CA7, "V"), + (0x2CA8, "M", "ⲩ"), + (0x2CA9, "V"), + (0x2CAA, "M", "ⲫ"), + (0x2CAB, "V"), + (0x2CAC, "M", "ⲭ"), + (0x2CAD, "V"), + (0x2CAE, "M", "ⲯ"), + (0x2CAF, "V"), + (0x2CB0, "M", "ⲱ"), + (0x2CB1, "V"), + (0x2CB2, "M", "ⲳ"), + (0x2CB3, "V"), + (0x2CB4, "M", "ⲵ"), + (0x2CB5, "V"), + (0x2CB6, "M", "ⲷ"), + (0x2CB7, "V"), + (0x2CB8, "M", "ⲹ"), + (0x2CB9, "V"), + (0x2CBA, "M", "ⲻ"), + (0x2CBB, "V"), + (0x2CBC, "M", "ⲽ"), + (0x2CBD, "V"), + (0x2CBE, "M", "ⲿ"), + (0x2CBF, "V"), + (0x2CC0, "M", "ⳁ"), + (0x2CC1, "V"), + (0x2CC2, "M", "ⳃ"), + (0x2CC3, "V"), + (0x2CC4, "M", "ⳅ"), + (0x2CC5, "V"), + (0x2CC6, "M", "ⳇ"), + ] + + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC7, "V"), + (0x2CC8, "M", "ⳉ"), + (0x2CC9, "V"), + (0x2CCA, "M", "ⳋ"), + (0x2CCB, "V"), + (0x2CCC, "M", "ⳍ"), + (0x2CCD, "V"), + (0x2CCE, "M", "ⳏ"), + (0x2CCF, "V"), + (0x2CD0, "M", "ⳑ"), + (0x2CD1, "V"), + (0x2CD2, "M", "ⳓ"), + (0x2CD3, "V"), + (0x2CD4, "M", "ⳕ"), + (0x2CD5, "V"), + (0x2CD6, "M", "ⳗ"), + (0x2CD7, "V"), + (0x2CD8, "M", "ⳙ"), + (0x2CD9, "V"), + (0x2CDA, "M", "ⳛ"), + (0x2CDB, "V"), + (0x2CDC, "M", "ⳝ"), + (0x2CDD, "V"), + (0x2CDE, "M", "ⳟ"), + (0x2CDF, "V"), + (0x2CE0, "M", "ⳡ"), + (0x2CE1, "V"), + (0x2CE2, "M", "ⳣ"), + (0x2CE3, "V"), + (0x2CEB, "M", "ⳬ"), + (0x2CEC, "V"), + (0x2CED, "M", "ⳮ"), + (0x2CEE, "V"), + (0x2CF2, "M", "ⳳ"), + (0x2CF3, "V"), + (0x2CF4, "X"), + (0x2CF9, "V"), + (0x2D26, "X"), + (0x2D27, "V"), + (0x2D28, "X"), + (0x2D2D, "V"), + (0x2D2E, "X"), + (0x2D30, "V"), + (0x2D68, "X"), + (0x2D6F, "M", "ⵡ"), + (0x2D70, "V"), + (0x2D71, "X"), + (0x2D7F, "V"), + (0x2D97, "X"), + (0x2DA0, "V"), + (0x2DA7, "X"), + (0x2DA8, "V"), + (0x2DAF, "X"), + (0x2DB0, "V"), + (0x2DB7, "X"), + (0x2DB8, "V"), + (0x2DBF, "X"), + (0x2DC0, "V"), + (0x2DC7, "X"), + (0x2DC8, "V"), + (0x2DCF, "X"), + (0x2DD0, "V"), + (0x2DD7, "X"), + (0x2DD8, "V"), + (0x2DDF, "X"), + (0x2DE0, "V"), + (0x2E5E, "X"), + (0x2E80, "V"), + (0x2E9A, "X"), + (0x2E9B, "V"), + (0x2E9F, "M", "母"), + (0x2EA0, "V"), + (0x2EF3, "M", "龟"), + (0x2EF4, "X"), + (0x2F00, "M", "一"), + (0x2F01, "M", "丨"), + (0x2F02, "M", "丶"), + (0x2F03, "M", "丿"), + (0x2F04, "M", "乙"), + (0x2F05, "M", "亅"), + (0x2F06, "M", "二"), + (0x2F07, "M", "亠"), + (0x2F08, "M", "人"), + (0x2F09, "M", "儿"), + (0x2F0A, "M", "入"), + (0x2F0B, "M", "八"), + (0x2F0C, "M", "冂"), + (0x2F0D, "M", "冖"), + (0x2F0E, "M", "冫"), + (0x2F0F, "M", "几"), + (0x2F10, "M", "凵"), + (0x2F11, "M", "刀"), + (0x2F12, "M", "力"), + (0x2F13, "M", "勹"), + (0x2F14, "M", "匕"), + (0x2F15, "M", "匚"), + (0x2F16, "M", "匸"), + (0x2F17, "M", "十"), + (0x2F18, "M", "卜"), + (0x2F19, "M", "卩"), + ] + + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F1A, "M", "厂"), + (0x2F1B, "M", "厶"), + (0x2F1C, "M", "又"), + (0x2F1D, "M", "口"), + (0x2F1E, "M", "囗"), + (0x2F1F, "M", "土"), + (0x2F20, "M", "士"), + (0x2F21, "M", "夂"), + (0x2F22, "M", "夊"), + (0x2F23, "M", "夕"), + (0x2F24, "M", "大"), + (0x2F25, "M", "女"), + (0x2F26, "M", "子"), + (0x2F27, "M", "宀"), + (0x2F28, "M", "寸"), + (0x2F29, "M", "小"), + (0x2F2A, "M", "尢"), + (0x2F2B, "M", "尸"), + (0x2F2C, "M", "屮"), + (0x2F2D, "M", "山"), + (0x2F2E, "M", "巛"), + (0x2F2F, "M", "工"), + (0x2F30, "M", "己"), + (0x2F31, "M", "巾"), + (0x2F32, "M", "干"), + (0x2F33, "M", "幺"), + (0x2F34, "M", "广"), + (0x2F35, "M", "廴"), + (0x2F36, "M", "廾"), + (0x2F37, "M", "弋"), + (0x2F38, "M", "弓"), + (0x2F39, "M", "彐"), + (0x2F3A, "M", "彡"), + (0x2F3B, "M", "彳"), + (0x2F3C, "M", "心"), + (0x2F3D, "M", "戈"), + (0x2F3E, "M", "戶"), + (0x2F3F, "M", "手"), + (0x2F40, "M", "支"), + (0x2F41, "M", "攴"), + (0x2F42, "M", "文"), + (0x2F43, "M", "斗"), + (0x2F44, "M", "斤"), + (0x2F45, "M", "方"), + (0x2F46, "M", "无"), + (0x2F47, "M", "日"), + (0x2F48, "M", "曰"), + (0x2F49, "M", "月"), + (0x2F4A, "M", "木"), + (0x2F4B, "M", "欠"), + (0x2F4C, "M", "止"), + (0x2F4D, "M", "歹"), + (0x2F4E, "M", "殳"), + (0x2F4F, "M", "毋"), + (0x2F50, "M", "比"), + (0x2F51, "M", "毛"), + (0x2F52, "M", "氏"), + (0x2F53, "M", "气"), + (0x2F54, "M", "水"), + (0x2F55, "M", "火"), + (0x2F56, "M", "爪"), + (0x2F57, "M", "父"), + (0x2F58, "M", "爻"), + (0x2F59, "M", "爿"), + (0x2F5A, "M", "片"), + (0x2F5B, "M", "牙"), + (0x2F5C, "M", "牛"), + (0x2F5D, "M", "犬"), + (0x2F5E, "M", "玄"), + (0x2F5F, "M", "玉"), + (0x2F60, "M", "瓜"), + (0x2F61, "M", "瓦"), + (0x2F62, "M", "甘"), + (0x2F63, "M", "生"), + (0x2F64, "M", "用"), + (0x2F65, "M", "田"), + (0x2F66, "M", "疋"), + (0x2F67, "M", "疒"), + (0x2F68, "M", "癶"), + (0x2F69, "M", "白"), + (0x2F6A, "M", "皮"), + (0x2F6B, "M", "皿"), + (0x2F6C, "M", "目"), + (0x2F6D, "M", "矛"), + (0x2F6E, "M", "矢"), + (0x2F6F, "M", "石"), + (0x2F70, "M", "示"), + (0x2F71, "M", "禸"), + (0x2F72, "M", "禾"), + (0x2F73, "M", "穴"), + (0x2F74, "M", "立"), + (0x2F75, "M", "竹"), + (0x2F76, "M", "米"), + (0x2F77, "M", "糸"), + (0x2F78, "M", "缶"), + (0x2F79, "M", "网"), + (0x2F7A, "M", "羊"), + (0x2F7B, "M", "羽"), + (0x2F7C, "M", "老"), + (0x2F7D, "M", "而"), + ] + + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7E, "M", "耒"), + (0x2F7F, "M", "耳"), + (0x2F80, "M", "聿"), + (0x2F81, "M", "肉"), + (0x2F82, "M", "臣"), + (0x2F83, "M", "自"), + (0x2F84, "M", "至"), + (0x2F85, "M", "臼"), + (0x2F86, "M", "舌"), + (0x2F87, "M", "舛"), + (0x2F88, "M", "舟"), + (0x2F89, "M", "艮"), + (0x2F8A, "M", "色"), + (0x2F8B, "M", "艸"), + (0x2F8C, "M", "虍"), + (0x2F8D, "M", "虫"), + (0x2F8E, "M", "血"), + (0x2F8F, "M", "行"), + (0x2F90, "M", "衣"), + (0x2F91, "M", "襾"), + (0x2F92, "M", "見"), + (0x2F93, "M", "角"), + (0x2F94, "M", "言"), + (0x2F95, "M", "谷"), + (0x2F96, "M", "豆"), + (0x2F97, "M", "豕"), + (0x2F98, "M", "豸"), + (0x2F99, "M", "貝"), + (0x2F9A, "M", "赤"), + (0x2F9B, "M", "走"), + (0x2F9C, "M", "足"), + (0x2F9D, "M", "身"), + (0x2F9E, "M", "車"), + (0x2F9F, "M", "辛"), + (0x2FA0, "M", "辰"), + (0x2FA1, "M", "辵"), + (0x2FA2, "M", "邑"), + (0x2FA3, "M", "酉"), + (0x2FA4, "M", "釆"), + (0x2FA5, "M", "里"), + (0x2FA6, "M", "金"), + (0x2FA7, "M", "長"), + (0x2FA8, "M", "門"), + (0x2FA9, "M", "阜"), + (0x2FAA, "M", "隶"), + (0x2FAB, "M", "隹"), + (0x2FAC, "M", "雨"), + (0x2FAD, "M", "靑"), + (0x2FAE, "M", "非"), + (0x2FAF, "M", "面"), + (0x2FB0, "M", "革"), + (0x2FB1, "M", "韋"), + (0x2FB2, "M", "韭"), + (0x2FB3, "M", "音"), + (0x2FB4, "M", "頁"), + (0x2FB5, "M", "風"), + (0x2FB6, "M", "飛"), + (0x2FB7, "M", "食"), + (0x2FB8, "M", "首"), + (0x2FB9, "M", "香"), + (0x2FBA, "M", "馬"), + (0x2FBB, "M", "骨"), + (0x2FBC, "M", "高"), + (0x2FBD, "M", "髟"), + (0x2FBE, "M", "鬥"), + (0x2FBF, "M", "鬯"), + (0x2FC0, "M", "鬲"), + (0x2FC1, "M", "鬼"), + (0x2FC2, "M", "魚"), + (0x2FC3, "M", "鳥"), + (0x2FC4, "M", "鹵"), + (0x2FC5, "M", "鹿"), + (0x2FC6, "M", "麥"), + (0x2FC7, "M", "麻"), + (0x2FC8, "M", "黃"), + (0x2FC9, "M", "黍"), + (0x2FCA, "M", "黑"), + (0x2FCB, "M", "黹"), + (0x2FCC, "M", "黽"), + (0x2FCD, "M", "鼎"), + (0x2FCE, "M", "鼓"), + (0x2FCF, "M", "鼠"), + (0x2FD0, "M", "鼻"), + (0x2FD1, "M", "齊"), + (0x2FD2, "M", "齒"), + (0x2FD3, "M", "龍"), + (0x2FD4, "M", "龜"), + (0x2FD5, "M", "龠"), + (0x2FD6, "X"), + (0x3000, "3", " "), + (0x3001, "V"), + (0x3002, "M", "."), + (0x3003, "V"), + (0x3036, "M", "〒"), + (0x3037, "V"), + (0x3038, "M", "十"), + (0x3039, "M", "卄"), + (0x303A, "M", "卅"), + (0x303B, "V"), + (0x3040, "X"), + ] + + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3041, "V"), + (0x3097, "X"), + (0x3099, "V"), + (0x309B, "3", " ゙"), + (0x309C, "3", " ゚"), + (0x309D, "V"), + (0x309F, "M", "より"), + (0x30A0, "V"), + (0x30FF, "M", "コト"), + (0x3100, "X"), + (0x3105, "V"), + (0x3130, "X"), + (0x3131, "M", "ᄀ"), + (0x3132, "M", "ᄁ"), + (0x3133, "M", "ᆪ"), + (0x3134, "M", "ᄂ"), + (0x3135, "M", "ᆬ"), + (0x3136, "M", "ᆭ"), + (0x3137, "M", "ᄃ"), + (0x3138, "M", "ᄄ"), + (0x3139, "M", "ᄅ"), + (0x313A, "M", "ᆰ"), + (0x313B, "M", "ᆱ"), + (0x313C, "M", "ᆲ"), + (0x313D, "M", "ᆳ"), + (0x313E, "M", "ᆴ"), + (0x313F, "M", "ᆵ"), + (0x3140, "M", "ᄚ"), + (0x3141, "M", "ᄆ"), + (0x3142, "M", "ᄇ"), + (0x3143, "M", "ᄈ"), + (0x3144, "M", "ᄡ"), + (0x3145, "M", "ᄉ"), + (0x3146, "M", "ᄊ"), + (0x3147, "M", "ᄋ"), + (0x3148, "M", "ᄌ"), + (0x3149, "M", "ᄍ"), + (0x314A, "M", "ᄎ"), + (0x314B, "M", "ᄏ"), + (0x314C, "M", "ᄐ"), + (0x314D, "M", "ᄑ"), + (0x314E, "M", "ᄒ"), + (0x314F, "M", "ᅡ"), + (0x3150, "M", "ᅢ"), + (0x3151, "M", "ᅣ"), + (0x3152, "M", "ᅤ"), + (0x3153, "M", "ᅥ"), + (0x3154, "M", "ᅦ"), + (0x3155, "M", "ᅧ"), + (0x3156, "M", "ᅨ"), + (0x3157, "M", "ᅩ"), + (0x3158, "M", "ᅪ"), + (0x3159, "M", "ᅫ"), + (0x315A, "M", "ᅬ"), + (0x315B, "M", "ᅭ"), + (0x315C, "M", "ᅮ"), + (0x315D, "M", "ᅯ"), + (0x315E, "M", "ᅰ"), + (0x315F, "M", "ᅱ"), + (0x3160, "M", "ᅲ"), + (0x3161, "M", "ᅳ"), + (0x3162, "M", "ᅴ"), + (0x3163, "M", "ᅵ"), + (0x3164, "X"), + (0x3165, "M", "ᄔ"), + (0x3166, "M", "ᄕ"), + (0x3167, "M", "ᇇ"), + (0x3168, "M", "ᇈ"), + (0x3169, "M", "ᇌ"), + (0x316A, "M", "ᇎ"), + (0x316B, "M", "ᇓ"), + (0x316C, "M", "ᇗ"), + (0x316D, "M", "ᇙ"), + (0x316E, "M", "ᄜ"), + (0x316F, "M", "ᇝ"), + (0x3170, "M", "ᇟ"), + (0x3171, "M", "ᄝ"), + (0x3172, "M", "ᄞ"), + (0x3173, "M", "ᄠ"), + (0x3174, "M", "ᄢ"), + (0x3175, "M", "ᄣ"), + (0x3176, "M", "ᄧ"), + (0x3177, "M", "ᄩ"), + (0x3178, "M", "ᄫ"), + (0x3179, "M", "ᄬ"), + (0x317A, "M", "ᄭ"), + (0x317B, "M", "ᄮ"), + (0x317C, "M", "ᄯ"), + (0x317D, "M", "ᄲ"), + (0x317E, "M", "ᄶ"), + (0x317F, "M", "ᅀ"), + (0x3180, "M", "ᅇ"), + (0x3181, "M", "ᅌ"), + (0x3182, "M", "ᇱ"), + (0x3183, "M", "ᇲ"), + (0x3184, "M", "ᅗ"), + (0x3185, "M", "ᅘ"), + (0x3186, "M", "ᅙ"), + (0x3187, "M", "ᆄ"), + (0x3188, "M", "ᆅ"), + ] + + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3189, "M", "ᆈ"), + (0x318A, "M", "ᆑ"), + (0x318B, "M", "ᆒ"), + (0x318C, "M", "ᆔ"), + (0x318D, "M", "ᆞ"), + (0x318E, "M", "ᆡ"), + (0x318F, "X"), + (0x3190, "V"), + (0x3192, "M", "一"), + (0x3193, "M", "二"), + (0x3194, "M", "三"), + (0x3195, "M", "四"), + (0x3196, "M", "上"), + (0x3197, "M", "中"), + (0x3198, "M", "下"), + (0x3199, "M", "甲"), + (0x319A, "M", "乙"), + (0x319B, "M", "丙"), + (0x319C, "M", "丁"), + (0x319D, "M", "天"), + (0x319E, "M", "地"), + (0x319F, "M", "人"), + (0x31A0, "V"), + (0x31E4, "X"), + (0x31F0, "V"), + (0x3200, "3", "(ᄀ)"), + (0x3201, "3", "(ᄂ)"), + (0x3202, "3", "(ᄃ)"), + (0x3203, "3", "(ᄅ)"), + (0x3204, "3", "(ᄆ)"), + (0x3205, "3", "(ᄇ)"), + (0x3206, "3", "(ᄉ)"), + (0x3207, "3", "(ᄋ)"), + (0x3208, "3", "(ᄌ)"), + (0x3209, "3", "(ᄎ)"), + (0x320A, "3", "(ᄏ)"), + (0x320B, "3", "(ᄐ)"), + (0x320C, "3", "(ᄑ)"), + (0x320D, "3", "(ᄒ)"), + (0x320E, "3", "(가)"), + (0x320F, "3", "(나)"), + (0x3210, "3", "(다)"), + (0x3211, "3", "(라)"), + (0x3212, "3", "(마)"), + (0x3213, "3", "(바)"), + (0x3214, "3", "(사)"), + (0x3215, "3", "(아)"), + (0x3216, "3", "(자)"), + (0x3217, "3", "(차)"), + (0x3218, "3", "(카)"), + (0x3219, "3", "(타)"), + (0x321A, "3", "(파)"), + (0x321B, "3", "(하)"), + (0x321C, "3", "(주)"), + (0x321D, "3", "(오전)"), + (0x321E, "3", "(오후)"), + (0x321F, "X"), + (0x3220, "3", "(一)"), + (0x3221, "3", "(二)"), + (0x3222, "3", "(三)"), + (0x3223, "3", "(四)"), + (0x3224, "3", "(五)"), + (0x3225, "3", "(六)"), + (0x3226, "3", "(七)"), + (0x3227, "3", "(八)"), + (0x3228, "3", "(九)"), + (0x3229, "3", "(十)"), + (0x322A, "3", "(月)"), + (0x322B, "3", "(火)"), + (0x322C, "3", "(水)"), + (0x322D, "3", "(木)"), + (0x322E, "3", "(金)"), + (0x322F, "3", "(土)"), + (0x3230, "3", "(日)"), + (0x3231, "3", "(株)"), + (0x3232, "3", "(有)"), + (0x3233, "3", "(社)"), + (0x3234, "3", "(名)"), + (0x3235, "3", "(特)"), + (0x3236, "3", "(財)"), + (0x3237, "3", "(祝)"), + (0x3238, "3", "(労)"), + (0x3239, "3", "(代)"), + (0x323A, "3", "(呼)"), + (0x323B, "3", "(学)"), + (0x323C, "3", "(監)"), + (0x323D, "3", "(企)"), + (0x323E, "3", "(資)"), + (0x323F, "3", "(協)"), + (0x3240, "3", "(祭)"), + (0x3241, "3", "(休)"), + (0x3242, "3", "(自)"), + (0x3243, "3", "(至)"), + (0x3244, "M", "問"), + (0x3245, "M", "幼"), + (0x3246, "M", "文"), + (0x3247, "M", "箏"), + (0x3248, "V"), + (0x3250, "M", "pte"), + (0x3251, "M", "21"), + ] + + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3252, "M", "22"), + (0x3253, "M", "23"), + (0x3254, "M", "24"), + (0x3255, "M", "25"), + (0x3256, "M", "26"), + (0x3257, "M", "27"), + (0x3258, "M", "28"), + (0x3259, "M", "29"), + (0x325A, "M", "30"), + (0x325B, "M", "31"), + (0x325C, "M", "32"), + (0x325D, "M", "33"), + (0x325E, "M", "34"), + (0x325F, "M", "35"), + (0x3260, "M", "ᄀ"), + (0x3261, "M", "ᄂ"), + (0x3262, "M", "ᄃ"), + (0x3263, "M", "ᄅ"), + (0x3264, "M", "ᄆ"), + (0x3265, "M", "ᄇ"), + (0x3266, "M", "ᄉ"), + (0x3267, "M", "ᄋ"), + (0x3268, "M", "ᄌ"), + (0x3269, "M", "ᄎ"), + (0x326A, "M", "ᄏ"), + (0x326B, "M", "ᄐ"), + (0x326C, "M", "ᄑ"), + (0x326D, "M", "ᄒ"), + (0x326E, "M", "가"), + (0x326F, "M", "나"), + (0x3270, "M", "다"), + (0x3271, "M", "라"), + (0x3272, "M", "마"), + (0x3273, "M", "바"), + (0x3274, "M", "사"), + (0x3275, "M", "아"), + (0x3276, "M", "자"), + (0x3277, "M", "차"), + (0x3278, "M", "카"), + (0x3279, "M", "타"), + (0x327A, "M", "파"), + (0x327B, "M", "하"), + (0x327C, "M", "참고"), + (0x327D, "M", "주의"), + (0x327E, "M", "우"), + (0x327F, "V"), + (0x3280, "M", "一"), + (0x3281, "M", "二"), + (0x3282, "M", "三"), + (0x3283, "M", "四"), + (0x3284, "M", "五"), + (0x3285, "M", "六"), + (0x3286, "M", "七"), + (0x3287, "M", "八"), + (0x3288, "M", "九"), + (0x3289, "M", "十"), + (0x328A, "M", "月"), + (0x328B, "M", "火"), + (0x328C, "M", "水"), + (0x328D, "M", "木"), + (0x328E, "M", "金"), + (0x328F, "M", "土"), + (0x3290, "M", "日"), + (0x3291, "M", "株"), + (0x3292, "M", "有"), + (0x3293, "M", "社"), + (0x3294, "M", "名"), + (0x3295, "M", "特"), + (0x3296, "M", "財"), + (0x3297, "M", "祝"), + (0x3298, "M", "労"), + (0x3299, "M", "秘"), + (0x329A, "M", "男"), + (0x329B, "M", "女"), + (0x329C, "M", "適"), + (0x329D, "M", "優"), + (0x329E, "M", "印"), + (0x329F, "M", "注"), + (0x32A0, "M", "項"), + (0x32A1, "M", "休"), + (0x32A2, "M", "写"), + (0x32A3, "M", "正"), + (0x32A4, "M", "上"), + (0x32A5, "M", "中"), + (0x32A6, "M", "下"), + (0x32A7, "M", "左"), + (0x32A8, "M", "右"), + (0x32A9, "M", "医"), + (0x32AA, "M", "宗"), + (0x32AB, "M", "学"), + (0x32AC, "M", "監"), + (0x32AD, "M", "企"), + (0x32AE, "M", "資"), + (0x32AF, "M", "協"), + (0x32B0, "M", "夜"), + (0x32B1, "M", "36"), + (0x32B2, "M", "37"), + (0x32B3, "M", "38"), + (0x32B4, "M", "39"), + (0x32B5, "M", "40"), + ] + + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B6, "M", "41"), + (0x32B7, "M", "42"), + (0x32B8, "M", "43"), + (0x32B9, "M", "44"), + (0x32BA, "M", "45"), + (0x32BB, "M", "46"), + (0x32BC, "M", "47"), + (0x32BD, "M", "48"), + (0x32BE, "M", "49"), + (0x32BF, "M", "50"), + (0x32C0, "M", "1月"), + (0x32C1, "M", "2月"), + (0x32C2, "M", "3月"), + (0x32C3, "M", "4月"), + (0x32C4, "M", "5月"), + (0x32C5, "M", "6月"), + (0x32C6, "M", "7月"), + (0x32C7, "M", "8月"), + (0x32C8, "M", "9月"), + (0x32C9, "M", "10月"), + (0x32CA, "M", "11月"), + (0x32CB, "M", "12月"), + (0x32CC, "M", "hg"), + (0x32CD, "M", "erg"), + (0x32CE, "M", "ev"), + (0x32CF, "M", "ltd"), + (0x32D0, "M", "ア"), + (0x32D1, "M", "イ"), + (0x32D2, "M", "ウ"), + (0x32D3, "M", "エ"), + (0x32D4, "M", "オ"), + (0x32D5, "M", "カ"), + (0x32D6, "M", "キ"), + (0x32D7, "M", "ク"), + (0x32D8, "M", "ケ"), + (0x32D9, "M", "コ"), + (0x32DA, "M", "サ"), + (0x32DB, "M", "シ"), + (0x32DC, "M", "ス"), + (0x32DD, "M", "セ"), + (0x32DE, "M", "ソ"), + (0x32DF, "M", "タ"), + (0x32E0, "M", "チ"), + (0x32E1, "M", "ツ"), + (0x32E2, "M", "テ"), + (0x32E3, "M", "ト"), + (0x32E4, "M", "ナ"), + (0x32E5, "M", "ニ"), + (0x32E6, "M", "ヌ"), + (0x32E7, "M", "ネ"), + (0x32E8, "M", "ノ"), + (0x32E9, "M", "ハ"), + (0x32EA, "M", "ヒ"), + (0x32EB, "M", "フ"), + (0x32EC, "M", "ヘ"), + (0x32ED, "M", "ホ"), + (0x32EE, "M", "マ"), + (0x32EF, "M", "ミ"), + (0x32F0, "M", "ム"), + (0x32F1, "M", "メ"), + (0x32F2, "M", "モ"), + (0x32F3, "M", "ヤ"), + (0x32F4, "M", "ユ"), + (0x32F5, "M", "ヨ"), + (0x32F6, "M", "ラ"), + (0x32F7, "M", "リ"), + (0x32F8, "M", "ル"), + (0x32F9, "M", "レ"), + (0x32FA, "M", "ロ"), + (0x32FB, "M", "ワ"), + (0x32FC, "M", "ヰ"), + (0x32FD, "M", "ヱ"), + (0x32FE, "M", "ヲ"), + (0x32FF, "M", "令和"), + (0x3300, "M", "アパート"), + (0x3301, "M", "アルファ"), + (0x3302, "M", "アンペア"), + (0x3303, "M", "アール"), + (0x3304, "M", "イニング"), + (0x3305, "M", "インチ"), + (0x3306, "M", "ウォン"), + (0x3307, "M", "エスクード"), + (0x3308, "M", "エーカー"), + (0x3309, "M", "オンス"), + (0x330A, "M", "オーム"), + (0x330B, "M", "カイリ"), + (0x330C, "M", "カラット"), + (0x330D, "M", "カロリー"), + (0x330E, "M", "ガロン"), + (0x330F, "M", "ガンマ"), + (0x3310, "M", "ギガ"), + (0x3311, "M", "ギニー"), + (0x3312, "M", "キュリー"), + (0x3313, "M", "ギルダー"), + (0x3314, "M", "キロ"), + (0x3315, "M", "キログラム"), + (0x3316, "M", "キロメートル"), + (0x3317, "M", "キロワット"), + (0x3318, "M", "グラム"), + (0x3319, "M", "グラムトン"), + ] + + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x331A, "M", "クルゼイロ"), + (0x331B, "M", "クローネ"), + (0x331C, "M", "ケース"), + (0x331D, "M", "コルナ"), + (0x331E, "M", "コーポ"), + (0x331F, "M", "サイクル"), + (0x3320, "M", "サンチーム"), + (0x3321, "M", "シリング"), + (0x3322, "M", "センチ"), + (0x3323, "M", "セント"), + (0x3324, "M", "ダース"), + (0x3325, "M", "デシ"), + (0x3326, "M", "ドル"), + (0x3327, "M", "トン"), + (0x3328, "M", "ナノ"), + (0x3329, "M", "ノット"), + (0x332A, "M", "ハイツ"), + (0x332B, "M", "パーセント"), + (0x332C, "M", "パーツ"), + (0x332D, "M", "バーレル"), + (0x332E, "M", "ピアストル"), + (0x332F, "M", "ピクル"), + (0x3330, "M", "ピコ"), + (0x3331, "M", "ビル"), + (0x3332, "M", "ファラッド"), + (0x3333, "M", "フィート"), + (0x3334, "M", "ブッシェル"), + (0x3335, "M", "フラン"), + (0x3336, "M", "ヘクタール"), + (0x3337, "M", "ペソ"), + (0x3338, "M", "ペニヒ"), + (0x3339, "M", "ヘルツ"), + (0x333A, "M", "ペンス"), + (0x333B, "M", "ページ"), + (0x333C, "M", "ベータ"), + (0x333D, "M", "ポイント"), + (0x333E, "M", "ボルト"), + (0x333F, "M", "ホン"), + (0x3340, "M", "ポンド"), + (0x3341, "M", "ホール"), + (0x3342, "M", "ホーン"), + (0x3343, "M", "マイクロ"), + (0x3344, "M", "マイル"), + (0x3345, "M", "マッハ"), + (0x3346, "M", "マルク"), + (0x3347, "M", "マンション"), + (0x3348, "M", "ミクロン"), + (0x3349, "M", "ミリ"), + (0x334A, "M", "ミリバール"), + (0x334B, "M", "メガ"), + (0x334C, "M", "メガトン"), + (0x334D, "M", "メートル"), + (0x334E, "M", "ヤード"), + (0x334F, "M", "ヤール"), + (0x3350, "M", "ユアン"), + (0x3351, "M", "リットル"), + (0x3352, "M", "リラ"), + (0x3353, "M", "ルピー"), + (0x3354, "M", "ルーブル"), + (0x3355, "M", "レム"), + (0x3356, "M", "レントゲン"), + (0x3357, "M", "ワット"), + (0x3358, "M", "0点"), + (0x3359, "M", "1点"), + (0x335A, "M", "2点"), + (0x335B, "M", "3点"), + (0x335C, "M", "4点"), + (0x335D, "M", "5点"), + (0x335E, "M", "6点"), + (0x335F, "M", "7点"), + (0x3360, "M", "8点"), + (0x3361, "M", "9点"), + (0x3362, "M", "10点"), + (0x3363, "M", "11点"), + (0x3364, "M", "12点"), + (0x3365, "M", "13点"), + (0x3366, "M", "14点"), + (0x3367, "M", "15点"), + (0x3368, "M", "16点"), + (0x3369, "M", "17点"), + (0x336A, "M", "18点"), + (0x336B, "M", "19点"), + (0x336C, "M", "20点"), + (0x336D, "M", "21点"), + (0x336E, "M", "22点"), + (0x336F, "M", "23点"), + (0x3370, "M", "24点"), + (0x3371, "M", "hpa"), + (0x3372, "M", "da"), + (0x3373, "M", "au"), + (0x3374, "M", "bar"), + (0x3375, "M", "ov"), + (0x3376, "M", "pc"), + (0x3377, "M", "dm"), + (0x3378, "M", "dm2"), + (0x3379, "M", "dm3"), + (0x337A, "M", "iu"), + (0x337B, "M", "平成"), + (0x337C, "M", "昭和"), + (0x337D, "M", "大正"), + ] + + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337E, "M", "明治"), + (0x337F, "M", "株式会社"), + (0x3380, "M", "pa"), + (0x3381, "M", "na"), + (0x3382, "M", "μa"), + (0x3383, "M", "ma"), + (0x3384, "M", "ka"), + (0x3385, "M", "kb"), + (0x3386, "M", "mb"), + (0x3387, "M", "gb"), + (0x3388, "M", "cal"), + (0x3389, "M", "kcal"), + (0x338A, "M", "pf"), + (0x338B, "M", "nf"), + (0x338C, "M", "μf"), + (0x338D, "M", "μg"), + (0x338E, "M", "mg"), + (0x338F, "M", "kg"), + (0x3390, "M", "hz"), + (0x3391, "M", "khz"), + (0x3392, "M", "mhz"), + (0x3393, "M", "ghz"), + (0x3394, "M", "thz"), + (0x3395, "M", "μl"), + (0x3396, "M", "ml"), + (0x3397, "M", "dl"), + (0x3398, "M", "kl"), + (0x3399, "M", "fm"), + (0x339A, "M", "nm"), + (0x339B, "M", "μm"), + (0x339C, "M", "mm"), + (0x339D, "M", "cm"), + (0x339E, "M", "km"), + (0x339F, "M", "mm2"), + (0x33A0, "M", "cm2"), + (0x33A1, "M", "m2"), + (0x33A2, "M", "km2"), + (0x33A3, "M", "mm3"), + (0x33A4, "M", "cm3"), + (0x33A5, "M", "m3"), + (0x33A6, "M", "km3"), + (0x33A7, "M", "m∕s"), + (0x33A8, "M", "m∕s2"), + (0x33A9, "M", "pa"), + (0x33AA, "M", "kpa"), + (0x33AB, "M", "mpa"), + (0x33AC, "M", "gpa"), + (0x33AD, "M", "rad"), + (0x33AE, "M", "rad∕s"), + (0x33AF, "M", "rad∕s2"), + (0x33B0, "M", "ps"), + (0x33B1, "M", "ns"), + (0x33B2, "M", "μs"), + (0x33B3, "M", "ms"), + (0x33B4, "M", "pv"), + (0x33B5, "M", "nv"), + (0x33B6, "M", "μv"), + (0x33B7, "M", "mv"), + (0x33B8, "M", "kv"), + (0x33B9, "M", "mv"), + (0x33BA, "M", "pw"), + (0x33BB, "M", "nw"), + (0x33BC, "M", "μw"), + (0x33BD, "M", "mw"), + (0x33BE, "M", "kw"), + (0x33BF, "M", "mw"), + (0x33C0, "M", "kω"), + (0x33C1, "M", "mω"), + (0x33C2, "X"), + (0x33C3, "M", "bq"), + (0x33C4, "M", "cc"), + (0x33C5, "M", "cd"), + (0x33C6, "M", "c∕kg"), + (0x33C7, "X"), + (0x33C8, "M", "db"), + (0x33C9, "M", "gy"), + (0x33CA, "M", "ha"), + (0x33CB, "M", "hp"), + (0x33CC, "M", "in"), + (0x33CD, "M", "kk"), + (0x33CE, "M", "km"), + (0x33CF, "M", "kt"), + (0x33D0, "M", "lm"), + (0x33D1, "M", "ln"), + (0x33D2, "M", "log"), + (0x33D3, "M", "lx"), + (0x33D4, "M", "mb"), + (0x33D5, "M", "mil"), + (0x33D6, "M", "mol"), + (0x33D7, "M", "ph"), + (0x33D8, "X"), + (0x33D9, "M", "ppm"), + (0x33DA, "M", "pr"), + (0x33DB, "M", "sr"), + (0x33DC, "M", "sv"), + (0x33DD, "M", "wb"), + (0x33DE, "M", "v∕m"), + (0x33DF, "M", "a∕m"), + (0x33E0, "M", "1日"), + (0x33E1, "M", "2日"), + ] + + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33E2, "M", "3日"), + (0x33E3, "M", "4日"), + (0x33E4, "M", "5日"), + (0x33E5, "M", "6日"), + (0x33E6, "M", "7日"), + (0x33E7, "M", "8日"), + (0x33E8, "M", "9日"), + (0x33E9, "M", "10日"), + (0x33EA, "M", "11日"), + (0x33EB, "M", "12日"), + (0x33EC, "M", "13日"), + (0x33ED, "M", "14日"), + (0x33EE, "M", "15日"), + (0x33EF, "M", "16日"), + (0x33F0, "M", "17日"), + (0x33F1, "M", "18日"), + (0x33F2, "M", "19日"), + (0x33F3, "M", "20日"), + (0x33F4, "M", "21日"), + (0x33F5, "M", "22日"), + (0x33F6, "M", "23日"), + (0x33F7, "M", "24日"), + (0x33F8, "M", "25日"), + (0x33F9, "M", "26日"), + (0x33FA, "M", "27日"), + (0x33FB, "M", "28日"), + (0x33FC, "M", "29日"), + (0x33FD, "M", "30日"), + (0x33FE, "M", "31日"), + (0x33FF, "M", "gal"), + (0x3400, "V"), + (0xA48D, "X"), + (0xA490, "V"), + (0xA4C7, "X"), + (0xA4D0, "V"), + (0xA62C, "X"), + (0xA640, "M", "ꙁ"), + (0xA641, "V"), + (0xA642, "M", "ꙃ"), + (0xA643, "V"), + (0xA644, "M", "ꙅ"), + (0xA645, "V"), + (0xA646, "M", "ꙇ"), + (0xA647, "V"), + (0xA648, "M", "ꙉ"), + (0xA649, "V"), + (0xA64A, "M", "ꙋ"), + (0xA64B, "V"), + (0xA64C, "M", "ꙍ"), + (0xA64D, "V"), + (0xA64E, "M", "ꙏ"), + (0xA64F, "V"), + (0xA650, "M", "ꙑ"), + (0xA651, "V"), + (0xA652, "M", "ꙓ"), + (0xA653, "V"), + (0xA654, "M", "ꙕ"), + (0xA655, "V"), + (0xA656, "M", "ꙗ"), + (0xA657, "V"), + (0xA658, "M", "ꙙ"), + (0xA659, "V"), + (0xA65A, "M", "ꙛ"), + (0xA65B, "V"), + (0xA65C, "M", "ꙝ"), + (0xA65D, "V"), + (0xA65E, "M", "ꙟ"), + (0xA65F, "V"), + (0xA660, "M", "ꙡ"), + (0xA661, "V"), + (0xA662, "M", "ꙣ"), + (0xA663, "V"), + (0xA664, "M", "ꙥ"), + (0xA665, "V"), + (0xA666, "M", "ꙧ"), + (0xA667, "V"), + (0xA668, "M", "ꙩ"), + (0xA669, "V"), + (0xA66A, "M", "ꙫ"), + (0xA66B, "V"), + (0xA66C, "M", "ꙭ"), + (0xA66D, "V"), + (0xA680, "M", "ꚁ"), + (0xA681, "V"), + (0xA682, "M", "ꚃ"), + (0xA683, "V"), + (0xA684, "M", "ꚅ"), + (0xA685, "V"), + (0xA686, "M", "ꚇ"), + (0xA687, "V"), + (0xA688, "M", "ꚉ"), + (0xA689, "V"), + (0xA68A, "M", "ꚋ"), + (0xA68B, "V"), + (0xA68C, "M", "ꚍ"), + (0xA68D, "V"), + (0xA68E, "M", "ꚏ"), + (0xA68F, "V"), + (0xA690, "M", "ꚑ"), + (0xA691, "V"), + ] + + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA692, "M", "ꚓ"), + (0xA693, "V"), + (0xA694, "M", "ꚕ"), + (0xA695, "V"), + (0xA696, "M", "ꚗ"), + (0xA697, "V"), + (0xA698, "M", "ꚙ"), + (0xA699, "V"), + (0xA69A, "M", "ꚛ"), + (0xA69B, "V"), + (0xA69C, "M", "ъ"), + (0xA69D, "M", "ь"), + (0xA69E, "V"), + (0xA6F8, "X"), + (0xA700, "V"), + (0xA722, "M", "ꜣ"), + (0xA723, "V"), + (0xA724, "M", "ꜥ"), + (0xA725, "V"), + (0xA726, "M", "ꜧ"), + (0xA727, "V"), + (0xA728, "M", "ꜩ"), + (0xA729, "V"), + (0xA72A, "M", "ꜫ"), + (0xA72B, "V"), + (0xA72C, "M", "ꜭ"), + (0xA72D, "V"), + (0xA72E, "M", "ꜯ"), + (0xA72F, "V"), + (0xA732, "M", "ꜳ"), + (0xA733, "V"), + (0xA734, "M", "ꜵ"), + (0xA735, "V"), + (0xA736, "M", "ꜷ"), + (0xA737, "V"), + (0xA738, "M", "ꜹ"), + (0xA739, "V"), + (0xA73A, "M", "ꜻ"), + (0xA73B, "V"), + (0xA73C, "M", "ꜽ"), + (0xA73D, "V"), + (0xA73E, "M", "ꜿ"), + (0xA73F, "V"), + (0xA740, "M", "ꝁ"), + (0xA741, "V"), + (0xA742, "M", "ꝃ"), + (0xA743, "V"), + (0xA744, "M", "ꝅ"), + (0xA745, "V"), + (0xA746, "M", "ꝇ"), + (0xA747, "V"), + (0xA748, "M", "ꝉ"), + (0xA749, "V"), + (0xA74A, "M", "ꝋ"), + (0xA74B, "V"), + (0xA74C, "M", "ꝍ"), + (0xA74D, "V"), + (0xA74E, "M", "ꝏ"), + (0xA74F, "V"), + (0xA750, "M", "ꝑ"), + (0xA751, "V"), + (0xA752, "M", "ꝓ"), + (0xA753, "V"), + (0xA754, "M", "ꝕ"), + (0xA755, "V"), + (0xA756, "M", "ꝗ"), + (0xA757, "V"), + (0xA758, "M", "ꝙ"), + (0xA759, "V"), + (0xA75A, "M", "ꝛ"), + (0xA75B, "V"), + (0xA75C, "M", "ꝝ"), + (0xA75D, "V"), + (0xA75E, "M", "ꝟ"), + (0xA75F, "V"), + (0xA760, "M", "ꝡ"), + (0xA761, "V"), + (0xA762, "M", "ꝣ"), + (0xA763, "V"), + (0xA764, "M", "ꝥ"), + (0xA765, "V"), + (0xA766, "M", "ꝧ"), + (0xA767, "V"), + (0xA768, "M", "ꝩ"), + (0xA769, "V"), + (0xA76A, "M", "ꝫ"), + (0xA76B, "V"), + (0xA76C, "M", "ꝭ"), + (0xA76D, "V"), + (0xA76E, "M", "ꝯ"), + (0xA76F, "V"), + (0xA770, "M", "ꝯ"), + (0xA771, "V"), + (0xA779, "M", "ꝺ"), + (0xA77A, "V"), + (0xA77B, "M", "ꝼ"), + (0xA77C, "V"), + (0xA77D, "M", "ᵹ"), + (0xA77E, "M", "ꝿ"), + (0xA77F, "V"), + ] + + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA780, "M", "ꞁ"), + (0xA781, "V"), + (0xA782, "M", "ꞃ"), + (0xA783, "V"), + (0xA784, "M", "ꞅ"), + (0xA785, "V"), + (0xA786, "M", "ꞇ"), + (0xA787, "V"), + (0xA78B, "M", "ꞌ"), + (0xA78C, "V"), + (0xA78D, "M", "ɥ"), + (0xA78E, "V"), + (0xA790, "M", "ꞑ"), + (0xA791, "V"), + (0xA792, "M", "ꞓ"), + (0xA793, "V"), + (0xA796, "M", "ꞗ"), + (0xA797, "V"), + (0xA798, "M", "ꞙ"), + (0xA799, "V"), + (0xA79A, "M", "ꞛ"), + (0xA79B, "V"), + (0xA79C, "M", "ꞝ"), + (0xA79D, "V"), + (0xA79E, "M", "ꞟ"), + (0xA79F, "V"), + (0xA7A0, "M", "ꞡ"), + (0xA7A1, "V"), + (0xA7A2, "M", "ꞣ"), + (0xA7A3, "V"), + (0xA7A4, "M", "ꞥ"), + (0xA7A5, "V"), + (0xA7A6, "M", "ꞧ"), + (0xA7A7, "V"), + (0xA7A8, "M", "ꞩ"), + (0xA7A9, "V"), + (0xA7AA, "M", "ɦ"), + (0xA7AB, "M", "ɜ"), + (0xA7AC, "M", "ɡ"), + (0xA7AD, "M", "ɬ"), + (0xA7AE, "M", "ɪ"), + (0xA7AF, "V"), + (0xA7B0, "M", "ʞ"), + (0xA7B1, "M", "ʇ"), + (0xA7B2, "M", "ʝ"), + (0xA7B3, "M", "ꭓ"), + (0xA7B4, "M", "ꞵ"), + (0xA7B5, "V"), + (0xA7B6, "M", "ꞷ"), + (0xA7B7, "V"), + (0xA7B8, "M", "ꞹ"), + (0xA7B9, "V"), + (0xA7BA, "M", "ꞻ"), + (0xA7BB, "V"), + (0xA7BC, "M", "ꞽ"), + (0xA7BD, "V"), + (0xA7BE, "M", "ꞿ"), + (0xA7BF, "V"), + (0xA7C0, "M", "ꟁ"), + (0xA7C1, "V"), + (0xA7C2, "M", "ꟃ"), + (0xA7C3, "V"), + (0xA7C4, "M", "ꞔ"), + (0xA7C5, "M", "ʂ"), + (0xA7C6, "M", "ᶎ"), + (0xA7C7, "M", "ꟈ"), + (0xA7C8, "V"), + (0xA7C9, "M", "ꟊ"), + (0xA7CA, "V"), + (0xA7CB, "X"), + (0xA7D0, "M", "ꟑ"), + (0xA7D1, "V"), + (0xA7D2, "X"), + (0xA7D3, "V"), + (0xA7D4, "X"), + (0xA7D5, "V"), + (0xA7D6, "M", "ꟗ"), + (0xA7D7, "V"), + (0xA7D8, "M", "ꟙ"), + (0xA7D9, "V"), + (0xA7DA, "X"), + (0xA7F2, "M", "c"), + (0xA7F3, "M", "f"), + (0xA7F4, "M", "q"), + (0xA7F5, "M", "ꟶ"), + (0xA7F6, "V"), + (0xA7F8, "M", "ħ"), + (0xA7F9, "M", "œ"), + (0xA7FA, "V"), + (0xA82D, "X"), + (0xA830, "V"), + (0xA83A, "X"), + (0xA840, "V"), + (0xA878, "X"), + (0xA880, "V"), + (0xA8C6, "X"), + (0xA8CE, "V"), + (0xA8DA, "X"), + (0xA8E0, "V"), + (0xA954, "X"), + ] + + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA95F, "V"), + (0xA97D, "X"), + (0xA980, "V"), + (0xA9CE, "X"), + (0xA9CF, "V"), + (0xA9DA, "X"), + (0xA9DE, "V"), + (0xA9FF, "X"), + (0xAA00, "V"), + (0xAA37, "X"), + (0xAA40, "V"), + (0xAA4E, "X"), + (0xAA50, "V"), + (0xAA5A, "X"), + (0xAA5C, "V"), + (0xAAC3, "X"), + (0xAADB, "V"), + (0xAAF7, "X"), + (0xAB01, "V"), + (0xAB07, "X"), + (0xAB09, "V"), + (0xAB0F, "X"), + (0xAB11, "V"), + (0xAB17, "X"), + (0xAB20, "V"), + (0xAB27, "X"), + (0xAB28, "V"), + (0xAB2F, "X"), + (0xAB30, "V"), + (0xAB5C, "M", "ꜧ"), + (0xAB5D, "M", "ꬷ"), + (0xAB5E, "M", "ɫ"), + (0xAB5F, "M", "ꭒ"), + (0xAB60, "V"), + (0xAB69, "M", "ʍ"), + (0xAB6A, "V"), + (0xAB6C, "X"), + (0xAB70, "M", "Ꭰ"), + (0xAB71, "M", "Ꭱ"), + (0xAB72, "M", "Ꭲ"), + (0xAB73, "M", "Ꭳ"), + (0xAB74, "M", "Ꭴ"), + (0xAB75, "M", "Ꭵ"), + (0xAB76, "M", "Ꭶ"), + (0xAB77, "M", "Ꭷ"), + (0xAB78, "M", "Ꭸ"), + (0xAB79, "M", "Ꭹ"), + (0xAB7A, "M", "Ꭺ"), + (0xAB7B, "M", "Ꭻ"), + (0xAB7C, "M", "Ꭼ"), + (0xAB7D, "M", "Ꭽ"), + (0xAB7E, "M", "Ꭾ"), + (0xAB7F, "M", "Ꭿ"), + (0xAB80, "M", "Ꮀ"), + (0xAB81, "M", "Ꮁ"), + (0xAB82, "M", "Ꮂ"), + (0xAB83, "M", "Ꮃ"), + (0xAB84, "M", "Ꮄ"), + (0xAB85, "M", "Ꮅ"), + (0xAB86, "M", "Ꮆ"), + (0xAB87, "M", "Ꮇ"), + (0xAB88, "M", "Ꮈ"), + (0xAB89, "M", "Ꮉ"), + (0xAB8A, "M", "Ꮊ"), + (0xAB8B, "M", "Ꮋ"), + (0xAB8C, "M", "Ꮌ"), + (0xAB8D, "M", "Ꮍ"), + (0xAB8E, "M", "Ꮎ"), + (0xAB8F, "M", "Ꮏ"), + (0xAB90, "M", "Ꮐ"), + (0xAB91, "M", "Ꮑ"), + (0xAB92, "M", "Ꮒ"), + (0xAB93, "M", "Ꮓ"), + (0xAB94, "M", "Ꮔ"), + (0xAB95, "M", "Ꮕ"), + (0xAB96, "M", "Ꮖ"), + (0xAB97, "M", "Ꮗ"), + (0xAB98, "M", "Ꮘ"), + (0xAB99, "M", "Ꮙ"), + (0xAB9A, "M", "Ꮚ"), + (0xAB9B, "M", "Ꮛ"), + (0xAB9C, "M", "Ꮜ"), + (0xAB9D, "M", "Ꮝ"), + (0xAB9E, "M", "Ꮞ"), + (0xAB9F, "M", "Ꮟ"), + (0xABA0, "M", "Ꮠ"), + (0xABA1, "M", "Ꮡ"), + (0xABA2, "M", "Ꮢ"), + (0xABA3, "M", "Ꮣ"), + (0xABA4, "M", "Ꮤ"), + (0xABA5, "M", "Ꮥ"), + (0xABA6, "M", "Ꮦ"), + (0xABA7, "M", "Ꮧ"), + (0xABA8, "M", "Ꮨ"), + (0xABA9, "M", "Ꮩ"), + (0xABAA, "M", "Ꮪ"), + (0xABAB, "M", "Ꮫ"), + (0xABAC, "M", "Ꮬ"), + (0xABAD, "M", "Ꮭ"), + (0xABAE, "M", "Ꮮ"), + ] + + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAF, "M", "Ꮯ"), + (0xABB0, "M", "Ꮰ"), + (0xABB1, "M", "Ꮱ"), + (0xABB2, "M", "Ꮲ"), + (0xABB3, "M", "Ꮳ"), + (0xABB4, "M", "Ꮴ"), + (0xABB5, "M", "Ꮵ"), + (0xABB6, "M", "Ꮶ"), + (0xABB7, "M", "Ꮷ"), + (0xABB8, "M", "Ꮸ"), + (0xABB9, "M", "Ꮹ"), + (0xABBA, "M", "Ꮺ"), + (0xABBB, "M", "Ꮻ"), + (0xABBC, "M", "Ꮼ"), + (0xABBD, "M", "Ꮽ"), + (0xABBE, "M", "Ꮾ"), + (0xABBF, "M", "Ꮿ"), + (0xABC0, "V"), + (0xABEE, "X"), + (0xABF0, "V"), + (0xABFA, "X"), + (0xAC00, "V"), + (0xD7A4, "X"), + (0xD7B0, "V"), + (0xD7C7, "X"), + (0xD7CB, "V"), + (0xD7FC, "X"), + (0xF900, "M", "豈"), + (0xF901, "M", "更"), + (0xF902, "M", "車"), + (0xF903, "M", "賈"), + (0xF904, "M", "滑"), + (0xF905, "M", "串"), + (0xF906, "M", "句"), + (0xF907, "M", "龜"), + (0xF909, "M", "契"), + (0xF90A, "M", "金"), + (0xF90B, "M", "喇"), + (0xF90C, "M", "奈"), + (0xF90D, "M", "懶"), + (0xF90E, "M", "癩"), + (0xF90F, "M", "羅"), + (0xF910, "M", "蘿"), + (0xF911, "M", "螺"), + (0xF912, "M", "裸"), + (0xF913, "M", "邏"), + (0xF914, "M", "樂"), + (0xF915, "M", "洛"), + (0xF916, "M", "烙"), + (0xF917, "M", "珞"), + (0xF918, "M", "落"), + (0xF919, "M", "酪"), + (0xF91A, "M", "駱"), + (0xF91B, "M", "亂"), + (0xF91C, "M", "卵"), + (0xF91D, "M", "欄"), + (0xF91E, "M", "爛"), + (0xF91F, "M", "蘭"), + (0xF920, "M", "鸞"), + (0xF921, "M", "嵐"), + (0xF922, "M", "濫"), + (0xF923, "M", "藍"), + (0xF924, "M", "襤"), + (0xF925, "M", "拉"), + (0xF926, "M", "臘"), + (0xF927, "M", "蠟"), + (0xF928, "M", "廊"), + (0xF929, "M", "朗"), + (0xF92A, "M", "浪"), + (0xF92B, "M", "狼"), + (0xF92C, "M", "郎"), + (0xF92D, "M", "來"), + (0xF92E, "M", "冷"), + (0xF92F, "M", "勞"), + (0xF930, "M", "擄"), + (0xF931, "M", "櫓"), + (0xF932, "M", "爐"), + (0xF933, "M", "盧"), + (0xF934, "M", "老"), + (0xF935, "M", "蘆"), + (0xF936, "M", "虜"), + (0xF937, "M", "路"), + (0xF938, "M", "露"), + (0xF939, "M", "魯"), + (0xF93A, "M", "鷺"), + (0xF93B, "M", "碌"), + (0xF93C, "M", "祿"), + (0xF93D, "M", "綠"), + (0xF93E, "M", "菉"), + (0xF93F, "M", "錄"), + (0xF940, "M", "鹿"), + (0xF941, "M", "論"), + (0xF942, "M", "壟"), + (0xF943, "M", "弄"), + (0xF944, "M", "籠"), + (0xF945, "M", "聾"), + (0xF946, "M", "牢"), + (0xF947, "M", "磊"), + (0xF948, "M", "賂"), + (0xF949, "M", "雷"), + ] + + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF94A, "M", "壘"), + (0xF94B, "M", "屢"), + (0xF94C, "M", "樓"), + (0xF94D, "M", "淚"), + (0xF94E, "M", "漏"), + (0xF94F, "M", "累"), + (0xF950, "M", "縷"), + (0xF951, "M", "陋"), + (0xF952, "M", "勒"), + (0xF953, "M", "肋"), + (0xF954, "M", "凜"), + (0xF955, "M", "凌"), + (0xF956, "M", "稜"), + (0xF957, "M", "綾"), + (0xF958, "M", "菱"), + (0xF959, "M", "陵"), + (0xF95A, "M", "讀"), + (0xF95B, "M", "拏"), + (0xF95C, "M", "樂"), + (0xF95D, "M", "諾"), + (0xF95E, "M", "丹"), + (0xF95F, "M", "寧"), + (0xF960, "M", "怒"), + (0xF961, "M", "率"), + (0xF962, "M", "異"), + (0xF963, "M", "北"), + (0xF964, "M", "磻"), + (0xF965, "M", "便"), + (0xF966, "M", "復"), + (0xF967, "M", "不"), + (0xF968, "M", "泌"), + (0xF969, "M", "數"), + (0xF96A, "M", "索"), + (0xF96B, "M", "參"), + (0xF96C, "M", "塞"), + (0xF96D, "M", "省"), + (0xF96E, "M", "葉"), + (0xF96F, "M", "說"), + (0xF970, "M", "殺"), + (0xF971, "M", "辰"), + (0xF972, "M", "沈"), + (0xF973, "M", "拾"), + (0xF974, "M", "若"), + (0xF975, "M", "掠"), + (0xF976, "M", "略"), + (0xF977, "M", "亮"), + (0xF978, "M", "兩"), + (0xF979, "M", "凉"), + (0xF97A, "M", "梁"), + (0xF97B, "M", "糧"), + (0xF97C, "M", "良"), + (0xF97D, "M", "諒"), + (0xF97E, "M", "量"), + (0xF97F, "M", "勵"), + (0xF980, "M", "呂"), + (0xF981, "M", "女"), + (0xF982, "M", "廬"), + (0xF983, "M", "旅"), + (0xF984, "M", "濾"), + (0xF985, "M", "礪"), + (0xF986, "M", "閭"), + (0xF987, "M", "驪"), + (0xF988, "M", "麗"), + (0xF989, "M", "黎"), + (0xF98A, "M", "力"), + (0xF98B, "M", "曆"), + (0xF98C, "M", "歷"), + (0xF98D, "M", "轢"), + (0xF98E, "M", "年"), + (0xF98F, "M", "憐"), + (0xF990, "M", "戀"), + (0xF991, "M", "撚"), + (0xF992, "M", "漣"), + (0xF993, "M", "煉"), + (0xF994, "M", "璉"), + (0xF995, "M", "秊"), + (0xF996, "M", "練"), + (0xF997, "M", "聯"), + (0xF998, "M", "輦"), + (0xF999, "M", "蓮"), + (0xF99A, "M", "連"), + (0xF99B, "M", "鍊"), + (0xF99C, "M", "列"), + (0xF99D, "M", "劣"), + (0xF99E, "M", "咽"), + (0xF99F, "M", "烈"), + (0xF9A0, "M", "裂"), + (0xF9A1, "M", "說"), + (0xF9A2, "M", "廉"), + (0xF9A3, "M", "念"), + (0xF9A4, "M", "捻"), + (0xF9A5, "M", "殮"), + (0xF9A6, "M", "簾"), + (0xF9A7, "M", "獵"), + (0xF9A8, "M", "令"), + (0xF9A9, "M", "囹"), + (0xF9AA, "M", "寧"), + (0xF9AB, "M", "嶺"), + (0xF9AC, "M", "怜"), + (0xF9AD, "M", "玲"), + ] + + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AE, "M", "瑩"), + (0xF9AF, "M", "羚"), + (0xF9B0, "M", "聆"), + (0xF9B1, "M", "鈴"), + (0xF9B2, "M", "零"), + (0xF9B3, "M", "靈"), + (0xF9B4, "M", "領"), + (0xF9B5, "M", "例"), + (0xF9B6, "M", "禮"), + (0xF9B7, "M", "醴"), + (0xF9B8, "M", "隸"), + (0xF9B9, "M", "惡"), + (0xF9BA, "M", "了"), + (0xF9BB, "M", "僚"), + (0xF9BC, "M", "寮"), + (0xF9BD, "M", "尿"), + (0xF9BE, "M", "料"), + (0xF9BF, "M", "樂"), + (0xF9C0, "M", "燎"), + (0xF9C1, "M", "療"), + (0xF9C2, "M", "蓼"), + (0xF9C3, "M", "遼"), + (0xF9C4, "M", "龍"), + (0xF9C5, "M", "暈"), + (0xF9C6, "M", "阮"), + (0xF9C7, "M", "劉"), + (0xF9C8, "M", "杻"), + (0xF9C9, "M", "柳"), + (0xF9CA, "M", "流"), + (0xF9CB, "M", "溜"), + (0xF9CC, "M", "琉"), + (0xF9CD, "M", "留"), + (0xF9CE, "M", "硫"), + (0xF9CF, "M", "紐"), + (0xF9D0, "M", "類"), + (0xF9D1, "M", "六"), + (0xF9D2, "M", "戮"), + (0xF9D3, "M", "陸"), + (0xF9D4, "M", "倫"), + (0xF9D5, "M", "崙"), + (0xF9D6, "M", "淪"), + (0xF9D7, "M", "輪"), + (0xF9D8, "M", "律"), + (0xF9D9, "M", "慄"), + (0xF9DA, "M", "栗"), + (0xF9DB, "M", "率"), + (0xF9DC, "M", "隆"), + (0xF9DD, "M", "利"), + (0xF9DE, "M", "吏"), + (0xF9DF, "M", "履"), + (0xF9E0, "M", "易"), + (0xF9E1, "M", "李"), + (0xF9E2, "M", "梨"), + (0xF9E3, "M", "泥"), + (0xF9E4, "M", "理"), + (0xF9E5, "M", "痢"), + (0xF9E6, "M", "罹"), + (0xF9E7, "M", "裏"), + (0xF9E8, "M", "裡"), + (0xF9E9, "M", "里"), + (0xF9EA, "M", "離"), + (0xF9EB, "M", "匿"), + (0xF9EC, "M", "溺"), + (0xF9ED, "M", "吝"), + (0xF9EE, "M", "燐"), + (0xF9EF, "M", "璘"), + (0xF9F0, "M", "藺"), + (0xF9F1, "M", "隣"), + (0xF9F2, "M", "鱗"), + (0xF9F3, "M", "麟"), + (0xF9F4, "M", "林"), + (0xF9F5, "M", "淋"), + (0xF9F6, "M", "臨"), + (0xF9F7, "M", "立"), + (0xF9F8, "M", "笠"), + (0xF9F9, "M", "粒"), + (0xF9FA, "M", "狀"), + (0xF9FB, "M", "炙"), + (0xF9FC, "M", "識"), + (0xF9FD, "M", "什"), + (0xF9FE, "M", "茶"), + (0xF9FF, "M", "刺"), + (0xFA00, "M", "切"), + (0xFA01, "M", "度"), + (0xFA02, "M", "拓"), + (0xFA03, "M", "糖"), + (0xFA04, "M", "宅"), + (0xFA05, "M", "洞"), + (0xFA06, "M", "暴"), + (0xFA07, "M", "輻"), + (0xFA08, "M", "行"), + (0xFA09, "M", "降"), + (0xFA0A, "M", "見"), + (0xFA0B, "M", "廓"), + (0xFA0C, "M", "兀"), + (0xFA0D, "M", "嗀"), + (0xFA0E, "V"), + (0xFA10, "M", "塚"), + (0xFA11, "V"), + (0xFA12, "M", "晴"), + ] + + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA13, "V"), + (0xFA15, "M", "凞"), + (0xFA16, "M", "猪"), + (0xFA17, "M", "益"), + (0xFA18, "M", "礼"), + (0xFA19, "M", "神"), + (0xFA1A, "M", "祥"), + (0xFA1B, "M", "福"), + (0xFA1C, "M", "靖"), + (0xFA1D, "M", "精"), + (0xFA1E, "M", "羽"), + (0xFA1F, "V"), + (0xFA20, "M", "蘒"), + (0xFA21, "V"), + (0xFA22, "M", "諸"), + (0xFA23, "V"), + (0xFA25, "M", "逸"), + (0xFA26, "M", "都"), + (0xFA27, "V"), + (0xFA2A, "M", "飯"), + (0xFA2B, "M", "飼"), + (0xFA2C, "M", "館"), + (0xFA2D, "M", "鶴"), + (0xFA2E, "M", "郞"), + (0xFA2F, "M", "隷"), + (0xFA30, "M", "侮"), + (0xFA31, "M", "僧"), + (0xFA32, "M", "免"), + (0xFA33, "M", "勉"), + (0xFA34, "M", "勤"), + (0xFA35, "M", "卑"), + (0xFA36, "M", "喝"), + (0xFA37, "M", "嘆"), + (0xFA38, "M", "器"), + (0xFA39, "M", "塀"), + (0xFA3A, "M", "墨"), + (0xFA3B, "M", "層"), + (0xFA3C, "M", "屮"), + (0xFA3D, "M", "悔"), + (0xFA3E, "M", "慨"), + (0xFA3F, "M", "憎"), + (0xFA40, "M", "懲"), + (0xFA41, "M", "敏"), + (0xFA42, "M", "既"), + (0xFA43, "M", "暑"), + (0xFA44, "M", "梅"), + (0xFA45, "M", "海"), + (0xFA46, "M", "渚"), + (0xFA47, "M", "漢"), + (0xFA48, "M", "煮"), + (0xFA49, "M", "爫"), + (0xFA4A, "M", "琢"), + (0xFA4B, "M", "碑"), + (0xFA4C, "M", "社"), + (0xFA4D, "M", "祉"), + (0xFA4E, "M", "祈"), + (0xFA4F, "M", "祐"), + (0xFA50, "M", "祖"), + (0xFA51, "M", "祝"), + (0xFA52, "M", "禍"), + (0xFA53, "M", "禎"), + (0xFA54, "M", "穀"), + (0xFA55, "M", "突"), + (0xFA56, "M", "節"), + (0xFA57, "M", "練"), + (0xFA58, "M", "縉"), + (0xFA59, "M", "繁"), + (0xFA5A, "M", "署"), + (0xFA5B, "M", "者"), + (0xFA5C, "M", "臭"), + (0xFA5D, "M", "艹"), + (0xFA5F, "M", "著"), + (0xFA60, "M", "褐"), + (0xFA61, "M", "視"), + (0xFA62, "M", "謁"), + (0xFA63, "M", "謹"), + (0xFA64, "M", "賓"), + (0xFA65, "M", "贈"), + (0xFA66, "M", "辶"), + (0xFA67, "M", "逸"), + (0xFA68, "M", "難"), + (0xFA69, "M", "響"), + (0xFA6A, "M", "頻"), + (0xFA6B, "M", "恵"), + (0xFA6C, "M", "𤋮"), + (0xFA6D, "M", "舘"), + (0xFA6E, "X"), + (0xFA70, "M", "並"), + (0xFA71, "M", "况"), + (0xFA72, "M", "全"), + (0xFA73, "M", "侀"), + (0xFA74, "M", "充"), + (0xFA75, "M", "冀"), + (0xFA76, "M", "勇"), + (0xFA77, "M", "勺"), + (0xFA78, "M", "喝"), + (0xFA79, "M", "啕"), + (0xFA7A, "M", "喙"), + (0xFA7B, "M", "嗢"), + (0xFA7C, "M", "塚"), + ] + + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA7D, "M", "墳"), + (0xFA7E, "M", "奄"), + (0xFA7F, "M", "奔"), + (0xFA80, "M", "婢"), + (0xFA81, "M", "嬨"), + (0xFA82, "M", "廒"), + (0xFA83, "M", "廙"), + (0xFA84, "M", "彩"), + (0xFA85, "M", "徭"), + (0xFA86, "M", "惘"), + (0xFA87, "M", "慎"), + (0xFA88, "M", "愈"), + (0xFA89, "M", "憎"), + (0xFA8A, "M", "慠"), + (0xFA8B, "M", "懲"), + (0xFA8C, "M", "戴"), + (0xFA8D, "M", "揄"), + (0xFA8E, "M", "搜"), + (0xFA8F, "M", "摒"), + (0xFA90, "M", "敖"), + (0xFA91, "M", "晴"), + (0xFA92, "M", "朗"), + (0xFA93, "M", "望"), + (0xFA94, "M", "杖"), + (0xFA95, "M", "歹"), + (0xFA96, "M", "殺"), + (0xFA97, "M", "流"), + (0xFA98, "M", "滛"), + (0xFA99, "M", "滋"), + (0xFA9A, "M", "漢"), + (0xFA9B, "M", "瀞"), + (0xFA9C, "M", "煮"), + (0xFA9D, "M", "瞧"), + (0xFA9E, "M", "爵"), + (0xFA9F, "M", "犯"), + (0xFAA0, "M", "猪"), + (0xFAA1, "M", "瑱"), + (0xFAA2, "M", "甆"), + (0xFAA3, "M", "画"), + (0xFAA4, "M", "瘝"), + (0xFAA5, "M", "瘟"), + (0xFAA6, "M", "益"), + (0xFAA7, "M", "盛"), + (0xFAA8, "M", "直"), + (0xFAA9, "M", "睊"), + (0xFAAA, "M", "着"), + (0xFAAB, "M", "磌"), + (0xFAAC, "M", "窱"), + (0xFAAD, "M", "節"), + (0xFAAE, "M", "类"), + (0xFAAF, "M", "絛"), + (0xFAB0, "M", "練"), + (0xFAB1, "M", "缾"), + (0xFAB2, "M", "者"), + (0xFAB3, "M", "荒"), + (0xFAB4, "M", "華"), + (0xFAB5, "M", "蝹"), + (0xFAB6, "M", "襁"), + (0xFAB7, "M", "覆"), + (0xFAB8, "M", "視"), + (0xFAB9, "M", "調"), + (0xFABA, "M", "諸"), + (0xFABB, "M", "請"), + (0xFABC, "M", "謁"), + (0xFABD, "M", "諾"), + (0xFABE, "M", "諭"), + (0xFABF, "M", "謹"), + (0xFAC0, "M", "變"), + (0xFAC1, "M", "贈"), + (0xFAC2, "M", "輸"), + (0xFAC3, "M", "遲"), + (0xFAC4, "M", "醙"), + (0xFAC5, "M", "鉶"), + (0xFAC6, "M", "陼"), + (0xFAC7, "M", "難"), + (0xFAC8, "M", "靖"), + (0xFAC9, "M", "韛"), + (0xFACA, "M", "響"), + (0xFACB, "M", "頋"), + (0xFACC, "M", "頻"), + (0xFACD, "M", "鬒"), + (0xFACE, "M", "龜"), + (0xFACF, "M", "𢡊"), + (0xFAD0, "M", "𢡄"), + (0xFAD1, "M", "𣏕"), + (0xFAD2, "M", "㮝"), + (0xFAD3, "M", "䀘"), + (0xFAD4, "M", "䀹"), + (0xFAD5, "M", "𥉉"), + (0xFAD6, "M", "𥳐"), + (0xFAD7, "M", "𧻓"), + (0xFAD8, "M", "齃"), + (0xFAD9, "M", "龎"), + (0xFADA, "X"), + (0xFB00, "M", "ff"), + (0xFB01, "M", "fi"), + (0xFB02, "M", "fl"), + (0xFB03, "M", "ffi"), + (0xFB04, "M", "ffl"), + (0xFB05, "M", "st"), + ] + + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB07, "X"), + (0xFB13, "M", "մն"), + (0xFB14, "M", "մե"), + (0xFB15, "M", "մի"), + (0xFB16, "M", "վն"), + (0xFB17, "M", "մխ"), + (0xFB18, "X"), + (0xFB1D, "M", "יִ"), + (0xFB1E, "V"), + (0xFB1F, "M", "ײַ"), + (0xFB20, "M", "ע"), + (0xFB21, "M", "א"), + (0xFB22, "M", "ד"), + (0xFB23, "M", "ה"), + (0xFB24, "M", "כ"), + (0xFB25, "M", "ל"), + (0xFB26, "M", "ם"), + (0xFB27, "M", "ר"), + (0xFB28, "M", "ת"), + (0xFB29, "3", "+"), + (0xFB2A, "M", "שׁ"), + (0xFB2B, "M", "שׂ"), + (0xFB2C, "M", "שּׁ"), + (0xFB2D, "M", "שּׂ"), + (0xFB2E, "M", "אַ"), + (0xFB2F, "M", "אָ"), + (0xFB30, "M", "אּ"), + (0xFB31, "M", "בּ"), + (0xFB32, "M", "גּ"), + (0xFB33, "M", "דּ"), + (0xFB34, "M", "הּ"), + (0xFB35, "M", "וּ"), + (0xFB36, "M", "זּ"), + (0xFB37, "X"), + (0xFB38, "M", "טּ"), + (0xFB39, "M", "יּ"), + (0xFB3A, "M", "ךּ"), + (0xFB3B, "M", "כּ"), + (0xFB3C, "M", "לּ"), + (0xFB3D, "X"), + (0xFB3E, "M", "מּ"), + (0xFB3F, "X"), + (0xFB40, "M", "נּ"), + (0xFB41, "M", "סּ"), + (0xFB42, "X"), + (0xFB43, "M", "ףּ"), + (0xFB44, "M", "פּ"), + (0xFB45, "X"), + (0xFB46, "M", "צּ"), + (0xFB47, "M", "קּ"), + (0xFB48, "M", "רּ"), + (0xFB49, "M", "שּ"), + (0xFB4A, "M", "תּ"), + (0xFB4B, "M", "וֹ"), + (0xFB4C, "M", "בֿ"), + (0xFB4D, "M", "כֿ"), + (0xFB4E, "M", "פֿ"), + (0xFB4F, "M", "אל"), + (0xFB50, "M", "ٱ"), + (0xFB52, "M", "ٻ"), + (0xFB56, "M", "پ"), + (0xFB5A, "M", "ڀ"), + (0xFB5E, "M", "ٺ"), + (0xFB62, "M", "ٿ"), + (0xFB66, "M", "ٹ"), + (0xFB6A, "M", "ڤ"), + (0xFB6E, "M", "ڦ"), + (0xFB72, "M", "ڄ"), + (0xFB76, "M", "ڃ"), + (0xFB7A, "M", "چ"), + (0xFB7E, "M", "ڇ"), + (0xFB82, "M", "ڍ"), + (0xFB84, "M", "ڌ"), + (0xFB86, "M", "ڎ"), + (0xFB88, "M", "ڈ"), + (0xFB8A, "M", "ژ"), + (0xFB8C, "M", "ڑ"), + (0xFB8E, "M", "ک"), + (0xFB92, "M", "گ"), + (0xFB96, "M", "ڳ"), + (0xFB9A, "M", "ڱ"), + (0xFB9E, "M", "ں"), + (0xFBA0, "M", "ڻ"), + (0xFBA4, "M", "ۀ"), + (0xFBA6, "M", "ہ"), + (0xFBAA, "M", "ھ"), + (0xFBAE, "M", "ے"), + (0xFBB0, "M", "ۓ"), + (0xFBB2, "V"), + (0xFBC3, "X"), + (0xFBD3, "M", "ڭ"), + (0xFBD7, "M", "ۇ"), + (0xFBD9, "M", "ۆ"), + (0xFBDB, "M", "ۈ"), + (0xFBDD, "M", "ۇٴ"), + (0xFBDE, "M", "ۋ"), + (0xFBE0, "M", "ۅ"), + (0xFBE2, "M", "ۉ"), + (0xFBE4, "M", "ې"), + (0xFBE8, "M", "ى"), + ] + + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBEA, "M", "ئا"), + (0xFBEC, "M", "ئە"), + (0xFBEE, "M", "ئو"), + (0xFBF0, "M", "ئۇ"), + (0xFBF2, "M", "ئۆ"), + (0xFBF4, "M", "ئۈ"), + (0xFBF6, "M", "ئې"), + (0xFBF9, "M", "ئى"), + (0xFBFC, "M", "ی"), + (0xFC00, "M", "ئج"), + (0xFC01, "M", "ئح"), + (0xFC02, "M", "ئم"), + (0xFC03, "M", "ئى"), + (0xFC04, "M", "ئي"), + (0xFC05, "M", "بج"), + (0xFC06, "M", "بح"), + (0xFC07, "M", "بخ"), + (0xFC08, "M", "بم"), + (0xFC09, "M", "بى"), + (0xFC0A, "M", "بي"), + (0xFC0B, "M", "تج"), + (0xFC0C, "M", "تح"), + (0xFC0D, "M", "تخ"), + (0xFC0E, "M", "تم"), + (0xFC0F, "M", "تى"), + (0xFC10, "M", "تي"), + (0xFC11, "M", "ثج"), + (0xFC12, "M", "ثم"), + (0xFC13, "M", "ثى"), + (0xFC14, "M", "ثي"), + (0xFC15, "M", "جح"), + (0xFC16, "M", "جم"), + (0xFC17, "M", "حج"), + (0xFC18, "M", "حم"), + (0xFC19, "M", "خج"), + (0xFC1A, "M", "خح"), + (0xFC1B, "M", "خم"), + (0xFC1C, "M", "سج"), + (0xFC1D, "M", "سح"), + (0xFC1E, "M", "سخ"), + (0xFC1F, "M", "سم"), + (0xFC20, "M", "صح"), + (0xFC21, "M", "صم"), + (0xFC22, "M", "ضج"), + (0xFC23, "M", "ضح"), + (0xFC24, "M", "ضخ"), + (0xFC25, "M", "ضم"), + (0xFC26, "M", "طح"), + (0xFC27, "M", "طم"), + (0xFC28, "M", "ظم"), + (0xFC29, "M", "عج"), + (0xFC2A, "M", "عم"), + (0xFC2B, "M", "غج"), + (0xFC2C, "M", "غم"), + (0xFC2D, "M", "فج"), + (0xFC2E, "M", "فح"), + (0xFC2F, "M", "فخ"), + (0xFC30, "M", "فم"), + (0xFC31, "M", "فى"), + (0xFC32, "M", "في"), + (0xFC33, "M", "قح"), + (0xFC34, "M", "قم"), + (0xFC35, "M", "قى"), + (0xFC36, "M", "قي"), + (0xFC37, "M", "كا"), + (0xFC38, "M", "كج"), + (0xFC39, "M", "كح"), + (0xFC3A, "M", "كخ"), + (0xFC3B, "M", "كل"), + (0xFC3C, "M", "كم"), + (0xFC3D, "M", "كى"), + (0xFC3E, "M", "كي"), + (0xFC3F, "M", "لج"), + (0xFC40, "M", "لح"), + (0xFC41, "M", "لخ"), + (0xFC42, "M", "لم"), + (0xFC43, "M", "لى"), + (0xFC44, "M", "لي"), + (0xFC45, "M", "مج"), + (0xFC46, "M", "مح"), + (0xFC47, "M", "مخ"), + (0xFC48, "M", "مم"), + (0xFC49, "M", "مى"), + (0xFC4A, "M", "مي"), + (0xFC4B, "M", "نج"), + (0xFC4C, "M", "نح"), + (0xFC4D, "M", "نخ"), + (0xFC4E, "M", "نم"), + (0xFC4F, "M", "نى"), + (0xFC50, "M", "ني"), + (0xFC51, "M", "هج"), + (0xFC52, "M", "هم"), + (0xFC53, "M", "هى"), + (0xFC54, "M", "هي"), + (0xFC55, "M", "يج"), + (0xFC56, "M", "يح"), + (0xFC57, "M", "يخ"), + (0xFC58, "M", "يم"), + (0xFC59, "M", "يى"), + (0xFC5A, "M", "يي"), + ] + + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC5B, "M", "ذٰ"), + (0xFC5C, "M", "رٰ"), + (0xFC5D, "M", "ىٰ"), + (0xFC5E, "3", " ٌّ"), + (0xFC5F, "3", " ٍّ"), + (0xFC60, "3", " َّ"), + (0xFC61, "3", " ُّ"), + (0xFC62, "3", " ِّ"), + (0xFC63, "3", " ّٰ"), + (0xFC64, "M", "ئر"), + (0xFC65, "M", "ئز"), + (0xFC66, "M", "ئم"), + (0xFC67, "M", "ئن"), + (0xFC68, "M", "ئى"), + (0xFC69, "M", "ئي"), + (0xFC6A, "M", "بر"), + (0xFC6B, "M", "بز"), + (0xFC6C, "M", "بم"), + (0xFC6D, "M", "بن"), + (0xFC6E, "M", "بى"), + (0xFC6F, "M", "بي"), + (0xFC70, "M", "تر"), + (0xFC71, "M", "تز"), + (0xFC72, "M", "تم"), + (0xFC73, "M", "تن"), + (0xFC74, "M", "تى"), + (0xFC75, "M", "تي"), + (0xFC76, "M", "ثر"), + (0xFC77, "M", "ثز"), + (0xFC78, "M", "ثم"), + (0xFC79, "M", "ثن"), + (0xFC7A, "M", "ثى"), + (0xFC7B, "M", "ثي"), + (0xFC7C, "M", "فى"), + (0xFC7D, "M", "في"), + (0xFC7E, "M", "قى"), + (0xFC7F, "M", "قي"), + (0xFC80, "M", "كا"), + (0xFC81, "M", "كل"), + (0xFC82, "M", "كم"), + (0xFC83, "M", "كى"), + (0xFC84, "M", "كي"), + (0xFC85, "M", "لم"), + (0xFC86, "M", "لى"), + (0xFC87, "M", "لي"), + (0xFC88, "M", "ما"), + (0xFC89, "M", "مم"), + (0xFC8A, "M", "نر"), + (0xFC8B, "M", "نز"), + (0xFC8C, "M", "نم"), + (0xFC8D, "M", "نن"), + (0xFC8E, "M", "نى"), + (0xFC8F, "M", "ني"), + (0xFC90, "M", "ىٰ"), + (0xFC91, "M", "ير"), + (0xFC92, "M", "يز"), + (0xFC93, "M", "يم"), + (0xFC94, "M", "ين"), + (0xFC95, "M", "يى"), + (0xFC96, "M", "يي"), + (0xFC97, "M", "ئج"), + (0xFC98, "M", "ئح"), + (0xFC99, "M", "ئخ"), + (0xFC9A, "M", "ئم"), + (0xFC9B, "M", "ئه"), + (0xFC9C, "M", "بج"), + (0xFC9D, "M", "بح"), + (0xFC9E, "M", "بخ"), + (0xFC9F, "M", "بم"), + (0xFCA0, "M", "به"), + (0xFCA1, "M", "تج"), + (0xFCA2, "M", "تح"), + (0xFCA3, "M", "تخ"), + (0xFCA4, "M", "تم"), + (0xFCA5, "M", "ته"), + (0xFCA6, "M", "ثم"), + (0xFCA7, "M", "جح"), + (0xFCA8, "M", "جم"), + (0xFCA9, "M", "حج"), + (0xFCAA, "M", "حم"), + (0xFCAB, "M", "خج"), + (0xFCAC, "M", "خم"), + (0xFCAD, "M", "سج"), + (0xFCAE, "M", "سح"), + (0xFCAF, "M", "سخ"), + (0xFCB0, "M", "سم"), + (0xFCB1, "M", "صح"), + (0xFCB2, "M", "صخ"), + (0xFCB3, "M", "صم"), + (0xFCB4, "M", "ضج"), + (0xFCB5, "M", "ضح"), + (0xFCB6, "M", "ضخ"), + (0xFCB7, "M", "ضم"), + (0xFCB8, "M", "طح"), + (0xFCB9, "M", "ظم"), + (0xFCBA, "M", "عج"), + (0xFCBB, "M", "عم"), + (0xFCBC, "M", "غج"), + (0xFCBD, "M", "غم"), + (0xFCBE, "M", "فج"), + ] + + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBF, "M", "فح"), + (0xFCC0, "M", "فخ"), + (0xFCC1, "M", "فم"), + (0xFCC2, "M", "قح"), + (0xFCC3, "M", "قم"), + (0xFCC4, "M", "كج"), + (0xFCC5, "M", "كح"), + (0xFCC6, "M", "كخ"), + (0xFCC7, "M", "كل"), + (0xFCC8, "M", "كم"), + (0xFCC9, "M", "لج"), + (0xFCCA, "M", "لح"), + (0xFCCB, "M", "لخ"), + (0xFCCC, "M", "لم"), + (0xFCCD, "M", "له"), + (0xFCCE, "M", "مج"), + (0xFCCF, "M", "مح"), + (0xFCD0, "M", "مخ"), + (0xFCD1, "M", "مم"), + (0xFCD2, "M", "نج"), + (0xFCD3, "M", "نح"), + (0xFCD4, "M", "نخ"), + (0xFCD5, "M", "نم"), + (0xFCD6, "M", "نه"), + (0xFCD7, "M", "هج"), + (0xFCD8, "M", "هم"), + (0xFCD9, "M", "هٰ"), + (0xFCDA, "M", "يج"), + (0xFCDB, "M", "يح"), + (0xFCDC, "M", "يخ"), + (0xFCDD, "M", "يم"), + (0xFCDE, "M", "يه"), + (0xFCDF, "M", "ئم"), + (0xFCE0, "M", "ئه"), + (0xFCE1, "M", "بم"), + (0xFCE2, "M", "به"), + (0xFCE3, "M", "تم"), + (0xFCE4, "M", "ته"), + (0xFCE5, "M", "ثم"), + (0xFCE6, "M", "ثه"), + (0xFCE7, "M", "سم"), + (0xFCE8, "M", "سه"), + (0xFCE9, "M", "شم"), + (0xFCEA, "M", "شه"), + (0xFCEB, "M", "كل"), + (0xFCEC, "M", "كم"), + (0xFCED, "M", "لم"), + (0xFCEE, "M", "نم"), + (0xFCEF, "M", "نه"), + (0xFCF0, "M", "يم"), + (0xFCF1, "M", "يه"), + (0xFCF2, "M", "ـَّ"), + (0xFCF3, "M", "ـُّ"), + (0xFCF4, "M", "ـِّ"), + (0xFCF5, "M", "طى"), + (0xFCF6, "M", "طي"), + (0xFCF7, "M", "عى"), + (0xFCF8, "M", "عي"), + (0xFCF9, "M", "غى"), + (0xFCFA, "M", "غي"), + (0xFCFB, "M", "سى"), + (0xFCFC, "M", "سي"), + (0xFCFD, "M", "شى"), + (0xFCFE, "M", "شي"), + (0xFCFF, "M", "حى"), + (0xFD00, "M", "حي"), + (0xFD01, "M", "جى"), + (0xFD02, "M", "جي"), + (0xFD03, "M", "خى"), + (0xFD04, "M", "خي"), + (0xFD05, "M", "صى"), + (0xFD06, "M", "صي"), + (0xFD07, "M", "ضى"), + (0xFD08, "M", "ضي"), + (0xFD09, "M", "شج"), + (0xFD0A, "M", "شح"), + (0xFD0B, "M", "شخ"), + (0xFD0C, "M", "شم"), + (0xFD0D, "M", "شر"), + (0xFD0E, "M", "سر"), + (0xFD0F, "M", "صر"), + (0xFD10, "M", "ضر"), + (0xFD11, "M", "طى"), + (0xFD12, "M", "طي"), + (0xFD13, "M", "عى"), + (0xFD14, "M", "عي"), + (0xFD15, "M", "غى"), + (0xFD16, "M", "غي"), + (0xFD17, "M", "سى"), + (0xFD18, "M", "سي"), + (0xFD19, "M", "شى"), + (0xFD1A, "M", "شي"), + (0xFD1B, "M", "حى"), + (0xFD1C, "M", "حي"), + (0xFD1D, "M", "جى"), + (0xFD1E, "M", "جي"), + (0xFD1F, "M", "خى"), + (0xFD20, "M", "خي"), + (0xFD21, "M", "صى"), + (0xFD22, "M", "صي"), + ] + + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD23, "M", "ضى"), + (0xFD24, "M", "ضي"), + (0xFD25, "M", "شج"), + (0xFD26, "M", "شح"), + (0xFD27, "M", "شخ"), + (0xFD28, "M", "شم"), + (0xFD29, "M", "شر"), + (0xFD2A, "M", "سر"), + (0xFD2B, "M", "صر"), + (0xFD2C, "M", "ضر"), + (0xFD2D, "M", "شج"), + (0xFD2E, "M", "شح"), + (0xFD2F, "M", "شخ"), + (0xFD30, "M", "شم"), + (0xFD31, "M", "سه"), + (0xFD32, "M", "شه"), + (0xFD33, "M", "طم"), + (0xFD34, "M", "سج"), + (0xFD35, "M", "سح"), + (0xFD36, "M", "سخ"), + (0xFD37, "M", "شج"), + (0xFD38, "M", "شح"), + (0xFD39, "M", "شخ"), + (0xFD3A, "M", "طم"), + (0xFD3B, "M", "ظم"), + (0xFD3C, "M", "اً"), + (0xFD3E, "V"), + (0xFD50, "M", "تجم"), + (0xFD51, "M", "تحج"), + (0xFD53, "M", "تحم"), + (0xFD54, "M", "تخم"), + (0xFD55, "M", "تمج"), + (0xFD56, "M", "تمح"), + (0xFD57, "M", "تمخ"), + (0xFD58, "M", "جمح"), + (0xFD5A, "M", "حمي"), + (0xFD5B, "M", "حمى"), + (0xFD5C, "M", "سحج"), + (0xFD5D, "M", "سجح"), + (0xFD5E, "M", "سجى"), + (0xFD5F, "M", "سمح"), + (0xFD61, "M", "سمج"), + (0xFD62, "M", "سمم"), + (0xFD64, "M", "صحح"), + (0xFD66, "M", "صمم"), + (0xFD67, "M", "شحم"), + (0xFD69, "M", "شجي"), + (0xFD6A, "M", "شمخ"), + (0xFD6C, "M", "شمم"), + (0xFD6E, "M", "ضحى"), + (0xFD6F, "M", "ضخم"), + (0xFD71, "M", "طمح"), + (0xFD73, "M", "طمم"), + (0xFD74, "M", "طمي"), + (0xFD75, "M", "عجم"), + (0xFD76, "M", "عمم"), + (0xFD78, "M", "عمى"), + (0xFD79, "M", "غمم"), + (0xFD7A, "M", "غمي"), + (0xFD7B, "M", "غمى"), + (0xFD7C, "M", "فخم"), + (0xFD7E, "M", "قمح"), + (0xFD7F, "M", "قمم"), + (0xFD80, "M", "لحم"), + (0xFD81, "M", "لحي"), + (0xFD82, "M", "لحى"), + (0xFD83, "M", "لجج"), + (0xFD85, "M", "لخم"), + (0xFD87, "M", "لمح"), + (0xFD89, "M", "محج"), + (0xFD8A, "M", "محم"), + (0xFD8B, "M", "محي"), + (0xFD8C, "M", "مجح"), + (0xFD8D, "M", "مجم"), + (0xFD8E, "M", "مخج"), + (0xFD8F, "M", "مخم"), + (0xFD90, "X"), + (0xFD92, "M", "مجخ"), + (0xFD93, "M", "همج"), + (0xFD94, "M", "همم"), + (0xFD95, "M", "نحم"), + (0xFD96, "M", "نحى"), + (0xFD97, "M", "نجم"), + (0xFD99, "M", "نجى"), + (0xFD9A, "M", "نمي"), + (0xFD9B, "M", "نمى"), + (0xFD9C, "M", "يمم"), + (0xFD9E, "M", "بخي"), + (0xFD9F, "M", "تجي"), + (0xFDA0, "M", "تجى"), + (0xFDA1, "M", "تخي"), + (0xFDA2, "M", "تخى"), + (0xFDA3, "M", "تمي"), + (0xFDA4, "M", "تمى"), + (0xFDA5, "M", "جمي"), + (0xFDA6, "M", "جحى"), + (0xFDA7, "M", "جمى"), + (0xFDA8, "M", "سخى"), + (0xFDA9, "M", "صحي"), + (0xFDAA, "M", "شحي"), + ] + + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDAB, "M", "ضحي"), + (0xFDAC, "M", "لجي"), + (0xFDAD, "M", "لمي"), + (0xFDAE, "M", "يحي"), + (0xFDAF, "M", "يجي"), + (0xFDB0, "M", "يمي"), + (0xFDB1, "M", "ممي"), + (0xFDB2, "M", "قمي"), + (0xFDB3, "M", "نحي"), + (0xFDB4, "M", "قمح"), + (0xFDB5, "M", "لحم"), + (0xFDB6, "M", "عمي"), + (0xFDB7, "M", "كمي"), + (0xFDB8, "M", "نجح"), + (0xFDB9, "M", "مخي"), + (0xFDBA, "M", "لجم"), + (0xFDBB, "M", "كمم"), + (0xFDBC, "M", "لجم"), + (0xFDBD, "M", "نجح"), + (0xFDBE, "M", "جحي"), + (0xFDBF, "M", "حجي"), + (0xFDC0, "M", "مجي"), + (0xFDC1, "M", "فمي"), + (0xFDC2, "M", "بحي"), + (0xFDC3, "M", "كمم"), + (0xFDC4, "M", "عجم"), + (0xFDC5, "M", "صمم"), + (0xFDC6, "M", "سخي"), + (0xFDC7, "M", "نجي"), + (0xFDC8, "X"), + (0xFDCF, "V"), + (0xFDD0, "X"), + (0xFDF0, "M", "صلے"), + (0xFDF1, "M", "قلے"), + (0xFDF2, "M", "الله"), + (0xFDF3, "M", "اكبر"), + (0xFDF4, "M", "محمد"), + (0xFDF5, "M", "صلعم"), + (0xFDF6, "M", "رسول"), + (0xFDF7, "M", "عليه"), + (0xFDF8, "M", "وسلم"), + (0xFDF9, "M", "صلى"), + (0xFDFA, "3", "صلى الله عليه وسلم"), + (0xFDFB, "3", "جل جلاله"), + (0xFDFC, "M", "ریال"), + (0xFDFD, "V"), + (0xFE00, "I"), + (0xFE10, "3", ","), + (0xFE11, "M", "、"), + (0xFE12, "X"), + (0xFE13, "3", ":"), + (0xFE14, "3", ";"), + (0xFE15, "3", "!"), + (0xFE16, "3", "?"), + (0xFE17, "M", "〖"), + (0xFE18, "M", "〗"), + (0xFE19, "X"), + (0xFE20, "V"), + (0xFE30, "X"), + (0xFE31, "M", "—"), + (0xFE32, "M", "–"), + (0xFE33, "3", "_"), + (0xFE35, "3", "("), + (0xFE36, "3", ")"), + (0xFE37, "3", "{"), + (0xFE38, "3", "}"), + (0xFE39, "M", "〔"), + (0xFE3A, "M", "〕"), + (0xFE3B, "M", "【"), + (0xFE3C, "M", "】"), + (0xFE3D, "M", "《"), + (0xFE3E, "M", "》"), + (0xFE3F, "M", "〈"), + (0xFE40, "M", "〉"), + (0xFE41, "M", "「"), + (0xFE42, "M", "」"), + (0xFE43, "M", "『"), + (0xFE44, "M", "』"), + (0xFE45, "V"), + (0xFE47, "3", "["), + (0xFE48, "3", "]"), + (0xFE49, "3", " ̅"), + (0xFE4D, "3", "_"), + (0xFE50, "3", ","), + (0xFE51, "M", "、"), + (0xFE52, "X"), + (0xFE54, "3", ";"), + (0xFE55, "3", ":"), + (0xFE56, "3", "?"), + (0xFE57, "3", "!"), + (0xFE58, "M", "—"), + (0xFE59, "3", "("), + (0xFE5A, "3", ")"), + (0xFE5B, "3", "{"), + (0xFE5C, "3", "}"), + (0xFE5D, "M", "〔"), + (0xFE5E, "M", "〕"), + (0xFE5F, "3", "#"), + (0xFE60, "3", "&"), + (0xFE61, "3", "*"), + ] + + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE62, "3", "+"), + (0xFE63, "M", "-"), + (0xFE64, "3", "<"), + (0xFE65, "3", ">"), + (0xFE66, "3", "="), + (0xFE67, "X"), + (0xFE68, "3", "\\"), + (0xFE69, "3", "$"), + (0xFE6A, "3", "%"), + (0xFE6B, "3", "@"), + (0xFE6C, "X"), + (0xFE70, "3", " ً"), + (0xFE71, "M", "ـً"), + (0xFE72, "3", " ٌ"), + (0xFE73, "V"), + (0xFE74, "3", " ٍ"), + (0xFE75, "X"), + (0xFE76, "3", " َ"), + (0xFE77, "M", "ـَ"), + (0xFE78, "3", " ُ"), + (0xFE79, "M", "ـُ"), + (0xFE7A, "3", " ِ"), + (0xFE7B, "M", "ـِ"), + (0xFE7C, "3", " ّ"), + (0xFE7D, "M", "ـّ"), + (0xFE7E, "3", " ْ"), + (0xFE7F, "M", "ـْ"), + (0xFE80, "M", "ء"), + (0xFE81, "M", "آ"), + (0xFE83, "M", "أ"), + (0xFE85, "M", "ؤ"), + (0xFE87, "M", "إ"), + (0xFE89, "M", "ئ"), + (0xFE8D, "M", "ا"), + (0xFE8F, "M", "ب"), + (0xFE93, "M", "ة"), + (0xFE95, "M", "ت"), + (0xFE99, "M", "ث"), + (0xFE9D, "M", "ج"), + (0xFEA1, "M", "ح"), + (0xFEA5, "M", "خ"), + (0xFEA9, "M", "د"), + (0xFEAB, "M", "ذ"), + (0xFEAD, "M", "ر"), + (0xFEAF, "M", "ز"), + (0xFEB1, "M", "س"), + (0xFEB5, "M", "ش"), + (0xFEB9, "M", "ص"), + (0xFEBD, "M", "ض"), + (0xFEC1, "M", "ط"), + (0xFEC5, "M", "ظ"), + (0xFEC9, "M", "ع"), + (0xFECD, "M", "غ"), + (0xFED1, "M", "ف"), + (0xFED5, "M", "ق"), + (0xFED9, "M", "ك"), + (0xFEDD, "M", "ل"), + (0xFEE1, "M", "م"), + (0xFEE5, "M", "ن"), + (0xFEE9, "M", "ه"), + (0xFEED, "M", "و"), + (0xFEEF, "M", "ى"), + (0xFEF1, "M", "ي"), + (0xFEF5, "M", "لآ"), + (0xFEF7, "M", "لأ"), + (0xFEF9, "M", "لإ"), + (0xFEFB, "M", "لا"), + (0xFEFD, "X"), + (0xFEFF, "I"), + (0xFF00, "X"), + (0xFF01, "3", "!"), + (0xFF02, "3", '"'), + (0xFF03, "3", "#"), + (0xFF04, "3", "$"), + (0xFF05, "3", "%"), + (0xFF06, "3", "&"), + (0xFF07, "3", "'"), + (0xFF08, "3", "("), + (0xFF09, "3", ")"), + (0xFF0A, "3", "*"), + (0xFF0B, "3", "+"), + (0xFF0C, "3", ","), + (0xFF0D, "M", "-"), + (0xFF0E, "M", "."), + (0xFF0F, "3", "/"), + (0xFF10, "M", "0"), + (0xFF11, "M", "1"), + (0xFF12, "M", "2"), + (0xFF13, "M", "3"), + (0xFF14, "M", "4"), + (0xFF15, "M", "5"), + (0xFF16, "M", "6"), + (0xFF17, "M", "7"), + (0xFF18, "M", "8"), + (0xFF19, "M", "9"), + (0xFF1A, "3", ":"), + (0xFF1B, "3", ";"), + (0xFF1C, "3", "<"), + (0xFF1D, "3", "="), + (0xFF1E, "3", ">"), + ] + + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1F, "3", "?"), + (0xFF20, "3", "@"), + (0xFF21, "M", "a"), + (0xFF22, "M", "b"), + (0xFF23, "M", "c"), + (0xFF24, "M", "d"), + (0xFF25, "M", "e"), + (0xFF26, "M", "f"), + (0xFF27, "M", "g"), + (0xFF28, "M", "h"), + (0xFF29, "M", "i"), + (0xFF2A, "M", "j"), + (0xFF2B, "M", "k"), + (0xFF2C, "M", "l"), + (0xFF2D, "M", "m"), + (0xFF2E, "M", "n"), + (0xFF2F, "M", "o"), + (0xFF30, "M", "p"), + (0xFF31, "M", "q"), + (0xFF32, "M", "r"), + (0xFF33, "M", "s"), + (0xFF34, "M", "t"), + (0xFF35, "M", "u"), + (0xFF36, "M", "v"), + (0xFF37, "M", "w"), + (0xFF38, "M", "x"), + (0xFF39, "M", "y"), + (0xFF3A, "M", "z"), + (0xFF3B, "3", "["), + (0xFF3C, "3", "\\"), + (0xFF3D, "3", "]"), + (0xFF3E, "3", "^"), + (0xFF3F, "3", "_"), + (0xFF40, "3", "`"), + (0xFF41, "M", "a"), + (0xFF42, "M", "b"), + (0xFF43, "M", "c"), + (0xFF44, "M", "d"), + (0xFF45, "M", "e"), + (0xFF46, "M", "f"), + (0xFF47, "M", "g"), + (0xFF48, "M", "h"), + (0xFF49, "M", "i"), + (0xFF4A, "M", "j"), + (0xFF4B, "M", "k"), + (0xFF4C, "M", "l"), + (0xFF4D, "M", "m"), + (0xFF4E, "M", "n"), + (0xFF4F, "M", "o"), + (0xFF50, "M", "p"), + (0xFF51, "M", "q"), + (0xFF52, "M", "r"), + (0xFF53, "M", "s"), + (0xFF54, "M", "t"), + (0xFF55, "M", "u"), + (0xFF56, "M", "v"), + (0xFF57, "M", "w"), + (0xFF58, "M", "x"), + (0xFF59, "M", "y"), + (0xFF5A, "M", "z"), + (0xFF5B, "3", "{"), + (0xFF5C, "3", "|"), + (0xFF5D, "3", "}"), + (0xFF5E, "3", "~"), + (0xFF5F, "M", "⦅"), + (0xFF60, "M", "⦆"), + (0xFF61, "M", "."), + (0xFF62, "M", "「"), + (0xFF63, "M", "」"), + (0xFF64, "M", "、"), + (0xFF65, "M", "・"), + (0xFF66, "M", "ヲ"), + (0xFF67, "M", "ァ"), + (0xFF68, "M", "ィ"), + (0xFF69, "M", "ゥ"), + (0xFF6A, "M", "ェ"), + (0xFF6B, "M", "ォ"), + (0xFF6C, "M", "ャ"), + (0xFF6D, "M", "ュ"), + (0xFF6E, "M", "ョ"), + (0xFF6F, "M", "ッ"), + (0xFF70, "M", "ー"), + (0xFF71, "M", "ア"), + (0xFF72, "M", "イ"), + (0xFF73, "M", "ウ"), + (0xFF74, "M", "エ"), + (0xFF75, "M", "オ"), + (0xFF76, "M", "カ"), + (0xFF77, "M", "キ"), + (0xFF78, "M", "ク"), + (0xFF79, "M", "ケ"), + (0xFF7A, "M", "コ"), + (0xFF7B, "M", "サ"), + (0xFF7C, "M", "シ"), + (0xFF7D, "M", "ス"), + (0xFF7E, "M", "セ"), + (0xFF7F, "M", "ソ"), + (0xFF80, "M", "タ"), + (0xFF81, "M", "チ"), + (0xFF82, "M", "ツ"), + ] + + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF83, "M", "テ"), + (0xFF84, "M", "ト"), + (0xFF85, "M", "ナ"), + (0xFF86, "M", "ニ"), + (0xFF87, "M", "ヌ"), + (0xFF88, "M", "ネ"), + (0xFF89, "M", "ノ"), + (0xFF8A, "M", "ハ"), + (0xFF8B, "M", "ヒ"), + (0xFF8C, "M", "フ"), + (0xFF8D, "M", "ヘ"), + (0xFF8E, "M", "ホ"), + (0xFF8F, "M", "マ"), + (0xFF90, "M", "ミ"), + (0xFF91, "M", "ム"), + (0xFF92, "M", "メ"), + (0xFF93, "M", "モ"), + (0xFF94, "M", "ヤ"), + (0xFF95, "M", "ユ"), + (0xFF96, "M", "ヨ"), + (0xFF97, "M", "ラ"), + (0xFF98, "M", "リ"), + (0xFF99, "M", "ル"), + (0xFF9A, "M", "レ"), + (0xFF9B, "M", "ロ"), + (0xFF9C, "M", "ワ"), + (0xFF9D, "M", "ン"), + (0xFF9E, "M", "゙"), + (0xFF9F, "M", "゚"), + (0xFFA0, "X"), + (0xFFA1, "M", "ᄀ"), + (0xFFA2, "M", "ᄁ"), + (0xFFA3, "M", "ᆪ"), + (0xFFA4, "M", "ᄂ"), + (0xFFA5, "M", "ᆬ"), + (0xFFA6, "M", "ᆭ"), + (0xFFA7, "M", "ᄃ"), + (0xFFA8, "M", "ᄄ"), + (0xFFA9, "M", "ᄅ"), + (0xFFAA, "M", "ᆰ"), + (0xFFAB, "M", "ᆱ"), + (0xFFAC, "M", "ᆲ"), + (0xFFAD, "M", "ᆳ"), + (0xFFAE, "M", "ᆴ"), + (0xFFAF, "M", "ᆵ"), + (0xFFB0, "M", "ᄚ"), + (0xFFB1, "M", "ᄆ"), + (0xFFB2, "M", "ᄇ"), + (0xFFB3, "M", "ᄈ"), + (0xFFB4, "M", "ᄡ"), + (0xFFB5, "M", "ᄉ"), + (0xFFB6, "M", "ᄊ"), + (0xFFB7, "M", "ᄋ"), + (0xFFB8, "M", "ᄌ"), + (0xFFB9, "M", "ᄍ"), + (0xFFBA, "M", "ᄎ"), + (0xFFBB, "M", "ᄏ"), + (0xFFBC, "M", "ᄐ"), + (0xFFBD, "M", "ᄑ"), + (0xFFBE, "M", "ᄒ"), + (0xFFBF, "X"), + (0xFFC2, "M", "ᅡ"), + (0xFFC3, "M", "ᅢ"), + (0xFFC4, "M", "ᅣ"), + (0xFFC5, "M", "ᅤ"), + (0xFFC6, "M", "ᅥ"), + (0xFFC7, "M", "ᅦ"), + (0xFFC8, "X"), + (0xFFCA, "M", "ᅧ"), + (0xFFCB, "M", "ᅨ"), + (0xFFCC, "M", "ᅩ"), + (0xFFCD, "M", "ᅪ"), + (0xFFCE, "M", "ᅫ"), + (0xFFCF, "M", "ᅬ"), + (0xFFD0, "X"), + (0xFFD2, "M", "ᅭ"), + (0xFFD3, "M", "ᅮ"), + (0xFFD4, "M", "ᅯ"), + (0xFFD5, "M", "ᅰ"), + (0xFFD6, "M", "ᅱ"), + (0xFFD7, "M", "ᅲ"), + (0xFFD8, "X"), + (0xFFDA, "M", "ᅳ"), + (0xFFDB, "M", "ᅴ"), + (0xFFDC, "M", "ᅵ"), + (0xFFDD, "X"), + (0xFFE0, "M", "¢"), + (0xFFE1, "M", "£"), + (0xFFE2, "M", "¬"), + (0xFFE3, "3", " ̄"), + (0xFFE4, "M", "¦"), + (0xFFE5, "M", "¥"), + (0xFFE6, "M", "₩"), + (0xFFE7, "X"), + (0xFFE8, "M", "│"), + (0xFFE9, "M", "←"), + (0xFFEA, "M", "↑"), + (0xFFEB, "M", "→"), + (0xFFEC, "M", "↓"), + (0xFFED, "M", "■"), + ] + + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEE, "M", "○"), + (0xFFEF, "X"), + (0x10000, "V"), + (0x1000C, "X"), + (0x1000D, "V"), + (0x10027, "X"), + (0x10028, "V"), + (0x1003B, "X"), + (0x1003C, "V"), + (0x1003E, "X"), + (0x1003F, "V"), + (0x1004E, "X"), + (0x10050, "V"), + (0x1005E, "X"), + (0x10080, "V"), + (0x100FB, "X"), + (0x10100, "V"), + (0x10103, "X"), + (0x10107, "V"), + (0x10134, "X"), + (0x10137, "V"), + (0x1018F, "X"), + (0x10190, "V"), + (0x1019D, "X"), + (0x101A0, "V"), + (0x101A1, "X"), + (0x101D0, "V"), + (0x101FE, "X"), + (0x10280, "V"), + (0x1029D, "X"), + (0x102A0, "V"), + (0x102D1, "X"), + (0x102E0, "V"), + (0x102FC, "X"), + (0x10300, "V"), + (0x10324, "X"), + (0x1032D, "V"), + (0x1034B, "X"), + (0x10350, "V"), + (0x1037B, "X"), + (0x10380, "V"), + (0x1039E, "X"), + (0x1039F, "V"), + (0x103C4, "X"), + (0x103C8, "V"), + (0x103D6, "X"), + (0x10400, "M", "𐐨"), + (0x10401, "M", "𐐩"), + (0x10402, "M", "𐐪"), + (0x10403, "M", "𐐫"), + (0x10404, "M", "𐐬"), + (0x10405, "M", "𐐭"), + (0x10406, "M", "𐐮"), + (0x10407, "M", "𐐯"), + (0x10408, "M", "𐐰"), + (0x10409, "M", "𐐱"), + (0x1040A, "M", "𐐲"), + (0x1040B, "M", "𐐳"), + (0x1040C, "M", "𐐴"), + (0x1040D, "M", "𐐵"), + (0x1040E, "M", "𐐶"), + (0x1040F, "M", "𐐷"), + (0x10410, "M", "𐐸"), + (0x10411, "M", "𐐹"), + (0x10412, "M", "𐐺"), + (0x10413, "M", "𐐻"), + (0x10414, "M", "𐐼"), + (0x10415, "M", "𐐽"), + (0x10416, "M", "𐐾"), + (0x10417, "M", "𐐿"), + (0x10418, "M", "𐑀"), + (0x10419, "M", "𐑁"), + (0x1041A, "M", "𐑂"), + (0x1041B, "M", "𐑃"), + (0x1041C, "M", "𐑄"), + (0x1041D, "M", "𐑅"), + (0x1041E, "M", "𐑆"), + (0x1041F, "M", "𐑇"), + (0x10420, "M", "𐑈"), + (0x10421, "M", "𐑉"), + (0x10422, "M", "𐑊"), + (0x10423, "M", "𐑋"), + (0x10424, "M", "𐑌"), + (0x10425, "M", "𐑍"), + (0x10426, "M", "𐑎"), + (0x10427, "M", "𐑏"), + (0x10428, "V"), + (0x1049E, "X"), + (0x104A0, "V"), + (0x104AA, "X"), + (0x104B0, "M", "𐓘"), + (0x104B1, "M", "𐓙"), + (0x104B2, "M", "𐓚"), + (0x104B3, "M", "𐓛"), + (0x104B4, "M", "𐓜"), + (0x104B5, "M", "𐓝"), + (0x104B6, "M", "𐓞"), + (0x104B7, "M", "𐓟"), + (0x104B8, "M", "𐓠"), + (0x104B9, "M", "𐓡"), + ] + + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104BA, "M", "𐓢"), + (0x104BB, "M", "𐓣"), + (0x104BC, "M", "𐓤"), + (0x104BD, "M", "𐓥"), + (0x104BE, "M", "𐓦"), + (0x104BF, "M", "𐓧"), + (0x104C0, "M", "𐓨"), + (0x104C1, "M", "𐓩"), + (0x104C2, "M", "𐓪"), + (0x104C3, "M", "𐓫"), + (0x104C4, "M", "𐓬"), + (0x104C5, "M", "𐓭"), + (0x104C6, "M", "𐓮"), + (0x104C7, "M", "𐓯"), + (0x104C8, "M", "𐓰"), + (0x104C9, "M", "𐓱"), + (0x104CA, "M", "𐓲"), + (0x104CB, "M", "𐓳"), + (0x104CC, "M", "𐓴"), + (0x104CD, "M", "𐓵"), + (0x104CE, "M", "𐓶"), + (0x104CF, "M", "𐓷"), + (0x104D0, "M", "𐓸"), + (0x104D1, "M", "𐓹"), + (0x104D2, "M", "𐓺"), + (0x104D3, "M", "𐓻"), + (0x104D4, "X"), + (0x104D8, "V"), + (0x104FC, "X"), + (0x10500, "V"), + (0x10528, "X"), + (0x10530, "V"), + (0x10564, "X"), + (0x1056F, "V"), + (0x10570, "M", "𐖗"), + (0x10571, "M", "𐖘"), + (0x10572, "M", "𐖙"), + (0x10573, "M", "𐖚"), + (0x10574, "M", "𐖛"), + (0x10575, "M", "𐖜"), + (0x10576, "M", "𐖝"), + (0x10577, "M", "𐖞"), + (0x10578, "M", "𐖟"), + (0x10579, "M", "𐖠"), + (0x1057A, "M", "𐖡"), + (0x1057B, "X"), + (0x1057C, "M", "𐖣"), + (0x1057D, "M", "𐖤"), + (0x1057E, "M", "𐖥"), + (0x1057F, "M", "𐖦"), + (0x10580, "M", "𐖧"), + (0x10581, "M", "𐖨"), + (0x10582, "M", "𐖩"), + (0x10583, "M", "𐖪"), + (0x10584, "M", "𐖫"), + (0x10585, "M", "𐖬"), + (0x10586, "M", "𐖭"), + (0x10587, "M", "𐖮"), + (0x10588, "M", "𐖯"), + (0x10589, "M", "𐖰"), + (0x1058A, "M", "𐖱"), + (0x1058B, "X"), + (0x1058C, "M", "𐖳"), + (0x1058D, "M", "𐖴"), + (0x1058E, "M", "𐖵"), + (0x1058F, "M", "𐖶"), + (0x10590, "M", "𐖷"), + (0x10591, "M", "𐖸"), + (0x10592, "M", "𐖹"), + (0x10593, "X"), + (0x10594, "M", "𐖻"), + (0x10595, "M", "𐖼"), + (0x10596, "X"), + (0x10597, "V"), + (0x105A2, "X"), + (0x105A3, "V"), + (0x105B2, "X"), + (0x105B3, "V"), + (0x105BA, "X"), + (0x105BB, "V"), + (0x105BD, "X"), + (0x10600, "V"), + (0x10737, "X"), + (0x10740, "V"), + (0x10756, "X"), + (0x10760, "V"), + (0x10768, "X"), + (0x10780, "V"), + (0x10781, "M", "ː"), + (0x10782, "M", "ˑ"), + (0x10783, "M", "æ"), + (0x10784, "M", "ʙ"), + (0x10785, "M", "ɓ"), + (0x10786, "X"), + (0x10787, "M", "ʣ"), + (0x10788, "M", "ꭦ"), + (0x10789, "M", "ʥ"), + (0x1078A, "M", "ʤ"), + (0x1078B, "M", "ɖ"), + (0x1078C, "M", "ɗ"), + ] + + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1078D, "M", "ᶑ"), + (0x1078E, "M", "ɘ"), + (0x1078F, "M", "ɞ"), + (0x10790, "M", "ʩ"), + (0x10791, "M", "ɤ"), + (0x10792, "M", "ɢ"), + (0x10793, "M", "ɠ"), + (0x10794, "M", "ʛ"), + (0x10795, "M", "ħ"), + (0x10796, "M", "ʜ"), + (0x10797, "M", "ɧ"), + (0x10798, "M", "ʄ"), + (0x10799, "M", "ʪ"), + (0x1079A, "M", "ʫ"), + (0x1079B, "M", "ɬ"), + (0x1079C, "M", "𝼄"), + (0x1079D, "M", "ꞎ"), + (0x1079E, "M", "ɮ"), + (0x1079F, "M", "𝼅"), + (0x107A0, "M", "ʎ"), + (0x107A1, "M", "𝼆"), + (0x107A2, "M", "ø"), + (0x107A3, "M", "ɶ"), + (0x107A4, "M", "ɷ"), + (0x107A5, "M", "q"), + (0x107A6, "M", "ɺ"), + (0x107A7, "M", "𝼈"), + (0x107A8, "M", "ɽ"), + (0x107A9, "M", "ɾ"), + (0x107AA, "M", "ʀ"), + (0x107AB, "M", "ʨ"), + (0x107AC, "M", "ʦ"), + (0x107AD, "M", "ꭧ"), + (0x107AE, "M", "ʧ"), + (0x107AF, "M", "ʈ"), + (0x107B0, "M", "ⱱ"), + (0x107B1, "X"), + (0x107B2, "M", "ʏ"), + (0x107B3, "M", "ʡ"), + (0x107B4, "M", "ʢ"), + (0x107B5, "M", "ʘ"), + (0x107B6, "M", "ǀ"), + (0x107B7, "M", "ǁ"), + (0x107B8, "M", "ǂ"), + (0x107B9, "M", "𝼊"), + (0x107BA, "M", "𝼞"), + (0x107BB, "X"), + (0x10800, "V"), + (0x10806, "X"), + (0x10808, "V"), + (0x10809, "X"), + (0x1080A, "V"), + (0x10836, "X"), + (0x10837, "V"), + (0x10839, "X"), + (0x1083C, "V"), + (0x1083D, "X"), + (0x1083F, "V"), + (0x10856, "X"), + (0x10857, "V"), + (0x1089F, "X"), + (0x108A7, "V"), + (0x108B0, "X"), + (0x108E0, "V"), + (0x108F3, "X"), + (0x108F4, "V"), + (0x108F6, "X"), + (0x108FB, "V"), + (0x1091C, "X"), + (0x1091F, "V"), + (0x1093A, "X"), + (0x1093F, "V"), + (0x10940, "X"), + (0x10980, "V"), + (0x109B8, "X"), + (0x109BC, "V"), + (0x109D0, "X"), + (0x109D2, "V"), + (0x10A04, "X"), + (0x10A05, "V"), + (0x10A07, "X"), + (0x10A0C, "V"), + (0x10A14, "X"), + (0x10A15, "V"), + (0x10A18, "X"), + (0x10A19, "V"), + (0x10A36, "X"), + (0x10A38, "V"), + (0x10A3B, "X"), + (0x10A3F, "V"), + (0x10A49, "X"), + (0x10A50, "V"), + (0x10A59, "X"), + (0x10A60, "V"), + (0x10AA0, "X"), + (0x10AC0, "V"), + (0x10AE7, "X"), + (0x10AEB, "V"), + (0x10AF7, "X"), + (0x10B00, "V"), + ] + + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10B36, "X"), + (0x10B39, "V"), + (0x10B56, "X"), + (0x10B58, "V"), + (0x10B73, "X"), + (0x10B78, "V"), + (0x10B92, "X"), + (0x10B99, "V"), + (0x10B9D, "X"), + (0x10BA9, "V"), + (0x10BB0, "X"), + (0x10C00, "V"), + (0x10C49, "X"), + (0x10C80, "M", "𐳀"), + (0x10C81, "M", "𐳁"), + (0x10C82, "M", "𐳂"), + (0x10C83, "M", "𐳃"), + (0x10C84, "M", "𐳄"), + (0x10C85, "M", "𐳅"), + (0x10C86, "M", "𐳆"), + (0x10C87, "M", "𐳇"), + (0x10C88, "M", "𐳈"), + (0x10C89, "M", "𐳉"), + (0x10C8A, "M", "𐳊"), + (0x10C8B, "M", "𐳋"), + (0x10C8C, "M", "𐳌"), + (0x10C8D, "M", "𐳍"), + (0x10C8E, "M", "𐳎"), + (0x10C8F, "M", "𐳏"), + (0x10C90, "M", "𐳐"), + (0x10C91, "M", "𐳑"), + (0x10C92, "M", "𐳒"), + (0x10C93, "M", "𐳓"), + (0x10C94, "M", "𐳔"), + (0x10C95, "M", "𐳕"), + (0x10C96, "M", "𐳖"), + (0x10C97, "M", "𐳗"), + (0x10C98, "M", "𐳘"), + (0x10C99, "M", "𐳙"), + (0x10C9A, "M", "𐳚"), + (0x10C9B, "M", "𐳛"), + (0x10C9C, "M", "𐳜"), + (0x10C9D, "M", "𐳝"), + (0x10C9E, "M", "𐳞"), + (0x10C9F, "M", "𐳟"), + (0x10CA0, "M", "𐳠"), + (0x10CA1, "M", "𐳡"), + (0x10CA2, "M", "𐳢"), + (0x10CA3, "M", "𐳣"), + (0x10CA4, "M", "𐳤"), + (0x10CA5, "M", "𐳥"), + (0x10CA6, "M", "𐳦"), + (0x10CA7, "M", "𐳧"), + (0x10CA8, "M", "𐳨"), + (0x10CA9, "M", "𐳩"), + (0x10CAA, "M", "𐳪"), + (0x10CAB, "M", "𐳫"), + (0x10CAC, "M", "𐳬"), + (0x10CAD, "M", "𐳭"), + (0x10CAE, "M", "𐳮"), + (0x10CAF, "M", "𐳯"), + (0x10CB0, "M", "𐳰"), + (0x10CB1, "M", "𐳱"), + (0x10CB2, "M", "𐳲"), + (0x10CB3, "X"), + (0x10CC0, "V"), + (0x10CF3, "X"), + (0x10CFA, "V"), + (0x10D28, "X"), + (0x10D30, "V"), + (0x10D3A, "X"), + (0x10E60, "V"), + (0x10E7F, "X"), + (0x10E80, "V"), + (0x10EAA, "X"), + (0x10EAB, "V"), + (0x10EAE, "X"), + (0x10EB0, "V"), + (0x10EB2, "X"), + (0x10EFD, "V"), + (0x10F28, "X"), + (0x10F30, "V"), + (0x10F5A, "X"), + (0x10F70, "V"), + (0x10F8A, "X"), + (0x10FB0, "V"), + (0x10FCC, "X"), + (0x10FE0, "V"), + (0x10FF7, "X"), + (0x11000, "V"), + (0x1104E, "X"), + (0x11052, "V"), + (0x11076, "X"), + (0x1107F, "V"), + (0x110BD, "X"), + (0x110BE, "V"), + (0x110C3, "X"), + (0x110D0, "V"), + (0x110E9, "X"), + (0x110F0, "V"), + ] + + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110FA, "X"), + (0x11100, "V"), + (0x11135, "X"), + (0x11136, "V"), + (0x11148, "X"), + (0x11150, "V"), + (0x11177, "X"), + (0x11180, "V"), + (0x111E0, "X"), + (0x111E1, "V"), + (0x111F5, "X"), + (0x11200, "V"), + (0x11212, "X"), + (0x11213, "V"), + (0x11242, "X"), + (0x11280, "V"), + (0x11287, "X"), + (0x11288, "V"), + (0x11289, "X"), + (0x1128A, "V"), + (0x1128E, "X"), + (0x1128F, "V"), + (0x1129E, "X"), + (0x1129F, "V"), + (0x112AA, "X"), + (0x112B0, "V"), + (0x112EB, "X"), + (0x112F0, "V"), + (0x112FA, "X"), + (0x11300, "V"), + (0x11304, "X"), + (0x11305, "V"), + (0x1130D, "X"), + (0x1130F, "V"), + (0x11311, "X"), + (0x11313, "V"), + (0x11329, "X"), + (0x1132A, "V"), + (0x11331, "X"), + (0x11332, "V"), + (0x11334, "X"), + (0x11335, "V"), + (0x1133A, "X"), + (0x1133B, "V"), + (0x11345, "X"), + (0x11347, "V"), + (0x11349, "X"), + (0x1134B, "V"), + (0x1134E, "X"), + (0x11350, "V"), + (0x11351, "X"), + (0x11357, "V"), + (0x11358, "X"), + (0x1135D, "V"), + (0x11364, "X"), + (0x11366, "V"), + (0x1136D, "X"), + (0x11370, "V"), + (0x11375, "X"), + (0x11400, "V"), + (0x1145C, "X"), + (0x1145D, "V"), + (0x11462, "X"), + (0x11480, "V"), + (0x114C8, "X"), + (0x114D0, "V"), + (0x114DA, "X"), + (0x11580, "V"), + (0x115B6, "X"), + (0x115B8, "V"), + (0x115DE, "X"), + (0x11600, "V"), + (0x11645, "X"), + (0x11650, "V"), + (0x1165A, "X"), + (0x11660, "V"), + (0x1166D, "X"), + (0x11680, "V"), + (0x116BA, "X"), + (0x116C0, "V"), + (0x116CA, "X"), + (0x11700, "V"), + (0x1171B, "X"), + (0x1171D, "V"), + (0x1172C, "X"), + (0x11730, "V"), + (0x11747, "X"), + (0x11800, "V"), + (0x1183C, "X"), + (0x118A0, "M", "𑣀"), + (0x118A1, "M", "𑣁"), + (0x118A2, "M", "𑣂"), + (0x118A3, "M", "𑣃"), + (0x118A4, "M", "𑣄"), + (0x118A5, "M", "𑣅"), + (0x118A6, "M", "𑣆"), + (0x118A7, "M", "𑣇"), + (0x118A8, "M", "𑣈"), + (0x118A9, "M", "𑣉"), + (0x118AA, "M", "𑣊"), + ] + + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118AB, "M", "𑣋"), + (0x118AC, "M", "𑣌"), + (0x118AD, "M", "𑣍"), + (0x118AE, "M", "𑣎"), + (0x118AF, "M", "𑣏"), + (0x118B0, "M", "𑣐"), + (0x118B1, "M", "𑣑"), + (0x118B2, "M", "𑣒"), + (0x118B3, "M", "𑣓"), + (0x118B4, "M", "𑣔"), + (0x118B5, "M", "𑣕"), + (0x118B6, "M", "𑣖"), + (0x118B7, "M", "𑣗"), + (0x118B8, "M", "𑣘"), + (0x118B9, "M", "𑣙"), + (0x118BA, "M", "𑣚"), + (0x118BB, "M", "𑣛"), + (0x118BC, "M", "𑣜"), + (0x118BD, "M", "𑣝"), + (0x118BE, "M", "𑣞"), + (0x118BF, "M", "𑣟"), + (0x118C0, "V"), + (0x118F3, "X"), + (0x118FF, "V"), + (0x11907, "X"), + (0x11909, "V"), + (0x1190A, "X"), + (0x1190C, "V"), + (0x11914, "X"), + (0x11915, "V"), + (0x11917, "X"), + (0x11918, "V"), + (0x11936, "X"), + (0x11937, "V"), + (0x11939, "X"), + (0x1193B, "V"), + (0x11947, "X"), + (0x11950, "V"), + (0x1195A, "X"), + (0x119A0, "V"), + (0x119A8, "X"), + (0x119AA, "V"), + (0x119D8, "X"), + (0x119DA, "V"), + (0x119E5, "X"), + (0x11A00, "V"), + (0x11A48, "X"), + (0x11A50, "V"), + (0x11AA3, "X"), + (0x11AB0, "V"), + (0x11AF9, "X"), + (0x11B00, "V"), + (0x11B0A, "X"), + (0x11C00, "V"), + (0x11C09, "X"), + (0x11C0A, "V"), + (0x11C37, "X"), + (0x11C38, "V"), + (0x11C46, "X"), + (0x11C50, "V"), + (0x11C6D, "X"), + (0x11C70, "V"), + (0x11C90, "X"), + (0x11C92, "V"), + (0x11CA8, "X"), + (0x11CA9, "V"), + (0x11CB7, "X"), + (0x11D00, "V"), + (0x11D07, "X"), + (0x11D08, "V"), + (0x11D0A, "X"), + (0x11D0B, "V"), + (0x11D37, "X"), + (0x11D3A, "V"), + (0x11D3B, "X"), + (0x11D3C, "V"), + (0x11D3E, "X"), + (0x11D3F, "V"), + (0x11D48, "X"), + (0x11D50, "V"), + (0x11D5A, "X"), + (0x11D60, "V"), + (0x11D66, "X"), + (0x11D67, "V"), + (0x11D69, "X"), + (0x11D6A, "V"), + (0x11D8F, "X"), + (0x11D90, "V"), + (0x11D92, "X"), + (0x11D93, "V"), + (0x11D99, "X"), + (0x11DA0, "V"), + (0x11DAA, "X"), + (0x11EE0, "V"), + (0x11EF9, "X"), + (0x11F00, "V"), + (0x11F11, "X"), + (0x11F12, "V"), + (0x11F3B, "X"), + (0x11F3E, "V"), + ] + + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F5A, "X"), + (0x11FB0, "V"), + (0x11FB1, "X"), + (0x11FC0, "V"), + (0x11FF2, "X"), + (0x11FFF, "V"), + (0x1239A, "X"), + (0x12400, "V"), + (0x1246F, "X"), + (0x12470, "V"), + (0x12475, "X"), + (0x12480, "V"), + (0x12544, "X"), + (0x12F90, "V"), + (0x12FF3, "X"), + (0x13000, "V"), + (0x13430, "X"), + (0x13440, "V"), + (0x13456, "X"), + (0x14400, "V"), + (0x14647, "X"), + (0x16800, "V"), + (0x16A39, "X"), + (0x16A40, "V"), + (0x16A5F, "X"), + (0x16A60, "V"), + (0x16A6A, "X"), + (0x16A6E, "V"), + (0x16ABF, "X"), + (0x16AC0, "V"), + (0x16ACA, "X"), + (0x16AD0, "V"), + (0x16AEE, "X"), + (0x16AF0, "V"), + (0x16AF6, "X"), + (0x16B00, "V"), + (0x16B46, "X"), + (0x16B50, "V"), + (0x16B5A, "X"), + (0x16B5B, "V"), + (0x16B62, "X"), + (0x16B63, "V"), + (0x16B78, "X"), + (0x16B7D, "V"), + (0x16B90, "X"), + (0x16E40, "M", "𖹠"), + (0x16E41, "M", "𖹡"), + (0x16E42, "M", "𖹢"), + (0x16E43, "M", "𖹣"), + (0x16E44, "M", "𖹤"), + (0x16E45, "M", "𖹥"), + (0x16E46, "M", "𖹦"), + (0x16E47, "M", "𖹧"), + (0x16E48, "M", "𖹨"), + (0x16E49, "M", "𖹩"), + (0x16E4A, "M", "𖹪"), + (0x16E4B, "M", "𖹫"), + (0x16E4C, "M", "𖹬"), + (0x16E4D, "M", "𖹭"), + (0x16E4E, "M", "𖹮"), + (0x16E4F, "M", "𖹯"), + (0x16E50, "M", "𖹰"), + (0x16E51, "M", "𖹱"), + (0x16E52, "M", "𖹲"), + (0x16E53, "M", "𖹳"), + (0x16E54, "M", "𖹴"), + (0x16E55, "M", "𖹵"), + (0x16E56, "M", "𖹶"), + (0x16E57, "M", "𖹷"), + (0x16E58, "M", "𖹸"), + (0x16E59, "M", "𖹹"), + (0x16E5A, "M", "𖹺"), + (0x16E5B, "M", "𖹻"), + (0x16E5C, "M", "𖹼"), + (0x16E5D, "M", "𖹽"), + (0x16E5E, "M", "𖹾"), + (0x16E5F, "M", "𖹿"), + (0x16E60, "V"), + (0x16E9B, "X"), + (0x16F00, "V"), + (0x16F4B, "X"), + (0x16F4F, "V"), + (0x16F88, "X"), + (0x16F8F, "V"), + (0x16FA0, "X"), + (0x16FE0, "V"), + (0x16FE5, "X"), + (0x16FF0, "V"), + (0x16FF2, "X"), + (0x17000, "V"), + (0x187F8, "X"), + (0x18800, "V"), + (0x18CD6, "X"), + (0x18D00, "V"), + (0x18D09, "X"), + (0x1AFF0, "V"), + (0x1AFF4, "X"), + (0x1AFF5, "V"), + (0x1AFFC, "X"), + (0x1AFFD, "V"), + ] + + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFFF, "X"), + (0x1B000, "V"), + (0x1B123, "X"), + (0x1B132, "V"), + (0x1B133, "X"), + (0x1B150, "V"), + (0x1B153, "X"), + (0x1B155, "V"), + (0x1B156, "X"), + (0x1B164, "V"), + (0x1B168, "X"), + (0x1B170, "V"), + (0x1B2FC, "X"), + (0x1BC00, "V"), + (0x1BC6B, "X"), + (0x1BC70, "V"), + (0x1BC7D, "X"), + (0x1BC80, "V"), + (0x1BC89, "X"), + (0x1BC90, "V"), + (0x1BC9A, "X"), + (0x1BC9C, "V"), + (0x1BCA0, "I"), + (0x1BCA4, "X"), + (0x1CF00, "V"), + (0x1CF2E, "X"), + (0x1CF30, "V"), + (0x1CF47, "X"), + (0x1CF50, "V"), + (0x1CFC4, "X"), + (0x1D000, "V"), + (0x1D0F6, "X"), + (0x1D100, "V"), + (0x1D127, "X"), + (0x1D129, "V"), + (0x1D15E, "M", "𝅗𝅥"), + (0x1D15F, "M", "𝅘𝅥"), + (0x1D160, "M", "𝅘𝅥𝅮"), + (0x1D161, "M", "𝅘𝅥𝅯"), + (0x1D162, "M", "𝅘𝅥𝅰"), + (0x1D163, "M", "𝅘𝅥𝅱"), + (0x1D164, "M", "𝅘𝅥𝅲"), + (0x1D165, "V"), + (0x1D173, "X"), + (0x1D17B, "V"), + (0x1D1BB, "M", "𝆹𝅥"), + (0x1D1BC, "M", "𝆺𝅥"), + (0x1D1BD, "M", "𝆹𝅥𝅮"), + (0x1D1BE, "M", "𝆺𝅥𝅮"), + (0x1D1BF, "M", "𝆹𝅥𝅯"), + (0x1D1C0, "M", "𝆺𝅥𝅯"), + (0x1D1C1, "V"), + (0x1D1EB, "X"), + (0x1D200, "V"), + (0x1D246, "X"), + (0x1D2C0, "V"), + (0x1D2D4, "X"), + (0x1D2E0, "V"), + (0x1D2F4, "X"), + (0x1D300, "V"), + (0x1D357, "X"), + (0x1D360, "V"), + (0x1D379, "X"), + (0x1D400, "M", "a"), + (0x1D401, "M", "b"), + (0x1D402, "M", "c"), + (0x1D403, "M", "d"), + (0x1D404, "M", "e"), + (0x1D405, "M", "f"), + (0x1D406, "M", "g"), + (0x1D407, "M", "h"), + (0x1D408, "M", "i"), + (0x1D409, "M", "j"), + (0x1D40A, "M", "k"), + (0x1D40B, "M", "l"), + (0x1D40C, "M", "m"), + (0x1D40D, "M", "n"), + (0x1D40E, "M", "o"), + (0x1D40F, "M", "p"), + (0x1D410, "M", "q"), + (0x1D411, "M", "r"), + (0x1D412, "M", "s"), + (0x1D413, "M", "t"), + (0x1D414, "M", "u"), + (0x1D415, "M", "v"), + (0x1D416, "M", "w"), + (0x1D417, "M", "x"), + (0x1D418, "M", "y"), + (0x1D419, "M", "z"), + (0x1D41A, "M", "a"), + (0x1D41B, "M", "b"), + (0x1D41C, "M", "c"), + (0x1D41D, "M", "d"), + (0x1D41E, "M", "e"), + (0x1D41F, "M", "f"), + (0x1D420, "M", "g"), + (0x1D421, "M", "h"), + (0x1D422, "M", "i"), + (0x1D423, "M", "j"), + (0x1D424, "M", "k"), + ] + + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D425, "M", "l"), + (0x1D426, "M", "m"), + (0x1D427, "M", "n"), + (0x1D428, "M", "o"), + (0x1D429, "M", "p"), + (0x1D42A, "M", "q"), + (0x1D42B, "M", "r"), + (0x1D42C, "M", "s"), + (0x1D42D, "M", "t"), + (0x1D42E, "M", "u"), + (0x1D42F, "M", "v"), + (0x1D430, "M", "w"), + (0x1D431, "M", "x"), + (0x1D432, "M", "y"), + (0x1D433, "M", "z"), + (0x1D434, "M", "a"), + (0x1D435, "M", "b"), + (0x1D436, "M", "c"), + (0x1D437, "M", "d"), + (0x1D438, "M", "e"), + (0x1D439, "M", "f"), + (0x1D43A, "M", "g"), + (0x1D43B, "M", "h"), + (0x1D43C, "M", "i"), + (0x1D43D, "M", "j"), + (0x1D43E, "M", "k"), + (0x1D43F, "M", "l"), + (0x1D440, "M", "m"), + (0x1D441, "M", "n"), + (0x1D442, "M", "o"), + (0x1D443, "M", "p"), + (0x1D444, "M", "q"), + (0x1D445, "M", "r"), + (0x1D446, "M", "s"), + (0x1D447, "M", "t"), + (0x1D448, "M", "u"), + (0x1D449, "M", "v"), + (0x1D44A, "M", "w"), + (0x1D44B, "M", "x"), + (0x1D44C, "M", "y"), + (0x1D44D, "M", "z"), + (0x1D44E, "M", "a"), + (0x1D44F, "M", "b"), + (0x1D450, "M", "c"), + (0x1D451, "M", "d"), + (0x1D452, "M", "e"), + (0x1D453, "M", "f"), + (0x1D454, "M", "g"), + (0x1D455, "X"), + (0x1D456, "M", "i"), + (0x1D457, "M", "j"), + (0x1D458, "M", "k"), + (0x1D459, "M", "l"), + (0x1D45A, "M", "m"), + (0x1D45B, "M", "n"), + (0x1D45C, "M", "o"), + (0x1D45D, "M", "p"), + (0x1D45E, "M", "q"), + (0x1D45F, "M", "r"), + (0x1D460, "M", "s"), + (0x1D461, "M", "t"), + (0x1D462, "M", "u"), + (0x1D463, "M", "v"), + (0x1D464, "M", "w"), + (0x1D465, "M", "x"), + (0x1D466, "M", "y"), + (0x1D467, "M", "z"), + (0x1D468, "M", "a"), + (0x1D469, "M", "b"), + (0x1D46A, "M", "c"), + (0x1D46B, "M", "d"), + (0x1D46C, "M", "e"), + (0x1D46D, "M", "f"), + (0x1D46E, "M", "g"), + (0x1D46F, "M", "h"), + (0x1D470, "M", "i"), + (0x1D471, "M", "j"), + (0x1D472, "M", "k"), + (0x1D473, "M", "l"), + (0x1D474, "M", "m"), + (0x1D475, "M", "n"), + (0x1D476, "M", "o"), + (0x1D477, "M", "p"), + (0x1D478, "M", "q"), + (0x1D479, "M", "r"), + (0x1D47A, "M", "s"), + (0x1D47B, "M", "t"), + (0x1D47C, "M", "u"), + (0x1D47D, "M", "v"), + (0x1D47E, "M", "w"), + (0x1D47F, "M", "x"), + (0x1D480, "M", "y"), + (0x1D481, "M", "z"), + (0x1D482, "M", "a"), + (0x1D483, "M", "b"), + (0x1D484, "M", "c"), + (0x1D485, "M", "d"), + (0x1D486, "M", "e"), + (0x1D487, "M", "f"), + (0x1D488, "M", "g"), + ] + + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D489, "M", "h"), + (0x1D48A, "M", "i"), + (0x1D48B, "M", "j"), + (0x1D48C, "M", "k"), + (0x1D48D, "M", "l"), + (0x1D48E, "M", "m"), + (0x1D48F, "M", "n"), + (0x1D490, "M", "o"), + (0x1D491, "M", "p"), + (0x1D492, "M", "q"), + (0x1D493, "M", "r"), + (0x1D494, "M", "s"), + (0x1D495, "M", "t"), + (0x1D496, "M", "u"), + (0x1D497, "M", "v"), + (0x1D498, "M", "w"), + (0x1D499, "M", "x"), + (0x1D49A, "M", "y"), + (0x1D49B, "M", "z"), + (0x1D49C, "M", "a"), + (0x1D49D, "X"), + (0x1D49E, "M", "c"), + (0x1D49F, "M", "d"), + (0x1D4A0, "X"), + (0x1D4A2, "M", "g"), + (0x1D4A3, "X"), + (0x1D4A5, "M", "j"), + (0x1D4A6, "M", "k"), + (0x1D4A7, "X"), + (0x1D4A9, "M", "n"), + (0x1D4AA, "M", "o"), + (0x1D4AB, "M", "p"), + (0x1D4AC, "M", "q"), + (0x1D4AD, "X"), + (0x1D4AE, "M", "s"), + (0x1D4AF, "M", "t"), + (0x1D4B0, "M", "u"), + (0x1D4B1, "M", "v"), + (0x1D4B2, "M", "w"), + (0x1D4B3, "M", "x"), + (0x1D4B4, "M", "y"), + (0x1D4B5, "M", "z"), + (0x1D4B6, "M", "a"), + (0x1D4B7, "M", "b"), + (0x1D4B8, "M", "c"), + (0x1D4B9, "M", "d"), + (0x1D4BA, "X"), + (0x1D4BB, "M", "f"), + (0x1D4BC, "X"), + (0x1D4BD, "M", "h"), + (0x1D4BE, "M", "i"), + (0x1D4BF, "M", "j"), + (0x1D4C0, "M", "k"), + (0x1D4C1, "M", "l"), + (0x1D4C2, "M", "m"), + (0x1D4C3, "M", "n"), + (0x1D4C4, "X"), + (0x1D4C5, "M", "p"), + (0x1D4C6, "M", "q"), + (0x1D4C7, "M", "r"), + (0x1D4C8, "M", "s"), + (0x1D4C9, "M", "t"), + (0x1D4CA, "M", "u"), + (0x1D4CB, "M", "v"), + (0x1D4CC, "M", "w"), + (0x1D4CD, "M", "x"), + (0x1D4CE, "M", "y"), + (0x1D4CF, "M", "z"), + (0x1D4D0, "M", "a"), + (0x1D4D1, "M", "b"), + (0x1D4D2, "M", "c"), + (0x1D4D3, "M", "d"), + (0x1D4D4, "M", "e"), + (0x1D4D5, "M", "f"), + (0x1D4D6, "M", "g"), + (0x1D4D7, "M", "h"), + (0x1D4D8, "M", "i"), + (0x1D4D9, "M", "j"), + (0x1D4DA, "M", "k"), + (0x1D4DB, "M", "l"), + (0x1D4DC, "M", "m"), + (0x1D4DD, "M", "n"), + (0x1D4DE, "M", "o"), + (0x1D4DF, "M", "p"), + (0x1D4E0, "M", "q"), + (0x1D4E1, "M", "r"), + (0x1D4E2, "M", "s"), + (0x1D4E3, "M", "t"), + (0x1D4E4, "M", "u"), + (0x1D4E5, "M", "v"), + (0x1D4E6, "M", "w"), + (0x1D4E7, "M", "x"), + (0x1D4E8, "M", "y"), + (0x1D4E9, "M", "z"), + (0x1D4EA, "M", "a"), + (0x1D4EB, "M", "b"), + (0x1D4EC, "M", "c"), + (0x1D4ED, "M", "d"), + (0x1D4EE, "M", "e"), + (0x1D4EF, "M", "f"), + ] + + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4F0, "M", "g"), + (0x1D4F1, "M", "h"), + (0x1D4F2, "M", "i"), + (0x1D4F3, "M", "j"), + (0x1D4F4, "M", "k"), + (0x1D4F5, "M", "l"), + (0x1D4F6, "M", "m"), + (0x1D4F7, "M", "n"), + (0x1D4F8, "M", "o"), + (0x1D4F9, "M", "p"), + (0x1D4FA, "M", "q"), + (0x1D4FB, "M", "r"), + (0x1D4FC, "M", "s"), + (0x1D4FD, "M", "t"), + (0x1D4FE, "M", "u"), + (0x1D4FF, "M", "v"), + (0x1D500, "M", "w"), + (0x1D501, "M", "x"), + (0x1D502, "M", "y"), + (0x1D503, "M", "z"), + (0x1D504, "M", "a"), + (0x1D505, "M", "b"), + (0x1D506, "X"), + (0x1D507, "M", "d"), + (0x1D508, "M", "e"), + (0x1D509, "M", "f"), + (0x1D50A, "M", "g"), + (0x1D50B, "X"), + (0x1D50D, "M", "j"), + (0x1D50E, "M", "k"), + (0x1D50F, "M", "l"), + (0x1D510, "M", "m"), + (0x1D511, "M", "n"), + (0x1D512, "M", "o"), + (0x1D513, "M", "p"), + (0x1D514, "M", "q"), + (0x1D515, "X"), + (0x1D516, "M", "s"), + (0x1D517, "M", "t"), + (0x1D518, "M", "u"), + (0x1D519, "M", "v"), + (0x1D51A, "M", "w"), + (0x1D51B, "M", "x"), + (0x1D51C, "M", "y"), + (0x1D51D, "X"), + (0x1D51E, "M", "a"), + (0x1D51F, "M", "b"), + (0x1D520, "M", "c"), + (0x1D521, "M", "d"), + (0x1D522, "M", "e"), + (0x1D523, "M", "f"), + (0x1D524, "M", "g"), + (0x1D525, "M", "h"), + (0x1D526, "M", "i"), + (0x1D527, "M", "j"), + (0x1D528, "M", "k"), + (0x1D529, "M", "l"), + (0x1D52A, "M", "m"), + (0x1D52B, "M", "n"), + (0x1D52C, "M", "o"), + (0x1D52D, "M", "p"), + (0x1D52E, "M", "q"), + (0x1D52F, "M", "r"), + (0x1D530, "M", "s"), + (0x1D531, "M", "t"), + (0x1D532, "M", "u"), + (0x1D533, "M", "v"), + (0x1D534, "M", "w"), + (0x1D535, "M", "x"), + (0x1D536, "M", "y"), + (0x1D537, "M", "z"), + (0x1D538, "M", "a"), + (0x1D539, "M", "b"), + (0x1D53A, "X"), + (0x1D53B, "M", "d"), + (0x1D53C, "M", "e"), + (0x1D53D, "M", "f"), + (0x1D53E, "M", "g"), + (0x1D53F, "X"), + (0x1D540, "M", "i"), + (0x1D541, "M", "j"), + (0x1D542, "M", "k"), + (0x1D543, "M", "l"), + (0x1D544, "M", "m"), + (0x1D545, "X"), + (0x1D546, "M", "o"), + (0x1D547, "X"), + (0x1D54A, "M", "s"), + (0x1D54B, "M", "t"), + (0x1D54C, "M", "u"), + (0x1D54D, "M", "v"), + (0x1D54E, "M", "w"), + (0x1D54F, "M", "x"), + (0x1D550, "M", "y"), + (0x1D551, "X"), + (0x1D552, "M", "a"), + (0x1D553, "M", "b"), + (0x1D554, "M", "c"), + (0x1D555, "M", "d"), + (0x1D556, "M", "e"), + ] + + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D557, "M", "f"), + (0x1D558, "M", "g"), + (0x1D559, "M", "h"), + (0x1D55A, "M", "i"), + (0x1D55B, "M", "j"), + (0x1D55C, "M", "k"), + (0x1D55D, "M", "l"), + (0x1D55E, "M", "m"), + (0x1D55F, "M", "n"), + (0x1D560, "M", "o"), + (0x1D561, "M", "p"), + (0x1D562, "M", "q"), + (0x1D563, "M", "r"), + (0x1D564, "M", "s"), + (0x1D565, "M", "t"), + (0x1D566, "M", "u"), + (0x1D567, "M", "v"), + (0x1D568, "M", "w"), + (0x1D569, "M", "x"), + (0x1D56A, "M", "y"), + (0x1D56B, "M", "z"), + (0x1D56C, "M", "a"), + (0x1D56D, "M", "b"), + (0x1D56E, "M", "c"), + (0x1D56F, "M", "d"), + (0x1D570, "M", "e"), + (0x1D571, "M", "f"), + (0x1D572, "M", "g"), + (0x1D573, "M", "h"), + (0x1D574, "M", "i"), + (0x1D575, "M", "j"), + (0x1D576, "M", "k"), + (0x1D577, "M", "l"), + (0x1D578, "M", "m"), + (0x1D579, "M", "n"), + (0x1D57A, "M", "o"), + (0x1D57B, "M", "p"), + (0x1D57C, "M", "q"), + (0x1D57D, "M", "r"), + (0x1D57E, "M", "s"), + (0x1D57F, "M", "t"), + (0x1D580, "M", "u"), + (0x1D581, "M", "v"), + (0x1D582, "M", "w"), + (0x1D583, "M", "x"), + (0x1D584, "M", "y"), + (0x1D585, "M", "z"), + (0x1D586, "M", "a"), + (0x1D587, "M", "b"), + (0x1D588, "M", "c"), + (0x1D589, "M", "d"), + (0x1D58A, "M", "e"), + (0x1D58B, "M", "f"), + (0x1D58C, "M", "g"), + (0x1D58D, "M", "h"), + (0x1D58E, "M", "i"), + (0x1D58F, "M", "j"), + (0x1D590, "M", "k"), + (0x1D591, "M", "l"), + (0x1D592, "M", "m"), + (0x1D593, "M", "n"), + (0x1D594, "M", "o"), + (0x1D595, "M", "p"), + (0x1D596, "M", "q"), + (0x1D597, "M", "r"), + (0x1D598, "M", "s"), + (0x1D599, "M", "t"), + (0x1D59A, "M", "u"), + (0x1D59B, "M", "v"), + (0x1D59C, "M", "w"), + (0x1D59D, "M", "x"), + (0x1D59E, "M", "y"), + (0x1D59F, "M", "z"), + (0x1D5A0, "M", "a"), + (0x1D5A1, "M", "b"), + (0x1D5A2, "M", "c"), + (0x1D5A3, "M", "d"), + (0x1D5A4, "M", "e"), + (0x1D5A5, "M", "f"), + (0x1D5A6, "M", "g"), + (0x1D5A7, "M", "h"), + (0x1D5A8, "M", "i"), + (0x1D5A9, "M", "j"), + (0x1D5AA, "M", "k"), + (0x1D5AB, "M", "l"), + (0x1D5AC, "M", "m"), + (0x1D5AD, "M", "n"), + (0x1D5AE, "M", "o"), + (0x1D5AF, "M", "p"), + (0x1D5B0, "M", "q"), + (0x1D5B1, "M", "r"), + (0x1D5B2, "M", "s"), + (0x1D5B3, "M", "t"), + (0x1D5B4, "M", "u"), + (0x1D5B5, "M", "v"), + (0x1D5B6, "M", "w"), + (0x1D5B7, "M", "x"), + (0x1D5B8, "M", "y"), + (0x1D5B9, "M", "z"), + (0x1D5BA, "M", "a"), + ] + + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5BB, "M", "b"), + (0x1D5BC, "M", "c"), + (0x1D5BD, "M", "d"), + (0x1D5BE, "M", "e"), + (0x1D5BF, "M", "f"), + (0x1D5C0, "M", "g"), + (0x1D5C1, "M", "h"), + (0x1D5C2, "M", "i"), + (0x1D5C3, "M", "j"), + (0x1D5C4, "M", "k"), + (0x1D5C5, "M", "l"), + (0x1D5C6, "M", "m"), + (0x1D5C7, "M", "n"), + (0x1D5C8, "M", "o"), + (0x1D5C9, "M", "p"), + (0x1D5CA, "M", "q"), + (0x1D5CB, "M", "r"), + (0x1D5CC, "M", "s"), + (0x1D5CD, "M", "t"), + (0x1D5CE, "M", "u"), + (0x1D5CF, "M", "v"), + (0x1D5D0, "M", "w"), + (0x1D5D1, "M", "x"), + (0x1D5D2, "M", "y"), + (0x1D5D3, "M", "z"), + (0x1D5D4, "M", "a"), + (0x1D5D5, "M", "b"), + (0x1D5D6, "M", "c"), + (0x1D5D7, "M", "d"), + (0x1D5D8, "M", "e"), + (0x1D5D9, "M", "f"), + (0x1D5DA, "M", "g"), + (0x1D5DB, "M", "h"), + (0x1D5DC, "M", "i"), + (0x1D5DD, "M", "j"), + (0x1D5DE, "M", "k"), + (0x1D5DF, "M", "l"), + (0x1D5E0, "M", "m"), + (0x1D5E1, "M", "n"), + (0x1D5E2, "M", "o"), + (0x1D5E3, "M", "p"), + (0x1D5E4, "M", "q"), + (0x1D5E5, "M", "r"), + (0x1D5E6, "M", "s"), + (0x1D5E7, "M", "t"), + (0x1D5E8, "M", "u"), + (0x1D5E9, "M", "v"), + (0x1D5EA, "M", "w"), + (0x1D5EB, "M", "x"), + (0x1D5EC, "M", "y"), + (0x1D5ED, "M", "z"), + (0x1D5EE, "M", "a"), + (0x1D5EF, "M", "b"), + (0x1D5F0, "M", "c"), + (0x1D5F1, "M", "d"), + (0x1D5F2, "M", "e"), + (0x1D5F3, "M", "f"), + (0x1D5F4, "M", "g"), + (0x1D5F5, "M", "h"), + (0x1D5F6, "M", "i"), + (0x1D5F7, "M", "j"), + (0x1D5F8, "M", "k"), + (0x1D5F9, "M", "l"), + (0x1D5FA, "M", "m"), + (0x1D5FB, "M", "n"), + (0x1D5FC, "M", "o"), + (0x1D5FD, "M", "p"), + (0x1D5FE, "M", "q"), + (0x1D5FF, "M", "r"), + (0x1D600, "M", "s"), + (0x1D601, "M", "t"), + (0x1D602, "M", "u"), + (0x1D603, "M", "v"), + (0x1D604, "M", "w"), + (0x1D605, "M", "x"), + (0x1D606, "M", "y"), + (0x1D607, "M", "z"), + (0x1D608, "M", "a"), + (0x1D609, "M", "b"), + (0x1D60A, "M", "c"), + (0x1D60B, "M", "d"), + (0x1D60C, "M", "e"), + (0x1D60D, "M", "f"), + (0x1D60E, "M", "g"), + (0x1D60F, "M", "h"), + (0x1D610, "M", "i"), + (0x1D611, "M", "j"), + (0x1D612, "M", "k"), + (0x1D613, "M", "l"), + (0x1D614, "M", "m"), + (0x1D615, "M", "n"), + (0x1D616, "M", "o"), + (0x1D617, "M", "p"), + (0x1D618, "M", "q"), + (0x1D619, "M", "r"), + (0x1D61A, "M", "s"), + (0x1D61B, "M", "t"), + (0x1D61C, "M", "u"), + (0x1D61D, "M", "v"), + (0x1D61E, "M", "w"), + ] + + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61F, "M", "x"), + (0x1D620, "M", "y"), + (0x1D621, "M", "z"), + (0x1D622, "M", "a"), + (0x1D623, "M", "b"), + (0x1D624, "M", "c"), + (0x1D625, "M", "d"), + (0x1D626, "M", "e"), + (0x1D627, "M", "f"), + (0x1D628, "M", "g"), + (0x1D629, "M", "h"), + (0x1D62A, "M", "i"), + (0x1D62B, "M", "j"), + (0x1D62C, "M", "k"), + (0x1D62D, "M", "l"), + (0x1D62E, "M", "m"), + (0x1D62F, "M", "n"), + (0x1D630, "M", "o"), + (0x1D631, "M", "p"), + (0x1D632, "M", "q"), + (0x1D633, "M", "r"), + (0x1D634, "M", "s"), + (0x1D635, "M", "t"), + (0x1D636, "M", "u"), + (0x1D637, "M", "v"), + (0x1D638, "M", "w"), + (0x1D639, "M", "x"), + (0x1D63A, "M", "y"), + (0x1D63B, "M", "z"), + (0x1D63C, "M", "a"), + (0x1D63D, "M", "b"), + (0x1D63E, "M", "c"), + (0x1D63F, "M", "d"), + (0x1D640, "M", "e"), + (0x1D641, "M", "f"), + (0x1D642, "M", "g"), + (0x1D643, "M", "h"), + (0x1D644, "M", "i"), + (0x1D645, "M", "j"), + (0x1D646, "M", "k"), + (0x1D647, "M", "l"), + (0x1D648, "M", "m"), + (0x1D649, "M", "n"), + (0x1D64A, "M", "o"), + (0x1D64B, "M", "p"), + (0x1D64C, "M", "q"), + (0x1D64D, "M", "r"), + (0x1D64E, "M", "s"), + (0x1D64F, "M", "t"), + (0x1D650, "M", "u"), + (0x1D651, "M", "v"), + (0x1D652, "M", "w"), + (0x1D653, "M", "x"), + (0x1D654, "M", "y"), + (0x1D655, "M", "z"), + (0x1D656, "M", "a"), + (0x1D657, "M", "b"), + (0x1D658, "M", "c"), + (0x1D659, "M", "d"), + (0x1D65A, "M", "e"), + (0x1D65B, "M", "f"), + (0x1D65C, "M", "g"), + (0x1D65D, "M", "h"), + (0x1D65E, "M", "i"), + (0x1D65F, "M", "j"), + (0x1D660, "M", "k"), + (0x1D661, "M", "l"), + (0x1D662, "M", "m"), + (0x1D663, "M", "n"), + (0x1D664, "M", "o"), + (0x1D665, "M", "p"), + (0x1D666, "M", "q"), + (0x1D667, "M", "r"), + (0x1D668, "M", "s"), + (0x1D669, "M", "t"), + (0x1D66A, "M", "u"), + (0x1D66B, "M", "v"), + (0x1D66C, "M", "w"), + (0x1D66D, "M", "x"), + (0x1D66E, "M", "y"), + (0x1D66F, "M", "z"), + (0x1D670, "M", "a"), + (0x1D671, "M", "b"), + (0x1D672, "M", "c"), + (0x1D673, "M", "d"), + (0x1D674, "M", "e"), + (0x1D675, "M", "f"), + (0x1D676, "M", "g"), + (0x1D677, "M", "h"), + (0x1D678, "M", "i"), + (0x1D679, "M", "j"), + (0x1D67A, "M", "k"), + (0x1D67B, "M", "l"), + (0x1D67C, "M", "m"), + (0x1D67D, "M", "n"), + (0x1D67E, "M", "o"), + (0x1D67F, "M", "p"), + (0x1D680, "M", "q"), + (0x1D681, "M", "r"), + (0x1D682, "M", "s"), + ] + + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D683, "M", "t"), + (0x1D684, "M", "u"), + (0x1D685, "M", "v"), + (0x1D686, "M", "w"), + (0x1D687, "M", "x"), + (0x1D688, "M", "y"), + (0x1D689, "M", "z"), + (0x1D68A, "M", "a"), + (0x1D68B, "M", "b"), + (0x1D68C, "M", "c"), + (0x1D68D, "M", "d"), + (0x1D68E, "M", "e"), + (0x1D68F, "M", "f"), + (0x1D690, "M", "g"), + (0x1D691, "M", "h"), + (0x1D692, "M", "i"), + (0x1D693, "M", "j"), + (0x1D694, "M", "k"), + (0x1D695, "M", "l"), + (0x1D696, "M", "m"), + (0x1D697, "M", "n"), + (0x1D698, "M", "o"), + (0x1D699, "M", "p"), + (0x1D69A, "M", "q"), + (0x1D69B, "M", "r"), + (0x1D69C, "M", "s"), + (0x1D69D, "M", "t"), + (0x1D69E, "M", "u"), + (0x1D69F, "M", "v"), + (0x1D6A0, "M", "w"), + (0x1D6A1, "M", "x"), + (0x1D6A2, "M", "y"), + (0x1D6A3, "M", "z"), + (0x1D6A4, "M", "ı"), + (0x1D6A5, "M", "ȷ"), + (0x1D6A6, "X"), + (0x1D6A8, "M", "α"), + (0x1D6A9, "M", "β"), + (0x1D6AA, "M", "γ"), + (0x1D6AB, "M", "δ"), + (0x1D6AC, "M", "ε"), + (0x1D6AD, "M", "ζ"), + (0x1D6AE, "M", "η"), + (0x1D6AF, "M", "θ"), + (0x1D6B0, "M", "ι"), + (0x1D6B1, "M", "κ"), + (0x1D6B2, "M", "λ"), + (0x1D6B3, "M", "μ"), + (0x1D6B4, "M", "ν"), + (0x1D6B5, "M", "ξ"), + (0x1D6B6, "M", "ο"), + (0x1D6B7, "M", "π"), + (0x1D6B8, "M", "ρ"), + (0x1D6B9, "M", "θ"), + (0x1D6BA, "M", "σ"), + (0x1D6BB, "M", "τ"), + (0x1D6BC, "M", "υ"), + (0x1D6BD, "M", "φ"), + (0x1D6BE, "M", "χ"), + (0x1D6BF, "M", "ψ"), + (0x1D6C0, "M", "ω"), + (0x1D6C1, "M", "∇"), + (0x1D6C2, "M", "α"), + (0x1D6C3, "M", "β"), + (0x1D6C4, "M", "γ"), + (0x1D6C5, "M", "δ"), + (0x1D6C6, "M", "ε"), + (0x1D6C7, "M", "ζ"), + (0x1D6C8, "M", "η"), + (0x1D6C9, "M", "θ"), + (0x1D6CA, "M", "ι"), + (0x1D6CB, "M", "κ"), + (0x1D6CC, "M", "λ"), + (0x1D6CD, "M", "μ"), + (0x1D6CE, "M", "ν"), + (0x1D6CF, "M", "ξ"), + (0x1D6D0, "M", "ο"), + (0x1D6D1, "M", "π"), + (0x1D6D2, "M", "ρ"), + (0x1D6D3, "M", "σ"), + (0x1D6D5, "M", "τ"), + (0x1D6D6, "M", "υ"), + (0x1D6D7, "M", "φ"), + (0x1D6D8, "M", "χ"), + (0x1D6D9, "M", "ψ"), + (0x1D6DA, "M", "ω"), + (0x1D6DB, "M", "∂"), + (0x1D6DC, "M", "ε"), + (0x1D6DD, "M", "θ"), + (0x1D6DE, "M", "κ"), + (0x1D6DF, "M", "φ"), + (0x1D6E0, "M", "ρ"), + (0x1D6E1, "M", "π"), + (0x1D6E2, "M", "α"), + (0x1D6E3, "M", "β"), + (0x1D6E4, "M", "γ"), + (0x1D6E5, "M", "δ"), + (0x1D6E6, "M", "ε"), + (0x1D6E7, "M", "ζ"), + (0x1D6E8, "M", "η"), + ] + + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E9, "M", "θ"), + (0x1D6EA, "M", "ι"), + (0x1D6EB, "M", "κ"), + (0x1D6EC, "M", "λ"), + (0x1D6ED, "M", "μ"), + (0x1D6EE, "M", "ν"), + (0x1D6EF, "M", "ξ"), + (0x1D6F0, "M", "ο"), + (0x1D6F1, "M", "π"), + (0x1D6F2, "M", "ρ"), + (0x1D6F3, "M", "θ"), + (0x1D6F4, "M", "σ"), + (0x1D6F5, "M", "τ"), + (0x1D6F6, "M", "υ"), + (0x1D6F7, "M", "φ"), + (0x1D6F8, "M", "χ"), + (0x1D6F9, "M", "ψ"), + (0x1D6FA, "M", "ω"), + (0x1D6FB, "M", "∇"), + (0x1D6FC, "M", "α"), + (0x1D6FD, "M", "β"), + (0x1D6FE, "M", "γ"), + (0x1D6FF, "M", "δ"), + (0x1D700, "M", "ε"), + (0x1D701, "M", "ζ"), + (0x1D702, "M", "η"), + (0x1D703, "M", "θ"), + (0x1D704, "M", "ι"), + (0x1D705, "M", "κ"), + (0x1D706, "M", "λ"), + (0x1D707, "M", "μ"), + (0x1D708, "M", "ν"), + (0x1D709, "M", "ξ"), + (0x1D70A, "M", "ο"), + (0x1D70B, "M", "π"), + (0x1D70C, "M", "ρ"), + (0x1D70D, "M", "σ"), + (0x1D70F, "M", "τ"), + (0x1D710, "M", "υ"), + (0x1D711, "M", "φ"), + (0x1D712, "M", "χ"), + (0x1D713, "M", "ψ"), + (0x1D714, "M", "ω"), + (0x1D715, "M", "∂"), + (0x1D716, "M", "ε"), + (0x1D717, "M", "θ"), + (0x1D718, "M", "κ"), + (0x1D719, "M", "φ"), + (0x1D71A, "M", "ρ"), + (0x1D71B, "M", "π"), + (0x1D71C, "M", "α"), + (0x1D71D, "M", "β"), + (0x1D71E, "M", "γ"), + (0x1D71F, "M", "δ"), + (0x1D720, "M", "ε"), + (0x1D721, "M", "ζ"), + (0x1D722, "M", "η"), + (0x1D723, "M", "θ"), + (0x1D724, "M", "ι"), + (0x1D725, "M", "κ"), + (0x1D726, "M", "λ"), + (0x1D727, "M", "μ"), + (0x1D728, "M", "ν"), + (0x1D729, "M", "ξ"), + (0x1D72A, "M", "ο"), + (0x1D72B, "M", "π"), + (0x1D72C, "M", "ρ"), + (0x1D72D, "M", "θ"), + (0x1D72E, "M", "σ"), + (0x1D72F, "M", "τ"), + (0x1D730, "M", "υ"), + (0x1D731, "M", "φ"), + (0x1D732, "M", "χ"), + (0x1D733, "M", "ψ"), + (0x1D734, "M", "ω"), + (0x1D735, "M", "∇"), + (0x1D736, "M", "α"), + (0x1D737, "M", "β"), + (0x1D738, "M", "γ"), + (0x1D739, "M", "δ"), + (0x1D73A, "M", "ε"), + (0x1D73B, "M", "ζ"), + (0x1D73C, "M", "η"), + (0x1D73D, "M", "θ"), + (0x1D73E, "M", "ι"), + (0x1D73F, "M", "κ"), + (0x1D740, "M", "λ"), + (0x1D741, "M", "μ"), + (0x1D742, "M", "ν"), + (0x1D743, "M", "ξ"), + (0x1D744, "M", "ο"), + (0x1D745, "M", "π"), + (0x1D746, "M", "ρ"), + (0x1D747, "M", "σ"), + (0x1D749, "M", "τ"), + (0x1D74A, "M", "υ"), + (0x1D74B, "M", "φ"), + (0x1D74C, "M", "χ"), + (0x1D74D, "M", "ψ"), + (0x1D74E, "M", "ω"), + ] + + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74F, "M", "∂"), + (0x1D750, "M", "ε"), + (0x1D751, "M", "θ"), + (0x1D752, "M", "κ"), + (0x1D753, "M", "φ"), + (0x1D754, "M", "ρ"), + (0x1D755, "M", "π"), + (0x1D756, "M", "α"), + (0x1D757, "M", "β"), + (0x1D758, "M", "γ"), + (0x1D759, "M", "δ"), + (0x1D75A, "M", "ε"), + (0x1D75B, "M", "ζ"), + (0x1D75C, "M", "η"), + (0x1D75D, "M", "θ"), + (0x1D75E, "M", "ι"), + (0x1D75F, "M", "κ"), + (0x1D760, "M", "λ"), + (0x1D761, "M", "μ"), + (0x1D762, "M", "ν"), + (0x1D763, "M", "ξ"), + (0x1D764, "M", "ο"), + (0x1D765, "M", "π"), + (0x1D766, "M", "ρ"), + (0x1D767, "M", "θ"), + (0x1D768, "M", "σ"), + (0x1D769, "M", "τ"), + (0x1D76A, "M", "υ"), + (0x1D76B, "M", "φ"), + (0x1D76C, "M", "χ"), + (0x1D76D, "M", "ψ"), + (0x1D76E, "M", "ω"), + (0x1D76F, "M", "∇"), + (0x1D770, "M", "α"), + (0x1D771, "M", "β"), + (0x1D772, "M", "γ"), + (0x1D773, "M", "δ"), + (0x1D774, "M", "ε"), + (0x1D775, "M", "ζ"), + (0x1D776, "M", "η"), + (0x1D777, "M", "θ"), + (0x1D778, "M", "ι"), + (0x1D779, "M", "κ"), + (0x1D77A, "M", "λ"), + (0x1D77B, "M", "μ"), + (0x1D77C, "M", "ν"), + (0x1D77D, "M", "ξ"), + (0x1D77E, "M", "ο"), + (0x1D77F, "M", "π"), + (0x1D780, "M", "ρ"), + (0x1D781, "M", "σ"), + (0x1D783, "M", "τ"), + (0x1D784, "M", "υ"), + (0x1D785, "M", "φ"), + (0x1D786, "M", "χ"), + (0x1D787, "M", "ψ"), + (0x1D788, "M", "ω"), + (0x1D789, "M", "∂"), + (0x1D78A, "M", "ε"), + (0x1D78B, "M", "θ"), + (0x1D78C, "M", "κ"), + (0x1D78D, "M", "φ"), + (0x1D78E, "M", "ρ"), + (0x1D78F, "M", "π"), + (0x1D790, "M", "α"), + (0x1D791, "M", "β"), + (0x1D792, "M", "γ"), + (0x1D793, "M", "δ"), + (0x1D794, "M", "ε"), + (0x1D795, "M", "ζ"), + (0x1D796, "M", "η"), + (0x1D797, "M", "θ"), + (0x1D798, "M", "ι"), + (0x1D799, "M", "κ"), + (0x1D79A, "M", "λ"), + (0x1D79B, "M", "μ"), + (0x1D79C, "M", "ν"), + (0x1D79D, "M", "ξ"), + (0x1D79E, "M", "ο"), + (0x1D79F, "M", "π"), + (0x1D7A0, "M", "ρ"), + (0x1D7A1, "M", "θ"), + (0x1D7A2, "M", "σ"), + (0x1D7A3, "M", "τ"), + (0x1D7A4, "M", "υ"), + (0x1D7A5, "M", "φ"), + (0x1D7A6, "M", "χ"), + (0x1D7A7, "M", "ψ"), + (0x1D7A8, "M", "ω"), + (0x1D7A9, "M", "∇"), + (0x1D7AA, "M", "α"), + (0x1D7AB, "M", "β"), + (0x1D7AC, "M", "γ"), + (0x1D7AD, "M", "δ"), + (0x1D7AE, "M", "ε"), + (0x1D7AF, "M", "ζ"), + (0x1D7B0, "M", "η"), + (0x1D7B1, "M", "θ"), + (0x1D7B2, "M", "ι"), + (0x1D7B3, "M", "κ"), + ] + + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B4, "M", "λ"), + (0x1D7B5, "M", "μ"), + (0x1D7B6, "M", "ν"), + (0x1D7B7, "M", "ξ"), + (0x1D7B8, "M", "ο"), + (0x1D7B9, "M", "π"), + (0x1D7BA, "M", "ρ"), + (0x1D7BB, "M", "σ"), + (0x1D7BD, "M", "τ"), + (0x1D7BE, "M", "υ"), + (0x1D7BF, "M", "φ"), + (0x1D7C0, "M", "χ"), + (0x1D7C1, "M", "ψ"), + (0x1D7C2, "M", "ω"), + (0x1D7C3, "M", "∂"), + (0x1D7C4, "M", "ε"), + (0x1D7C5, "M", "θ"), + (0x1D7C6, "M", "κ"), + (0x1D7C7, "M", "φ"), + (0x1D7C8, "M", "ρ"), + (0x1D7C9, "M", "π"), + (0x1D7CA, "M", "ϝ"), + (0x1D7CC, "X"), + (0x1D7CE, "M", "0"), + (0x1D7CF, "M", "1"), + (0x1D7D0, "M", "2"), + (0x1D7D1, "M", "3"), + (0x1D7D2, "M", "4"), + (0x1D7D3, "M", "5"), + (0x1D7D4, "M", "6"), + (0x1D7D5, "M", "7"), + (0x1D7D6, "M", "8"), + (0x1D7D7, "M", "9"), + (0x1D7D8, "M", "0"), + (0x1D7D9, "M", "1"), + (0x1D7DA, "M", "2"), + (0x1D7DB, "M", "3"), + (0x1D7DC, "M", "4"), + (0x1D7DD, "M", "5"), + (0x1D7DE, "M", "6"), + (0x1D7DF, "M", "7"), + (0x1D7E0, "M", "8"), + (0x1D7E1, "M", "9"), + (0x1D7E2, "M", "0"), + (0x1D7E3, "M", "1"), + (0x1D7E4, "M", "2"), + (0x1D7E5, "M", "3"), + (0x1D7E6, "M", "4"), + (0x1D7E7, "M", "5"), + (0x1D7E8, "M", "6"), + (0x1D7E9, "M", "7"), + (0x1D7EA, "M", "8"), + (0x1D7EB, "M", "9"), + (0x1D7EC, "M", "0"), + (0x1D7ED, "M", "1"), + (0x1D7EE, "M", "2"), + (0x1D7EF, "M", "3"), + (0x1D7F0, "M", "4"), + (0x1D7F1, "M", "5"), + (0x1D7F2, "M", "6"), + (0x1D7F3, "M", "7"), + (0x1D7F4, "M", "8"), + (0x1D7F5, "M", "9"), + (0x1D7F6, "M", "0"), + (0x1D7F7, "M", "1"), + (0x1D7F8, "M", "2"), + (0x1D7F9, "M", "3"), + (0x1D7FA, "M", "4"), + (0x1D7FB, "M", "5"), + (0x1D7FC, "M", "6"), + (0x1D7FD, "M", "7"), + (0x1D7FE, "M", "8"), + (0x1D7FF, "M", "9"), + (0x1D800, "V"), + (0x1DA8C, "X"), + (0x1DA9B, "V"), + (0x1DAA0, "X"), + (0x1DAA1, "V"), + (0x1DAB0, "X"), + (0x1DF00, "V"), + (0x1DF1F, "X"), + (0x1DF25, "V"), + (0x1DF2B, "X"), + (0x1E000, "V"), + (0x1E007, "X"), + (0x1E008, "V"), + (0x1E019, "X"), + (0x1E01B, "V"), + (0x1E022, "X"), + (0x1E023, "V"), + (0x1E025, "X"), + (0x1E026, "V"), + (0x1E02B, "X"), + (0x1E030, "M", "а"), + (0x1E031, "M", "б"), + (0x1E032, "M", "в"), + (0x1E033, "M", "г"), + (0x1E034, "M", "д"), + (0x1E035, "M", "е"), + (0x1E036, "M", "ж"), + ] + + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E037, "M", "з"), + (0x1E038, "M", "и"), + (0x1E039, "M", "к"), + (0x1E03A, "M", "л"), + (0x1E03B, "M", "м"), + (0x1E03C, "M", "о"), + (0x1E03D, "M", "п"), + (0x1E03E, "M", "р"), + (0x1E03F, "M", "с"), + (0x1E040, "M", "т"), + (0x1E041, "M", "у"), + (0x1E042, "M", "ф"), + (0x1E043, "M", "х"), + (0x1E044, "M", "ц"), + (0x1E045, "M", "ч"), + (0x1E046, "M", "ш"), + (0x1E047, "M", "ы"), + (0x1E048, "M", "э"), + (0x1E049, "M", "ю"), + (0x1E04A, "M", "ꚉ"), + (0x1E04B, "M", "ә"), + (0x1E04C, "M", "і"), + (0x1E04D, "M", "ј"), + (0x1E04E, "M", "ө"), + (0x1E04F, "M", "ү"), + (0x1E050, "M", "ӏ"), + (0x1E051, "M", "а"), + (0x1E052, "M", "б"), + (0x1E053, "M", "в"), + (0x1E054, "M", "г"), + (0x1E055, "M", "д"), + (0x1E056, "M", "е"), + (0x1E057, "M", "ж"), + (0x1E058, "M", "з"), + (0x1E059, "M", "и"), + (0x1E05A, "M", "к"), + (0x1E05B, "M", "л"), + (0x1E05C, "M", "о"), + (0x1E05D, "M", "п"), + (0x1E05E, "M", "с"), + (0x1E05F, "M", "у"), + (0x1E060, "M", "ф"), + (0x1E061, "M", "х"), + (0x1E062, "M", "ц"), + (0x1E063, "M", "ч"), + (0x1E064, "M", "ш"), + (0x1E065, "M", "ъ"), + (0x1E066, "M", "ы"), + (0x1E067, "M", "ґ"), + (0x1E068, "M", "і"), + (0x1E069, "M", "ѕ"), + (0x1E06A, "M", "џ"), + (0x1E06B, "M", "ҫ"), + (0x1E06C, "M", "ꙑ"), + (0x1E06D, "M", "ұ"), + (0x1E06E, "X"), + (0x1E08F, "V"), + (0x1E090, "X"), + (0x1E100, "V"), + (0x1E12D, "X"), + (0x1E130, "V"), + (0x1E13E, "X"), + (0x1E140, "V"), + (0x1E14A, "X"), + (0x1E14E, "V"), + (0x1E150, "X"), + (0x1E290, "V"), + (0x1E2AF, "X"), + (0x1E2C0, "V"), + (0x1E2FA, "X"), + (0x1E2FF, "V"), + (0x1E300, "X"), + (0x1E4D0, "V"), + (0x1E4FA, "X"), + (0x1E7E0, "V"), + (0x1E7E7, "X"), + (0x1E7E8, "V"), + (0x1E7EC, "X"), + (0x1E7ED, "V"), + (0x1E7EF, "X"), + (0x1E7F0, "V"), + (0x1E7FF, "X"), + (0x1E800, "V"), + (0x1E8C5, "X"), + (0x1E8C7, "V"), + (0x1E8D7, "X"), + (0x1E900, "M", "𞤢"), + (0x1E901, "M", "𞤣"), + (0x1E902, "M", "𞤤"), + (0x1E903, "M", "𞤥"), + (0x1E904, "M", "𞤦"), + (0x1E905, "M", "𞤧"), + (0x1E906, "M", "𞤨"), + (0x1E907, "M", "𞤩"), + (0x1E908, "M", "𞤪"), + (0x1E909, "M", "𞤫"), + (0x1E90A, "M", "𞤬"), + (0x1E90B, "M", "𞤭"), + (0x1E90C, "M", "𞤮"), + (0x1E90D, "M", "𞤯"), + ] + + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90E, "M", "𞤰"), + (0x1E90F, "M", "𞤱"), + (0x1E910, "M", "𞤲"), + (0x1E911, "M", "𞤳"), + (0x1E912, "M", "𞤴"), + (0x1E913, "M", "𞤵"), + (0x1E914, "M", "𞤶"), + (0x1E915, "M", "𞤷"), + (0x1E916, "M", "𞤸"), + (0x1E917, "M", "𞤹"), + (0x1E918, "M", "𞤺"), + (0x1E919, "M", "𞤻"), + (0x1E91A, "M", "𞤼"), + (0x1E91B, "M", "𞤽"), + (0x1E91C, "M", "𞤾"), + (0x1E91D, "M", "𞤿"), + (0x1E91E, "M", "𞥀"), + (0x1E91F, "M", "𞥁"), + (0x1E920, "M", "𞥂"), + (0x1E921, "M", "𞥃"), + (0x1E922, "V"), + (0x1E94C, "X"), + (0x1E950, "V"), + (0x1E95A, "X"), + (0x1E95E, "V"), + (0x1E960, "X"), + (0x1EC71, "V"), + (0x1ECB5, "X"), + (0x1ED01, "V"), + (0x1ED3E, "X"), + (0x1EE00, "M", "ا"), + (0x1EE01, "M", "ب"), + (0x1EE02, "M", "ج"), + (0x1EE03, "M", "د"), + (0x1EE04, "X"), + (0x1EE05, "M", "و"), + (0x1EE06, "M", "ز"), + (0x1EE07, "M", "ح"), + (0x1EE08, "M", "ط"), + (0x1EE09, "M", "ي"), + (0x1EE0A, "M", "ك"), + (0x1EE0B, "M", "ل"), + (0x1EE0C, "M", "م"), + (0x1EE0D, "M", "ن"), + (0x1EE0E, "M", "س"), + (0x1EE0F, "M", "ع"), + (0x1EE10, "M", "ف"), + (0x1EE11, "M", "ص"), + (0x1EE12, "M", "ق"), + (0x1EE13, "M", "ر"), + (0x1EE14, "M", "ش"), + (0x1EE15, "M", "ت"), + (0x1EE16, "M", "ث"), + (0x1EE17, "M", "خ"), + (0x1EE18, "M", "ذ"), + (0x1EE19, "M", "ض"), + (0x1EE1A, "M", "ظ"), + (0x1EE1B, "M", "غ"), + (0x1EE1C, "M", "ٮ"), + (0x1EE1D, "M", "ں"), + (0x1EE1E, "M", "ڡ"), + (0x1EE1F, "M", "ٯ"), + (0x1EE20, "X"), + (0x1EE21, "M", "ب"), + (0x1EE22, "M", "ج"), + (0x1EE23, "X"), + (0x1EE24, "M", "ه"), + (0x1EE25, "X"), + (0x1EE27, "M", "ح"), + (0x1EE28, "X"), + (0x1EE29, "M", "ي"), + (0x1EE2A, "M", "ك"), + (0x1EE2B, "M", "ل"), + (0x1EE2C, "M", "م"), + (0x1EE2D, "M", "ن"), + (0x1EE2E, "M", "س"), + (0x1EE2F, "M", "ع"), + (0x1EE30, "M", "ف"), + (0x1EE31, "M", "ص"), + (0x1EE32, "M", "ق"), + (0x1EE33, "X"), + (0x1EE34, "M", "ش"), + (0x1EE35, "M", "ت"), + (0x1EE36, "M", "ث"), + (0x1EE37, "M", "خ"), + (0x1EE38, "X"), + (0x1EE39, "M", "ض"), + (0x1EE3A, "X"), + (0x1EE3B, "M", "غ"), + (0x1EE3C, "X"), + (0x1EE42, "M", "ج"), + (0x1EE43, "X"), + (0x1EE47, "M", "ح"), + (0x1EE48, "X"), + (0x1EE49, "M", "ي"), + (0x1EE4A, "X"), + (0x1EE4B, "M", "ل"), + (0x1EE4C, "X"), + (0x1EE4D, "M", "ن"), + (0x1EE4E, "M", "س"), + ] + + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4F, "M", "ع"), + (0x1EE50, "X"), + (0x1EE51, "M", "ص"), + (0x1EE52, "M", "ق"), + (0x1EE53, "X"), + (0x1EE54, "M", "ش"), + (0x1EE55, "X"), + (0x1EE57, "M", "خ"), + (0x1EE58, "X"), + (0x1EE59, "M", "ض"), + (0x1EE5A, "X"), + (0x1EE5B, "M", "غ"), + (0x1EE5C, "X"), + (0x1EE5D, "M", "ں"), + (0x1EE5E, "X"), + (0x1EE5F, "M", "ٯ"), + (0x1EE60, "X"), + (0x1EE61, "M", "ب"), + (0x1EE62, "M", "ج"), + (0x1EE63, "X"), + (0x1EE64, "M", "ه"), + (0x1EE65, "X"), + (0x1EE67, "M", "ح"), + (0x1EE68, "M", "ط"), + (0x1EE69, "M", "ي"), + (0x1EE6A, "M", "ك"), + (0x1EE6B, "X"), + (0x1EE6C, "M", "م"), + (0x1EE6D, "M", "ن"), + (0x1EE6E, "M", "س"), + (0x1EE6F, "M", "ع"), + (0x1EE70, "M", "ف"), + (0x1EE71, "M", "ص"), + (0x1EE72, "M", "ق"), + (0x1EE73, "X"), + (0x1EE74, "M", "ش"), + (0x1EE75, "M", "ت"), + (0x1EE76, "M", "ث"), + (0x1EE77, "M", "خ"), + (0x1EE78, "X"), + (0x1EE79, "M", "ض"), + (0x1EE7A, "M", "ظ"), + (0x1EE7B, "M", "غ"), + (0x1EE7C, "M", "ٮ"), + (0x1EE7D, "X"), + (0x1EE7E, "M", "ڡ"), + (0x1EE7F, "X"), + (0x1EE80, "M", "ا"), + (0x1EE81, "M", "ب"), + (0x1EE82, "M", "ج"), + (0x1EE83, "M", "د"), + (0x1EE84, "M", "ه"), + (0x1EE85, "M", "و"), + (0x1EE86, "M", "ز"), + (0x1EE87, "M", "ح"), + (0x1EE88, "M", "ط"), + (0x1EE89, "M", "ي"), + (0x1EE8A, "X"), + (0x1EE8B, "M", "ل"), + (0x1EE8C, "M", "م"), + (0x1EE8D, "M", "ن"), + (0x1EE8E, "M", "س"), + (0x1EE8F, "M", "ع"), + (0x1EE90, "M", "ف"), + (0x1EE91, "M", "ص"), + (0x1EE92, "M", "ق"), + (0x1EE93, "M", "ر"), + (0x1EE94, "M", "ش"), + (0x1EE95, "M", "ت"), + (0x1EE96, "M", "ث"), + (0x1EE97, "M", "خ"), + (0x1EE98, "M", "ذ"), + (0x1EE99, "M", "ض"), + (0x1EE9A, "M", "ظ"), + (0x1EE9B, "M", "غ"), + (0x1EE9C, "X"), + (0x1EEA1, "M", "ب"), + (0x1EEA2, "M", "ج"), + (0x1EEA3, "M", "د"), + (0x1EEA4, "X"), + (0x1EEA5, "M", "و"), + (0x1EEA6, "M", "ز"), + (0x1EEA7, "M", "ح"), + (0x1EEA8, "M", "ط"), + (0x1EEA9, "M", "ي"), + (0x1EEAA, "X"), + (0x1EEAB, "M", "ل"), + (0x1EEAC, "M", "م"), + (0x1EEAD, "M", "ن"), + (0x1EEAE, "M", "س"), + (0x1EEAF, "M", "ع"), + (0x1EEB0, "M", "ف"), + (0x1EEB1, "M", "ص"), + (0x1EEB2, "M", "ق"), + (0x1EEB3, "M", "ر"), + (0x1EEB4, "M", "ش"), + (0x1EEB5, "M", "ت"), + (0x1EEB6, "M", "ث"), + (0x1EEB7, "M", "خ"), + (0x1EEB8, "M", "ذ"), + ] + + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB9, "M", "ض"), + (0x1EEBA, "M", "ظ"), + (0x1EEBB, "M", "غ"), + (0x1EEBC, "X"), + (0x1EEF0, "V"), + (0x1EEF2, "X"), + (0x1F000, "V"), + (0x1F02C, "X"), + (0x1F030, "V"), + (0x1F094, "X"), + (0x1F0A0, "V"), + (0x1F0AF, "X"), + (0x1F0B1, "V"), + (0x1F0C0, "X"), + (0x1F0C1, "V"), + (0x1F0D0, "X"), + (0x1F0D1, "V"), + (0x1F0F6, "X"), + (0x1F101, "3", "0,"), + (0x1F102, "3", "1,"), + (0x1F103, "3", "2,"), + (0x1F104, "3", "3,"), + (0x1F105, "3", "4,"), + (0x1F106, "3", "5,"), + (0x1F107, "3", "6,"), + (0x1F108, "3", "7,"), + (0x1F109, "3", "8,"), + (0x1F10A, "3", "9,"), + (0x1F10B, "V"), + (0x1F110, "3", "(a)"), + (0x1F111, "3", "(b)"), + (0x1F112, "3", "(c)"), + (0x1F113, "3", "(d)"), + (0x1F114, "3", "(e)"), + (0x1F115, "3", "(f)"), + (0x1F116, "3", "(g)"), + (0x1F117, "3", "(h)"), + (0x1F118, "3", "(i)"), + (0x1F119, "3", "(j)"), + (0x1F11A, "3", "(k)"), + (0x1F11B, "3", "(l)"), + (0x1F11C, "3", "(m)"), + (0x1F11D, "3", "(n)"), + (0x1F11E, "3", "(o)"), + (0x1F11F, "3", "(p)"), + (0x1F120, "3", "(q)"), + (0x1F121, "3", "(r)"), + (0x1F122, "3", "(s)"), + (0x1F123, "3", "(t)"), + (0x1F124, "3", "(u)"), + (0x1F125, "3", "(v)"), + (0x1F126, "3", "(w)"), + (0x1F127, "3", "(x)"), + (0x1F128, "3", "(y)"), + (0x1F129, "3", "(z)"), + (0x1F12A, "M", "〔s〕"), + (0x1F12B, "M", "c"), + (0x1F12C, "M", "r"), + (0x1F12D, "M", "cd"), + (0x1F12E, "M", "wz"), + (0x1F12F, "V"), + (0x1F130, "M", "a"), + (0x1F131, "M", "b"), + (0x1F132, "M", "c"), + (0x1F133, "M", "d"), + (0x1F134, "M", "e"), + (0x1F135, "M", "f"), + (0x1F136, "M", "g"), + (0x1F137, "M", "h"), + (0x1F138, "M", "i"), + (0x1F139, "M", "j"), + (0x1F13A, "M", "k"), + (0x1F13B, "M", "l"), + (0x1F13C, "M", "m"), + (0x1F13D, "M", "n"), + (0x1F13E, "M", "o"), + (0x1F13F, "M", "p"), + (0x1F140, "M", "q"), + (0x1F141, "M", "r"), + (0x1F142, "M", "s"), + (0x1F143, "M", "t"), + (0x1F144, "M", "u"), + (0x1F145, "M", "v"), + (0x1F146, "M", "w"), + (0x1F147, "M", "x"), + (0x1F148, "M", "y"), + (0x1F149, "M", "z"), + (0x1F14A, "M", "hv"), + (0x1F14B, "M", "mv"), + (0x1F14C, "M", "sd"), + (0x1F14D, "M", "ss"), + (0x1F14E, "M", "ppv"), + (0x1F14F, "M", "wc"), + (0x1F150, "V"), + (0x1F16A, "M", "mc"), + (0x1F16B, "M", "md"), + (0x1F16C, "M", "mr"), + (0x1F16D, "V"), + (0x1F190, "M", "dj"), + (0x1F191, "V"), + ] + + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F1AE, "X"), + (0x1F1E6, "V"), + (0x1F200, "M", "ほか"), + (0x1F201, "M", "ココ"), + (0x1F202, "M", "サ"), + (0x1F203, "X"), + (0x1F210, "M", "手"), + (0x1F211, "M", "字"), + (0x1F212, "M", "双"), + (0x1F213, "M", "デ"), + (0x1F214, "M", "二"), + (0x1F215, "M", "多"), + (0x1F216, "M", "解"), + (0x1F217, "M", "天"), + (0x1F218, "M", "交"), + (0x1F219, "M", "映"), + (0x1F21A, "M", "無"), + (0x1F21B, "M", "料"), + (0x1F21C, "M", "前"), + (0x1F21D, "M", "後"), + (0x1F21E, "M", "再"), + (0x1F21F, "M", "新"), + (0x1F220, "M", "初"), + (0x1F221, "M", "終"), + (0x1F222, "M", "生"), + (0x1F223, "M", "販"), + (0x1F224, "M", "声"), + (0x1F225, "M", "吹"), + (0x1F226, "M", "演"), + (0x1F227, "M", "投"), + (0x1F228, "M", "捕"), + (0x1F229, "M", "一"), + (0x1F22A, "M", "三"), + (0x1F22B, "M", "遊"), + (0x1F22C, "M", "左"), + (0x1F22D, "M", "中"), + (0x1F22E, "M", "右"), + (0x1F22F, "M", "指"), + (0x1F230, "M", "走"), + (0x1F231, "M", "打"), + (0x1F232, "M", "禁"), + (0x1F233, "M", "空"), + (0x1F234, "M", "合"), + (0x1F235, "M", "満"), + (0x1F236, "M", "有"), + (0x1F237, "M", "月"), + (0x1F238, "M", "申"), + (0x1F239, "M", "割"), + (0x1F23A, "M", "営"), + (0x1F23B, "M", "配"), + (0x1F23C, "X"), + (0x1F240, "M", "〔本〕"), + (0x1F241, "M", "〔三〕"), + (0x1F242, "M", "〔二〕"), + (0x1F243, "M", "〔安〕"), + (0x1F244, "M", "〔点〕"), + (0x1F245, "M", "〔打〕"), + (0x1F246, "M", "〔盗〕"), + (0x1F247, "M", "〔勝〕"), + (0x1F248, "M", "〔敗〕"), + (0x1F249, "X"), + (0x1F250, "M", "得"), + (0x1F251, "M", "可"), + (0x1F252, "X"), + (0x1F260, "V"), + (0x1F266, "X"), + (0x1F300, "V"), + (0x1F6D8, "X"), + (0x1F6DC, "V"), + (0x1F6ED, "X"), + (0x1F6F0, "V"), + (0x1F6FD, "X"), + (0x1F700, "V"), + (0x1F777, "X"), + (0x1F77B, "V"), + (0x1F7DA, "X"), + (0x1F7E0, "V"), + (0x1F7EC, "X"), + (0x1F7F0, "V"), + (0x1F7F1, "X"), + (0x1F800, "V"), + (0x1F80C, "X"), + (0x1F810, "V"), + (0x1F848, "X"), + (0x1F850, "V"), + (0x1F85A, "X"), + (0x1F860, "V"), + (0x1F888, "X"), + (0x1F890, "V"), + (0x1F8AE, "X"), + (0x1F8B0, "V"), + (0x1F8B2, "X"), + (0x1F900, "V"), + (0x1FA54, "X"), + (0x1FA60, "V"), + (0x1FA6E, "X"), + (0x1FA70, "V"), + (0x1FA7D, "X"), + (0x1FA80, "V"), + (0x1FA89, "X"), + ] + + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA90, "V"), + (0x1FABE, "X"), + (0x1FABF, "V"), + (0x1FAC6, "X"), + (0x1FACE, "V"), + (0x1FADC, "X"), + (0x1FAE0, "V"), + (0x1FAE9, "X"), + (0x1FAF0, "V"), + (0x1FAF9, "X"), + (0x1FB00, "V"), + (0x1FB93, "X"), + (0x1FB94, "V"), + (0x1FBCB, "X"), + (0x1FBF0, "M", "0"), + (0x1FBF1, "M", "1"), + (0x1FBF2, "M", "2"), + (0x1FBF3, "M", "3"), + (0x1FBF4, "M", "4"), + (0x1FBF5, "M", "5"), + (0x1FBF6, "M", "6"), + (0x1FBF7, "M", "7"), + (0x1FBF8, "M", "8"), + (0x1FBF9, "M", "9"), + (0x1FBFA, "X"), + (0x20000, "V"), + (0x2A6E0, "X"), + (0x2A700, "V"), + (0x2B73A, "X"), + (0x2B740, "V"), + (0x2B81E, "X"), + (0x2B820, "V"), + (0x2CEA2, "X"), + (0x2CEB0, "V"), + (0x2EBE1, "X"), + (0x2EBF0, "V"), + (0x2EE5E, "X"), + (0x2F800, "M", "丽"), + (0x2F801, "M", "丸"), + (0x2F802, "M", "乁"), + (0x2F803, "M", "𠄢"), + (0x2F804, "M", "你"), + (0x2F805, "M", "侮"), + (0x2F806, "M", "侻"), + (0x2F807, "M", "倂"), + (0x2F808, "M", "偺"), + (0x2F809, "M", "備"), + (0x2F80A, "M", "僧"), + (0x2F80B, "M", "像"), + (0x2F80C, "M", "㒞"), + (0x2F80D, "M", "𠘺"), + (0x2F80E, "M", "免"), + (0x2F80F, "M", "兔"), + (0x2F810, "M", "兤"), + (0x2F811, "M", "具"), + (0x2F812, "M", "𠔜"), + (0x2F813, "M", "㒹"), + (0x2F814, "M", "內"), + (0x2F815, "M", "再"), + (0x2F816, "M", "𠕋"), + (0x2F817, "M", "冗"), + (0x2F818, "M", "冤"), + (0x2F819, "M", "仌"), + (0x2F81A, "M", "冬"), + (0x2F81B, "M", "况"), + (0x2F81C, "M", "𩇟"), + (0x2F81D, "M", "凵"), + (0x2F81E, "M", "刃"), + (0x2F81F, "M", "㓟"), + (0x2F820, "M", "刻"), + (0x2F821, "M", "剆"), + (0x2F822, "M", "割"), + (0x2F823, "M", "剷"), + (0x2F824, "M", "㔕"), + (0x2F825, "M", "勇"), + (0x2F826, "M", "勉"), + (0x2F827, "M", "勤"), + (0x2F828, "M", "勺"), + (0x2F829, "M", "包"), + (0x2F82A, "M", "匆"), + (0x2F82B, "M", "北"), + (0x2F82C, "M", "卉"), + (0x2F82D, "M", "卑"), + (0x2F82E, "M", "博"), + (0x2F82F, "M", "即"), + (0x2F830, "M", "卽"), + (0x2F831, "M", "卿"), + (0x2F834, "M", "𠨬"), + (0x2F835, "M", "灰"), + (0x2F836, "M", "及"), + (0x2F837, "M", "叟"), + (0x2F838, "M", "𠭣"), + (0x2F839, "M", "叫"), + (0x2F83A, "M", "叱"), + (0x2F83B, "M", "吆"), + (0x2F83C, "M", "咞"), + (0x2F83D, "M", "吸"), + (0x2F83E, "M", "呈"), + (0x2F83F, "M", "周"), + (0x2F840, "M", "咢"), + ] + + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F841, "M", "哶"), + (0x2F842, "M", "唐"), + (0x2F843, "M", "啓"), + (0x2F844, "M", "啣"), + (0x2F845, "M", "善"), + (0x2F847, "M", "喙"), + (0x2F848, "M", "喫"), + (0x2F849, "M", "喳"), + (0x2F84A, "M", "嗂"), + (0x2F84B, "M", "圖"), + (0x2F84C, "M", "嘆"), + (0x2F84D, "M", "圗"), + (0x2F84E, "M", "噑"), + (0x2F84F, "M", "噴"), + (0x2F850, "M", "切"), + (0x2F851, "M", "壮"), + (0x2F852, "M", "城"), + (0x2F853, "M", "埴"), + (0x2F854, "M", "堍"), + (0x2F855, "M", "型"), + (0x2F856, "M", "堲"), + (0x2F857, "M", "報"), + (0x2F858, "M", "墬"), + (0x2F859, "M", "𡓤"), + (0x2F85A, "M", "売"), + (0x2F85B, "M", "壷"), + (0x2F85C, "M", "夆"), + (0x2F85D, "M", "多"), + (0x2F85E, "M", "夢"), + (0x2F85F, "M", "奢"), + (0x2F860, "M", "𡚨"), + (0x2F861, "M", "𡛪"), + (0x2F862, "M", "姬"), + (0x2F863, "M", "娛"), + (0x2F864, "M", "娧"), + (0x2F865, "M", "姘"), + (0x2F866, "M", "婦"), + (0x2F867, "M", "㛮"), + (0x2F868, "X"), + (0x2F869, "M", "嬈"), + (0x2F86A, "M", "嬾"), + (0x2F86C, "M", "𡧈"), + (0x2F86D, "M", "寃"), + (0x2F86E, "M", "寘"), + (0x2F86F, "M", "寧"), + (0x2F870, "M", "寳"), + (0x2F871, "M", "𡬘"), + (0x2F872, "M", "寿"), + (0x2F873, "M", "将"), + (0x2F874, "X"), + (0x2F875, "M", "尢"), + (0x2F876, "M", "㞁"), + (0x2F877, "M", "屠"), + (0x2F878, "M", "屮"), + (0x2F879, "M", "峀"), + (0x2F87A, "M", "岍"), + (0x2F87B, "M", "𡷤"), + (0x2F87C, "M", "嵃"), + (0x2F87D, "M", "𡷦"), + (0x2F87E, "M", "嵮"), + (0x2F87F, "M", "嵫"), + (0x2F880, "M", "嵼"), + (0x2F881, "M", "巡"), + (0x2F882, "M", "巢"), + (0x2F883, "M", "㠯"), + (0x2F884, "M", "巽"), + (0x2F885, "M", "帨"), + (0x2F886, "M", "帽"), + (0x2F887, "M", "幩"), + (0x2F888, "M", "㡢"), + (0x2F889, "M", "𢆃"), + (0x2F88A, "M", "㡼"), + (0x2F88B, "M", "庰"), + (0x2F88C, "M", "庳"), + (0x2F88D, "M", "庶"), + (0x2F88E, "M", "廊"), + (0x2F88F, "M", "𪎒"), + (0x2F890, "M", "廾"), + (0x2F891, "M", "𢌱"), + (0x2F893, "M", "舁"), + (0x2F894, "M", "弢"), + (0x2F896, "M", "㣇"), + (0x2F897, "M", "𣊸"), + (0x2F898, "M", "𦇚"), + (0x2F899, "M", "形"), + (0x2F89A, "M", "彫"), + (0x2F89B, "M", "㣣"), + (0x2F89C, "M", "徚"), + (0x2F89D, "M", "忍"), + (0x2F89E, "M", "志"), + (0x2F89F, "M", "忹"), + (0x2F8A0, "M", "悁"), + (0x2F8A1, "M", "㤺"), + (0x2F8A2, "M", "㤜"), + (0x2F8A3, "M", "悔"), + (0x2F8A4, "M", "𢛔"), + (0x2F8A5, "M", "惇"), + (0x2F8A6, "M", "慈"), + (0x2F8A7, "M", "慌"), + (0x2F8A8, "M", "慎"), + ] + + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A9, "M", "慌"), + (0x2F8AA, "M", "慺"), + (0x2F8AB, "M", "憎"), + (0x2F8AC, "M", "憲"), + (0x2F8AD, "M", "憤"), + (0x2F8AE, "M", "憯"), + (0x2F8AF, "M", "懞"), + (0x2F8B0, "M", "懲"), + (0x2F8B1, "M", "懶"), + (0x2F8B2, "M", "成"), + (0x2F8B3, "M", "戛"), + (0x2F8B4, "M", "扝"), + (0x2F8B5, "M", "抱"), + (0x2F8B6, "M", "拔"), + (0x2F8B7, "M", "捐"), + (0x2F8B8, "M", "𢬌"), + (0x2F8B9, "M", "挽"), + (0x2F8BA, "M", "拼"), + (0x2F8BB, "M", "捨"), + (0x2F8BC, "M", "掃"), + (0x2F8BD, "M", "揤"), + (0x2F8BE, "M", "𢯱"), + (0x2F8BF, "M", "搢"), + (0x2F8C0, "M", "揅"), + (0x2F8C1, "M", "掩"), + (0x2F8C2, "M", "㨮"), + (0x2F8C3, "M", "摩"), + (0x2F8C4, "M", "摾"), + (0x2F8C5, "M", "撝"), + (0x2F8C6, "M", "摷"), + (0x2F8C7, "M", "㩬"), + (0x2F8C8, "M", "敏"), + (0x2F8C9, "M", "敬"), + (0x2F8CA, "M", "𣀊"), + (0x2F8CB, "M", "旣"), + (0x2F8CC, "M", "書"), + (0x2F8CD, "M", "晉"), + (0x2F8CE, "M", "㬙"), + (0x2F8CF, "M", "暑"), + (0x2F8D0, "M", "㬈"), + (0x2F8D1, "M", "㫤"), + (0x2F8D2, "M", "冒"), + (0x2F8D3, "M", "冕"), + (0x2F8D4, "M", "最"), + (0x2F8D5, "M", "暜"), + (0x2F8D6, "M", "肭"), + (0x2F8D7, "M", "䏙"), + (0x2F8D8, "M", "朗"), + (0x2F8D9, "M", "望"), + (0x2F8DA, "M", "朡"), + (0x2F8DB, "M", "杞"), + (0x2F8DC, "M", "杓"), + (0x2F8DD, "M", "𣏃"), + (0x2F8DE, "M", "㭉"), + (0x2F8DF, "M", "柺"), + (0x2F8E0, "M", "枅"), + (0x2F8E1, "M", "桒"), + (0x2F8E2, "M", "梅"), + (0x2F8E3, "M", "𣑭"), + (0x2F8E4, "M", "梎"), + (0x2F8E5, "M", "栟"), + (0x2F8E6, "M", "椔"), + (0x2F8E7, "M", "㮝"), + (0x2F8E8, "M", "楂"), + (0x2F8E9, "M", "榣"), + (0x2F8EA, "M", "槪"), + (0x2F8EB, "M", "檨"), + (0x2F8EC, "M", "𣚣"), + (0x2F8ED, "M", "櫛"), + (0x2F8EE, "M", "㰘"), + (0x2F8EF, "M", "次"), + (0x2F8F0, "M", "𣢧"), + (0x2F8F1, "M", "歔"), + (0x2F8F2, "M", "㱎"), + (0x2F8F3, "M", "歲"), + (0x2F8F4, "M", "殟"), + (0x2F8F5, "M", "殺"), + (0x2F8F6, "M", "殻"), + (0x2F8F7, "M", "𣪍"), + (0x2F8F8, "M", "𡴋"), + (0x2F8F9, "M", "𣫺"), + (0x2F8FA, "M", "汎"), + (0x2F8FB, "M", "𣲼"), + (0x2F8FC, "M", "沿"), + (0x2F8FD, "M", "泍"), + (0x2F8FE, "M", "汧"), + (0x2F8FF, "M", "洖"), + (0x2F900, "M", "派"), + (0x2F901, "M", "海"), + (0x2F902, "M", "流"), + (0x2F903, "M", "浩"), + (0x2F904, "M", "浸"), + (0x2F905, "M", "涅"), + (0x2F906, "M", "𣴞"), + (0x2F907, "M", "洴"), + (0x2F908, "M", "港"), + (0x2F909, "M", "湮"), + (0x2F90A, "M", "㴳"), + (0x2F90B, "M", "滋"), + (0x2F90C, "M", "滇"), + ] + + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90D, "M", "𣻑"), + (0x2F90E, "M", "淹"), + (0x2F90F, "M", "潮"), + (0x2F910, "M", "𣽞"), + (0x2F911, "M", "𣾎"), + (0x2F912, "M", "濆"), + (0x2F913, "M", "瀹"), + (0x2F914, "M", "瀞"), + (0x2F915, "M", "瀛"), + (0x2F916, "M", "㶖"), + (0x2F917, "M", "灊"), + (0x2F918, "M", "災"), + (0x2F919, "M", "灷"), + (0x2F91A, "M", "炭"), + (0x2F91B, "M", "𠔥"), + (0x2F91C, "M", "煅"), + (0x2F91D, "M", "𤉣"), + (0x2F91E, "M", "熜"), + (0x2F91F, "X"), + (0x2F920, "M", "爨"), + (0x2F921, "M", "爵"), + (0x2F922, "M", "牐"), + (0x2F923, "M", "𤘈"), + (0x2F924, "M", "犀"), + (0x2F925, "M", "犕"), + (0x2F926, "M", "𤜵"), + (0x2F927, "M", "𤠔"), + (0x2F928, "M", "獺"), + (0x2F929, "M", "王"), + (0x2F92A, "M", "㺬"), + (0x2F92B, "M", "玥"), + (0x2F92C, "M", "㺸"), + (0x2F92E, "M", "瑇"), + (0x2F92F, "M", "瑜"), + (0x2F930, "M", "瑱"), + (0x2F931, "M", "璅"), + (0x2F932, "M", "瓊"), + (0x2F933, "M", "㼛"), + (0x2F934, "M", "甤"), + (0x2F935, "M", "𤰶"), + (0x2F936, "M", "甾"), + (0x2F937, "M", "𤲒"), + (0x2F938, "M", "異"), + (0x2F939, "M", "𢆟"), + (0x2F93A, "M", "瘐"), + (0x2F93B, "M", "𤾡"), + (0x2F93C, "M", "𤾸"), + (0x2F93D, "M", "𥁄"), + (0x2F93E, "M", "㿼"), + (0x2F93F, "M", "䀈"), + (0x2F940, "M", "直"), + (0x2F941, "M", "𥃳"), + (0x2F942, "M", "𥃲"), + (0x2F943, "M", "𥄙"), + (0x2F944, "M", "𥄳"), + (0x2F945, "M", "眞"), + (0x2F946, "M", "真"), + (0x2F948, "M", "睊"), + (0x2F949, "M", "䀹"), + (0x2F94A, "M", "瞋"), + (0x2F94B, "M", "䁆"), + (0x2F94C, "M", "䂖"), + (0x2F94D, "M", "𥐝"), + (0x2F94E, "M", "硎"), + (0x2F94F, "M", "碌"), + (0x2F950, "M", "磌"), + (0x2F951, "M", "䃣"), + (0x2F952, "M", "𥘦"), + (0x2F953, "M", "祖"), + (0x2F954, "M", "𥚚"), + (0x2F955, "M", "𥛅"), + (0x2F956, "M", "福"), + (0x2F957, "M", "秫"), + (0x2F958, "M", "䄯"), + (0x2F959, "M", "穀"), + (0x2F95A, "M", "穊"), + (0x2F95B, "M", "穏"), + (0x2F95C, "M", "𥥼"), + (0x2F95D, "M", "𥪧"), + (0x2F95F, "X"), + (0x2F960, "M", "䈂"), + (0x2F961, "M", "𥮫"), + (0x2F962, "M", "篆"), + (0x2F963, "M", "築"), + (0x2F964, "M", "䈧"), + (0x2F965, "M", "𥲀"), + (0x2F966, "M", "糒"), + (0x2F967, "M", "䊠"), + (0x2F968, "M", "糨"), + (0x2F969, "M", "糣"), + (0x2F96A, "M", "紀"), + (0x2F96B, "M", "𥾆"), + (0x2F96C, "M", "絣"), + (0x2F96D, "M", "䌁"), + (0x2F96E, "M", "緇"), + (0x2F96F, "M", "縂"), + (0x2F970, "M", "繅"), + (0x2F971, "M", "䌴"), + (0x2F972, "M", "𦈨"), + (0x2F973, "M", "𦉇"), + ] + + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F974, "M", "䍙"), + (0x2F975, "M", "𦋙"), + (0x2F976, "M", "罺"), + (0x2F977, "M", "𦌾"), + (0x2F978, "M", "羕"), + (0x2F979, "M", "翺"), + (0x2F97A, "M", "者"), + (0x2F97B, "M", "𦓚"), + (0x2F97C, "M", "𦔣"), + (0x2F97D, "M", "聠"), + (0x2F97E, "M", "𦖨"), + (0x2F97F, "M", "聰"), + (0x2F980, "M", "𣍟"), + (0x2F981, "M", "䏕"), + (0x2F982, "M", "育"), + (0x2F983, "M", "脃"), + (0x2F984, "M", "䐋"), + (0x2F985, "M", "脾"), + (0x2F986, "M", "媵"), + (0x2F987, "M", "𦞧"), + (0x2F988, "M", "𦞵"), + (0x2F989, "M", "𣎓"), + (0x2F98A, "M", "𣎜"), + (0x2F98B, "M", "舁"), + (0x2F98C, "M", "舄"), + (0x2F98D, "M", "辞"), + (0x2F98E, "M", "䑫"), + (0x2F98F, "M", "芑"), + (0x2F990, "M", "芋"), + (0x2F991, "M", "芝"), + (0x2F992, "M", "劳"), + (0x2F993, "M", "花"), + (0x2F994, "M", "芳"), + (0x2F995, "M", "芽"), + (0x2F996, "M", "苦"), + (0x2F997, "M", "𦬼"), + (0x2F998, "M", "若"), + (0x2F999, "M", "茝"), + (0x2F99A, "M", "荣"), + (0x2F99B, "M", "莭"), + (0x2F99C, "M", "茣"), + (0x2F99D, "M", "莽"), + (0x2F99E, "M", "菧"), + (0x2F99F, "M", "著"), + (0x2F9A0, "M", "荓"), + (0x2F9A1, "M", "菊"), + (0x2F9A2, "M", "菌"), + (0x2F9A3, "M", "菜"), + (0x2F9A4, "M", "𦰶"), + (0x2F9A5, "M", "𦵫"), + (0x2F9A6, "M", "𦳕"), + (0x2F9A7, "M", "䔫"), + (0x2F9A8, "M", "蓱"), + (0x2F9A9, "M", "蓳"), + (0x2F9AA, "M", "蔖"), + (0x2F9AB, "M", "𧏊"), + (0x2F9AC, "M", "蕤"), + (0x2F9AD, "M", "𦼬"), + (0x2F9AE, "M", "䕝"), + (0x2F9AF, "M", "䕡"), + (0x2F9B0, "M", "𦾱"), + (0x2F9B1, "M", "𧃒"), + (0x2F9B2, "M", "䕫"), + (0x2F9B3, "M", "虐"), + (0x2F9B4, "M", "虜"), + (0x2F9B5, "M", "虧"), + (0x2F9B6, "M", "虩"), + (0x2F9B7, "M", "蚩"), + (0x2F9B8, "M", "蚈"), + (0x2F9B9, "M", "蜎"), + (0x2F9BA, "M", "蛢"), + (0x2F9BB, "M", "蝹"), + (0x2F9BC, "M", "蜨"), + (0x2F9BD, "M", "蝫"), + (0x2F9BE, "M", "螆"), + (0x2F9BF, "X"), + (0x2F9C0, "M", "蟡"), + (0x2F9C1, "M", "蠁"), + (0x2F9C2, "M", "䗹"), + (0x2F9C3, "M", "衠"), + (0x2F9C4, "M", "衣"), + (0x2F9C5, "M", "𧙧"), + (0x2F9C6, "M", "裗"), + (0x2F9C7, "M", "裞"), + (0x2F9C8, "M", "䘵"), + (0x2F9C9, "M", "裺"), + (0x2F9CA, "M", "㒻"), + (0x2F9CB, "M", "𧢮"), + (0x2F9CC, "M", "𧥦"), + (0x2F9CD, "M", "䚾"), + (0x2F9CE, "M", "䛇"), + (0x2F9CF, "M", "誠"), + (0x2F9D0, "M", "諭"), + (0x2F9D1, "M", "變"), + (0x2F9D2, "M", "豕"), + (0x2F9D3, "M", "𧲨"), + (0x2F9D4, "M", "貫"), + (0x2F9D5, "M", "賁"), + (0x2F9D6, "M", "贛"), + (0x2F9D7, "M", "起"), + ] + + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, "M", "𧼯"), + (0x2F9D9, "M", "𠠄"), + (0x2F9DA, "M", "跋"), + (0x2F9DB, "M", "趼"), + (0x2F9DC, "M", "跰"), + (0x2F9DD, "M", "𠣞"), + (0x2F9DE, "M", "軔"), + (0x2F9DF, "M", "輸"), + (0x2F9E0, "M", "𨗒"), + (0x2F9E1, "M", "𨗭"), + (0x2F9E2, "M", "邔"), + (0x2F9E3, "M", "郱"), + (0x2F9E4, "M", "鄑"), + (0x2F9E5, "M", "𨜮"), + (0x2F9E6, "M", "鄛"), + (0x2F9E7, "M", "鈸"), + (0x2F9E8, "M", "鋗"), + (0x2F9E9, "M", "鋘"), + (0x2F9EA, "M", "鉼"), + (0x2F9EB, "M", "鏹"), + (0x2F9EC, "M", "鐕"), + (0x2F9ED, "M", "𨯺"), + (0x2F9EE, "M", "開"), + (0x2F9EF, "M", "䦕"), + (0x2F9F0, "M", "閷"), + (0x2F9F1, "M", "𨵷"), + (0x2F9F2, "M", "䧦"), + (0x2F9F3, "M", "雃"), + (0x2F9F4, "M", "嶲"), + (0x2F9F5, "M", "霣"), + (0x2F9F6, "M", "𩅅"), + (0x2F9F7, "M", "𩈚"), + (0x2F9F8, "M", "䩮"), + (0x2F9F9, "M", "䩶"), + (0x2F9FA, "M", "韠"), + (0x2F9FB, "M", "𩐊"), + (0x2F9FC, "M", "䪲"), + (0x2F9FD, "M", "𩒖"), + (0x2F9FE, "M", "頋"), + (0x2FA00, "M", "頩"), + (0x2FA01, "M", "𩖶"), + (0x2FA02, "M", "飢"), + (0x2FA03, "M", "䬳"), + (0x2FA04, "M", "餩"), + (0x2FA05, "M", "馧"), + (0x2FA06, "M", "駂"), + (0x2FA07, "M", "駾"), + (0x2FA08, "M", "䯎"), + (0x2FA09, "M", "𩬰"), + (0x2FA0A, "M", "鬒"), + (0x2FA0B, "M", "鱀"), + (0x2FA0C, "M", "鳽"), + (0x2FA0D, "M", "䳎"), + (0x2FA0E, "M", "䳭"), + (0x2FA0F, "M", "鵧"), + (0x2FA10, "M", "𪃎"), + (0x2FA11, "M", "䳸"), + (0x2FA12, "M", "𪄅"), + (0x2FA13, "M", "𪈎"), + (0x2FA14, "M", "𪊑"), + (0x2FA15, "M", "麻"), + (0x2FA16, "M", "䵖"), + (0x2FA17, "M", "黹"), + (0x2FA18, "M", "黾"), + (0x2FA19, "M", "鼅"), + (0x2FA1A, "M", "鼏"), + (0x2FA1B, "M", "鼖"), + (0x2FA1C, "M", "鼻"), + (0x2FA1D, "M", "𪘀"), + (0x2FA1E, "X"), + (0x30000, "V"), + (0x3134B, "X"), + (0x31350, "V"), + (0x323B0, "X"), + (0xE0100, "I"), + (0xE01F0, "X"), + ] + + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA new file mode 100644 index 0000000..984f9ad --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 23.0.1 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD new file mode 100644 index 0000000..4dc9422 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD @@ -0,0 +1,996 @@ +../../../bin/pip,sha256=XvjLkgaKX90w_CFRnh_bjvlptwn3pjFRD4TgOP2dLcM,243 +../../../bin/pip3,sha256=XvjLkgaKX90w_CFRnh_bjvlptwn3pjFRD4TgOP2dLcM,243 +../../../bin/pip3.11,sha256=XvjLkgaKX90w_CFRnh_bjvlptwn3pjFRD4TgOP2dLcM,243 +pip-23.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-23.0.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-23.0.1.dist-info/METADATA,sha256=POh89utz-H1e0K-xDY9CL9gs-x0MjH-AWxbhJG3aaVE,4072 +pip-23.0.1.dist-info/RECORD,, +pip-23.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-23.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +pip-23.0.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125 +pip-23.0.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=5yroedzc2dKKbcynDrHX8vBoLxqU27KmFvvHmdqQN9w,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-311.pyc,, +pip/__pycache__/__main__.cpython-311.pyc,, +pip/__pycache__/__pip-runner__.cpython-311.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/__pycache__/build_env.cpython-311.pyc,, +pip/_internal/__pycache__/cache.cpython-311.pyc,, +pip/_internal/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/__pycache__/exceptions.cpython-311.pyc,, +pip/_internal/__pycache__/main.cpython-311.pyc,, +pip/_internal/__pycache__/pyproject.cpython-311.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-311.pyc,, +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=C3n78VnBga9rjPXZqht_4A4d-T25poC7K0qBM7FHDhU,10734 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-311.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc,, +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=t1D5x40Hfn9HnPnMt-iSxvqL14nht2olBCacW74pc-k,7842 +pip/_internal/cli/cmdoptions.py,sha256=0AFz3vHEZeUUOpE4Ze0sBKmsS1OOd3aaWX3Fr2ov9BU,29496 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=tWP-K1uSxnJyXu3WE0kkH3niAYRBeuUaxeydhzOdhL4,10817 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=ypTutLv4j_efxC2f6C6aCQufxre-zaJdi5m_tWlLeBk,18172 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-311.pyc,, +pip/_internal/commands/__pycache__/check.cpython-311.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-311.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-311.pyc,, +pip/_internal/commands/__pycache__/download.cpython-311.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-311.pyc,, +pip/_internal/commands/__pycache__/help.cpython-311.pyc,, +pip/_internal/commands/__pycache__/index.cpython-311.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-311.pyc,, +pip/_internal/commands/__pycache__/install.cpython-311.pyc,, +pip/_internal/commands/__pycache__/list.cpython-311.pyc,, +pip/_internal/commands/__pycache__/search.cpython-311.pyc,, +pip/_internal/commands/__pycache__/show.cpython-311.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/commands/cache.py,sha256=muaT0mbL-ZUpn6AaushVAipzTiMwE4nV2BLbJBwt_KQ,7582 +pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685 +pip/_internal/commands/completion.py,sha256=H0TJvGrdsoleuIyQKzJbicLFppYx2OZA0BLNpQDeFjI,4129 +pip/_internal/commands/configuration.py,sha256=NB5uf8HIX8-li95YLoZO09nALIWlLCHDF5aifSKcBn8,9815 +pip/_internal/commands/debug.py,sha256=AesEID-4gPFDWTwPiPaGZuD4twdT-imaGuMR5ZfSn8s,6591 +pip/_internal/commands/download.py,sha256=LwKEyYMG2L67nQRyGo8hQdNEeMU2bmGWqJfcB8JDXas,5289 +pip/_internal/commands/freeze.py,sha256=PaJJB9mT_3vHeZ3mbFL_m1fzTYL-_Or3kDtXwTdZZ-A,2968 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=cGQVSA5dAs7caQ9sz4kllYvaI4ZpGiq1WhCgaImXNSA,4793 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=3vT9tnHOV-p6dPMaKDqzivqmcq_kPAI-jVkxOEwN5C4,32389 +pip/_internal/commands/list.py,sha256=gI4BWR-6IVMFY3Ucwf9YGwxvCwXyTV5kVTDzJdKWqu0,12440 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 +pip/_internal/commands/wheel.py,sha256=mbFJd4dmUfrVFJkQbK8n2zHyRcD3AI91f7EUo9l3KYg,7396 +pip/_internal/configuration.py,sha256=uBKTus43pDIO6IzT2mLWQeROmHhtnoabhniKNjPYvD0,13529 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/distributions/base.py,sha256=jrF1Vi7eGyqFqMHrieh1PIOrGU7KeCxhYPZnbvtmvGY,1221 +pip/_internal/distributions/installed.py,sha256=NI2OgsgH9iBq9l5vB-56vOg5YsybOy-AU4VE5CSCO2I,729 +pip/_internal/distributions/sdist.py,sha256=SQBdkatXSigKGG_SaD0U0p1Jwdfrg26UCNcHgkXZfdA,6494 +pip/_internal/distributions/wheel.py,sha256=m-J4XO-gvFerlYsFzzSXYDvrx8tLZlJFTCgDxctn8ig,1164 +pip/_internal/exceptions.py,sha256=cU4dz7x-1uFGrf2A1_Np9tKcy599bRJKRJkikgARxW4,24244 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/index/__pycache__/collector.cpython-311.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-311.pyc,, +pip/_internal/index/__pycache__/sources.cpython-311.pyc,, +pip/_internal/index/collector.py,sha256=3OmYZ3tCoRPGOrELSgQWG-03M-bQHa2-VCA3R_nJAaU,16504 +pip/_internal/index/package_finder.py,sha256=rrUw4vj7QE_eMt022jw--wQiKznMaUgVBkJ1UCrVUxo,37873 +pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc,, +pip/_internal/locations/__pycache__/base.cpython-311.pyc,, +pip/_internal/locations/_distutils.py,sha256=cmi6h63xYNXhQe7KEWEMaANjHFy5yQOPt_1_RCWyXMY,6100 +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=84j1dPJaIoz5Q2ZTPi0uB1iaDAHiUNfKtYSGQCfFKpo,4280 +pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc,, +pip/_internal/metadata/_json.py,sha256=BTkWfFDrWFwuSodImjtbAh8wCL3isecbnjTb5E6UUDI,2595 +pip/_internal/metadata/base.py,sha256=vIwIo1BtoqegehWMAXhNrpLGYBq245rcaCNkBMPnTU8,25277 +pip/_internal/metadata/importlib/__init__.py,sha256=9ZVO8BoE7NEZPmoHp5Ap_NJo0HgNIezXXg-TFTtt3Z4,107 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 +pip/_internal/metadata/importlib/_dists.py,sha256=BUV8y6D0PePZrEN3vfJL-m1FDqZ6YPRgAiBeBinHhNg,8181 +pip/_internal/metadata/importlib/_envs.py,sha256=7BxanCh3T7arusys__O2ZHJdnmDhQXFmfU7x1-jB5xI,7457 +pip/_internal/metadata/pkg_resources.py,sha256=WjwiNdRsvxqxL4MA5Tb5a_q3Q3sUhdpbZF8wGLtPMI0,9773 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-311.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-311.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-311.pyc,, +pip/_internal/models/__pycache__/index.cpython-311.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-311.pyc,, +pip/_internal/models/__pycache__/link.cpython-311.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-311.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-311.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-311.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=f3WiKUwWPdBkT1xm7DlolS32ZAMYh3jbkkVH-BUON5A,6626 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=Hymmzv9-e3WhtewYm2NIOeMyAB6lXp736mpYqb9scZ0,2617 +pip/_internal/models/link.py,sha256=nfybVSpXgVHeU0MkC8hMkN2IgMup8Pdaudg74_sQEC8,18602 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=iGPQQ6a4Lau8oGQ_FWj8aRLik8A21o03SMO5KnSt-Cg,4644 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/network/__pycache__/auth.cpython-311.pyc,, +pip/_internal/network/__pycache__/cache.cpython-311.pyc,, +pip/_internal/network/__pycache__/download.cpython-311.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc,, +pip/_internal/network/__pycache__/session.cpython-311.pyc,, +pip/_internal/network/__pycache__/utils.cpython-311.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc,, +pip/_internal/network/auth.py,sha256=MQVP0k4hUXk8ReYEfsGQ5t7_TS7cNHQuaHJuBlJLHxU,16507 +pip/_internal/network/cache.py,sha256=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145 +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096 +pip/_internal/network/lazy_wheel.py,sha256=PbPyuleNhtEq6b2S7rufoGXZWMD15FAGL4XeiAQ8FxA,7638 +pip/_internal/network/session.py,sha256=BpDOJ7_Xw5VkgPYWsePzcaqOfcyRZcB2AW7W0HGBST0,18443 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/__pycache__/check.cpython-311.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-311.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=vf81EwomN3xe9G8qRJED0VGqNikmRQRQoobNsxi5Xrs,4133 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=WsN7z0_QSgJjw0JsWWcqOHj4wWTaFv0J7mxgUByDCOg,5122 +pip/_internal/operations/freeze.py,sha256=mwTZ2uML8aQgo3k8MR79a7SZmmmvdAJqdyaknKbavmg,9784 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354 +pip/_internal/operations/install/legacy.py,sha256=cHdcHebyzf8w7OaOLwcsTNSMSSV8WBoAPFLay_9CjE8,4105 +pip/_internal/operations/install/wheel.py,sha256=CxzEg2wTPX4SxNTPIx0ozTqF1X7LhpCyP3iM2FjcKUE,27407 +pip/_internal/operations/prepare.py,sha256=BeYXrLFpRoV5XBnRXQHxRA2plyC36kK9Pms5D9wjCo4,25091 +pip/_internal/pyproject.py,sha256=QqSZR5AGwtf3HTa8NdbDq2yj9T2r9S2h9gnU4aX2Kvg,6987 +pip/_internal/req/__init__.py,sha256=rUQ9d_Sh3E5kNYqX9pkN0D06YL-LrtcbJQ-LiIonq08,2807 +pip/_internal/req/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc,, +pip/_internal/req/constructors.py,sha256=ypjtq1mOQ3d2mFkFPMf_6Mr8SLKeHQk3tUKHA1ddG0U,16611 +pip/_internal/req/req_file.py,sha256=N6lPO3c0to_G73YyGAnk7VUYmed5jV4Qxgmt1xtlXVg,17646 +pip/_internal/req/req_install.py,sha256=X4WNQlTtvkeATwWdSiJcNLihwbYI_EnGDgE99p-Aa00,35763 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=ZFQfgSNz6H1BMsgl87nQNr2iaQCcbFcmXpW8rKVQcic,24045 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-311.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=9em8D5TcSsEN4xZM1WreaRShOnyM4LlvhMSHpUPsocE,24129 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=6kQZeMzwibnL4lO6bW0hUQQjNEvXfADdFphRRkRvOtc,18963 +pip/_internal/resolution/resolvelib/factory.py,sha256=OnjkLIgyk5Tol7uOOqapA1D4qiRHWmPU18DF1yN5N8o,27878 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=Vd4jW_NnyifB-HMkPYtZIO70M3_RM0MbL5YV6XyBM-w,9914 +pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526 +pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nYZ9bTFXj5c1ILKnkSgU7tUCTYyo5V5J-J0sKoA7Wzg,11533 +pip/_internal/self_outdated_check.py,sha256=pnqBuKKZQ8OxKP0MaUUiDHl3AtyoMJHHG4rMQ7YcYXY,8167 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-311.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-311.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-311.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/models.cpython-311.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-311.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=OLc7GzDwPob9y8jscDYCKUNBV-9CWwqFplBOJPLOpBM,5764 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/distutils_args.py,sha256=bYUt4wfFJRaeGO4VHia6FNaA8HlYXMcKuEq1zYijY5g,1115 +pip/_internal/utils/egg_link.py,sha256=ZryCchR_yQSCsdsMkCpxQjjLbQxObA5GDtLG0RR5mGc,2118 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110 +pip/_internal/utils/hashes.py,sha256=1WhkVNIHNfuYLafBHThIjVKGplxFJXSlQtuG2mXNlJI,4831 +pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=U2q0i1n8hPS2gQh8qcocAg5dovGAa_bR24akmXMzrk4,11632 +pip/_internal/utils/misc.py,sha256=lX22zJrsk-Q00ghAHB81yHpc_8q7Hp5Vto4k7QDzLfg,23220 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=4i3CuS34yNrkePnZ73rR47pyDzpZBo-SX9V5PNDSSHY,5662 +pip/_internal/utils/subprocess.py,sha256=0EMhgfPGFk8FZn6Qq7Hp9PN6YHuQNWiVby4DXcTCON4,9200 +pip/_internal/utils/temp_dir.py,sha256=aCX489gRa4Nu0dMKRFyGhV6maJr60uEynu5uCbKR4Qg,7702 +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc,, +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 +pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=8cObBCu4mIsMJqZM7xXI9DO3vldiAnRNa1Gt6izPPTs,13079 +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966 +pip/_vendor/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/__pycache__/six.cpython-311.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=Tty45fOjH40fColTGkqKQvQQmbYsMpk-nCyfLcv2vG4,1535 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=h-1cUmOz6mhLsjTjOrJ8iPejpGdLCyG4lzTftfGZvLg,242 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=GpexcE29LoY4MaZwPUTcUBZaDdcsjqyLxZFznk8Hbr4,5271 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=mp-QWonP40I3xJGK3XVO-Gs9a3UjzlqqEmp9iLJH9F4,1033 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=bAYrt7x_VH4toNpI066LQxbHpYGpY1MxxmZAhspplvw,16416 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=_U1NU_C-SDgFzkbAxAsPDgMTHeTWZZaHCQnZN_jh0U8,7105 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=bK_nm9bLJzNvWZc2oZdiTwg2KWD4HSPBWGaM0zUDvMw,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-311.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=LBHDzgj_xA05AxnHK8ENT5COnGNElNZe0svFUHMf1SQ,275233 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-311.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 +pip/_vendor/distlib/__init__.py,sha256=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581 +pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc,, +pip/_vendor/distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +pip/_vendor/distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697 +pip/_vendor/distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834 +pip/_vendor/distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +pip/_vendor/distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102 +pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +pip/_vendor/distlib/wheel.py,sha256=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-311.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=NryGaKLDk_Egd58ZxXpnuI7OWO27AXz7S6CBFRM3sAY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=TuldJPkYu8Wo_Xh0tFGL2l06-gY88NSR8tOje9fo2Wg,6080 +pip/_vendor/msgpack/fallback.py,sha256=OORDn86-fHBPlu-rPlMdM10KzkH6S_Rx9CHN1b7o4cg,34557 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-311.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/platformdirs/__init__.py,sha256=9iY4Z8iJDZB0djln6zHHwrPVWpB54TCygcnh--MujU0,12936 +pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc,, +pip/_vendor/platformdirs/android.py,sha256=GKizhyS7ESRiU67u8UnBJLm46goau9937EchXWbPBlk,4068 +pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910 +pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655 +pip/_vendor/platformdirs/unix.py,sha256=P-WQjSSieE38DXjMDa1t4XHnKJQ5idEaKT0PyXwm8KQ,6911 +pip/_vendor/platformdirs/version.py,sha256=qaN-fw_htIgKUVXoAuAEVgKxQu3tZ9qE2eiKkWIS7LA,160 +pip/_vendor/platformdirs/windows.py,sha256=LOrXLgI0CjQldDo2zhOZYGYZ6g4e_cJOCB_pF9aMRWQ,6596 +pip/_vendor/pygments/__init__.py,sha256=5oLcMLXD0cTG8YcHBPITtK1fS0JBASILEvEnWkTezgE,2999 +pip/_vendor/pygments/__main__.py,sha256=p0_rz3JZmNZMNZBOqDojaEx1cr9wmA9FQZX_TYl74lQ,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=rc0fah4eknRqFgn1wKNEwkq0yWnSqYOGaA4PaIeOxVY,23685 +pip/_vendor/pygments/console.py,sha256=hQfqCFuOlGk7DW2lPQYepsw-wkOH1iNt9ylNA1eRymM,1697 +pip/_vendor/pygments/filter.py,sha256=NglMmMPTRRv-zuRSE_QbWid7JXd2J4AvwjCW2yWALXU,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=b5YuXB9rampSy2-cMtKxGQoMDfrG4_DcvVwZrzTlB6w,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatter.py,sha256=6-TS2Y8pUMeWIUolWwr1O8ruC-U6HydWDwOdbAiJgJQ,2917 +pip/_vendor/pygments/formatters/__init__.py,sha256=YTqGeHS17fNXCLMZpf7oCxBCKLB9YLsZ8IAsjGhawyg,4810 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=fCZgvsM6UEuZUG7J6lr47eVss5owKd_JyaNbDfxeqmQ,4104 +pip/_vendor/pygments/formatters/bbcode.py,sha256=JrL4ITjN-KzPcuQpPMBf1pm33eW2sDUNr8WzSoAJsJA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xrOFoLbafSA9uHsSLRogy79_Zc4GWJ8tMK2hCdTJRsw,5086 +pip/_vendor/pygments/formatters/html.py,sha256=QNt9prPgxmbKx2M-nfDwoR1bIg06-sNouQuWnE434Wc,35441 +pip/_vendor/pygments/formatters/img.py,sha256=h75Y7IRZLZxDEIwyoOsdRLTwm7kLVPbODKkgEiJ0iKI,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=iwk5tDJOxbCV64SCmOFyvk__x6RD60ay0nUn7ko9n7U,5871 +pip/_vendor/pygments/formatters/latex.py,sha256=thPbytJCIs2AUXsO3NZwqKtXJ-upOlcXP4CXsx94G4w,19351 +pip/_vendor/pygments/formatters/other.py,sha256=PczqK1Rms43lz6iucOLPeBMxIncPKOGBt-195w1ynII,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZZzMsKJKXrsDniFeMTkIpe7aQ4VZYRHu0idWmSiUJ2U,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=abrKlWjipBkQvhIICxtjYTUNv6WME0iJJObFvqVuudE,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=6MM9YyO8NhU42RTQfTWBiagWMnsf9iG5gwhqSriHORE,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=NpEGvwkC6LgMLQTjVzGrJXji3XcET1sb5JCunSCzoRo,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=4v4OVizvsxtwWBpIy_Po30zeOzE5oJg_mOc1-rCjMDk,11753 +pip/_vendor/pygments/lexer.py,sha256=ZPB_TGn_qzrXodRFwEdPzzJk6LZBo9BlfSy3lacc6zg,32005 +pip/_vendor/pygments/lexers/__init__.py,sha256=8d80-XfL5UKDCC1wRD1a_ZBZDkZ2HOe7Zul8SsnNYFE,11174 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=zEiCV5FPiBioMJQJjw9kk7IJ5Y9GwknS4VJPYlcNchs,70232 +pip/_vendor/pygments/lexers/python.py,sha256=gZROs9iNSOA18YyVghP1cUCD0OwYZ04a6PCwgSOCeSA,53376 +pip/_vendor/pygments/modeline.py,sha256=gIbMSYrjSWPk0oATz7W9vMBYkUyTK2OcdVyKjioDRvA,986 +pip/_vendor/pygments/plugin.py,sha256=5rPxEoB_89qQMpOs0nI4KyLOzAHNlbQiwEMOKxqNmv8,2591 +pip/_vendor/pygments/regexopt.py,sha256=c6xcXGpGgvCET_3VWawJJqAnOp0QttFpQEdOPNY2Py0,3072 +pip/_vendor/pygments/scanner.py,sha256=F2T2G6cpkj-yZtzGQr-sOBw5w5-96UrJWveZN6va2aM,3092 +pip/_vendor/pygments/sphinxext.py,sha256=F8L0211sPnXaiWutN0lkSUajWBwlgDMIEFFAbMWOvZY,4630 +pip/_vendor/pygments/style.py,sha256=RRnussX1YiK9Z7HipIvKorImxu3-HnkdpPCO4u925T0,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=iZDZ7PBKb55SpGlE1--cx9cbmWx5lVTH4bXO87t2Vok,3419 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/token.py,sha256=vA2yNHGJBHfq4jNQSah7C9DmIOp34MmYHPA8P-cYAHI,6184 +pip/_vendor/pygments/unistring.py,sha256=gP3gK-6C4oAFjjo9HvoahsqzuV4Qz0jl0E0OxfDerHI,63187 +pip/_vendor/pygments/util.py,sha256=KgwpWWC3By5AiNwxGTI7oI9aXupH2TyZWukafBJe0Mg,9110 +pip/_vendor/pyparsing/__init__.py,sha256=ZPdI7pPo4IYXcABw-51AcqOzsxVvDtqnQbyn_qYWZvo,9171 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=wU9i32e0y1ymxKE3OUwSHO-SFIrt1h_wv6Ws0GQjpNU,6426 +pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936 +pip/_vendor/pyparsing/core.py,sha256=AzTm1KFT1FIhiw2zvXZJmrpQoAwB0wOmeDCiR6SYytw,213344 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=KW0PV_TvWKnL7jysz0pQbZ24nzWWu2ZfNaeyUIIywIg,23685 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=3LbSafD32NYb1Tzt85GHNkhEAU1eZkTtNSk24cPMemo,9023 +pip/_vendor/pyparsing/helpers.py,sha256=QpUOjW0-psvueMwWb9bQpU2noqKCv98_wnw1VSzSdVo,39129 +pip/_vendor/pyparsing/results.py,sha256=HgNvWVXBdQP-Q6PtJfoCEeOJk2nwEvG-2KVKC5sGA30,25341 +pip/_vendor/pyparsing/testing.py,sha256=7tu4Abp4uSeJV0N_yEPRmmNUhpd18ZQP3CrX41DM814,13402 +pip/_vendor/pyparsing/unicode.py,sha256=fwuhMj30SQ165Cv7HJpu-rSxGbRm93kN9L4Ei7VGc1Y,10787 +pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=64HgJ8cke-XyNrj1ErwNq0F9SqyAThUTh5lV6m7-YkI,5178 +pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/requests/__version__.py,sha256=h48zn-oFukaXrYHocdadp_hIszWyd_PGrS8Eiii6aoc,435 +pip/_vendor/requests/_internal_utils.py,sha256=aSPlF4uDhtfKxEayZJJ7KkAxtormeTfpwKSBSwtmAUw,1397 +pip/_vendor/requests/adapters.py,sha256=GFEz5koZaMZD86v0SHXKVB5SE9MgslEjkCQzldkNwVM,21443 +pip/_vendor/requests/api.py,sha256=dyvkDd5itC9z2g0wHl_YfD1yf6YwpGWLO7__8e21nks,6377 +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=KUqJcRRLovNefUs7ScOXSUVCcfSayTFWtbiJ7gOSlTI,30180 +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=0gzSOcx9Ya4liAbHnHuwt4jM78lzCZZoDFgkmsInNUg,33240 +pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872 +pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583 +pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-311.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=nHArqOljIlYn6NruhWsAsh-fHo7oJC3y9BDJyAa-QYQ,2114 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=cTaTCU_xuDXGGa9iqK-kZ0uddZCSvM-RgM2aGMuMiHs,1643 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=FV6_GS-8uhIyViMng3hkIWSFaTgMohK1Oqyjl8I8mGE,10368 +pip/_vendor/rich/ansi.py,sha256=THex7-qjc82-ZRtmDPAYlVEObYOEE_ARB1692Fk-JHs,6819 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=zMjFI15wCpgjLR14lHdfFMVC6qMDi5OsKIB0PYZBBMk,4503 +pip/_vendor/rich/color.py,sha256=GTITgffj47On3YK1v_I5T2CPZJGSnyWipPID_YkYXqw,18015 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=w3tJfrILZpS359wrNqaldGmyk3PEhEmV8Pg2g2GjXWI,97992 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=WqVh-RPNEsx0Wxf3fhS_fCn-wVqgJ6Qfo-Zg7CoCsLE,7954 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=4gCbGRXg0rW35Plaf0UVvj3dfENHuzc_n8I_dBqxI7o,1616 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=3WW6PACGlq0e3YDjfqiMBQ0dYZwu7pcoFYUgJy01nb0,9585 +pip/_vendor/rich/json.py,sha256=TmeFm96Utaov-Ff5miavBPNo51HRooM8S78HEwrYEjA,5053 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=emVaLUua-FKSYqZXmtJJjBIstO99CqMOuA6vMAKVkO0,14172 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=dAbLqSF3jJnyfBLJ7QjQ3B2J-WGyBnAdGXeuBVIyMyA,37414 +pip/_vendor/rich/progress.py,sha256=eg-OURdfZW3n3bib1-zP3SZl6cIm2VZup1pr_96CyLk,59836 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=eJObQe6_c5pUjRM85sZ2rrW47_iF9HT3Z8DrgVjvOl8,4436 +pip/_vendor/rich/rule.py,sha256=V6AWI0wCb6DB0rvN967FRMlQrdlG7HoZdfEAHyeG8CM,4773 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=6XdX0MfL18tUCaUWDWncIqx0wpq3GiaqzhYP779JvRA,24224 +pip/_vendor/rich/spinner.py,sha256=7b8MCleS4fa46HX0AzF98zfu6ZM6fAL0UgYzPOoakF4,4374 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=odBbAlrgdEbAj7pmtPbQtWJNS8upyNhhy--Ks6KwAKk,26332 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=W1xtdBA1-EVP-weYofKXusUlV5zghCOv1nWMHHfNmiY,34995 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=andXaxWW_wBveMiZZpd5viQwucWo7SPopcM3ZCQeO0c,45686 +pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=6LkGguCEAxKv8v8xmKfMeYPPJ1UXUEHDv4726To6FiQ,26070 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=rjcWJVq5PcNJNC42rt-TAGGskM-RUEkZbDKu1ra7IPo,18364 +pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314 +pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944 +pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496 +pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376 +pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=Cy504Ss3UrRV7lnYgvymF66WD1wJ2dbM869kDcjuDes,7550 +pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790 +pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145 +pip/_vendor/tenacity/wait.py,sha256=tdLTESRm5E237VHG0SxCDXRa0DHKPKVq285kslHVURc,8011 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/typing_extensions.py,sha256=VKZ_nHsuzDbKOVUY2CTdavwBgfZ2EXRyluZHRzUYAbg,80114 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=JWE--BUVy7--9FsXILONIpQ43irftKGjT9j2H_fdF2M,64 +pip/_vendor/urllib3/connection.py,sha256=8976wL6sGeVMW0JnXvx5mD00yXu87uQjxtB9_VL8dx8,20070 +pip/_vendor/urllib3/connectionpool.py,sha256=vS4UaHLoR9_5aGLXSQ776y_jTxgqqjx0YsjkYksWGOo,39095 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=0KOOJECoeLYVjUHvv-0h4Oq3FFQQ2yb-Fnjkbj8gJO0,19786 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=4laWh0HpwGijLiBmdBIYtbhYekQnNzzhx2W9uys0RHA,22003 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=HLCLEKt8D-QMioTNbneZSzGTGyUkns4w_lSJP1UzE2E,14298 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=3i3Zr7_kRDD9UEva0I8YOMroCZ8xuZ9OWd_Q4jmazqE,476 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL new file mode 100644 index 0000000..57e3d84 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt new file mode 100644 index 0000000..bcf704d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.11 = pip._internal.cli.main:main diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/pip/__init__.py b/venv/lib/python3.11/site-packages/pip/__init__.py new file mode 100644 index 0000000..42f6c45 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "23.0.1" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.11/site-packages/pip/__main__.py b/venv/lib/python3.11/site-packages/pip/__main__.py new file mode 100644 index 0000000..fe34a7b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/__main__.py @@ -0,0 +1,31 @@ +import os +import sys +import warnings + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + # Work around the error reported in #9540, pending a proper fix. + # Note: It is essential the warning filter is set *before* importing + # pip, as the deprecation happens at import time, not runtime. + warnings.filterwarnings( + "ignore", category=DeprecationWarning, module=".*packaging\\.version" + ) + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/venv/lib/python3.11/site-packages/pip/__pip-runner__.py b/venv/lib/python3.11/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""Execute exactly this copy of pip, within a different environment. + +This file is named as it is, to ensure that this module can't be imported via +an import statement. +""" + +# /!\ This version compatibility check section must be Python 2 compatible. /!\ + +import sys + +# Copied from setup.py +PYTHON_REQUIRES = (3, 7) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/venv/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c43b17efc49f433cd4f10d373d9acf68ad506800 GIT binary patch literal 769 zcmZ`%&ubGw6rS1LY+_;+6oh(l6hQ*I+gQO=Bp?(;lq%Fy5SGo(G#T8T9cCtpTPpP6 zp@Ii*?ZLA@@Sn-SgYK!|N$?QJtta0^Q$6V8&D-~u@4ffEdGmg0sg6J%eErd97@==A zSV-l!Gg}8|A5lbciZa~AnbUPJqE6SPRq8Q^VdgC_vd|xoR#;`rqyEcE*Qf3#YSzA6 zRMRQFhg_So_DC9@i#Xl(udfCxL2IM*V%68Bub3GskpQD(alx}^b{Pz?!PK#AUSNzI zw1aohJ3xOr&VX+2_WqLr*90^cgbTwI^dfg2-zT|93zD%|7_yZsGSrOp3L?3@qDej$ zB*}%&Q$}>6xHLMb*9pj7fX0;aU!)0TCg!QWN;G3+V2sqa!m!WHVAu963d1v|!VwdrFy%dGbHlF5IC&QLfsdsYK}T+) zD3C?zWic130ablC+TQann$}TeZQ`~6*2Bixz4n{+SDn|LiMKoh91OG3td_nhBo}>U z_oO^9Wh074OljD16qT+vs&rwPd6SPwowPXn0FP?7vz!i7)=_65v|H3q!AxC@@fUP) o@-IC+b#AvY^{e>&6oJ`$e&8K!zCH2z^rd_-w6zu5R* zRDgsgWz=$5F(+jiP=x`@MLGvQ7j%&-L?PApO>9!;ts#4k&DEbDEsUkY9H0m;H|`>+ z74}Zg%aLNa$Icg%elgG^0*I7O7ZgoTr-`U#^&&@uaKXC1d?1$;ESJk=xuj(*+K{Cc5SB|wFUfiBscclN zy`sJtpP!da%|den&ZbNY$?mw~M&(kv+aJU|9Hn{Lzh??m_XLjPx?rU0tS$&toz(^5 zs*wPZEflK>1iZk!2I zwlLKTfY8|S%A3UN#QTMhE1wb{5?@x^k)=*#sU2MI1edGp{RGLQWMi#iwPCaaqc)75 z3&HxqnJ{AuGc=(uTHWZtNLL!SBXjoct)9U9#6N(lzfAQUB?8~F4VSL&a~P`LuWi(~ b>)Wq(j(6H{x&xNmTX;-YqD_M6u?-)nyJ z?T_v4VFYF9x4$NT@FDa&n>0&kf3W)kBlHZZD1%h2a(SG=Dxcw0VFhJ)f~SP$0hLpI zUvj6KQ$)CFcTD>^M0~1$-G8ukXaIZvD`f+;KZnmNE;rY@w!r}hd|qkYdx~9~1DOEy zfqbwK%7ifUBbW~t#Egg$NEF#e+FDPx&NA&Bx{K7%3R1(Z`ZC8L29c)r^=NZ+xK}Y~ zIJN;x&kvScrC>yktKzilg&Dq&)V5acr%Xa%s-t;aZC6G0*o(*p4>IBN3V6niqj+?F zV_=SCOBRvHoRYQjWyyN1nNrp$mL(%66}4hQn$=)UmlR3WaydeYZb?L+(Ws#pV4Mnv zC)kmkmM0SQx>6vjq?nRs!89RR25_4tN-|Ag z_~AXAIwJon$lL7&GK4VbSVUjMmauimibdQi=~MI!WAt^Wia;hFj$?;6EgI(>F7>{H zXH0g5lC<|pdPbq?+1c6jjFzgh?FnnjXDB|EK5 z5;F~#la^(mNm|l%LS;EsEboQ-CW%hwinM?J?HNK%&Cq2~o9fFOStW1wrw;ZR0L@E4 z{)D=Ws<8yLwI|=-Uc=ws`RHb zNM3BDg(c|{B~MBkh5i1I7M9{EFfTl+SdZ^$x=JWBR@ErOW)`F$6owgAb}s^Xh6sX; zg)$uBRUWW{TXB*RR17yMIHyOo;-CxJF#=La*3$GzPtkCeL9tmNQF^enU;vPT6f^Cr zq#OgqVem{H0BI3hhh$9RMZWdvE(wc*dHg;)%(aMfT&uB9@uC36a>EV}2#NEQB?Kpw zgK)@Zkz}3d=-{Y4KJswv_Q1G2HZn31_c?+|@;N7%E9LVnRE|)D2s(aCp_9adT{vel zpCne?`=;G6oxkwk0ZAQbd>1&)K_JWMwHT|Ew#2hl@oYWTRq6dBa>|aJU%&SYX6O~y&}A@|)w(a*;QYSM25OQW z9{G>2eEzRhPaG4%3@Rv^F3a;hw-ud%7G9}zA;+3IsTkM3yS6VKzOn2#JubasU}rWvXJQsEqiDQ7-otgfX4P6VmV%xDf@A|k#a&1 zOhxukqUk1~7Cpy!!_4k|U(Pdb_ORVB?*;q3^?u57DMP)f0&VaZ;|3>Sp@A5QA}lV4 zS#9`H?9_6k;m0`HKnEmRDz|LDYc0LS$E$q29`0PdTn`Su3XX0CN9%1} zt3zwN-F<1ZWAmNO4!b*1YfIW~$<2k$ghovF6A*Rj);57wZrU$31>*k>TUCGA+UilPmF5CeFQk{!18=AVs| z2n#FiuTbX}>a0Adc3**3>+ZF?du!;LjjmPEwby}2<-@JOTUD=}8> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83974f7b5663cb506ee5eb61e7274b6f738c6295 GIT binary patch literal 952 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67ad19c9823f13e8f9fb19e3dc6dd91a9f11003d GIT binary patch literal 14697 zcmcIrdu&_hb-$PImqXM|s$(7d9zJ@m@)E_)za9 zElZ#}waYekFgmwO7j4Tnt;q%z6dMgEK#)I% z{mysE%X=v~O$+SP<@w(4bIy0p`9A%qt0$PyctApryWrTPi1W>XWA8YrQK0?+7tDpy-{!47xl3` zd#Ww%kNVSrXdvAlZD(nYR7biq+R4JsR989}4YIH+)t&B%_OP%!wJY5l?PXz4sxKXi zhFI8}+MVu?_Oq}rHIN>R4yN}+_po?dN=Oeyhj`AyN!D9?8xxfFy@#3o7(dNLhedyM zL<~r7X}`38%F@@!;KX*sZDPlpw&(#1_bexNzR8JQ?^#eAzk2OamJ>uyw>0{m6?yp8 z^TI5z2YI`sa7*4nme-5CzLpjbv78Wcc5iEOOtf6*!u<;!=i`YPNq9ba$&1#y%C>Q+mo4` zB+tqcU@Q|)OKO)f<+da%sDySq67ftnlT5@@$pwj(L}Ktt<~9<x|B>w)B@7o z7m~7+$h{(`5NW%VmDBOu`D`X9XDI>W$-DvI&Z>niYTFGdJ*!p8%JXVl4pA{F$KFV0 zL_SL*6Yt zTws_j@*h~=vti%x)7&DTYfu3aZt443;8*lAjk4s6HZw+~o%1r#&vExE^3P~dNkv31BkK71bKIg|i=TBh^-AY!@#omzS71g6i zvvE0|%gT!ClQK$PmSS-wkxZ&~=7k-qjV+m7%%^7+)j1PaW>U#X)uHvHI;2b@D@v++ zM!F*=rzIs9w#eNWqsl7^A-o`bK5^uBTs|^4H+SSV286xJCDW38bF@{(`z#|F5-pK5{>WR@PVl+E>Kf2hBpYjaA z68DkIch__8u@&1|=)>WX>xHuGg^KHirE{C!&bz0VhyHH#uSQp%D2EPJLWj!Uv5I$W z!+T=gd!p<;S@E7M*-k!0D_nv=!@25#hyRMep8zc+4orvWqs!A=wN} zz%DwbTt#k*7oBhVqE68zxkNjdg`o_Xgd0r4!}2_6hw{D6Hl`e+7x}(=T^q{#5N~7g zHpy>nOZ1~|pjj7fxu#rV0Oi|@+#NpJ0c2@c?Ti7$GeG8Z86iHYdtu(NQs1bC7l&P#Ni1A!pn3A(;Aq7fQJRXk#cZ%>QtyRI6$ftxG;4yMG zn&bVgN7bYCA^E{i_X$sB8hdYw!Ht7%}9QZh3w z$WmO?hPHEu@l+~1Cy6nwW95`EHhiq5D|UU%j)JXhf5p`4+ICcE01SrvFQdr~Y{xo`6YeioEa z;9@$nDp(M6G`cNV5py0QNJt#$h&z87P9h}?$9p_!= zhO2ko)mwIjDy~q;6{>dims}_R(ekeIM{PfBTTPaQlNI44lC-bdx3|=Ha78TI?)s~P zV?|rVwY$0}LVo{NXz$A9Qs3dCzZ&SO1omwN!s~(XYNQ+(uLQ>Le|^&2QV1b zM#P)YMG+*?WEghs1@1t2!@k}^lID{9q6KjstG?BPm|pu^0b>liZz%Z`8bF*{W={4P zV+D(7r4l)JJsX}GOHsncN_fAZgq@XWYnCWj%$T}pEr3gljz2PpXh?C0&XyGL=#~_h zXfdWt+km?^;GTQosb{5}0KTWO4hn$$<2fOnS90J;LRN_o)I)i%rS#X_DM<-qI1sL@yf! z)ox>Zdbwu9?4%6a-fG?=1H`m{1d^*az<7 zm3!h_nX+#LnHBFyjpN>AlTbh>=#Y~|2d zN;ptyKGtRShl?Xk74 z4-T!}z8}9od4KY!3#ImFiuSEQu;|lhq(_%pF;ymuu$4~exQvO>8ZoN*I-?qJH6&=x z$IaRc7C_L0k0T6}Ez{syD5KNSicUj~TI6rTUgDN|uaDr(E!XkJ3Gu2CP#7x`n#pmbD^c&1@85}MQ6djLb$%o6`TdfR159$+}%*Yew}-t zp9p)K+*$1+jB7nL8AJCmVNro30luzwP&tOMIC5je_vB;fSpEtCod|RqJ5$hdDBy_C z&Po|E>}pboe3=Ti0U2VMY@Gm9XI*GeJxCXm5Q-#4YY}IBBY}=JMnC`>4F&2n)F`pg zZK9q=@~fz*d{XaCB{#b}ASub?+*AP-G)8vK|;&5zB!?mB68* zZPVL!_lZAy`cI!;4wk)x74Kk;v$!AM9N6|)8f0>r z##2QBIzw6!k{KqY(l$rl=hd!>Z0<^WHpLWONxUe_S^0fSb93v;iFSTJkD)B=(spDU z(j<|o_yM3^_=n2=eHH({l53yFDttx;q52_#%tE<>sF{mTD<&cCx0`odo3|pwnY2xF zjvMDIB&RTMLAnF7IxFT=6!yhp-^j;P z^&Dp`CT0^zwn7P!187YqqG6JhOpVKQ{K?M}pwY;$5TJdMNqUrt&B(68I zEP5o5Q4vOYCzM&H3^Qf64MLbtZNHu*@@Cc`hMNof&uJ7w`rI7ZmNdO}Di2GK1pWXE zNh+m8nkPwJ)go@xaQd}X*P3kHmq_SDqA*Y4>tlpB=%uF(;M4Ds0 z32lL_2Ea~k*k3X5zOo*c2w0BvW7A%&K>g$)_h_c^wlJstkPu zQxmh91F-PG(h^U@W|Gqk71~gkUXq((J=V+1QnNK!aG)Q5BQHgSi;?Mw5IIsm>x6W2 zdM2lhM$9h2Y)BN>pfBoDVn?yTUPI=R$$SzPm3U*=ROe{qXe1J$OiU4@r6M`Dz-)w6 zn(Z>}(g9H)8ss!Atbk>}3ez$vIBv9(f&{Z7wZ@W}g#ZI3I}ws45u$=1 zTTzGx#%dFOu!(5aBCM1GT`rZX?}~Y=MTsINP4N4xpv0&2nEyoS~n9g9vkXXG2L3dEu-)4q?(kz7!B!<=m8xmUTnd*`@2 z)>pYX-e|KgxSIUNtg;mBZ_unbc`#>CMpg_hH+q1bo-a6vr<<+)P)%MdxK>CM+2#sX zb8iZNS1#BdVd`?NkR-FswYGsVIHy|L#Tfp!V5{#2ncVBH)qM6E=DO&n_08>Sl!4); zX)We*p=SCml609{A*pPeBSp=;gXYf9U6dyC)423#h~_dK?P^Co4qKrp-HCxYs#X9^_6$;6I_b(OM8h5fyT?a^)>uZ8)d+$A0&5E?oKKtyWfUwg2Zm1j>s|3bM zM=z}hE|mh8HrspN_I=-1v+&)Q`K{n!HP~AX3J<)Fj?PawfEojSuA{Ho)%*6D@1I#Y zUG6$o={g2^wXJWfy|?P?+3*dl`v$gxeH+0;>%l{-6XoEOmEek&_O%b9x|-LzWpl;e}CrPGi8@h=aPEZjMKq3BD*FdHyk-$7 z2I%OtpC-is9w`R!TES@8eu-zA0R;@I0gE?HJ>`B<9W>x*Hh+=0seE8Jl(V{9p70&5Q@C z>3yqSr2jH!Gzl-@W`fMvJIg!oq5O~QwXp7oa~*nw zGnj*|I~#t@wawB4W~tAF^k@3XSJ67m!Q=4cZvm(d?P-Th*s8keB9|F`RR^vq=&Gds zg_o~9du1Ya_4*4Fv59lfU&NyYW;T;a)IkkgX~)htw(9ip3v{Iry5KnXaNT_%1a~zw3@=bUbOfGva|m|WcaxR<}K z75dKo^1_Ys&<#4@y+a$`(RJ@=*?X|!J&5DL{W8B9+E)o3E=4YEL?+fF6XnQ@mB@?b z&`XujOT`O!pDW@I$2baV#Tmv?C;hlw(y|ZYTm)wT9_SS;(J!r%54ny=xUdd-{lf9kL-dcRQ@^;DJtPfLF z8)!TrX(RSa9oi`AHHI14qn+%u>jE$6P(6l&u6k3B&niL-uVs4iwgZrv3gQB(!Y~Oi z%+st3H%MJ&aqUThCTvgR#fLPN$9W-$5+b<2fJ8lJ(4{3hb?eG>g3ev0c0-EAixD9K zBSjpRcBUtzeUjFvvUyVAaq5yL&Wv)#>UdfqD>+R~o@lYXnV6hzdZV+1&ftP&$!}EX z%&WI($q~iZojLCjw`-3u&6$`asd`{K%`+EF$kym32S(U%tx7M-IU0G4QOzKR^NXET zy19>ufv|-$tw6g|WhWJq*uvM7lBnBYEk+w)R})Kg*0M!qNh84_2P*W1O5UN(frEb; zdnZ<$_+oS5X8#yuWPiE;*-HPj^sJz7v!6uq{wFK_PqH|!a2mHbjOCgPhP3|ldq|hc zWH4+VFppCI%?!T5&Mopiw4j;yUqxv9%zt>Mk0qwy~y*$c4Qv^Vy-yuc=v512vAR>zpPFjZQR|Q1FXv zwvZC6W}7rUXINskoPw=szty)y4ba#b2Z-Sqt&1qe7X-}gUK;egFXM3Uas~@7TN1v46c|f3>5#+BZ_&9j-aK&I1oPTPM^K0QOqM z*SQ=lc?a-qb`2~~tp!V6C(2zXDqSZ^z7ty=-M?Ea-KDN4%3V)Xx}GTcp4bX>6>|)S z)ix1|YAOqPGntvnnphJZBaE%iK&m(2kQX>J12w9qOiIU1%Fc(M`GAyPHy(OTZ2+~2 zptd=4ZSxpNGcc;G&2ZhydLXCU6gh5ZJ1DHI#y05T7_9um!zb}#-NhbLLz07jLkJ-MF@Wk!DlyV(n7Set zDg8SHo+OZECFbIC2GwALltI5tgHfG$`A%952<{-2{A(&%e+JJ~7x@p7(hxGV3kbCb z%1u@laW`K_PEG4s7%~vs&PDJq7o73|TEr`fp3w66_p)zge>r-x+;fs~@(u6cx_7Yb z6)Ik##(CYHo85zz?$OoV8{yOI;nU^t*-H3qx%*tD`&{u7q?q=ey9>*&R|X>Mfk-J3 zA&aB``+l-GUW3Ik^ww2a39G@ON^oSm+0h-`a1E}z2A3B%_8ec|bG*FgL}ky3pY4Jo zRd!vexUQ5MpLVh`jWXD(7sYAOCJB%Zy`uq;Sd8{gfe?~CN6=UrF(|z7%R#tKq$NDv z6Sd9z2P&2zAOaXogx{q^0>7e+MJ%SlWKpx&=#c^eKX-+Hp08P*_NQtb0DG@Me&od3 zVkL5s<*-KzjS{R_E9m6y<76>}M;1ePt-wK97g*}r_0~*Q!Qr+G^~VN+!J>#%(_;fc ze{6t_r_3hk3E6|J1^9**DAqJdQVbT!&U*(d?tz+@qMR9=)NaniW_;SSG6uo{ZsQ0o2AW2vjG@b@(p^ z&HUiV&CgO6NhmULQVl&A2GM1j8Uja%#BfI`W@S7QrN@ORAEDPm+M5<)VeBQSx_jrM zxB^Kj?A}A|WhEN_AQ6%7BqYXI6zv{lk2xDJaquJ}(llUb_K$r#mNGw5XV|ay?O2jj zL1q-M&rKgry}vm!;L2nZQv1yfu$e@3Yh=@E*)lJ!94s!1Ocyh%8-nRIcDbX`Eb&0b zDm8N5Pth=eDFX8ZmIyE!yGx-11V#WpcRi&&P&zID1W}M3r`(3P2g3=^gWK>npgw?u z;{!{6`m1u@CH7b4Se#PaOYE=8^_I+Em3yr8<-RTMrP8CnDmPv-e_Q4#a;x0qCG%J1 zo-UccDtEAC{;J$q$^2Ehi=~~uDtEMG{pXx2U$JmyB|BP*_5B=C9 zKJ_b%>L>VV+f={MB(@37V%rQa?0J`;8YrCOz4TY*aIFQ`g21a0_lf3fRs)_@@B{CF zmAl9Zt?zQe-mlP2LDZv_=L4Z;DGm8b^z0VeWb~Uc`td`(<=un)Pd-PzceZgRFHa z8i^;V7XdjMpN)xu#e^gT1W}%rqG)C|uy{k1(DfVCu<;%7#6i}%zxG07v^JP z(5g0?#&T4W5|Y|ws=I)}IiFaF3FC?6IdLoz5kw(qQEMXe^FmaTsrcHZ@sWwwCQ+=N z6_aC$*;!FS+b%IKFGyk-Xeuwp7v@y{ax^ZaYUZQ!p=dmsa#Dd_6v#EVL`g>HRQ`q- zn^*Y-S(H@AY%Fmd-R0$IQdDhX{8p+407D@K?JEE3SoX)c3f<@PI7eWF)qj4kN3BudQ0 zdYjtQ*;+?LL9m&bNOGk)ffww5ZeRtv8>H??4Zjq56I95kj_5(gWD=E2;%r0`K(cZm zF%ysz3(~Y07{Ithr9_)_z;sXOCAn`)0G7BR9lk~klWOpB^Z zPDZ4pOavaZNFBhE=`90aUmL)K020>{MMNU0ynI)^YZG_7mX>qm0# z4#nM(--`3Prb)!ST>SiG>^)Mqba zs4ZUQxFoYFwDX&eVtul{SmHSIEP@^k?R;zN)p4Dr)=Q;w0g-GhU4w04g>Ar_`h_?9 zM1Q;6*6-CXee^i)ral7YBWrpZ2&81M+_oiKO1-=3DVEcmslHCHx6E2hSM>2sThq2# zYt#nru#cMU&e#B?Mkp9z(aN!rQB0hYNP&brT00{O$o{+V^P<~`3n&)U@wU&uKR zD$avDHWLnG9n}U|`?clm6dyt%=#^*+R3C}sLN7@7%F@%QW*wL4d8$obl2ymNB+f+N zlAfU&m-yB^gbe9iiKa{SQqjZjf;!M3Ypj>fK8J>{$0jWqJbO1PyRaq44$<(Fpp2ZpqzX;`^vT4$=8&VudxyP zf`;}F1hTvzGO4xg{^Eo5`{|F*fAr#Cd2{}=ivMhuZ+^UY-v|C*w*S2SvD39$v+Zo# za<;8MopbJ2ockX)v}T>XEA|!p`pjde|BD*F4J`s>`IbMrIRD=JvkzkL$38xx^qhKh zJl8X<^bG&|7ji9=O3UQ(#OKbsRZq4h_!vi5c28fn`Kdy&e`9~P`PrQs-h;X4?T$)m zSdi2NINq(Bsu6mG8raoN z!4ACI65fneaH8IYdbj9-U0ye1FhNXswZN+vTw*P7>tN5jaqea39jYaLQW3dl-9R)mx*l8Zo(x{b6c)NDov!A_3 zwYTSm4qOkQO`3&PJ!m^ZXO{PHC@Igw-_2@6*abQe7(a&yQg><-Au zr5Jf)0Wy53N3e!qgaVnIBh3{m_s^n9xNL#$QX>m-L6qnQ)=<%!Dn6~d@Y<}ikr?b^ zIRHy35JAsH(-1JP4AvPv`g#JMAQg(uQP+x(C_Xw6ffok>3n6+7HX3e4dtyXhqS4g+ zReIDMU7@zBj3n!Fq3wVWNk+8yM`IX`n4Ad2qtjxDVU4TKsGNwA$*9)G;Gl&Q@z|2o z3Gq0sn+7-`6;J11ra%@yvpg`FR%QmQ?&+9uEL__9<7;V?$pNGKrDQP-gGULL>IN4K zZ#ynmY)Rc%fKjHK2Pl(nC~Rg^%xngJ(;3Wk80z7oP(|-?R$FXUu))-9E}oHwF~2Qv z-NmZ{|E;*XF+>(iSbr;lJUjb%>i9(%`q4P(I4TsVnMhBcyue^UzCliR;JO${#POR6 z{OESddMIGBj%ZYvbwnM1z(vVAvfsvg&T>Dst~w?;i5x2ier=UbpbS4d!lDpmHjDrt zPqSeToHvS)P#CUUG#L)Vaw(cHIu!u-JEf(@g?e0$Hz#kDKY!g`f94StF=j*8Ux==1_LKt3ny^fBsl0hD@dtYzH|*28gHn1|!+EDnh3 zy*4~{X(T*0F+38U7$19``B%~*v|KQ=<|2q=z|WSXA5i5b0JVPN+US)lmqtdz6IVtM zy>N!%>_JS(YE8iwQX9f^2_ZTY6@}t8*jcooF)Km|PrmlX+ z#qI4{;aBVOd%JO{-*J>^;c@?QjWl4Pfk1FOAmIY3F#HYZf2pfz=x!edP5m0}(&PFGFB zGo@yT+E8?+G0a4OrVljVfla#FqFpechr!75uPxH+G^xZ*1-qH27EhZelO5uLpu%1LPDXaWJ?B~rcGFc;#;K_-Ug>0l!C|eH1q6l)5N(sSjos$QGh;K5}DNZBJ%p;;+QDC+XS%ju((`(_M zyW#G#*n31;Qthm{@}ZYz@CvCW^Jp{7ySN||wLvd9IbXBl-M{Va+w%71y#0!|KkMvg zbg$a*0@E}i#f=OZM*M$?0!GJzD2ze7l}8J2GvY4=Ez*{6B=K$wXEdnFTfO|$5oU7H=D-p{r2!iHx_&$nkQb(Jkns&uBxq+rT8Z?B>bxv2 zX;e+|K&JG-2_%K2S#}-lHB0eAnFa;ZrMdI8G60c1srD-7R830}Tp=eNVgnx8!bsg)IIZv13>B@S# zpu@6#XE$#EV9zxUD~-ch&+twy-AJ@g1Nc)scI%zVT^%-8pyqeAC^7(-A z^_>J8Q#Lvk$<`M+7Dc8ZtJuuK^G|WtZQE@=&Hs4PIQQi}VR-i2jx=B0)K1&Y#wKrEVT!I}~qNOOc^pV1beH07Yy6q?kQS!e{o9<&u$ z1Z`Jm5&gn1aF6^S0hYPXjogtZh2FE}?8!O%6lY)7*{7)qXGfOp`PTOB)}vdkM{}*m zl-6T+>k!Vm^~Bwfb$2{&KeREKYd@m2AG!MyEcUA~u$tSpoBFnz`ZBY*rjXJUg5Ib* zl=ro4`?|M$-I)_P-$BK9FzY**_cXru;=LEw7BhTC%y|weo`a)(V=Nwd=gW2M)*%LZZ;O%()h!wuc&6SYAWi2Wx4tKN1p)B}D?)7iL32kEZ?-Xo8u1OaN%^ zo-Q+_d0bWNBylbQ$&z3T?abIv>kD;7=9htJ5*2S!yGa7%n@YC`u!YzP3E^I#H!aAB zy=FCPxb&~kg4_>XRZWq8tEh0-uL<{KnPVTFQCf~>-L&tbLZ5sOsq&;;dhFO7b&dJM z&ukwa**ZM(+t)r5a)&3C!;`EYk$QhH-~1w6OFy}m{zkaz4UKRpo7*0oe*bi)Cf76o zBY*_c5ED#&TRsw3zL4SzWql#$#dL3Zx--W&p2~TSD4ru(&ygn{-|ElxJcN{5C$(h}mFh-8LRb+5rqV;(>v&?l>wMN;C71!*Zz zbs(_^X(lQkjU#gAMOA5;ORd4O7t_3aVqT1^c1rmXgS@7mbxu<)GsWOZ(RY^7t#aR) z>i!Px%Xt8BRHdrz=u$eK-r;I$0}Mcoj;=lP7^?B|z02#~jXgQfkm4E2dWOg}_5V!5 z64agd?_?Ho{z1h*nDc}bPbljNecrHVO@!gv(4{nV5oHH5uYk56c;5G{zw#6BeeaqV z{#qR#QUqU6=@0s8=|WivR&H4hJN;^>uGnXp)|vn2WXriW`|sNLbDg!n>#_iv+(2C` zQ{2z&1}=Mz2@*mX0ls5eF5iU#$Vf!H+Ez|bEN*HWPxX_F4ktZQbkL`b-Z?YGmOwM1 zRPSriSd2V&WLRP85}8$$!PO_j@nPXl1XW{8pa^F8kphz_GeoruA|!r=(@12O>NU&T z>Xzhx1*S}Es>qLUdsok7-J1U~o@<;?8Yi-ziO0@*TG`F+dG68Gzy4v)Ii@(rvcMqxh2bim-pTEgemDKSadSy@Zm5$%)5h%{;)}giB zp}TEIPjvgxNURydm=wnbt|Fhd&y)o^pkQvUN;DqGo;x)5Jz}vepeG$f^Qo!HH>30O zBr+)MM8|34f{3=x84!>kijbfo9*fM+moL2>E@X{dxHL8j@k6&KSqX$ zNK;*!b4xc$*QmmQd`&Sf1RYEXsvhm73L$1BOfPOh$L<-(KB1KXX4w>l5! zI*%%yM|U`P?F$Ut9fuG5YJP9$4(F;v6~LOET-w(AXR=L$oBbqpw~k)U9=-e+w&d9R zW7)3rzkT(yi@D~jO7qoh^VNKF`;)yLzuf=x{Tu$xzTDoE%HES}4m8oQ=YHM#tm1oW z+c&u78{AmfoY_d^d}kEjnJn9P_Ru43#jY?3#6%yn?oA;jT^0>!vIv7#+^UOmG7u{{ z4E&}0tHt~22u!s534Yo}{9aw}R!E4;kO{U7>H3NdJZo;1cvhEU#z5vSfh4ZFOe0=4 zYkc!_z}I7GG90b204~5`D=Kl~pF>dXQ1waZt0Kcvb=En+eQBg7;(z7@jibBfuxBZJZKfZyt5ed5yU~JmkDkxAa(nW& z4eLkNU1-UYwmmG%$F^|sQLG*LitTY6){a`>VA0xnVH3b1zkn|N(3ZA5ETcx)uSGN* zOR17*WzTKi*h-pz=rGgnJ4o2N&A-hr>OuH4MJ;N^FCbmsDaNM}zKqYN8bF+s0W9lT z0V#K2`UVn#r=bUAEN&o+Jt8OKOqAeOI}2R|-9<@W2r+uEL>4uwdzq~(8=NAC_!bfs zk@?3K@xiH>zKZmcgdmQH1V<@KBGJ^Sc2>rM!0R|G1uays z)+mf(?S-VDT- z>Q_&^cjn%i^}d`tpt#`)d1^;3k2`yn&SxL>VF zOEd=*y4{K=7$I7CBxYMiaxEiD%ShHY0+;Kn9Xp{>!NK`jR_bI*n*1B5e>lMXO<_ ziepdP(hgc9Sq*5aFtt5i{Eh-bgO*OoAl11EE^=uxRP%mII*ldO71G~`KUoT#lvqH# zMWh6?(q~8%MUi31A~#4ZrQ%U~+Z@(pSp-K0ioOb4_1l!eswOn_xM7C0R5t32bO3LO zZ&CW`P*_sY$5(Zg-a`9?!AAb&EO2FF8fpNWCU1y>%2(DaG&>Q+c_6~k^l>e%D=ua` zT5G#$qPy>2S{YgE$v5s@KmU`#kB2sUbKNJD?i0Dj6D#NQon0$0uE}>NRwnY^y;tuxkZ+ye^?vI~Vs-r3^1ek3p}#_`=5vNSbvLrSG_f)RG7 zj1}#gmVC|}CY2|*>Gw2JBndRvra%~)UDk(75{;tTKp%EdGX7-v(#7$KE2AUDpdJx` zv_XJH&Z)H$9ej+layp<@XQNy>L3BWK^AGrg>(bixfor>UV5@Z?*Lpx{Mdk}%+snY+ zAFP~TYsz~Y-+TMs+v_tqZ=d3YMzGcO=KXE!N7j$7A4P!g_WQSga_9b?H6BaW|7HK- zY!mJIw$6-gJ-9YOe_zoGwASP|5YB%)fsAc!-^_BM*6y%-PqhbsRVnzRj@_Qk%jmcur!@T5(XQ62*&bgG(CW1QKR%PiB{EH7NQu(+7@w~^bkO`fhi18hEcje@1o@$9;4ES z1jvkGUx5_3PjzcA!J-M$8m_8-t%F(=!tgPPIp8j>0=L{EtO$IZCD!~0U}~)SM<0E2 zaq~g^{dl(TnMZuC<$0y$`4xBG-I8^8KW_Bj53awt{zkU(K-N>*KWFt<*0AKWU)w+T zhjRYIivRG62XT3C^J;8;?9)9D+m-fbvh~koorN8?TmQk2=Ca+0@LPLad5=HqIq~7S z4=(<4{O98v&*j=rDD5YZ%J{4+>)a1yPY)@M6ZE_T>#oo0}I560G9F zVgW3uS2DTq8Q|+UXyI9UMlltEd;@KnQAYl6A-eKNRg(p;)2Lkpwl->SYe^e` z`No#}gBkv#dZlq_r6%ufAq`ajIc4QufJsWpwg4bFmTc?uuSu&vLK-g{Z5E<1*`xZ9 z(+V1f908>n778{FFEo9-@jQdRRc`6Zl|ZDn(=yGkE#n|7dV=&GKv6-H6lXnB8z=&z z=S$Le=w(7d25Pxbs7SV%ry)BFOf0l?bZ0KCPrv}nyW2A(O7E$xn|1_26i@fIC%A1=V|v2mW~fK^GEq!$@w9!9}TnI(!utbj5{bSC`;KF<7*BF{E_-aGKM zB?wZP!u^ymPDXS%%$7XL-50t{%Piq=Wzx1*zd$eArM)PqA*3`S^>Y~e#)xw0v{oeO z9M)$2Ujr2r(22u%uuuB8)CX6Xl9U!O>|xat4*%IgB&PKVS?6IPF^y{edLj{%NWDt5 zJk0XQr7+!WgL^JbQynpyM5_Z54UcA=#i+DM;70`BB|yt%suLglAYneaB++q~3A7k+ViTpR_>q%s$Nu-dOT9AH2r3e8c228n2YJ65;di6}8ZTa*1F9C(76X6?8+@aWiYkm^KrpN(k8Z-EDR zI~j&1;Hj~?bZ`qfNNM$Qa;@WUMrrzP-(4Jhya2}9ax*<(j6-V8!cdrJoPFAf{%7Y>_u z*r6OWHvthCIBWm|hjM^6II+ojZ0QA(&(W?GAe{Ci3`Z)8_PM>%$k6?&o$m)RlwAcKg$rlW4#95&vlNuWL7l zltbr~p7T2#E|i1QR(szDhzp0!tB-mf$&UtpgOS5&IdHn|`!Wj~lbb`?!C|HU9L>zW za?ozGKTku0!{!7#e8#gwIdEBsoM4*J@w-D!q!2#^4@tknL81&q=`RT|yYVzisw25X z3uc;BVBF3m1!LtJLSsMN1FZ4TTonI-g{&5dV#Jz+`dcb7QTPm%J|%FL0JDg7 z6Iff2Yo`me3NBqCKtfkrmg}d|5P?wwG?LmkSp!sh3gBz!X-zhtk^U1-A?@)^71Rn+ zJuDVTEDI)-KpSUi&T>uKp6BY8*{Dv?E%Q(IKLw+CEw~ok zcoCPI`?6dEtZVQrpRe`i-Ax3Yb$QR89k-*_`UMB@2Lj9Xoq7(&cl-Ln2dNF1-=_CBd?T-m#JGFRKK)V41>cAR#Lj~E4qjCNpU z1Mt;YI@iJ3IAo4(*gkre70W@h&*I25XM~NB&8CN!G6|*YnH>&w<>09>Zy}c4{qTi$ M?GN98!ua(60V%vQ?f?J) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79fc709990f3108ac2a3577ce0d532850d2ed02a GIT binary patch literal 38357 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 bsk2aX!e#?MSs7-!Uwq0zpRE&t8HE2A?m80> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b8dc6464575b9a3a2189eee06fd00724008157f GIT binary patch literal 752 zcmZ`%y^9k;6rb7M#F)E7#OiDu#U`LT917+{f`!;{y`rVLe}s0!DQBgh{lBNYuI*?892ZOCAobWVKtUY($d z?rQ6*)_vo2k&ASziUbU8)dc0nkSEAuDIp?%78lVV11ba0;0dK9Ap3NmyhZPi%LuFz zK7O+^(w3nbP*%Z2Nj4~e6{%!Nk=r6w%qF0Xv&@ZzW0@$KbvjL1UolVv1u9Q;K5R1- z?c#O~Zet1|rT)d4N#%r2?ImWFVk75_z0UbiyV1BGCq>3hX#_XgaBb~aS$^&6W;d=A zL4d7vXw}-Af-pt_PUIYV#(O$<3UDCt7}?lZar2ZLoq}?p4ze?&xFonQ&y1&u!6ZG zJk}5WDVeX5#^x;Q{;gkE&Kz`K-g@49(VIo<3-rU5wmQwK=}LpM1HUxzNvhB~s6yc@XgUHB(2!p7bJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6962c25c612289ea455613ba8f8d5d89810e20bd GIT binary patch literal 5520 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10767c545ca01229b02c893ae757949af5b431d3 GIT binary patch literal 11322 zcmcIKTWlQHb$51W-!HzFm=FYw6o_pucdEfce=W`P{F8=HPT>Gy*g#0Joln+m-@NC>d$Q>dQ zkxP+?apfW$ySGFv>}riz*_Ds*>}reH*wr3!u&XoTgsUaxO1mR&4ry3Zp0qdOP5UCg zv_Ilc2O`CoO3lV{py{WzF?npN)`%*pW-bgPi`%``C{zyM72U7de`y>0) z1CarC-;g?xJ{UQeJ`_2W9*hjKy2jK{Ivfc@xhXPiArilMxV&)Ekxw{6K7+q;M2?Eh z(umk1jU;$6_%(IwlGdS*)~(dnG~amVDPpT@OpO zH={OMy-&Es9-ub9)3_oBWA#GoDUq8a1AYIEBh3zQx=V~Hv3M#b%LBY_J)2q8o#$hz zRBS#a>HI`8uISEJmy~2S6H5WMZ7D`&2@BISySxMiyClbBOIXEUmToF=_01$R*Ux8D zDJiaGDOOyH#jnS%NmI#;C}Bn0HA#tzQX;mTQle7kMv`VTX(@x9naO@0uC`R$x1Ytxsi>> zuxm7trBP)eDMy!*OM1`m$5>SsU}US_7!wy`ahP0GNiRhcNm!PK_<|I_9$ktl3(@RK zMxwfdN=qrg!Wl^!d6`O4F-g~&`raDsOAq#mm-{Y^^}RCIHy6>Z*QHh6P9O}K79%uIKSQ?Os@Sgf#Zjx#g-W(`&un~*wMmYijd{FIvoMzF&I zXGKYOEX3r6RB~Ro%L}n1M@Dqlf^<_%UW0`luu^0_-31R6onKWXS?4pcv?SwDf*^eT z?eL8l4X>=Mgl_;FW$CJtOiMI;173I-NQRf#5+5Bpd^jv86=`tE;1W3uZzl||O_3-t zU09Y^ z^_RCiP4Aw*JCOJEYM$ONJVTE>LwV1z<{4g}D0l+v7oR~F5=T%z?4`o9??K@XkqD|- zP_LY16)mC_#GD6#;w77Ck*o=eXnUJCuV}VX>8MMa`pvLHXK#4l!(8OF+nfbrQSDWmg?au#4J8xwWMt8?+!cH&`TYS8%JR@8i)=$A3ItXb9as`7irVKAiZ)h5Y_WZU5v`tEJcf zoB-IE(7Zy?ZubSZf}y*;TF21CHZ^!QA3UoC&lU;SIQq-Cwz~U29=P{%zWbQgeeCwc z2N#Q0sAr7~JVmtU2EPeIWS1)X14PQNJ>HH}25AAC6ks`7B;8`lbP8x%^`P+Qa z0aZvS0FTL@RXzp_@+)`ixfb#(q2rvx`l~Syls|Xy=RA(jJytCHIV=ZQxuxw~*!uYp z2hgPGk=Icwo}t*@Aqv3qQI&%^Lc5?AESXham38|Pn7!o90gjGBt&AiD_8u9FtTolW zLQu)45D#6+b@C+8^zNGK3{g~#x;MT|!G3~019fat8Yu2;V!wj|TA->sB7@eO19!2u z?gmGVTI-IrJcwlj|HCh=2*|s*yG_8F(H#x2Fr#>xMBDv0t%!g3b7QG zV&dx1tnLP1N-^w|?p<14N=8el$@MW8kftbCx)aSAz5(3{{th@;P;x~l&R(93PQ7wj z_bFK=mWs+!Jev_^=!CDG;ycxYvIHhHD#li2kl->3J%erSr4CU!2@X=UIuqFj&0v%T zgKKmv7|(5719fKsP5u#pb@DjS{O)%_T3qdg=C<1-k3DU7l@GtGdJe!@stIkjeB7ye z4#8>E2*av#*OzwEx?2nOe-R8n3Wgu>Kl41C(S~3C=M(wh>ss*j4R@h;_`z7d_tY0X zGmm;^@;$R!&#dYc3Z5Rd|KuajN!4@GAcr%!ds+(|P@M-D^U`m?)Z)ma>A#ApU=h!kNr$&azqYDas3hSEZqPXPzY*?GLTD ztV(kgV-d9jJ95mQxzC#o_AOp%D`PM-U%4^U1_N!&**3kE=9)r|-}KeoR*GiXG}B|j z+z!S&IA?qhj!dYR{d_`hab=!1{<^VIfnDcx`whFHCB}WIiyZ1*U57 zoW#}qS4Tb=y>sUMGn*q?&uG5+xYm3;?>wP7PpHllMK@__|KNC`qyLMJ@S~3K&t3VB zF|A{)(6ztlu{XMl1i*&v%LdZW^6uK*zI!7Nzo`bM^MPqCFulP)@$J5=XnT(4eIuH0 z1jp@p$Q8W4_om;OzCCg0;`|ozS|5^WMXn_pn+%zuF447Kz2xSOt&04I2|16Ga=;0$sTm z7Wwn>{pW|RzaHk#k2rok${`%@m}n=zX?IWbTYuBX0UYq4XNFu7jq2`bG@TWfA-aj` z-e~kY%du3c#R_~wPXJBbxkSM~q{=E|D2fW4qH>_q2rdKoDKT_s4_53egM(0z{}I4? zY{5-fGq~LAWtV!;P3-=ng|l_so`c1+byUGqD>S|RCTlF(n{5X-otkjCNTBp! z;i3GqG%MDF1A?t_(^@2Od2n1iI>Ac6ZDE%e0^@P;N#gLY9B2mccs2~68m_%gB&)=W z+&I*-k_AhmRkA_Ih5?*iw1LUD>%P~Qu2C@NmuNPj%z}h-z*BruNT7bZQEqrAj z7WV3uD^vpAbM?wR1Ta^@vr5LLN);kpE#0jR2xkR&3j&19h$UH~ zYD@rR@#b+PnxjmoUAUYTmY2})Iwa8L40I}?v3bG_2ngc6|4Ug0a{eB7wD|%4j>VYr$yav zJl(eNized>5Pr3q*bbsEqaJe(@;?DsCy=>-0L67;D>R-Doz_C9)z)d_+?d{&e$sj@ z-+EkYJ-#vhxbfVEeJjwiVy zz%kmiGkzl z@~&T4zwrGFg>s?DH`?5H`-%iEF9ZgCq^et&u3s|=JPJD#_<1Nm$Od9xKFs2~S<_O+ zK;OwMAh$U5$CkOQ8zL&Mnzg$QJ}kjRf_3fZEdG#%l?6#zkf;DN5>{eznNuO+m|sOE zb-U5TUxuV6O2o1Z4X}iQk`=_H3^~bF0lEX*GtDMIc20&wEK<#sr6`#Z60x|#=#=EZ zpbl}TB7x8vX*nSs%RpCpNRXG~3j$0<%p`Rv$ga(V7w218GWC1@}-w}d&;T2 zmmYaudJxZh#x&0uOXl5HR1d@@qnoySE%$dn5=K>il)YZvAsfkJ-H~NUZP^q6qYh=S z`9Gjwe$CbJHAnE}-M5&v9O&$d21e^5TEU%$$EpoiYqfd}Jxk7d-&ThU!RjUtlh}5M zb$Yw1_t6PoH-eEGmmA#SirzOfA+VWa7JONnhC%d3d3gzP46+=}WMTD1>E;x;w_Z?+ z*_G&OEOT8F^`LPFFbb$8eJlf-KLr{8XuO>A*8`A#GP3oEn2_l;7-GOlF+|Yqafp<` zr^Q%>;!O4C1Po{->*KMEm_!w=`&sh7a&M>zM=6vB=QoAjaq5&Jkdcrb2}zXRfSYaZ z?;e&gE+;>zl+G#=vQ{}fr>IOm#GZc%09edPT6?tMK*1R(G_(~ub{8FdtNkef@EpPV zEO@JJ2MfWD!tS1;&DsWS06=B7+1FqF(oOuGns0BRt*_9&51Reh?8j!meSNA3#JfrX zvMnDxrr|lcK3i}ERmZMEpm{@i;_+{MPYd+rJ^h-eU*-D^1@$K|Im6%grC?tpRi3`y zgwj@etkN>Y0hb-fN)_g|09(Fzf1%#MW8P%_w1woXW=+THyJ|B$JLh%8x}69k@`BwB z6tryzcz(jnH*#QsOn zwB_veG;?+%gOGz+qLL#d8^~Fz&Kn4D#gV(t*6fxe=b*c56X+%ftv)Hv->(}J@_1-t z9J6bkvsrMfP!O0gD5ta%+2xG57JAKSDc2f)*O<^JuZ3oi^C~H@atkyuNnh)F1Iz=6 z);4Q(22eobR2(L7v8LgPb$cp%4Qva9zS8{iH5Rq#KDO0ZW^ZNybniTPfR!q=)l4sd zYN?0?#qBftU8LG%mIlbUQ{8W_(_2sj)LR?9)g)R`*f9i`6cT<;AdB`E4#P@2Kh>Wl6Du)Aye19hchFyP3*6k7~}N zs`KcRV7J=ylA%Y|XSaCwU(EbqMr}NFFO%m_Y5XabKUGti&hz6MKd$oQPddX7Z28V( zTIVs9Z?B+))x(o{eoEt~RDP=9*#lmkt%WHi$o#un@A@A(`=QP?1u=L?^Y-5x(hf{M z@=g|Q#MTL_&AA(Uyuxh-x_;8Uc{RWHsJ8d0dg7uQn8^obw7`t&oO$dCY>Y6KW-`I( zK{FHl??z}<<4>9O&(5A!y|%dpdzv6$u&)VOq8bBTYl^`GtC(8Ye1Z|H9||ay92snk zRr+sMBoby@In46|8Lk-KTKTMQU)63lp;KXYD8PMyS$$TS8DzVy-``ccDYbLPO|*fg zuG3ri{P^!73hp_S4#;*h*W)5Rh%L$>`^1A=52D1_ToI z()A%>4!66|7nUIt2ac?iWd3t9!yHtk1I}&|^7-)9fdUB?*o_uoK=6W@qby5wpDesS zH~Cuh{MqvtCZiKCza~I_4=80535H{A#V~R(5$uJkPL9*$k^>skhQt*7TQm1@})|%%e zNtl;1bz^0Q1V}0=z7yn~Yo#ZW7Y70CfAZ63=8;=nCGr63ZFb zw9lqw2xMbaNx}vPI!N>uwmMc~Gy@aTU6VKC67!@f2CVRy6~9dPSJf&y`MSRpg@8|p z2^JYyyQ)ZAQ4w#~rSv@<5B~D+0DxEKC#{3|;E)y^`XYGdQSi(!!F`(2f>Yo-c`(qm z1qx38hP}x9Y$vxuN4A=Td!yRHakc4GzUh?KbZRTKR|_5ZB6Rps=x{!CR0|y~bnMqU zhPU?Y*Y*r=HH06uJ=_O-mjdox3jU(Y(cykd06a&q;V(82Z%0W#&%QIOb`Cx8=e=h% z?-{jx7OlkF4=7(f@jxcaVmny{TTcIb{&)Op+pBr!CCzzBbzZ_M?>k;Kc;Lb14R78# zra8ydniEopwv(7b#1zD*XHT8mPd?v&mYhFi{q;c(;J|72`sfd#neIk#1c2^9lZvm% z36Tynr4aMTL&%>-O8O*XdBE2;zW$M9ih5VKE3jpixkmBrP}F!7l^shd>bp=Z!PaFU z;sZ+fQ4gRFm5d)n>q!3$fZkqQAjWa)LlWnV5){JKH!Fq4B1pnzH&BqgS>Je0m? zCj`(Pbae?n7*J#*M}^rcefLhN_?e6m)3dz=V|M~K6-uwGGCgDHbP`k=+o?E@I4%e; zW|)^|ByUg;Fz3toQehw7qC=+h^Pn{hcg@Z|Pmm48f$k8K=DKXo*UoVx$$grl1x14| z9|Tr}v=YY^NMN1)3Zy|Tp9SJyXTJjRtg~NDO$EP#<6dXK0@4d=|)Rq=N?N+YgE^HIPWz)E@ zat-ia}%_0MZtzilBFPtg+OAd9yhJjJ@_2w*S5;(0q{U=BOD<9Fjl0+&sZ zUFtzgh}&22wH2*+?LP1^WHh1l*yh`azkRi6gL09W!SOv@!(%WvHn_sGH+O1HJw*rJ zI7!RCq6Px# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d114ba8026854b0e0889a93cc94bcd12b526627 GIT binary patch literal 15992 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/build_env.py b/venv/lib/python3.11/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..4f704a3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/build_env.py @@ -0,0 +1,311 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = Requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cache.py b/venv/lib/python3.11/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..c53b7f0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cache.py @@ -0,0 +1,293 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional, Set + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + + :param cache_dir: The root of the cache. + :param format_control: An object of FormatControl class to limit + binaries being read from the cache. + :param allowed_formats: which formats of files the cache should store. + ('binary' and 'source' are the only allowed values) + """ + + def __init__( + self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str] + ) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + self.format_control = format_control + self.allowed_formats = allowed_formats + + _valid_formats = {"source", "binary"} + assert self.allowed_formats.union(_valid_formats) == _valid_formats + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + formats = self.format_control.get_allowed_formats(canonical_package_name) + if not self.allowed_formats.intersection(formats): + return [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self, format_control: FormatControl) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path, format_control) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + self.origin = DirectUrl.from_json(origin_direct_url_path.read_text()) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__( + self, cache_dir: str, format_control: Optional[FormatControl] = None + ) -> None: + if format_control is None: + format_control = FormatControl() + super().__init__(cache_dir, format_control, {"binary"}) + self._wheel_cache = SimpleWheelCache(cache_dir, format_control) + self._ephem_cache = EphemWheelCache(format_control) + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.is_file(): + origin = DirectUrl.from_json(origin_path.read_text()) + # TODO: use DirectUrl.equivalent when https://github.com/pypa/pip/pull/10564 + # is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL %s. " + "This is likely a pip bug or a cache corruption issue.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e05fce20a06767c463bcfd6fb7a1274005764586 GIT binary patch literal 287 zcmY*UF-`+95VS)CQKUS8&K*iYRuL_tr9h&IXlN|Q-dtAk*_O|_(^2yWo`84~w6rNs zN|!1=6pBnSyR);>?0!xrW0vvsy(`{x{q4m+_^H|VD<90TS7!KvO$Tp}i|sNfy-@`U z?Ojsj$Q43aEBs0X3O7}rm!)z>SaK-HC5$VjQAD&Vp~<$v@$;1bTuEuXmhy}3`@F*o z)G9*LG*FXHKDLQUj8LPi!O{{!o7Udl&E|8cDBDEVPHw fed*2C;zPX5DgA5Jb*AoubKVU&A9n1F;xM~MIv!KE literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63f0b27f2862759a19e1c79048b9c6697577b354 GIT binary patch literal 10077 zcmcIKZA=^2mNWkT{x+C|5A%@_mjEGOO@Jn)2_cjeNJtxnm&h2;08Wfe?+g&K_KL2u ziiwcwL_~2{d3x5W?W5Z~6+J!aWu^C{{a5Y&@t|4Z9SLouRi#&Hf4E93MftVo&iHE# z>}xCSaDC>^opaAU_ndR@Irj{|H=7LvTtol)Khvo7Yap>XN*m6w}Pc|uUcI6;w= zB212x;$1PW5bw%yCES%^)vS74O=28XSTm~~*Usw3b+h_${j6c!AhxT+##z(2Nvvza z=2^?QW!5@w6`!?X+pK-u4s|=Fzo!~^PzG90J8KHu5R{R2Q6^ePYs=bnw4oelN=KQY zubZ;aPRa^D9pIPIn9@)-cwa>+#t5I|?mL&F)1jc3oe8ksx#%K|7;j*njRvE$b77hd zMI+u&gkb~WFim+Um%I}bbD=qJ>FvZshv9q7->{Dq)WMlRDB@EI%D%{wpc`aq6qpRt zg6dL;VFlgD9Htit1EwR0=m1OmX93?o7eEY+d^zDDi;{wh27XHTy}Y3%i2LsQRrjm!dq9UITZVOu zEIcfbNP%Ut`&&v`l6YEC=u>|G93H+bHc%=`@sEm9p9fVea8bDS7(-pc{~Y-GvdCMU z&=V_FF@jRv1zRm)J#a@H%>=6}&?Sf#0%7~pJaAtpBC18=j`BLONV3KfhMdnh$(l>= zSWBs1!GU6$h$|^YT(welp15glGNjdm;s$+8%jK^z+Uh>DOquo+Fv{;S3*Z-* z%#>osJR4RoP}X~}z9>~;g_W<|N?kwjBs^0j?4i1tvhrPAnQ+59`|j`96D7XzYTjKk zpTms56laaGr^-A)+yT$3qDTl-BY#gR zC|9`zD0hB6t78tT>MpF2xI<<;jvX@XiToE;4Lp&z_7~>7gF9!;xrfHcTeXE=m6X|@ z!W*!X`a(VCl;g!+KX*q#?J*a~$oC6u(GgSpU)CtfN3r@w-GF6?qgqXSOfN`sFc5)n*50*e(oM6MiKk&cK1hEwB#L)h9azYDvHV? z1aEZ8i`~2z9J`m9pUiu6Z&Zv1m=3`{Iyma@d;jW)|J=xXqnG-x_74jNT=icYxpIE& zd+Y`C4d-x+KnSWCIz0E9Y=@XZ#mqz(1^s*^AEpG0P7}Im;DdEf^rGLM*cwVrL*?Qgj>-8=#zy3|`XLrtfQ-|lL@hO`&=M+J1|W%oe-^c`avl) zg21aY7!GyHqq~l|rPqeuFbs@ix-)mngFm{XHyj0inKMu+U>pUOnCk#uEfYCHU1KSM z7cNiMS4(a60~{s3aYsPJ0nxF8qh^0pNC3b#dTQ4X?WgwQG{Hv z6j|B{L230^X|Kt*5O$V0re)^BA@&Oef};T;karl|?)4(P_aMCF{1KV^K&%c09N8;ToEHzlwf}P z7#UMcDPRtkG2#mXy#dHRmB=^3zEvO>1pOSM7yPjFn7nOymw(AjMt}^{1^|?waa@qf zCsU~p(~TQl&j&Nd`k^HIk{>2dN_Bucr&CneMW9riPJL-QX=vYhRj$ad_7x}GFeXj+ z3ld>v=4UOCw-IJm&<5ubf@8w3n)79#z+kHv=RA;c;PMHT3Z(5D_CMGDvG(~i*L8vK z0%;87r!Jzv2Cqr4jN_t_oq@hZBdghaUs$P#48N+5 zkuaxy`8lBupyN}PmJ>RHIm3d19r~9nA_n)vixV4E^+lJp3g(m0mF`W_Aa|jc6Vu#_!-U0FfG#u9183y6g znxK&m?t-;U*M7(pAZ#gu4q8P7!94c<=;)RHu`&O}{!62R!5@xBro~N2F#5rLBUXCQ z1m@=G2qmZ^0W{4B9(>rx!xaVxuKeuM94(mh15Tsp{2YUh!*B>ILNHIE=&T>lO3FLj zf_TJN19=JTQqeh#Vl0IqAWMl5BUnqVl6O|&9)cUVn-5c>6_?~BC_x2+z9=_@V_dT0L#)5 zniAzE8Y03A6XAm=It+lp+n{&1>utD1YZXjokpKt`I#_YfCD@~0!3FMJL+JK@*7WHc z8SP;xS)C=J**05O$5STWd|=DmwrOtT%c2_SZFRu)(4kdnq}qn9+TP9D-fvZz+Fq{qJ-+t6oEngSz|qu?7$gRB7Q$8oqnT^7wFf{-cCQGM z=eJ!osg{RBYePx++qOB^bSe8o>&9ivT2Gb*$d`?J0hL*QT{AW9`Z|G(G+M4dtJ#T*FyB0l)*09LT!% zKN)^BoE}&odv-n3{3ho*#k)>r#PSMwboY}G4y{jZTz>BU+WxOK8#nombI`)M&hxJG z34OK@dq4!Tt_8q3F7S>E3GIu5>jm$do(8}<26)FnLi^pmqgj&!Od)Hk;!SnDsr?77 zYQNz}0zkqF;x_Hi5eohBZ3t1d8x5SRk9YMY`m>_jTz?VtIO)9Y!pPNvb*o9onO-O)_l(X6c|HOASzN&U9T zp7e31THaKf5lha9DLM$-Tj15w3w&!2+&OD6Z|wzx)|oywJ}@RP@UDZLu9erdW^}FF zHT8VW;q|Lr%~8JQXu^^;I<|~;o5s3SkTW*%#-<#h(_bO8)nGmf^LbK&NoCeqwRY;a zcld@Ao6Zv%=ZUPVA${!AGaKjrG{QBX<6P&GL$7jb+~X$$(eUQR!t?pBBV7IaeEs{d zl&tl5epkrt`lkPAKDn{@wUuig<(o&j`pbO%<)raDojDQwc;>-O(RD#3-2;HDzQ_Z# z4DyyiPWLXadpDzdcUz^scQJAKqoI34%i&r`=PybNiJG#vKbOnTq5qc!A{B=!WGtr`RFDMzjS;Jn)i1DQeY(IU zP}cy>!j}iyi@iF|6JWG0g`W#EYI4KO10vJVA;uon)}A?%ldVkyZmF|mWlFQFmkCFC@)r|$M%g~U~!e=Z+IF{+nE#n@nv z!S5wLz77#2UNFQ>opb_OAU+_TkdUF)QzSkGL$uorXo3psKv07Ghs9F~YK7MFQ2w>P zcN)TxJ9FsF-L}1=wz6bG0Xc!`oCfe$_`~T0#T($n0c1~{O!j4Jj$~X%a>_zu>2;|l z1;#olw8dd3>c`*$0Em29Bn8RZS(*hcAVC?3Ecw(Gy9v6EvB@ZdR~MFK{%}8pDPgb( zKZXQz1r}Wd>~J6c!_x9nN|TyTfB4A~@9}MUj&FL7Z;WxC)4b>O@>167Ot1i83s$#^ zAfe0}Evu&<-{Gs>eEWj-oo3#Iji;12SB1P3oeCD z1s;ZYt9Q$KaMOA)&2ZK>-rBa_$6Gr#8aJ)SGS*|+>V0c}2Oiko`dP3fnr!!5e`(w5 z9@^|4`t}^xJ<4~Fin9Cx3;0J2pw^0OtvGVBw}RiTZFt&~aUCo#udr)s&6x<3Epc2F zw-j&w280sC2gbsMKW|}kdHGjpy|0suYxfUbyMI87RqP>RK0xt6w+D^l-dkV*-(wZ~ zcwEVX-U`>P;@%xo%BU9iRe53^yZ|f&8D^1My11JbsN?%e#Rsbgx`Yls2q^C9WPB7q z1y*{9$|NoL0TuXze~YX4-~xNU9al^lQ_E)(*X+@M*IDd=yZcy*%CY3$D6Rz`th_C1 z3$^S)xy)ylCKJ=hDIs-Co8O>T_Mn50r8}-2bei_)z5D#M;Ge;wOCQhjJp8-3NvZ=_ zv4d0KO)8FY;GsecG)oQ)dn@>ME_$xRUVJ?F!b#bS=;`@z0C_PIBf0~eC5N4s##!DF z&3MHuaVRqF#ff4(ij>NlnCS6F!F8g=5Ce_{Qlt{mvaTYzJ-c_v-KIoUa#;B2i+$82 zUGT*;C3BC({|yk2Dv!ycYdZxWxXUb}6vyqc2a$4{OYgeN>_`(lk8WJ-AEeWfw2{JHTbe0lX@@QM(5GfL)Wd zSpR^YEpBz5-RwO3HOY0p!*{;3)%o6L=X>AIaGlrq&THTj08ghE?_#IjfVA&V!59b! z=ssg;e1WNkW-So*5lRY$L%NzWEs4Jfaex3DZhcCaBIIEAh`j#)|R3Oj_8Dg^CsW9hkU2iA!I4!Y1MQ<9LGsfmWD4uD*viyq$k{O43 z_(PBqY0f(KCq|?{oXENM@y!P}Q^z=S18;7CdFea09j>+3Cx;&$PA#oBagKK0(Vj8o z%d4ETz@umnkk-ZjU@`2g7PNjp6%G3RQuHMn{#)=0a%7N-W24b9Bjx8b5Yxh5hVW`d z*y$qde-L(uLLGdn>L`Ay>VQvG9cBL=B;_@$Dsb}uE+l3;rJQ611`hnF0DNdO;&B2P z%wW)sff(S4R)Vv!l8xiI__eNgHcHKh=`-jfcm%^Cm=1uDl_JTUf+STSD*zgTv@Kil zUzX4>i+@?duq^&%iTxRQ$r490f2+J8dNcBpCEm{LRmx=CBs zWJ@|%2XkV*zEQgSx;C1h)rs{NYB;#xyO~o1ZjO+HBei5l8iHB4Z7|~P`JHc-e~F9L JJ%K3C{{?=SAf5mK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f92c969e05315aee4ca4d7b2d2272b8a7087330 GIT binary patch literal 11075 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 WTwUrXv!o8k)4fRk?1bIO+5Z5N!{Rmo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cab398ed320a9bf87c38fe5c9a1677fa206dbb01 GIT binary patch literal 2364 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 F|1Zny5eonS literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4836761e37b1e7dcebc693a9ffb290322c91090c GIT binary patch literal 17024 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a539f09a0d7ecd66228ce984544033a2215275fa GIT binary patch literal 3171 zcmcguO>7&-6`tjCclom-CF<9f6|Ed2E*qJwpafQeq(vPiN~1OoB&A8V2#6JTNNuz~ z#OzSAR0=kV9Mr;S6(B%-2m&2iCx%tPhaPea&>VUs4HjV*5MZDPPy;z^;1n=?>YF83 z6b&0eFC8x5zIpG>o0&K7eY2nT^(7Fr#jn3D-;xme7wd#A*=OBmAxY- zXGPSA#jCs(Ril=m3YMsfmZVA?)AMG`imP!ep(d=PnzUq9w))gQE2XBaw3@d1)qZP0 z9k4QLCa{m1gVvBb#33BPQ9OJiTmdR`SUBDGFkbrFy15+2iIn8(99r*kE~ zYhQ}#@%N+Z36Li~<~p__9_w1bxRH{mC*K#Nc0UVH)D zm}t}?UhEeXI3{d!f$U<18jh`*p0HA_m^hp8;ukdXl4Dja+e^(mo3`m_df0!(F!8dn zjXV9=8^kFS?7Chm#f+nEt!kt|w<_3+y0A!3B$!r-UF13k6oGdP z{!haH-WBLAA`UX829aN9I^-r^gKW7D+)dUE+V8kp#C?l~K0v1P*P(awNV3CIzGKX^ z(OxYTj_CwlJdm!#TsMRHn1(_ghpl&J8V}_NJ){Y99SnLkC1EFOuhb$xu%^DpdQLx9 z^Z3;q-+k<%-48s@UrF4F(!s8_7S-c=!r=bM?FcntKdAGrw$15DI@*=>?p&9*LA4Fh zuJH$by)oVqYr?Z|)-^Pb-u>~8RFi&b`gEM( z2>c$_=x7^I06-$e%*^W_V&4zHN#chHK%IoiesBw$|_c> zP#=n6D|8JjIxcBdlPZ>@hLW0XG%HuKBybQr5sNl6i1(Sk{i;k_|eFAJBaLQelqs*K-R5O8*G<`#}i#VI| zgc864B`jM=iV>EPB*REQBP>}6J43<}fUqcgF-_MCYg>ybGvtuA&v!wK8_|6{C^|PyrwTD9jg4BOgv!08DXnl`St* zAVv|w)CoG1lXEaRTdn&EfWg1vcLn(}l85%_?c{j9{Y?C_ksNOZ{GDXlM;Re;*gw37 zKaf9^cZF}{k^1P*8}fyweBn?&aqX$k__{pZkf)pS^r3vRA)ji>rw--GhCJ1jrw-+b zhCJDnC;g zeCQ=`^&NBi{gLPH9FOAe-@pGTaaZQD-2D6b-25#6r0`siP1KmmF!Af9D!j!tBc>5-jJJg8R)?G#J~y@2A_YsJ4zl zY%Ag2sDQ)Mn?$Re&IKb0`;52|=@wiz>cvY{8>+@JT~DfLgc_O|WVjb)UPvBBxGX-3 zLZ;#6J;82by|c7#VYJr`17^YKc{YfZ2~rP0ImSTn8sb87bUwSTPC z(@Tx?QZv0&k1c(Z9^6gdg8?WzPJRL}PlOvCz6uBnCt;B$?0^W1C}DReVG!V*fD+CX zpwe}R;uZK?yE!O{+$B!nth>!mNgfFO=g#<(`)_}S|6Hh_dG^+&FND8cuAh0O zIlfRwW4<`WJqHN0SH0@^Jn+7V(ivZ3Tnr^sew=X$B&K((d-}EcdRl1;Q+|?3Q7?Io oL+56EKEVz7C?u_cp+M3)b!LD0<6i~*9bv*3LW8bpmkUnkzpus%<^TWy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3eb9c63d24ce6c756c10e3174a997ca664c5697 GIT binary patch literal 20136 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 Zz>&Pg1md_oEOzaF%9EbIBm+N%{}&8B_tpRa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dd5632d0e774ffe30125f6595b8e2892d639ef3 GIT binary patch literal 8836 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 QfmV8avI4bTM@KC12k|>-#{d8T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..226fe84 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

    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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/buffered.py b/venv/lib/python3.11/site-packages/anyio/streams/buffered.py new file mode 100644 index 0000000..f5d5e83 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/buffered.py @@ -0,0 +1,119 @@ +from __future__ import annotations + +from collections.abc import Callable, Mapping +from dataclasses import dataclass, field +from typing import Any + +from .. import ClosedResourceError, DelimiterNotFound, EndOfStream, IncompleteRead +from ..abc import AnyByteReceiveStream, ByteReceiveStream + + +@dataclass(eq=False) +class BufferedByteReceiveStream(ByteReceiveStream): + """ + Wraps any bytes-based receive stream and uses a buffer to provide sophisticated + receiving capabilities in the form of a byte stream. + """ + + receive_stream: AnyByteReceiveStream + _buffer: bytearray = field(init=False, default_factory=bytearray) + _closed: bool = field(init=False, default=False) + + async def aclose(self) -> None: + await self.receive_stream.aclose() + self._closed = True + + @property + def buffer(self) -> bytes: + """The bytes currently in the buffer.""" + return bytes(self._buffer) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.receive_stream.extra_attributes + + async def receive(self, max_bytes: int = 65536) -> bytes: + if self._closed: + raise ClosedResourceError + + if self._buffer: + chunk = bytes(self._buffer[:max_bytes]) + del self._buffer[:max_bytes] + return chunk + elif isinstance(self.receive_stream, ByteReceiveStream): + return await self.receive_stream.receive(max_bytes) + else: + # With a bytes-oriented object stream, we need to handle any surplus bytes + # we get from the receive() call + chunk = await self.receive_stream.receive() + if len(chunk) > max_bytes: + # Save the surplus bytes in the buffer + self._buffer.extend(chunk[max_bytes:]) + return chunk[:max_bytes] + else: + return chunk + + async def receive_exactly(self, nbytes: int) -> bytes: + """ + Read exactly the given amount of bytes from the stream. + + :param nbytes: the number of bytes to read + :return: the bytes read + :raises ~anyio.IncompleteRead: if the stream was closed before the requested + amount of bytes could be read from the stream + + """ + while True: + remaining = nbytes - len(self._buffer) + if remaining <= 0: + retval = self._buffer[:nbytes] + del self._buffer[:nbytes] + return bytes(retval) + + try: + if isinstance(self.receive_stream, ByteReceiveStream): + chunk = await self.receive_stream.receive(remaining) + else: + chunk = await self.receive_stream.receive() + except EndOfStream as exc: + raise IncompleteRead from exc + + self._buffer.extend(chunk) + + async def receive_until(self, delimiter: bytes, max_bytes: int) -> bytes: + """ + Read from the stream until the delimiter is found or max_bytes have been read. + + :param delimiter: the marker to look for in the stream + :param max_bytes: maximum number of bytes that will be read before raising + :exc:`~anyio.DelimiterNotFound` + :return: the bytes read (not including the delimiter) + :raises ~anyio.IncompleteRead: if the stream was closed before the delimiter + was found + :raises ~anyio.DelimiterNotFound: if the delimiter is not found within the + bytes read up to the maximum allowed + + """ + delimiter_size = len(delimiter) + offset = 0 + while True: + # Check if the delimiter can be found in the current buffer + index = self._buffer.find(delimiter, offset) + if index >= 0: + found = self._buffer[:index] + del self._buffer[: index + len(delimiter) :] + return bytes(found) + + # Check if the buffer is already at or over the limit + if len(self._buffer) >= max_bytes: + raise DelimiterNotFound(max_bytes) + + # Read more data into the buffer from the socket + try: + data = await self.receive_stream.receive() + except EndOfStream as exc: + raise IncompleteRead from exc + + # Move the offset forward and add the new data to the buffer + offset = max(len(self._buffer) - delimiter_size + 1, 0) + self._buffer.extend(data) diff --git a/venv/lib/python3.11/site-packages/anyio/streams/file.py b/venv/lib/python3.11/site-packages/anyio/streams/file.py new file mode 100644 index 0000000..f492464 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/file.py @@ -0,0 +1,148 @@ +from __future__ import annotations + +from collections.abc import Callable, Mapping +from io import SEEK_SET, UnsupportedOperation +from os import PathLike +from pathlib import Path +from typing import Any, BinaryIO, cast + +from .. import ( + BrokenResourceError, + ClosedResourceError, + EndOfStream, + TypedAttributeSet, + to_thread, + typed_attribute, +) +from ..abc import ByteReceiveStream, ByteSendStream + + +class FileStreamAttribute(TypedAttributeSet): + #: the open file descriptor + file: BinaryIO = typed_attribute() + #: the path of the file on the file system, if available (file must be a real file) + path: Path = typed_attribute() + #: the file number, if available (file must be a real file or a TTY) + fileno: int = typed_attribute() + + +class _BaseFileStream: + def __init__(self, file: BinaryIO): + self._file = file + + async def aclose(self) -> None: + await to_thread.run_sync(self._file.close) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + attributes: dict[Any, Callable[[], Any]] = { + FileStreamAttribute.file: lambda: self._file, + } + + if hasattr(self._file, "name"): + attributes[FileStreamAttribute.path] = lambda: Path(self._file.name) + + try: + self._file.fileno() + except UnsupportedOperation: + pass + else: + attributes[FileStreamAttribute.fileno] = lambda: self._file.fileno() + + return attributes + + +class FileReadStream(_BaseFileStream, ByteReceiveStream): + """ + A byte stream that reads from a file in the file system. + + :param file: a file that has been opened for reading in binary mode + + .. versionadded:: 3.0 + """ + + @classmethod + async def from_path(cls, path: str | PathLike[str]) -> FileReadStream: + """ + Create a file read stream by opening the given file. + + :param path: path of the file to read from + + """ + file = await to_thread.run_sync(Path(path).open, "rb") + return cls(cast(BinaryIO, file)) + + async def receive(self, max_bytes: int = 65536) -> bytes: + try: + data = await to_thread.run_sync(self._file.read, max_bytes) + except ValueError: + raise ClosedResourceError from None + except OSError as exc: + raise BrokenResourceError from exc + + if data: + return data + else: + raise EndOfStream + + async def seek(self, position: int, whence: int = SEEK_SET) -> int: + """ + Seek the file to the given position. + + .. seealso:: :meth:`io.IOBase.seek` + + .. note:: Not all file descriptors are seekable. + + :param position: position to seek the file to + :param whence: controls how ``position`` is interpreted + :return: the new absolute position + :raises OSError: if the file is not seekable + + """ + return await to_thread.run_sync(self._file.seek, position, whence) + + async def tell(self) -> int: + """ + Return the current stream position. + + .. note:: Not all file descriptors are seekable. + + :return: the current absolute position + :raises OSError: if the file is not seekable + + """ + return await to_thread.run_sync(self._file.tell) + + +class FileWriteStream(_BaseFileStream, ByteSendStream): + """ + A byte stream that writes to a file in the file system. + + :param file: a file that has been opened for writing in binary mode + + .. versionadded:: 3.0 + """ + + @classmethod + async def from_path( + cls, path: str | PathLike[str], append: bool = False + ) -> FileWriteStream: + """ + Create a file write stream by opening the given file for writing. + + :param path: path of the file to write to + :param append: if ``True``, open the file for appending; if ``False``, any + existing file at the given path will be truncated + + """ + mode = "ab" if append else "wb" + file = await to_thread.run_sync(Path(path).open, mode) + return cls(cast(BinaryIO, file)) + + async def send(self, item: bytes) -> None: + try: + await to_thread.run_sync(self._file.write, item) + except ValueError: + raise ClosedResourceError from None + except OSError as exc: + raise BrokenResourceError from exc diff --git a/venv/lib/python3.11/site-packages/anyio/streams/memory.py b/venv/lib/python3.11/site-packages/anyio/streams/memory.py new file mode 100644 index 0000000..83bf1d9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/memory.py @@ -0,0 +1,317 @@ +from __future__ import annotations + +import warnings +from collections import OrderedDict, deque +from dataclasses import dataclass, field +from types import TracebackType +from typing import Generic, NamedTuple, TypeVar + +from .. import ( + BrokenResourceError, + ClosedResourceError, + EndOfStream, + WouldBlock, +) +from .._core._testing import TaskInfo, get_current_task +from ..abc import Event, ObjectReceiveStream, ObjectSendStream +from ..lowlevel import checkpoint + +T_Item = TypeVar("T_Item") +T_co = TypeVar("T_co", covariant=True) +T_contra = TypeVar("T_contra", contravariant=True) + + +class MemoryObjectStreamStatistics(NamedTuple): + current_buffer_used: int #: number of items stored in the buffer + #: maximum number of items that can be stored on this stream (or :data:`math.inf`) + max_buffer_size: float + open_send_streams: int #: number of unclosed clones of the send stream + open_receive_streams: int #: number of unclosed clones of the receive stream + #: number of tasks blocked on :meth:`MemoryObjectSendStream.send` + tasks_waiting_send: int + #: number of tasks blocked on :meth:`MemoryObjectReceiveStream.receive` + tasks_waiting_receive: int + + +@dataclass(eq=False) +class MemoryObjectItemReceiver(Generic[T_Item]): + task_info: TaskInfo = field(init=False, default_factory=get_current_task) + item: T_Item = field(init=False) + + def __repr__(self) -> str: + # When item is not defined, we get following error with default __repr__: + # AttributeError: 'MemoryObjectItemReceiver' object has no attribute 'item' + item = getattr(self, "item", None) + return f"{self.__class__.__name__}(task_info={self.task_info}, item={item!r})" + + +@dataclass(eq=False) +class MemoryObjectStreamState(Generic[T_Item]): + max_buffer_size: float = field() + buffer: deque[T_Item] = field(init=False, default_factory=deque) + open_send_channels: int = field(init=False, default=0) + open_receive_channels: int = field(init=False, default=0) + waiting_receivers: OrderedDict[Event, MemoryObjectItemReceiver[T_Item]] = field( + init=False, default_factory=OrderedDict + ) + waiting_senders: OrderedDict[Event, T_Item] = field( + init=False, default_factory=OrderedDict + ) + + def statistics(self) -> MemoryObjectStreamStatistics: + return MemoryObjectStreamStatistics( + len(self.buffer), + self.max_buffer_size, + self.open_send_channels, + self.open_receive_channels, + len(self.waiting_senders), + len(self.waiting_receivers), + ) + + +@dataclass(eq=False) +class MemoryObjectReceiveStream(Generic[T_co], ObjectReceiveStream[T_co]): + _state: MemoryObjectStreamState[T_co] + _closed: bool = field(init=False, default=False) + + def __post_init__(self) -> None: + self._state.open_receive_channels += 1 + + def receive_nowait(self) -> T_co: + """ + Receive the next item if it can be done without waiting. + + :return: the received item + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.EndOfStream: if the buffer is empty and this stream has been + closed from the sending end + :raises ~anyio.WouldBlock: if there are no items in the buffer and no tasks + waiting to send + + """ + if self._closed: + raise ClosedResourceError + + if self._state.waiting_senders: + # Get the item from the next sender + send_event, item = self._state.waiting_senders.popitem(last=False) + self._state.buffer.append(item) + send_event.set() + + if self._state.buffer: + return self._state.buffer.popleft() + elif not self._state.open_send_channels: + raise EndOfStream + + raise WouldBlock + + async def receive(self) -> T_co: + await checkpoint() + try: + return self.receive_nowait() + except WouldBlock: + # Add ourselves in the queue + receive_event = Event() + receiver = MemoryObjectItemReceiver[T_co]() + self._state.waiting_receivers[receive_event] = receiver + + try: + await receive_event.wait() + finally: + self._state.waiting_receivers.pop(receive_event, None) + + try: + return receiver.item + except AttributeError: + raise EndOfStream from None + + def clone(self) -> MemoryObjectReceiveStream[T_co]: + """ + Create a clone of this receive stream. + + Each clone can be closed separately. Only when all clones have been closed will + the receiving end of the memory stream be considered closed by the sending ends. + + :return: the cloned stream + + """ + if self._closed: + raise ClosedResourceError + + return MemoryObjectReceiveStream(_state=self._state) + + def close(self) -> None: + """ + Close the stream. + + This works the exact same way as :meth:`aclose`, but is provided as a special + case for the benefit of synchronous callbacks. + + """ + if not self._closed: + self._closed = True + self._state.open_receive_channels -= 1 + if self._state.open_receive_channels == 0: + send_events = list(self._state.waiting_senders.keys()) + for event in send_events: + event.set() + + async def aclose(self) -> None: + self.close() + + def statistics(self) -> MemoryObjectStreamStatistics: + """ + Return statistics about the current state of this stream. + + .. versionadded:: 3.0 + """ + return self._state.statistics() + + def __enter__(self) -> MemoryObjectReceiveStream[T_co]: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.close() + + def __del__(self) -> None: + if not self._closed: + warnings.warn( + f"Unclosed <{self.__class__.__name__} at {id(self):x}>", + ResourceWarning, + source=self, + ) + + +@dataclass(eq=False) +class MemoryObjectSendStream(Generic[T_contra], ObjectSendStream[T_contra]): + _state: MemoryObjectStreamState[T_contra] + _closed: bool = field(init=False, default=False) + + def __post_init__(self) -> None: + self._state.open_send_channels += 1 + + def send_nowait(self, item: T_contra) -> None: + """ + Send an item immediately if it can be done without waiting. + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.BrokenResourceError: if the stream has been closed from the + receiving end + :raises ~anyio.WouldBlock: if the buffer is full and there are no tasks waiting + to receive + + """ + if self._closed: + raise ClosedResourceError + if not self._state.open_receive_channels: + raise BrokenResourceError + + while self._state.waiting_receivers: + receive_event, receiver = self._state.waiting_receivers.popitem(last=False) + if not receiver.task_info.has_pending_cancellation(): + receiver.item = item + receive_event.set() + return + + if len(self._state.buffer) < self._state.max_buffer_size: + self._state.buffer.append(item) + else: + raise WouldBlock + + async def send(self, item: T_contra) -> None: + """ + Send an item to the stream. + + If the buffer is full, this method blocks until there is again room in the + buffer or the item can be sent directly to a receiver. + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.BrokenResourceError: if the stream has been closed from the + receiving end + + """ + await checkpoint() + try: + self.send_nowait(item) + except WouldBlock: + # Wait until there's someone on the receiving end + send_event = Event() + self._state.waiting_senders[send_event] = item + try: + await send_event.wait() + except BaseException: + self._state.waiting_senders.pop(send_event, None) + raise + + if send_event in self._state.waiting_senders: + del self._state.waiting_senders[send_event] + raise BrokenResourceError from None + + def clone(self) -> MemoryObjectSendStream[T_contra]: + """ + Create a clone of this send stream. + + Each clone can be closed separately. Only when all clones have been closed will + the sending end of the memory stream be considered closed by the receiving ends. + + :return: the cloned stream + + """ + if self._closed: + raise ClosedResourceError + + return MemoryObjectSendStream(_state=self._state) + + def close(self) -> None: + """ + Close the stream. + + This works the exact same way as :meth:`aclose`, but is provided as a special + case for the benefit of synchronous callbacks. + + """ + if not self._closed: + self._closed = True + self._state.open_send_channels -= 1 + if self._state.open_send_channels == 0: + receive_events = list(self._state.waiting_receivers.keys()) + self._state.waiting_receivers.clear() + for event in receive_events: + event.set() + + async def aclose(self) -> None: + self.close() + + def statistics(self) -> MemoryObjectStreamStatistics: + """ + Return statistics about the current state of this stream. + + .. versionadded:: 3.0 + """ + return self._state.statistics() + + def __enter__(self) -> MemoryObjectSendStream[T_contra]: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.close() + + def __del__(self) -> None: + if not self._closed: + warnings.warn( + f"Unclosed <{self.__class__.__name__} at {id(self):x}>", + ResourceWarning, + source=self, + ) diff --git a/venv/lib/python3.11/site-packages/anyio/streams/stapled.py b/venv/lib/python3.11/site-packages/anyio/streams/stapled.py new file mode 100644 index 0000000..80f64a2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/stapled.py @@ -0,0 +1,141 @@ +from __future__ import annotations + +from collections.abc import Callable, Mapping, Sequence +from dataclasses import dataclass +from typing import Any, Generic, TypeVar + +from ..abc import ( + ByteReceiveStream, + ByteSendStream, + ByteStream, + Listener, + ObjectReceiveStream, + ObjectSendStream, + ObjectStream, + TaskGroup, +) + +T_Item = TypeVar("T_Item") +T_Stream = TypeVar("T_Stream") + + +@dataclass(eq=False) +class StapledByteStream(ByteStream): + """ + Combines two byte streams into a single, bidirectional byte stream. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param ByteSendStream send_stream: the sending byte stream + :param ByteReceiveStream receive_stream: the receiving byte stream + """ + + send_stream: ByteSendStream + receive_stream: ByteReceiveStream + + async def receive(self, max_bytes: int = 65536) -> bytes: + return await self.receive_stream.receive(max_bytes) + + async def send(self, item: bytes) -> None: + await self.send_stream.send(item) + + async def send_eof(self) -> None: + await self.send_stream.aclose() + + async def aclose(self) -> None: + await self.send_stream.aclose() + await self.receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.send_stream.extra_attributes, + **self.receive_stream.extra_attributes, + } + + +@dataclass(eq=False) +class StapledObjectStream(Generic[T_Item], ObjectStream[T_Item]): + """ + Combines two object streams into a single, bidirectional object stream. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param ObjectSendStream send_stream: the sending object stream + :param ObjectReceiveStream receive_stream: the receiving object stream + """ + + send_stream: ObjectSendStream[T_Item] + receive_stream: ObjectReceiveStream[T_Item] + + async def receive(self) -> T_Item: + return await self.receive_stream.receive() + + async def send(self, item: T_Item) -> None: + await self.send_stream.send(item) + + async def send_eof(self) -> None: + await self.send_stream.aclose() + + async def aclose(self) -> None: + await self.send_stream.aclose() + await self.receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.send_stream.extra_attributes, + **self.receive_stream.extra_attributes, + } + + +@dataclass(eq=False) +class MultiListener(Generic[T_Stream], Listener[T_Stream]): + """ + Combines multiple listeners into one, serving connections from all of them at once. + + Any MultiListeners in the given collection of listeners will have their listeners + moved into this one. + + Extra attributes are provided from each listener, with each successive listener + overriding any conflicting attributes from the previous one. + + :param listeners: listeners to serve + :type listeners: Sequence[Listener[T_Stream]] + """ + + listeners: Sequence[Listener[T_Stream]] + + def __post_init__(self) -> None: + listeners: list[Listener[T_Stream]] = [] + for listener in self.listeners: + if isinstance(listener, MultiListener): + listeners.extend(listener.listeners) + del listener.listeners[:] # type: ignore[attr-defined] + else: + listeners.append(listener) + + self.listeners = listeners + + async def serve( + self, handler: Callable[[T_Stream], Any], task_group: TaskGroup | None = None + ) -> None: + from .. import create_task_group + + async with create_task_group() as tg: + for listener in self.listeners: + tg.start_soon(listener.serve, handler, task_group) + + async def aclose(self) -> None: + for listener in self.listeners: + await listener.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + attributes: dict = {} + for listener in self.listeners: + attributes.update(listener.extra_attributes) + + return attributes diff --git a/venv/lib/python3.11/site-packages/anyio/streams/text.py b/venv/lib/python3.11/site-packages/anyio/streams/text.py new file mode 100644 index 0000000..f1a1127 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/text.py @@ -0,0 +1,147 @@ +from __future__ import annotations + +import codecs +from collections.abc import Callable, Mapping +from dataclasses import InitVar, dataclass, field +from typing import Any + +from ..abc import ( + AnyByteReceiveStream, + AnyByteSendStream, + AnyByteStream, + ObjectReceiveStream, + ObjectSendStream, + ObjectStream, +) + + +@dataclass(eq=False) +class TextReceiveStream(ObjectReceiveStream[str]): + """ + Stream wrapper that decodes bytes to strings using the given encoding. + + Decoding is done using :class:`~codecs.IncrementalDecoder` which returns any + completely received unicode characters as soon as they come in. + + :param transport_stream: any bytes-based receive stream + :param encoding: character encoding to use for decoding bytes to strings (defaults + to ``utf-8``) + :param errors: handling scheme for decoding errors (defaults to ``strict``; see the + `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteReceiveStream + encoding: InitVar[str] = "utf-8" + errors: InitVar[str] = "strict" + _decoder: codecs.IncrementalDecoder = field(init=False) + + def __post_init__(self, encoding: str, errors: str) -> None: + decoder_class = codecs.getincrementaldecoder(encoding) + self._decoder = decoder_class(errors=errors) + + async def receive(self) -> str: + while True: + chunk = await self.transport_stream.receive() + decoded = self._decoder.decode(chunk) + if decoded: + return decoded + + async def aclose(self) -> None: + await self.transport_stream.aclose() + self._decoder.reset() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.transport_stream.extra_attributes + + +@dataclass(eq=False) +class TextSendStream(ObjectSendStream[str]): + """ + Sends strings to the wrapped stream as bytes using the given encoding. + + :param AnyByteSendStream transport_stream: any bytes-based send stream + :param str encoding: character encoding to use for encoding strings to bytes + (defaults to ``utf-8``) + :param str errors: handling scheme for encoding errors (defaults to ``strict``; see + the `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteSendStream + encoding: InitVar[str] = "utf-8" + errors: str = "strict" + _encoder: Callable[..., tuple[bytes, int]] = field(init=False) + + def __post_init__(self, encoding: str) -> None: + self._encoder = codecs.getencoder(encoding) + + async def send(self, item: str) -> None: + encoded = self._encoder(item, self.errors)[0] + await self.transport_stream.send(encoded) + + async def aclose(self) -> None: + await self.transport_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.transport_stream.extra_attributes + + +@dataclass(eq=False) +class TextStream(ObjectStream[str]): + """ + A bidirectional stream that decodes bytes to strings on receive and encodes strings + to bytes on send. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param AnyByteStream transport_stream: any bytes-based stream + :param str encoding: character encoding to use for encoding/decoding strings to/from + bytes (defaults to ``utf-8``) + :param str errors: handling scheme for encoding errors (defaults to ``strict``; see + the `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteStream + encoding: InitVar[str] = "utf-8" + errors: InitVar[str] = "strict" + _receive_stream: TextReceiveStream = field(init=False) + _send_stream: TextSendStream = field(init=False) + + def __post_init__(self, encoding: str, errors: str) -> None: + self._receive_stream = TextReceiveStream( + self.transport_stream, encoding=encoding, errors=errors + ) + self._send_stream = TextSendStream( + self.transport_stream, encoding=encoding, errors=errors + ) + + async def receive(self) -> str: + return await self._receive_stream.receive() + + async def send(self, item: str) -> None: + await self._send_stream.send(item) + + async def send_eof(self) -> None: + await self.transport_stream.send_eof() + + async def aclose(self) -> None: + await self._send_stream.aclose() + await self._receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self._send_stream.extra_attributes, + **self._receive_stream.extra_attributes, + } diff --git a/venv/lib/python3.11/site-packages/anyio/streams/tls.py b/venv/lib/python3.11/site-packages/anyio/streams/tls.py new file mode 100644 index 0000000..70a41cc --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/streams/tls.py @@ -0,0 +1,352 @@ +from __future__ import annotations + +import logging +import re +import ssl +import sys +from collections.abc import Callable, Mapping +from dataclasses import dataclass +from functools import wraps +from typing import Any, TypeVar + +from .. import ( + BrokenResourceError, + EndOfStream, + aclose_forcefully, + get_cancelled_exc_class, + to_thread, +) +from .._core._typedattr import TypedAttributeSet, typed_attribute +from ..abc import AnyByteStream, ByteStream, Listener, TaskGroup + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") +_PCTRTT = tuple[tuple[str, str], ...] +_PCTRTTT = tuple[_PCTRTT, ...] + + +class TLSAttribute(TypedAttributeSet): + """Contains Transport Layer Security related attributes.""" + + #: the selected ALPN protocol + alpn_protocol: str | None = typed_attribute() + #: the channel binding for type ``tls-unique`` + channel_binding_tls_unique: bytes = typed_attribute() + #: the selected cipher + cipher: tuple[str, str, int] = typed_attribute() + #: the peer certificate in dictionary form (see :meth:`ssl.SSLSocket.getpeercert` + # for more information) + peer_certificate: None | (dict[str, str | _PCTRTTT | _PCTRTT]) = typed_attribute() + #: the peer certificate in binary form + peer_certificate_binary: bytes | None = typed_attribute() + #: ``True`` if this is the server side of the connection + server_side: bool = typed_attribute() + #: ciphers shared by the client during the TLS handshake (``None`` if this is the + #: client side) + shared_ciphers: list[tuple[str, str, int]] | None = typed_attribute() + #: the :class:`~ssl.SSLObject` used for encryption + ssl_object: ssl.SSLObject = typed_attribute() + #: ``True`` if this stream does (and expects) a closing TLS handshake when the + #: stream is being closed + standard_compatible: bool = typed_attribute() + #: the TLS protocol version (e.g. ``TLSv1.2``) + tls_version: str = typed_attribute() + + +@dataclass(eq=False) +class TLSStream(ByteStream): + """ + A stream wrapper that encrypts all sent data and decrypts received data. + + This class has no public initializer; use :meth:`wrap` instead. + All extra attributes from :class:`~TLSAttribute` are supported. + + :var AnyByteStream transport_stream: the wrapped stream + + """ + + transport_stream: AnyByteStream + standard_compatible: bool + _ssl_object: ssl.SSLObject + _read_bio: ssl.MemoryBIO + _write_bio: ssl.MemoryBIO + + @classmethod + async def wrap( + cls, + transport_stream: AnyByteStream, + *, + server_side: bool | None = None, + hostname: str | None = None, + ssl_context: ssl.SSLContext | None = None, + standard_compatible: bool = True, + ) -> TLSStream: + """ + Wrap an existing stream with Transport Layer Security. + + This performs a TLS handshake with the peer. + + :param transport_stream: a bytes-transporting stream to wrap + :param server_side: ``True`` if this is the server side of the connection, + ``False`` if this is the client side (if omitted, will be set to ``False`` + if ``hostname`` has been provided, ``False`` otherwise). Used only to create + a default context when an explicit context has not been provided. + :param hostname: host name of the peer (if host name checking is desired) + :param ssl_context: the SSLContext object to use (if not provided, a secure + default will be created) + :param standard_compatible: if ``False``, skip the closing handshake when + closing the connection, and don't raise an exception if the peer does the + same + :raises ~ssl.SSLError: if the TLS handshake fails + + """ + if server_side is None: + server_side = not hostname + + if not ssl_context: + purpose = ( + ssl.Purpose.CLIENT_AUTH if server_side else ssl.Purpose.SERVER_AUTH + ) + ssl_context = ssl.create_default_context(purpose) + + # Re-enable detection of unexpected EOFs if it was disabled by Python + if hasattr(ssl, "OP_IGNORE_UNEXPECTED_EOF"): + ssl_context.options &= ~ssl.OP_IGNORE_UNEXPECTED_EOF + + bio_in = ssl.MemoryBIO() + bio_out = ssl.MemoryBIO() + + # External SSLContext implementations may do blocking I/O in wrap_bio(), + # but the standard library implementation won't + if type(ssl_context) is ssl.SSLContext: + ssl_object = ssl_context.wrap_bio( + bio_in, bio_out, server_side=server_side, server_hostname=hostname + ) + else: + ssl_object = await to_thread.run_sync( + ssl_context.wrap_bio, + bio_in, + bio_out, + server_side, + hostname, + None, + ) + + wrapper = cls( + transport_stream=transport_stream, + standard_compatible=standard_compatible, + _ssl_object=ssl_object, + _read_bio=bio_in, + _write_bio=bio_out, + ) + await wrapper._call_sslobject_method(ssl_object.do_handshake) + return wrapper + + async def _call_sslobject_method( + self, func: Callable[[Unpack[PosArgsT]], T_Retval], *args: Unpack[PosArgsT] + ) -> T_Retval: + while True: + try: + result = func(*args) + except ssl.SSLWantReadError: + try: + # Flush any pending writes first + if self._write_bio.pending: + await self.transport_stream.send(self._write_bio.read()) + + data = await self.transport_stream.receive() + except EndOfStream: + self._read_bio.write_eof() + except OSError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + raise BrokenResourceError from exc + else: + self._read_bio.write(data) + except ssl.SSLWantWriteError: + await self.transport_stream.send(self._write_bio.read()) + except ssl.SSLSyscallError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + raise BrokenResourceError from exc + except ssl.SSLError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + if isinstance(exc, ssl.SSLEOFError) or ( + exc.strerror and "UNEXPECTED_EOF_WHILE_READING" in exc.strerror + ): + if self.standard_compatible: + raise BrokenResourceError from exc + else: + raise EndOfStream from None + + raise + else: + # Flush any pending writes first + if self._write_bio.pending: + await self.transport_stream.send(self._write_bio.read()) + + return result + + async def unwrap(self) -> tuple[AnyByteStream, bytes]: + """ + Does the TLS closing handshake. + + :return: a tuple of (wrapped byte stream, bytes left in the read buffer) + + """ + await self._call_sslobject_method(self._ssl_object.unwrap) + self._read_bio.write_eof() + self._write_bio.write_eof() + return self.transport_stream, self._read_bio.read() + + async def aclose(self) -> None: + if self.standard_compatible: + try: + await self.unwrap() + except BaseException: + await aclose_forcefully(self.transport_stream) + raise + + await self.transport_stream.aclose() + + async def receive(self, max_bytes: int = 65536) -> bytes: + data = await self._call_sslobject_method(self._ssl_object.read, max_bytes) + if not data: + raise EndOfStream + + return data + + async def send(self, item: bytes) -> None: + await self._call_sslobject_method(self._ssl_object.write, item) + + async def send_eof(self) -> None: + tls_version = self.extra(TLSAttribute.tls_version) + match = re.match(r"TLSv(\d+)(?:\.(\d+))?", tls_version) + if match: + major, minor = int(match.group(1)), int(match.group(2) or 0) + if (major, minor) < (1, 3): + raise NotImplementedError( + f"send_eof() requires at least TLSv1.3; current " + f"session uses {tls_version}" + ) + + raise NotImplementedError( + "send_eof() has not yet been implemented for TLS streams" + ) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.transport_stream.extra_attributes, + TLSAttribute.alpn_protocol: self._ssl_object.selected_alpn_protocol, + TLSAttribute.channel_binding_tls_unique: ( + self._ssl_object.get_channel_binding + ), + TLSAttribute.cipher: self._ssl_object.cipher, + TLSAttribute.peer_certificate: lambda: self._ssl_object.getpeercert(False), + TLSAttribute.peer_certificate_binary: lambda: self._ssl_object.getpeercert( + True + ), + TLSAttribute.server_side: lambda: self._ssl_object.server_side, + TLSAttribute.shared_ciphers: lambda: self._ssl_object.shared_ciphers() + if self._ssl_object.server_side + else None, + TLSAttribute.standard_compatible: lambda: self.standard_compatible, + TLSAttribute.ssl_object: lambda: self._ssl_object, + TLSAttribute.tls_version: self._ssl_object.version, + } + + +@dataclass(eq=False) +class TLSListener(Listener[TLSStream]): + """ + A convenience listener that wraps another listener and auto-negotiates a TLS session + on every accepted connection. + + If the TLS handshake times out or raises an exception, + :meth:`handle_handshake_error` is called to do whatever post-mortem processing is + deemed necessary. + + Supports only the :attr:`~TLSAttribute.standard_compatible` extra attribute. + + :param Listener listener: the listener to wrap + :param ssl_context: the SSL context object + :param standard_compatible: a flag passed through to :meth:`TLSStream.wrap` + :param handshake_timeout: time limit for the TLS handshake + (passed to :func:`~anyio.fail_after`) + """ + + listener: Listener[Any] + ssl_context: ssl.SSLContext + standard_compatible: bool = True + handshake_timeout: float = 30 + + @staticmethod + async def handle_handshake_error(exc: BaseException, stream: AnyByteStream) -> None: + """ + Handle an exception raised during the TLS handshake. + + This method does 3 things: + + #. Forcefully closes the original stream + #. Logs the exception (unless it was a cancellation exception) using the + ``anyio.streams.tls`` logger + #. Reraises the exception if it was a base exception or a cancellation exception + + :param exc: the exception + :param stream: the original stream + + """ + await aclose_forcefully(stream) + + # Log all except cancellation exceptions + if not isinstance(exc, get_cancelled_exc_class()): + # CPython (as of 3.11.5) returns incorrect `sys.exc_info()` here when using + # any asyncio implementation, so we explicitly pass the exception to log + # (https://github.com/python/cpython/issues/108668). Trio does not have this + # issue because it works around the CPython bug. + logging.getLogger(__name__).exception( + "Error during TLS handshake", exc_info=exc + ) + + # Only reraise base exceptions and cancellation exceptions + if not isinstance(exc, Exception) or isinstance(exc, get_cancelled_exc_class()): + raise + + async def serve( + self, + handler: Callable[[TLSStream], Any], + task_group: TaskGroup | None = None, + ) -> None: + @wraps(handler) + async def handler_wrapper(stream: AnyByteStream) -> None: + from .. import fail_after + + try: + with fail_after(self.handshake_timeout): + wrapped_stream = await TLSStream.wrap( + stream, + ssl_context=self.ssl_context, + standard_compatible=self.standard_compatible, + ) + except BaseException as exc: + await self.handle_handshake_error(exc, stream) + else: + await handler(wrapped_stream) + + await self.listener.serve(handler_wrapper, task_group) + + async def aclose(self) -> None: + await self.listener.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + TLSAttribute.standard_compatible: lambda: self.standard_compatible, + } diff --git a/venv/lib/python3.11/site-packages/anyio/to_interpreter.py b/venv/lib/python3.11/site-packages/anyio/to_interpreter.py new file mode 100644 index 0000000..8a2e993 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/to_interpreter.py @@ -0,0 +1,218 @@ +from __future__ import annotations + +import atexit +import os +import pickle +import sys +from collections import deque +from collections.abc import Callable +from textwrap import dedent +from typing import Any, Final, TypeVar + +from . import current_time, to_thread +from ._core._exceptions import BrokenWorkerIntepreter +from ._core._synchronization import CapacityLimiter +from .lowlevel import RunVar + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +UNBOUND: Final = 2 # I have no clue how this works, but it was used in the stdlib +FMT_UNPICKLED: Final = 0 +FMT_PICKLED: Final = 1 +DEFAULT_CPU_COUNT: Final = 8 # this is just an arbitrarily selected value +MAX_WORKER_IDLE_TIME = ( + 30 # seconds a subinterpreter can be idle before becoming eligible for pruning +) + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +_idle_workers = RunVar[deque["Worker"]]("_available_workers") +_default_interpreter_limiter = RunVar[CapacityLimiter]("_default_interpreter_limiter") + + +class Worker: + _run_func = compile( + dedent(""" + import _interpqueues as queues + import _interpreters as interpreters + from pickle import loads, dumps, HIGHEST_PROTOCOL + + item = queues.get(queue_id)[0] + try: + func, args = loads(item) + retval = func(*args) + except BaseException as exc: + is_exception = True + retval = exc + else: + is_exception = False + + try: + queues.put(queue_id, (retval, is_exception), FMT_UNPICKLED, UNBOUND) + except interpreters.NotShareableError: + retval = dumps(retval, HIGHEST_PROTOCOL) + queues.put(queue_id, (retval, is_exception), FMT_PICKLED, UNBOUND) + """), + "", + "exec", + ) + + last_used: float = 0 + + _initialized: bool = False + _interpreter_id: int + _queue_id: int + + def initialize(self) -> None: + import _interpqueues as queues + import _interpreters as interpreters + + self._interpreter_id = interpreters.create() + self._queue_id = queues.create(2, FMT_UNPICKLED, UNBOUND) + self._initialized = True + interpreters.set___main___attrs( + self._interpreter_id, + { + "queue_id": self._queue_id, + "FMT_PICKLED": FMT_PICKLED, + "FMT_UNPICKLED": FMT_UNPICKLED, + "UNBOUND": UNBOUND, + }, + ) + + def destroy(self) -> None: + import _interpqueues as queues + import _interpreters as interpreters + + if self._initialized: + interpreters.destroy(self._interpreter_id) + queues.destroy(self._queue_id) + + def _call( + self, + func: Callable[..., T_Retval], + args: tuple[Any], + ) -> tuple[Any, bool]: + import _interpqueues as queues + import _interpreters as interpreters + + if not self._initialized: + self.initialize() + + payload = pickle.dumps((func, args), pickle.HIGHEST_PROTOCOL) + queues.put(self._queue_id, payload, FMT_PICKLED, UNBOUND) + + res: Any + is_exception: bool + if exc_info := interpreters.exec(self._interpreter_id, self._run_func): + raise BrokenWorkerIntepreter(exc_info) + + (res, is_exception), fmt = queues.get(self._queue_id)[:2] + if fmt == FMT_PICKLED: + res = pickle.loads(res) + + return res, is_exception + + async def call( + self, + func: Callable[..., T_Retval], + args: tuple[Any], + limiter: CapacityLimiter, + ) -> T_Retval: + result, is_exception = await to_thread.run_sync( + self._call, + func, + args, + limiter=limiter, + ) + if is_exception: + raise result + + return result + + +def _stop_workers(workers: deque[Worker]) -> None: + for worker in workers: + worker.destroy() + + workers.clear() + + +async def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a subinterpreter. + + If the ``cancellable`` option is enabled and the task waiting for its completion is + cancelled, the call will still run its course but its return value (or any raised + exception) will be ignored. + + .. warning:: This feature is **experimental**. The upstream interpreter API has not + yet been finalized or thoroughly tested, so don't rely on this for anything + mission critical. + + :param func: a callable + :param args: positional arguments for the callable + :param limiter: capacity limiter to use to limit the total amount of subinterpreters + running (if omitted, the default limiter is used) + :return: the result of the call + :raises BrokenWorkerIntepreter: if there's an internal error in a subinterpreter + + """ + if sys.version_info <= (3, 13): + raise RuntimeError("subinterpreters require at least Python 3.13") + + if limiter is None: + limiter = current_default_interpreter_limiter() + + try: + idle_workers = _idle_workers.get() + except LookupError: + idle_workers = deque() + _idle_workers.set(idle_workers) + atexit.register(_stop_workers, idle_workers) + + async with limiter: + try: + worker = idle_workers.pop() + except IndexError: + worker = Worker() + + try: + return await worker.call(func, args, limiter) + finally: + # Prune workers that have been idle for too long + now = current_time() + while idle_workers: + if now - idle_workers[0].last_used <= MAX_WORKER_IDLE_TIME: + break + + await to_thread.run_sync(idle_workers.popleft().destroy, limiter=limiter) + + worker.last_used = current_time() + idle_workers.append(worker) + + +def current_default_interpreter_limiter() -> CapacityLimiter: + """ + Return the capacity limiter that is used by default to limit the number of + concurrently running subinterpreters. + + Defaults to the number of CPU cores. + + :return: a capacity limiter object + + """ + try: + return _default_interpreter_limiter.get() + except LookupError: + limiter = CapacityLimiter(os.cpu_count() or DEFAULT_CPU_COUNT) + _default_interpreter_limiter.set(limiter) + return limiter diff --git a/venv/lib/python3.11/site-packages/anyio/to_process.py b/venv/lib/python3.11/site-packages/anyio/to_process.py new file mode 100644 index 0000000..495de2a --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/to_process.py @@ -0,0 +1,258 @@ +from __future__ import annotations + +import os +import pickle +import subprocess +import sys +from collections import deque +from collections.abc import Callable +from importlib.util import module_from_spec, spec_from_file_location +from typing import TypeVar, cast + +from ._core._eventloop import current_time, get_async_backend, get_cancelled_exc_class +from ._core._exceptions import BrokenWorkerProcess +from ._core._subprocesses import open_process +from ._core._synchronization import CapacityLimiter +from ._core._tasks import CancelScope, fail_after +from .abc import ByteReceiveStream, ByteSendStream, Process +from .lowlevel import RunVar, checkpoint_if_cancelled +from .streams.buffered import BufferedByteReceiveStream + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +WORKER_MAX_IDLE_TIME = 300 # 5 minutes + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +_process_pool_workers: RunVar[set[Process]] = RunVar("_process_pool_workers") +_process_pool_idle_workers: RunVar[deque[tuple[Process, float]]] = RunVar( + "_process_pool_idle_workers" +) +_default_process_limiter: RunVar[CapacityLimiter] = RunVar("_default_process_limiter") + + +async def run_sync( # type: ignore[return] + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + cancellable: bool = False, + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a worker process. + + If the ``cancellable`` option is enabled and the task waiting for its completion is + cancelled, the worker process running it will be abruptly terminated using SIGKILL + (or ``terminateProcess()`` on Windows). + + :param func: a callable + :param args: positional arguments for the callable + :param cancellable: ``True`` to allow cancellation of the operation while it's + running + :param limiter: capacity limiter to use to limit the total amount of processes + running (if omitted, the default limiter is used) + :return: an awaitable that yields the return value of the function. + + """ + + async def send_raw_command(pickled_cmd: bytes) -> object: + try: + await stdin.send(pickled_cmd) + response = await buffered.receive_until(b"\n", 50) + status, length = response.split(b" ") + if status not in (b"RETURN", b"EXCEPTION"): + raise RuntimeError( + f"Worker process returned unexpected response: {response!r}" + ) + + pickled_response = await buffered.receive_exactly(int(length)) + except BaseException as exc: + workers.discard(process) + try: + process.kill() + with CancelScope(shield=True): + await process.aclose() + except ProcessLookupError: + pass + + if isinstance(exc, get_cancelled_exc_class()): + raise + else: + raise BrokenWorkerProcess from exc + + retval = pickle.loads(pickled_response) + if status == b"EXCEPTION": + assert isinstance(retval, BaseException) + raise retval + else: + return retval + + # First pickle the request before trying to reserve a worker process + await checkpoint_if_cancelled() + request = pickle.dumps(("run", func, args), protocol=pickle.HIGHEST_PROTOCOL) + + # If this is the first run in this event loop thread, set up the necessary variables + try: + workers = _process_pool_workers.get() + idle_workers = _process_pool_idle_workers.get() + except LookupError: + workers = set() + idle_workers = deque() + _process_pool_workers.set(workers) + _process_pool_idle_workers.set(idle_workers) + get_async_backend().setup_process_pool_exit_at_shutdown(workers) + + async with limiter or current_default_process_limiter(): + # Pop processes from the pool (starting from the most recently used) until we + # find one that hasn't exited yet + process: Process + while idle_workers: + process, idle_since = idle_workers.pop() + if process.returncode is None: + stdin = cast(ByteSendStream, process.stdin) + buffered = BufferedByteReceiveStream( + cast(ByteReceiveStream, process.stdout) + ) + + # Prune any other workers that have been idle for WORKER_MAX_IDLE_TIME + # seconds or longer + now = current_time() + killed_processes: list[Process] = [] + while idle_workers: + if now - idle_workers[0][1] < WORKER_MAX_IDLE_TIME: + break + + process_to_kill, idle_since = idle_workers.popleft() + process_to_kill.kill() + workers.remove(process_to_kill) + killed_processes.append(process_to_kill) + + with CancelScope(shield=True): + for killed_process in killed_processes: + await killed_process.aclose() + + break + + workers.remove(process) + else: + command = [sys.executable, "-u", "-m", __name__] + process = await open_process( + command, stdin=subprocess.PIPE, stdout=subprocess.PIPE + ) + try: + stdin = cast(ByteSendStream, process.stdin) + buffered = BufferedByteReceiveStream( + cast(ByteReceiveStream, process.stdout) + ) + with fail_after(20): + message = await buffered.receive(6) + + if message != b"READY\n": + raise BrokenWorkerProcess( + f"Worker process returned unexpected response: {message!r}" + ) + + main_module_path = getattr(sys.modules["__main__"], "__file__", None) + pickled = pickle.dumps( + ("init", sys.path, main_module_path), + protocol=pickle.HIGHEST_PROTOCOL, + ) + await send_raw_command(pickled) + except (BrokenWorkerProcess, get_cancelled_exc_class()): + raise + except BaseException as exc: + process.kill() + raise BrokenWorkerProcess( + "Error during worker process initialization" + ) from exc + + workers.add(process) + + with CancelScope(shield=not cancellable): + try: + return cast(T_Retval, await send_raw_command(request)) + finally: + if process in workers: + idle_workers.append((process, current_time())) + + +def current_default_process_limiter() -> CapacityLimiter: + """ + Return the capacity limiter that is used by default to limit the number of worker + processes. + + :return: a capacity limiter object + + """ + try: + return _default_process_limiter.get() + except LookupError: + limiter = CapacityLimiter(os.cpu_count() or 2) + _default_process_limiter.set(limiter) + return limiter + + +def process_worker() -> None: + # Redirect standard streams to os.devnull so that user code won't interfere with the + # parent-worker communication + stdin = sys.stdin + stdout = sys.stdout + sys.stdin = open(os.devnull) + sys.stdout = open(os.devnull, "w") + + stdout.buffer.write(b"READY\n") + while True: + retval = exception = None + try: + command, *args = pickle.load(stdin.buffer) + except EOFError: + return + except BaseException as exc: + exception = exc + else: + if command == "run": + func, args = args + try: + retval = func(*args) + except BaseException as exc: + exception = exc + elif command == "init": + main_module_path: str | None + sys.path, main_module_path = args + del sys.modules["__main__"] + if main_module_path and os.path.isfile(main_module_path): + # Load the parent's main module but as __mp_main__ instead of + # __main__ (like multiprocessing does) to avoid infinite recursion + try: + spec = spec_from_file_location("__mp_main__", main_module_path) + if spec and spec.loader: + main = module_from_spec(spec) + spec.loader.exec_module(main) + sys.modules["__main__"] = main + except BaseException as exc: + exception = exc + try: + if exception is not None: + status = b"EXCEPTION" + pickled = pickle.dumps(exception, pickle.HIGHEST_PROTOCOL) + else: + status = b"RETURN" + pickled = pickle.dumps(retval, pickle.HIGHEST_PROTOCOL) + except BaseException as exc: + exception = exc + status = b"EXCEPTION" + pickled = pickle.dumps(exc, pickle.HIGHEST_PROTOCOL) + + stdout.buffer.write(b"%s %d\n" % (status, len(pickled))) + stdout.buffer.write(pickled) + + # Respect SIGTERM + if isinstance(exception, SystemExit): + raise exception + + +if __name__ == "__main__": + process_worker() diff --git a/venv/lib/python3.11/site-packages/anyio/to_thread.py b/venv/lib/python3.11/site-packages/anyio/to_thread.py new file mode 100644 index 0000000..5070516 --- /dev/null +++ b/venv/lib/python3.11/site-packages/anyio/to_thread.py @@ -0,0 +1,69 @@ +from __future__ import annotations + +import sys +from collections.abc import Callable +from typing import TypeVar +from warnings import warn + +from ._core._eventloop import get_async_backend +from .abc import CapacityLimiter + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + + +async def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + abandon_on_cancel: bool = False, + cancellable: bool | None = None, + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a worker thread. + + If the ``cancellable`` option is enabled and the task waiting for its completion is + cancelled, the thread will still run its course but its return value (or any raised + exception) will be ignored. + + :param func: a callable + :param args: positional arguments for the callable + :param abandon_on_cancel: ``True`` to abandon the thread (leaving it to run + unchecked on own) if the host task is cancelled, ``False`` to ignore + cancellations in the host task until the operation has completed in the worker + thread + :param cancellable: deprecated alias of ``abandon_on_cancel``; will override + ``abandon_on_cancel`` if both parameters are passed + :param limiter: capacity limiter to use to limit the total amount of threads running + (if omitted, the default limiter is used) + :return: an awaitable that yields the return value of the function. + + """ + if cancellable is not None: + abandon_on_cancel = cancellable + warn( + "The `cancellable=` keyword argument to `anyio.to_thread.run_sync` is " + "deprecated since AnyIO 4.1.0; use `abandon_on_cancel=` instead", + DeprecationWarning, + stacklevel=2, + ) + + return await get_async_backend().run_sync_in_worker_thread( + func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter + ) + + +def current_default_thread_limiter() -> CapacityLimiter: + """ + Return the capacity limiter that is used by default to limit the number of + concurrent threads. + + :return: a capacity limiter object + + """ + return get_async_backend().current_default_thread_limiter() diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/LICENSE b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/LICENSE new file mode 100644 index 0000000..11069ed --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/METADATA b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/METADATA new file mode 100644 index 0000000..96f0bdf --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/METADATA @@ -0,0 +1,330 @@ +Metadata-Version: 2.2 +Name: bcrypt +Version: 4.3.0 +Summary: Modern password hashing for your software and your servers +Author-email: The Python Cryptographic Authority developers +License: Apache-2.0 +Project-URL: homepage, https://github.com/pyca/bcrypt/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Provides-Extra: tests +Requires-Dist: pytest!=3.3.0,>=3.2.1; extra == "tests" +Provides-Extra: typecheck +Requires-Dist: mypy; extra == "typecheck" + +bcrypt +====== + +.. image:: https://img.shields.io/pypi/v/bcrypt.svg + :target: https://pypi.org/project/bcrypt/ + :alt: Latest Version + +.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=main + :target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amain + +Acceptable password hashing for your software and your servers (but you should +really use argon2id or scrypt) + + +Installation +============ + +To install bcrypt, simply: + +.. code:: console + + $ pip install bcrypt + +Note that bcrypt should build very easily on Linux provided you have a C +compiler and a Rust compiler (the minimum supported Rust version is 1.56.0). + +For Debian and Ubuntu, the following command will ensure that the required dependencies are installed: + +.. code:: console + + $ sudo apt-get install build-essential cargo + +For Fedora and RHEL-derivatives, the following command will ensure that the required dependencies are installed: + +.. code:: console + + $ sudo yum install gcc cargo + +For Alpine, the following command will ensure that the required dependencies are installed: + +.. code:: console + + $ apk add --update musl-dev gcc cargo + + +Alternatives +============ + +While bcrypt remains an acceptable choice for password storage, depending on your specific use case you may also want to consider using scrypt (either via `standard library`_ or `cryptography`_) or argon2id via `argon2_cffi`_. + +Changelog +========= + +Unreleased +---------- + +* Dropped support for Python 3.7. +* We now support free-threaded Python 3.13. +* We now support PyPy 3.11. +* We now publish wheels for free-threaded Python 3.13, for PyPy 3.11 on + ``manylinux``, and for ARMv7l on ``manylinux``. + +4.2.1 +----- + +* Bump Rust dependency versions - this should resolve crashes on Python 3.13 + free-threaded builds. +* We no longer build ``manylinux`` wheels for PyPy 3.9. + +4.2.0 +----- + +* Bump Rust dependency versions +* Removed the ``BCRYPT_ALLOW_RUST_163`` environment variable. + +4.1.3 +----- + +* Bump Rust dependency versions + +4.1.2 +----- + +* Publish both ``py37`` and ``py39`` wheels. This should resolve some errors + relating to initializing a module multiple times per process. + +4.1.1 +----- + +* Fixed the type signature on the ``kdf`` method. +* Fixed packaging bug on Windows. +* Fixed incompatibility with passlib package detection assumptions. + +4.1.0 +----- + +* Dropped support for Python 3.6. +* Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the ``BCRYPT_ALLOW_RUST_163`` environment variable) + +4.0.1 +----- + +* We now build PyPy ``manylinux`` wheels. +* Fixed a bug where passing an invalid ``salt`` to ``checkpw`` could result in + a ``pyo3_runtime.PanicException``. It now correctly raises a ``ValueError``. + +4.0.0 +----- + +* ``bcrypt`` is now implemented in Rust. Users building from source will need + to have a Rust compiler available. Nothing will change for users downloading + wheels. +* We no longer ship ``manylinux2010`` wheels. Users should upgrade to the latest + ``pip`` to ensure this doesn’t cause issues downloading wheels on their + platform. We now ship ``manylinux_2_28`` wheels for users on new enough platforms. +* ``NUL`` bytes are now allowed in inputs. + + +3.2.2 +----- + +* Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works. + +3.2.1 +----- + +* Added support for compilation on z/OS +* The next release of ``bcrypt`` with be 4.0 and it will require Rust at + compile time, for users building from source. There will be no additional + requirement for users who are installing from wheels. Users on most + platforms will be able to obtain a wheel by making sure they have an up to + date ``pip``. The minimum supported Rust version will be 1.56.0. +* This will be the final release for which we ship ``manylinux2010`` wheels. + Going forward the minimum supported manylinux ABI for our wheels will be + ``manylinux2014``. The vast majority of users will continue to receive + ``manylinux`` wheels provided they have an up to date ``pip``. + + +3.2.0 +----- + +* Added typehints for library functions. +* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5). +* Shipped ``abi3`` Windows wheels (requires pip >= 20). + +3.1.7 +----- + +* Set a ``setuptools`` lower bound for PEP517 wheel building. +* We no longer distribute 32-bit ``manylinux1`` wheels. Continuing to produce + them was a maintenance burden. + +3.1.6 +----- + +* Added support for compilation on Haiku. + +3.1.5 +----- + +* Added support for compilation on AIX. +* Dropped Python 2.6 and 3.3 support. +* Switched to using ``abi3`` wheels for Python 3. If you are not getting a + wheel on a compatible platform please upgrade your ``pip`` version. + +3.1.4 +----- + +* Fixed compilation with mingw and on illumos. + +3.1.3 +----- +* Fixed a compilation issue on Solaris. +* Added a warning when using too few rounds with ``kdf``. + +3.1.2 +----- +* Fixed a compile issue affecting big endian platforms. +* Fixed invalid escape sequence warnings on Python 3.6. +* Fixed building in non-UTF8 environments on Python 2. + +3.1.1 +----- +* Resolved a ``UserWarning`` when used with ``cffi`` 1.8.3. + +3.1.0 +----- +* Added support for ``checkpw``, a convenience method for verifying a password. +* Ensure that you get a ``$2y$`` hash when you input a ``$2y$`` salt. +* Fixed a regression where ``$2a`` hashes were vulnerable to a wraparound bug. +* Fixed compilation under Alpine Linux. + +3.0.0 +----- +* Switched the C backend to code obtained from the OpenBSD project rather than + openwall. +* Added support for ``bcrypt_pbkdf`` via the ``kdf`` function. + +2.0.0 +----- +* Added support for an adjustible prefix when calling ``gensalt``. +* Switched to CFFI 1.0+ + +Usage +----- + +Password Hashing +~~~~~~~~~~~~~~~~ + +Hashing and then later checking that a password matches the previous hashed +password is very simple: + +.. code:: pycon + + >>> import bcrypt + >>> password = b"super secret password" + >>> # Hash a password for the first time, with a randomly-generated salt + >>> hashed = bcrypt.hashpw(password, bcrypt.gensalt()) + >>> # Check that an unhashed password matches one that has previously been + >>> # hashed + >>> if bcrypt.checkpw(password, hashed): + ... print("It Matches!") + ... else: + ... print("It Does not Match :(") + +KDF +~~~ + +As of 3.0.0 ``bcrypt`` now offers a ``kdf`` function which does ``bcrypt_pbkdf``. +This KDF is used in OpenSSH's newer encrypted private key format. + +.. code:: pycon + + >>> import bcrypt + >>> key = bcrypt.kdf( + ... password=b'password', + ... salt=b'salt', + ... desired_key_bytes=32, + ... rounds=100) + + +Adjustable Work Factor +~~~~~~~~~~~~~~~~~~~~~~ +One of bcrypt's features is an adjustable logarithmic work factor. To adjust +the work factor merely pass the desired number of rounds to +``bcrypt.gensalt(rounds=12)`` which defaults to 12): + +.. code:: pycon + + >>> import bcrypt + >>> password = b"super secret password" + >>> # Hash a password for the first time, with a certain number of rounds + >>> hashed = bcrypt.hashpw(password, bcrypt.gensalt(14)) + >>> # Check that a unhashed password matches one that has previously been + >>> # hashed + >>> if bcrypt.checkpw(password, hashed): + ... print("It Matches!") + ... else: + ... print("It Does not Match :(") + + +Adjustable Prefix +~~~~~~~~~~~~~~~~~ + +Another one of bcrypt's features is an adjustable prefix to let you define what +libraries you'll remain compatible with. To adjust this, pass either ``2a`` or +``2b`` (the default) to ``bcrypt.gensalt(prefix=b"2b")`` as a bytes object. + +As of 3.0.0 the ``$2y$`` prefix is still supported in ``hashpw`` but deprecated. + +Maximum Password Length +~~~~~~~~~~~~~~~~~~~~~~~ + +The bcrypt algorithm only handles passwords up to 72 characters, any characters +beyond that are ignored. To work around this, a common approach is to hash a +password with a cryptographic hash (such as ``sha256``) and then base64 +encode it to prevent NULL byte problems before hashing the result with +``bcrypt``: + +.. code:: pycon + + >>> password = b"an incredibly long password" * 10 + >>> hashed = bcrypt.hashpw( + ... base64.b64encode(hashlib.sha256(password).digest()), + ... bcrypt.gensalt() + ... ) + +Compatibility +------------- + +This library should be compatible with py-bcrypt and it will run on Python +3.8+ (including free-threaded builds), and PyPy 3. + +Security +-------- + +``bcrypt`` follows the `same security policy as cryptography`_, if you +identify a vulnerability, we ask you to contact us privately. + +.. _`same security policy as cryptography`: https://cryptography.io/en/latest/security.html +.. _`standard library`: https://docs.python.org/3/library/hashlib.html#hashlib.scrypt +.. _`argon2_cffi`: https://argon2-cffi.readthedocs.io +.. _`cryptography`: https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#cryptography.hazmat.primitives.kdf.scrypt.Scrypt diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/RECORD b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/RECORD new file mode 100644 index 0000000..9ab1a92 --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/RECORD @@ -0,0 +1,12 @@ +bcrypt-4.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +bcrypt-4.3.0.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850 +bcrypt-4.3.0.dist-info/METADATA,sha256=95qX7ziIfmOF0kNM95YZuWhLVfFy-6EtssVvf1ZgeWg,10042 +bcrypt-4.3.0.dist-info/RECORD,, +bcrypt-4.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +bcrypt-4.3.0.dist-info/WHEEL,sha256=XlovOtcAZFqrc4OSNBtc5R3yDeRHyhWP24RdDnylFpY,111 +bcrypt-4.3.0.dist-info/top_level.txt,sha256=BkR_qBzDbSuycMzHWE1vzXrfYecAzUVmQs6G2CukqNI,7 +bcrypt/__init__.py,sha256=cv-NupIX6P7o6A4PK_F0ur6IZoDr3GnvyzFO9k16wKQ,1000 +bcrypt/__init__.pyi,sha256=ITUCB9mPVU8sKUbJQMDUH5YfQXZb1O55F9qvKZR_o8I,333 +bcrypt/__pycache__/__init__.cpython-311.pyc,, +bcrypt/_bcrypt.abi3.so,sha256=oMArVCuY_atg2H4SGNfM-zbfEgUOkd4qSiWn2nPqmXc,644928 +bcrypt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/REQUESTED b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/WHEEL b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/WHEEL new file mode 100644 index 0000000..dd95e91 --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.8.2) +Root-Is-Purelib: false +Tag: cp39-abi3-manylinux_2_34_x86_64 + diff --git a/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/top_level.txt new file mode 100644 index 0000000..7f0b6e7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt-4.3.0.dist-info/top_level.txt @@ -0,0 +1 @@ +bcrypt diff --git a/venv/lib/python3.11/site-packages/bcrypt/__init__.py b/venv/lib/python3.11/site-packages/bcrypt/__init__.py new file mode 100644 index 0000000..81a92fd --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt/__init__.py @@ -0,0 +1,43 @@ +# 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 ._bcrypt import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + checkpw, + gensalt, + hashpw, + kdf, +) +from ._bcrypt import ( + __version_ex__ as __version__, +) + +__all__ = [ + "__author__", + "__copyright__", + "__email__", + "__license__", + "__summary__", + "__title__", + "__uri__", + "__version__", + "checkpw", + "gensalt", + "hashpw", + "kdf", +] diff --git a/venv/lib/python3.11/site-packages/bcrypt/__init__.pyi b/venv/lib/python3.11/site-packages/bcrypt/__init__.pyi new file mode 100644 index 0000000..12e4a2e --- /dev/null +++ b/venv/lib/python3.11/site-packages/bcrypt/__init__.pyi @@ -0,0 +1,10 @@ +def gensalt(rounds: int = 12, prefix: bytes = b"2b") -> bytes: ... +def hashpw(password: bytes, salt: bytes) -> bytes: ... +def checkpw(password: bytes, hashed_password: bytes) -> bool: ... +def kdf( + password: bytes, + salt: bytes, + desired_key_bytes: int, + rounds: int, + ignore_few_rounds: bool = False, +) -> bytes: ... diff --git a/venv/lib/python3.11/site-packages/bcrypt/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/bcrypt/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a73573589db1f9ab1d12558919d5a1f5dba37d7 GIT binary patch literal 716 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